RSLogix - STRING STRUCTURES and Assigning values

adam_t_watson

Member
Join Date
Oct 2006
Location
tyrone
Posts
1
I want wonderware to take a string from a Control Logix 5000 for example a reason for a pump being inhibited.

I want to use a String Structure named after the pump or motor and have wonderware display it if pump is being inhibited, so i want to be able to write or move a constant into the string in the Ladder Program - (has to be ladder!) - i am used to assmbley/embedded c/c++, but this is not so straight forward in ladder. a list of contants perhaps? help much appreciated !
 
Let me start by saying I have not used Wonderware, but I'm sure it has the ability to display string values. I would define the sting tag in the controler tag list. In the ladder use a move function to write the value needed. It will require a separate move for every possibility. I do this with an integer, and then convert it to a string valve in the HMI. I find it uses less memory that way, either way will work.
 
Use User Defined Data Type: String in RSLogix5000 to display the fault messages.

The String Structure if of 1 DINT for the String LEN & 82 SINT for the ASCII.
 

Similar Topics

I'm not super familiar with the Micrologix line of processors, but I am pretty familiar with RSLogix 500. I'm trying to simply copy a string to...
Replies
4
Views
310
Hey all, I am trying to figure out how to import some alarm messages without having to type them all in by hand. They are in the format of an...
Replies
4
Views
1,129
Hi guys, Using a CompactLogix PLC. Really struggling with this. Is there an easy way to flip the letters in a STRING data type ? Example: a tag...
Replies
15
Views
4,359
Hi everyone, new user so please forgive any breaches of etiquette. But in RSLogix how can you convert a string in the PLC to all lowercase and...
Replies
4
Views
1,506
I've got a Keyence barcode scanner I've got coming in via Ethernet to a Micrologic 1100. I've got the data coming into N Type Data Files and when...
Replies
12
Views
7,095
Back
Top Bottom