Clearing Out a String Tag

So apparently at least in v30+ this is perfectly valid......


Which means RS 5000 does have string literals.......


Which mean all these other hacks are useless.

What model processor? I believe L8x processors added some string manipulation features.
 
Adding to that you can use FLL with 0 as the source, the STRING as the destination, and 1 as the length. It will fill the LEN and every SINT with 0 and blow the whole lot away.
Will this work then? "FLL 0 Intake_TimeStampArray[0] 12"

Name: Intake_TimeStampArray
Data Type: STRING[12]
 

Similar Topics

Hello all - I have a string tag that is a member of a UDT that I would like to clear within a Structured Text routine - but cannot seem to get it...
Replies
2
Views
7,318
RSlogix5000 - Here is what I would like to accomplish and what I am running into. Currently this is a scanner ASCII gateway to PLC set up. A)...
Replies
9
Views
3,967
Hi I am using a SLC 500 and a lot of string handling. I need to copy a NULL value to a string table eg. ST16:0. How do I do it?
Replies
2
Views
5,087
I'm online with a 90-30 using PAC ME 9.8 No one has gotten online with this PLC for many years and the the I/O fault table has a total of 1209...
Replies
6
Views
2,982
Using an L81 - I have the arrangement below that will try the Ethernet Radio first and if that fails use the Cellular Radio. The Failover works...
Replies
16
Views
3,357
Back
Top Bottom