User guide

set ia
Chapter 2 Command Descriptions 145
Setting up a AB/DF1 PLC with Pass-Thru for local HMI display
Suppose a simple AB PLC has a single serial port already attached to a
local Human Machine Interface (HMI). Using the DigiOne IAP Pass-Thru
port, we can network enable the PLC and still have our local HMI. This
configuration defines two message sources (the AB/Ethernet or CSP
protocol and the second serial port), one message destination (serial port
1), and the destination table that forwards all messages to serial port 1.
Because RSLinx doesn’t support setting the DST byte in DF1 or CSP, you
will not be able to access two PLCs by one Digi device.
#> set ports ra=1-2 dev=ia
#> set ia master=1 protocol=abethernet active=on
#> set ia serial=1 protocol=df1fd type=master
#> set ia serial=2 protocol=df1fd type=master
#> set ia table=1 addroute=1 active=on protaddr=0-255
#> set ia table=1 route=1 type=serial port=1 protocol=df1fd
Enabling outgoing MSG blocks in above AB PLC
Because DigiOne IAP now supports bi-direction messaging with
DF1 Full-Duplex, the PLC can be enabled to use MSG blocks to query
remote AB/CSP PLC such as PLC5E, SLC5/05, or more DigiOne IAP
devices. Since "route=2" has "ip=0.0.0.0," this means DigiOne IAP will use
its own IP address and the slave address to construct an IP address. So if
the DigiOne IAP’s IP address is 192.168.1.37 and the DF1 DST byte is 7,
then a remote CSP slave at IP address 192.168.1.7 will be accessed.
#> set ports ra=1-2 dev=ia
#> set ia master=1 protocol=abethernet active=on
#> set ia serial=1 protocol=df1fd type=master
#> set ia serial=2 protocol=df1fd type=master
#> set ia table=1 addroute=1 active=on
#> set ia table=1 route=1 type=serial port=1 protocol=df1fd protaddr=0-1
#> set ia table=1 addroute=2 active=on
#> set ia table=1 route=2 type=ip protocol=abcsp protaddr=2-255 ipaddress
=0.0.0.0
See also "set config" on page 97 to configure a Digi device to use a DNS server.
"revert" on page 79 for information on reverting IA configurations.
"set ports" on page 169.
"set line" on page 149.
"set flow" on page 116.
"show" on page 251 for displaying the current IA configuration settings.
The Web user interface’s help for IA configuration. Go to Applications
> Industrial Automation and click How to Configure Industrial
Automation.
For more detailed help on IA configurations, browse the following URL.
Rockwell users can also find the correct EDS files at this URL.
http://www.digi.com/support/ia