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

Chapter 4
Input/Output Instructions (MSG, GSV, SSV, IOT)
Produced_Tag is configured to update its event trigger via an IOT
instruction.
If New_Data = on, then the following occurs for one scan:
The CPS instruction sets Produced_Tag = Source_Tag.
The IOT instruction updates Produced_Tag and sends this update to the consuming controller (station 25). When the consuming
controller receives this update, it triggers the associated event task in that controller.
218
Example 1:
When the IOT instruction executes, it immediately sends the values of the
Local:5:0 tag to the output module.

Relay Ladder

Structured Text

IOT (Local:5:O);
Example 2:
This controller controls station 24 and produces data for the next station (station
25). To use an IOT instruction to signal the transmission of new data, the
produced tag is configured as shown below:
Relay Ladder
Structured Text
IF New_Data AND NOT Trigger_Consumer THEN
CPS (Source_Tag,Produced_Tag,1);
IOT (Produced_Tag);
END_IF;
Trigger_Consumer := New_Data;
Rockwell Automation Publication 1756-RM003N-EN-P - October 2011

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents