Configuring the I/O
4-31
PowerFlex® 755 Drive Embedded EtherNet/IP Adapter User Manual
Publication 750COM-UM001A-EN-P
message has to be executed first before the Logic Command, Reference,
and DL to Net Datalink messages will work. For more information on
N42:3 and N45 target device data table addresses, refer to
.
Selecting the Controller
1. Start RSLogix 500. The RSLogix 500 window appears. Select File
> New to display the Select Processor Type screen (
).
Figure 4.34 SLC 500 Select Processor Type Screen
2. Assign a name for the processor. In the list, select a 1747-L55x type
controller. Then select the appropriate choices for the fields in the
screen to match your application, and click OK. The RSLogix 500
project window appears.
Creating SLC 500 Ladder Logic for the Control Timeout
1. In the RSLogix 500 project window treeview under Program Files
double-click on LAD 2.
2. Insert a ladder rung, double-click on the rung to display the rung
editor, and enter MSG WRITE 500CPU LOCAL Nxx:n, where:
xx is an unused data file number (for example, N10:n), and
n is an unused element of the data file chosen for xx (for example, N10:0)
Then press Enter.
3. Insert another separate rung, double-click on the rung to display the
rung editor, and enter BST XIC Nxx:n/13 NXB XIC Nxx:n/12
BND OTU Nxx:n/15, where:
xx and n must correspond to the assigned data file number and element (for example,
N10:0) for the message created in Step 2.
Important: The information must be entered with appropriate
numbers for “xx” and “n” for your application, and
with spaces and forward slashes exactly as shown.
Then press Enter.