Tech Notes-307: Integrating RACO Verbatim Gateway With The Allen-Bradley SLC 5/05 Series PLC Via Ethernet
Tech Notes-307: Integrating RACO Verbatim Gateway With The Allen-Bradley SLC 5/05 Series PLC Via Ethernet
This technical note explains how to interface the RACO Verbatim Gateway system with the Allen-Bradley SLC
5/05 PLC via Ethernet. SLC 5/05 processors provide a 10/100BASE-T or 100 Mbps Ethernet port. This port
along with the 1761-NET-ENI allows the Verbatim Gateway to perform its alarm notifications and monitoring
functions using the existing wiring to the Allen-Bradley SLC 5/05 PLC as inputs via Ethernet. This technical
note is applicable for all Verbatim Gateway models.
RACO-supplied components:
Verbatim Gateway (any model)
515VAB-ENI cable
Allen-Bradley-supplied components:
Any model of the SLC 5/05 PLC
1761-CBL-PM02 (RS232 programming cable)
1761-NET-ENI (DF1 to Ethernet protocol converter)
Copy of ENI/ENIW Utility software (available free via www.AB.com)
Either a crossover Ethernet cable or standard Ethernet cable
connected through a Hub / Switch
The 1761-NET-ENI provides Ethernet / IP connectivity to all DF1 full duplex devices.
STEP #6 — There is a selector below for power. Make sure the switch is in
the “external” position. External power is recommended always.
STEP #8 — Choose the "Utility Settings'" tab. Select the COM port and baud rate that your PC will be using.
TECH NOTES-307 | Integrating RACO Verbatim Gateway with the Allen-Bradley SLC 5/05 Series PLC via Ethernet Page 2
STEP #9 — Select the "ENI IP Addr" tab. Next, set the 232 Baud Rate to "Auto." Set the IP address of the
1761-NET-ENI. Ensure the ENI series is correct. Provide the "ENI IP Address", "Subnet Mask" and "Gateway"
where necessary.
STEP #10 — Our next step prior to downloading / saving is to map the IP address of your SLC 5/05 to an
available NODE / STATION address. Under the "Message Routing" tab, assign a DF1 NODE / STATION
number (range from 0–49) to the IP address of your SLC 5/05. In this case we've assigned the node number 2.
Now we are complete with the ENI / ENIW configuration utility and we can save and download our application.
STEP #11 — Observe that there are separate memory areas to save the application, either ENI RAM or ENI
ROM. Use the ENI ROM selection.
STEP #12 — Once you've downloaded your application, you may save and close the Utility. The flashing
"Fault" LED on the 1761-NET-ENI indicates an incompatible IP or Subnet. If the "Fault" LED is off following a
download, you are now able to proceed.
STEP #13 — At this point you should also be able to ping the IP Address of your 1761-NET-ENI, and are
ready to configure your Verbatim Gateway.
TECH NOTES-307 | Integrating RACO Verbatim Gateway with the Allen-Bradley SLC 5/05 Series PLC via Ethernet Page 3
Communication Setup for the Verbatim Gateway
The following seven-step procedure will configure your Verbatim Gateway to link its Remote Channels (RC) to
your PLC addresses over Ethernet highway, via DF1. Once linked, the Verbatim Gateway will monitor RC
status and Alarms according to your settings.
Connections to the PLC are via the onboard RJ45 port or NET. With the V232 / 485, two NET / ports are
provided. NET ID = 1 is dedicated to the DH485 protocol and NET ID = 2 is configurable for either Modbus
RTU Master or DF1 (Refer to table #1).
TABLE #1
N Protocol Reference Description Nets
0 NONE Device disabled All nets
2 DH485 7.4.2 Allen-Bradley DH485 protocol Net1 V232 / 485 only
Net1 (on VCP only)
3 DF1 7.4.1 Allen-Bradley serial interface Net 2
4
Net1 (on VCP only)
5 MODBUSM 7.4.3 Modbus Master Net 2
For example, set the Gateway NODE address to “1” by using code 4905.
To set the NODE address of NET 2, key in the following: 4905 1<point> <2> <enter>
To read the NODE address of NET 2, key in the following: 4905 1 <enter>
The following communication settings are required to communicate with the 1761-NET-ENI card.
BAUD rate = 19200 for 19200 on NET 1, key in the following: 4901 2<point>19200 <enter>
Stop Bits = 1 for 1 on NET 2, key in the following: 4903 2<point> 1 <enter>
Parity = NONE for “NONE” on NET 2, key in the following: 4904 2<point> 0 <enter>
Parity Definition: 0 = NONE, 1 = ODD, 2 = EVEN, 3 = SPACE, 4 = MARK
TECH NOTES-307 | Integrating RACO Verbatim Gateway with the Allen-Bradley SLC 5/05 Series PLC via Ethernet Page 4
STEP #4 – Confirmations (4900, 4901, 4930, 4946)
Step #4 will validate all preceding steps, provided both your serial and Ethernet cabling is in place.
To verify successful network communications on NET 2, key in the following: 4930 <point> 2 <enter>
To read the BAUD rate for NET 2, key in the following: 4901 2 <enter>
To verify that communication settings reflect the above, at NET 2, key in the following: 4900 2<enter>
To verify active node addresses on NET 2, key in the following: 4946 2<enter>
By setting to Default both the NET ID and NODE / STATION address, it is no longer necessary to reference
them when setting Channel Configuration.
To change the PLC NODE / STATION address to 2 of NET 2, key in the following: 4911 2 <enter>
To confirm PLC NODE / STATION address, key in the following: 4911 <enter>
TABLE #2
Identifier File Type Example
O Output O:1.0/0 (SLC500)
O:017/10 (PLC5)
I Input I:0.1/0 (SLC500)
I:013/07 (PLC5)
S Status S:2 (word)
S:2/0 (bit)
B Bit B:0 (word)
B9:0/1 (bit)
T Timer T4:0.2 (word)
T:0.0/1 (bit)
C Counter C5:0.2 (word)
C10:0.0/1 (bit)
R Control R6:2.1 (word)
R:2/15 (bit)
N Integer N:1 (word)
N:1/0 (bit)
F Floating Point F:2 (32-bit word)
Table #2 shows the Allen-Bradley-supported address types available to link to Verbatim Gateway channels.
Indirect, indexed and symbolic addressing schemes are not supported
TECH NOTES-307 | Integrating RACO Verbatim Gateway with the Allen-Bradley SLC 5/05 Series PLC via Ethernet Page 5
The two examples below illustrate the link to the PLC data table (via DF1, Table #2) to the Verbatim Gateway
channels
Example #1
To link B3:0/0 in the PLC to Channel 1 as per the PLC file structure illustrated above, key in the following: 4501
<point> <shift> <B> <3> <shift> <:> <0> <shift> </> <0> <point> <enter>
Example #2
To link N7:0 in the SLC PLC to Channel 2 as per our PLC file structure illustrated above, key in the following:
4502 <point> <shift> <N> <7> <shift> <:> <0> <point> <enter>
Channel #2, configured as Analog, operates within the range from 0–65, 535.
Should this channel be linked to a pressure signal in PLC, and the process requires pressure remain within an
acceptable level, otherwise ALARM (for example, BELOW 10,000 AND ABOVE 30,000), we would key in the
following:
To alarm when the analog signal falls below a value, for example 10,000, key in 45 02 5 10000
To read the LOW set point alarm, key in the following: 45 02 5
To alarm when the analog signal rises above a value, for example 30,000, key in 45 02 6 30000
To read the HIGH set point alarm, key in the following: 45 02 6
This document is intended to provide general technical information on a particular subject or subjects and is not an exhaustive treatment of such subjects. Accordingly, the
information in this document is not intended to constitute application, design, software or other professional engineering advice or services. Before making any decision or taking
any action, which might affect your equipment, you should consult a qualified professional advisor.
RACO Manufacturing and Engineering does not warrant the completeness, timeliness or accuracy of any of the data contained in this document and may make changes thereto at
any time in its sole discretion without notice. Further, all information conveyed hereby is provided to users "as is." In no event shall RACO Manufacturing be liable for any
damages of any kind including direct, indirect, incidental, consequential, loss profit or damage, even if RACO Manufacturing have been advised on the possibility of such
damages.
RACO Manufacturing and Engineering disclaims all warranties whether expressed or implied in respect of the information (including software) provided hereby, including the
implied warranties of fitness for a particular purpose, merchantability, and non-infringement. Note that certain jurisdictions do not countenance the exclusion of implied
warranties; thus, this disclaimer may not apply to you.
Specifications subject to change without notice. Trade names are trademarks or registered trademarks of their respective companies.