Relay Ladder; Structured Text - Allen-Bradley Logix5000 Reference Manual

1756 controllogix, 1768 compactlogix, 1769 compactlogix, 1789 softlogix, 1794 flexlogix, powerflex 700s with drivelogix
Hide thumbs Also See for Logix5000:
Table of Contents

Advertisement

Array (File)/Misc. Instructions (FAL, FSC, COP, CPS, FLL, AVE, SRT, STD, SIZE)
Example:
The FLL instruction copies the value in value_1 into dest_1

Relay Ladder

Source (value_1)
Data Type
SINT
DINT
SINT
REAL
SINT
INT
DINT

Structured Text

dest_1 := value_1;
Rockwell Automation Publication 1756-RM003N-EN-P - October 2011
Source (value_1)
Destination (dest_1)
Value
Data Type
16#80 (-128)
DINT
16#1234 5678
SINT
16#01
REAL
2.0
INT
16#01
TIMER
16#0001
TIMER
16#0000 0001
TIMER
Chapter 8
Destination (dest_1)
Value After FLL
16#FFFF FF80 (-128)
16#78
1.0
16#0002
16#0101 0101
16#0101 0101
16#0101 0101
16#0001 0001
16#0001 0001
16#0001 0001
16#0000 0001
16#0000 0001
16#0000 0001
379

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents