PLC data type members

robbm2k

Member
Join Date
Apr 2017
Location
Wisconsin
Posts
5
I don't have a ton of experience working with the specifics of the CONTROL data type structure in Logix5000, so I'm trying to find somewhere that has a listing of what all the members of standard data type structures. I get the length and position members (.LEN and .POS), but some others I'm trying to sort out. The others in the CONTROL structure are EM, EN, ER, EU, FD, IN, UL. Anyone have a manual or anything that lists out what each of these are, searching the rockwell help file and google haven't been too helpful since keywords are control, data type, member, structure, etc.
Thanks in advance.
 
I don't have a ton of experience working with the specifics of the CONTROL data type structure in Logix5000, so I'm trying to find somewhere that has a listing of what all the members of standard data type structures. I get the length and position members (.LEN and .POS), but some others I'm trying to sort out. The others in the CONTROL structure are EM, EN, ER, EU, FD, IN, UL. Anyone have a manual or anything that lists out what each of these are, searching the rockwell help file and google haven't been too helpful since keywords are control, data type, member, structure, etc.
Thanks in advance.

You have to read the help files for the specific instructions that use the CONTROL data type. Not all instructions use all of the members. Add a FFL on a rung, highlight it and hit F1 on the keyboard. The bits will be explained. Try the same a FAL and a FBC.
 
Here's a few of the bits in a LIFO/FIFO/FFL/FFU context:


xxx.png


And more from a sequencer context:


zzz.png




And from an ASCII context:


aaa.png






FILE context:


bbb.png






BSL/BSR context (alternate UL meaning):


ccc.png
 
Last edited:
thanks all, i knew one of the AB manuals would have definitions like that, just had to locate one and the bottom of one of those screenshots helped, and just looking into separate instructions using the help menu that defines them too. much appreciated
 

Similar Topics

Hi guys, I have no experience when working with AllenBradley PLC, but I hope someone could clarify the result of multiplication shown in the...
Replies
14
Views
2,198
We have an AB system that is connected to several CANbus networks via HMS gateways. A CAN message is comprised of upto eight, eight-bit bytes...
Replies
0
Views
1,416
Long story short, I am trying to map a DWord-type PLC tag as a Real-type HMI tag. I have a structure that stores arbitrary data, so depending on...
Replies
4
Views
3,563
Hi All, I'm using AB plc 5370(Modbus TCP slave progm type) with GE cimplicity scada V8.1. For DI,DO,AI communication is working good. But, I...
Replies
10
Views
2,554
Hello guys, i want to use string data type in plc m221 by Schneider electric. to transmit data from software scada expert vijeo citect to plc...
Replies
0
Views
2,439
Back
Top Bottom