OPC Server Con RSlinx
OPC Server Con RSlinx
OPC Server Con RSlinx
Overview
The National Instruments Industrial Automation Servers CD has an Allen Bradley (RSLinx) driver that can communicate with
RSLinx through a dynamic link library (DLL). With the release of Industrial Automation Server CD 1.1, this server became an
OPC server. Any OPC client, such as Lookout, BridgeVIEW, or other packages on the market, can connect to this server.
Rockwell Automation developed their own OPC Server in version 2.0 of RSLinx. This version has been upgraded to version
2.20.
Rockwell Automation RSLinx 2.10 is an OPC server, meaning that any OPC Client should be able to exchange data with this
server. The OPC server is available only with the OEM version or the full version, so the lite version of RSLinx does not have
the OPC Server included. RSLinx OPC server is an in-process type of server, which means that you have to load a DLL to
communicate with it. RSLinx 2.0 to 2.20 OPC servers only support the browsing capability on Control Logix 5000 series PLCs.
Other Allen Bradley PLCs can be used on the OPC server by manually adding the addresses to be seen.
Another mechanism of communication between applications and RSLinx is through the DDE server that comes with RSLinx.
The DDE server is only available for Rockwell Automation DDE clients in the OEM version. The drawback of DDE connection
is that it is slower than OPC. If you decide to use the LabVIEW DDE VIs, then you need to have the full version of RSLinx.
This document was created using RSLinx 2.20.01.107.01, Allen Bradley MicroLogix 1500 PLC, ServerExplorer 2.4.1, Lookout
4.5 and the LabVIEW DSC module 6.0.2.. The cable model number used was 1761-CBL-PM02.
Table of Contents
1. Configuring an Allen Bradley PLC in RSLinx
2. Connecting ServerExplorer to RSLinx
3. Connecting Lookout to RSLinx
4. Connecting LabVIEW to RSLinx
5. Connecting the LabVIEW DSC Module to RSLinx
2. The Configure Drivers dialog box appears. Click on the Available Driver Types pull-down menu and choose your
communication driver from the list. For instance, if you have the regular serial connection, choose RS-232 DF1 devices from
the list.
www.ni.com/tutorial/4626/en/#toc1 1/18
9/8/2019 Using RSLinx OPC Server - National Instruments
4. Enter any name you want for the driver name in the Add New RSLinx Driver dialog box. Click OK when you are done.
5. Configure the device. Click the Auto-Configure button and RSLinx will auto-configure the device for you. If the auto-
configure failed, contact Allen Bradley technical support for help. Click Help if you need more information about device
configuration. Click OK to go to the next step.
www.ni.com/tutorial/4626/en/#toc1 2/18
9/8/2019 Using RSLinx OPC Server - National Instruments
6. Now you should be able to see the driver that you just created in the Configured Drivers section of the Configure Drivers
dialog box. Make sure there is no error showing and that the Status indicates Running. Click Close.
www.ni.com/tutorial/4626/en/#toc1 3/18
9/8/2019 Using RSLinx OPC Server - National Instruments
Now you should be able to see your device when browsing the tree.
7. If you do not see your PLC in the list, uncheck the Autobrowse checkbox and click Refresh. When you highlight the items
in the window, you should see the little squares in the communication icon blinking, meaning that there is a communication link
between the PC and the PLC.
8. Right-click your PLC icon and click Configure New DDE/OPC Topic.
www.ni.com/tutorial/4626/en/#toc1 4/18
9/8/2019 Using RSLinx OPC Server - National Instruments
9. A new access path is added for your server, so when you define the access path in your SCADA software, you have to use
the following syntax: [Access Path]Item. You can enter any name you want for the access path. In this example the access
path is ML1500.
10. Click Done after you are finished, and click Yes when RS Linx prompts you to update the topic.
Now you should be able to access all the available registers on your PLC from any OPC client software. With the access path
ML1500, the syntax to access the register N7:0 would be [ML1500]N7:0. Next, test the OPC server just created using RS OPC
Test Client.
10. Launch the OPC Test Client from Start>>Programs>>Rockwell Software>>OPC Tools>>OPC Test Client. Then select
File>>New.
www.ni.com/tutorial/4626/en/#toc1 5/18
9/8/2019 Using RSLinx OPC Server - National Instruments
12. At this point you should see a blank screen called OPC Test Client – [~RSLinx OPC Server]. Select Group>>Add
Group.
14. Click OK. Now you should be able to see the group in the previous window.
www.ni.com/tutorial/4626/en/#toc1 6/18
9/8/2019 Using RSLinx OPC Server - National Instruments
16. For the access path, enter the topic name you defined previously and type the register name you are trying to get data
from or writing to. Click the Add Item button and the item name should appear in the left-most field, as shown in the
illustration. Add all the items you want, and click OK when you are done.
www.ni.com/tutorial/4626/en/#toc1 7/18
9/8/2019 Using RSLinx OPC Server - National Instruments
You should see the items and value that you just connect to under ItemID.
www.ni.com/tutorial/4626/en/#toc1 8/18
9/8/2019 Using RSLinx OPC Server - National Instruments
2. It is important to choose the In-proc Server (DLL). RSLinx does not support a Local Server. Click Next to connect to the
server.
3. Define the group name and the update rate. Click Next then Finish at the next screen.
4. At this point you should be able to see the green traffic light meaning that ServerExplorer has successfully connected to the
www.ni.com/tutorial/4626/en/#toc1 9/18
9/8/2019 Using RSLinx OPC Server - National Instruments
OPC server. Create an item by right-clicking on the group name that you just created, then click Add/Edit Items.
5. The Name (Device\Item) can be any string. The Item ID should be in the [Access Path]Item format. In this example it
should be [ML1500]O0:0. Then click Add.
Note: If you are using RSLinx 2.20.01 or a later version/build and a Control Logix 5000 Series PLC, you should be able to
browse and select the registers. However, for all other Allen Bradley PLCs, RSLinx OPC Server does not support browsing,
and you will have to manually enter the Device Name and Item ID.
www.ni.com/tutorial/4626/en/#toc1 10/18
9/8/2019 Using RSLinx OPC Server - National Instruments
www.ni.com/tutorial/4626/en/#toc1 11/18
9/8/2019 Using RSLinx OPC Server - National Instruments
7. Click OK, and you should be able to see register data in ServerExplorer.
2. Choose the RSLinx OPC Server. The server is an In-Process Server (DLL), so make sure that you choose this server
type. The browsing method can be either Disabled or Flat. Make the default access path equal to the topic name that you
defined in RSLinx. Click OK and open the Object Explorer.
3. Drag and drop the OPCClient1 onto your front panel. The Insert Expression dialog box should appear.
www.ni.com/tutorial/4626/en/#toc1 12/18
9/8/2019 Using RSLinx OPC Server - National Instruments
4. Complete the expression by typing the item you are trying to read from the server, for instance, OPCClient1.O0:0. Notice
that there is a dot between the tag name and the item name.
You can also type the access path by adding the ‘item name’.‘~access path’. Some servers use the access path, so you can
type explicitly, if you want.
Another method is to select Edit Database and type the item name in the Member field. Add an alias, but do not use a colon
or a dot. In this case, the Object Explorer will have your alias available, so you can drag that and drop it onto your control
panel.
www.ni.com/tutorial/4626/en/#toc1 13/18
9/8/2019 Using RSLinx OPC Server - National Instruments
NOTE: Lookout 3.8 users must define the access path in the description field of the database. Because RSLinx does not
support browsing, you have to type the access path manually. The format for that is: ~~[Topic name]item. For the example
above, use ~~[ML1500]O0:0. You should also change the Cache Update Rate to at least 2 ms, otherwise your CPU usage will
www.ni.com/tutorial/4626/en/#toc1 14/18
9/8/2019 Using RSLinx OPC Server - National Instruments
approach 100%.
The following is a brief example of how to connect to RSLinx OPC Server from LabVIEW using our example VI.
1. Launch LabVIEW and open opc.llb in the ...\National Instruments\LabVIEW 6\examples\comm folder.
3. This VI can connect to any OPC Server using DataSocket connection. Next, connect it to RSLinx OPC Server. Set the
Server Name to be RSLinx OPC Server, and the Item Name in the form [Access Path]Item. In this example we are trying to
connect to register O0:0 using access path ML1500 defined in RSLinx, therefore the item name would be [ML1500]O0:0.
You should see the register data that you just connected to.
2. Click the Create Tag icon and select Analog Tag. When the Analog Tag Configuration dialog box appears, enter the Tag
Name as shown.
www.ni.com/tutorial/4626/en/#toc1 16/18
9/8/2019 Using RSLinx OPC Server - National Instruments
3. Click the Connection tab, choose the Tag Access Type, Server Name (RSLinx OPC Server in this case), and click the
Create button under I/O Group.
4. Type in the Group Name and enter the Update Rate and the Deadband, and click OK.
www.ni.com/tutorial/4626/en/#toc1 17/18
9/8/2019 Using RSLinx OPC Server - National Instruments
5. Click the Add button in the Analog Tag Configuration dialog box, and enter the Item Name and Access Path.
You can either create new tags by clicking the Create Next Tag button in the Analog Tag Configuration window, or click OK
to go back to the main window where you should see the items you just created. Save the scf file.
6. Create a new VI; go to Tools>>Datalogging and Supervisory Control>>Monitor Tags. Make sure the Tag Engine is also
launched in order to monitor tags.
7. Within the Tag Monitor, you can choose the created tags under your computer name, and monitor the data obtained from
the PLC. Now, you should be able to write your own LabVIEW code using the tags from you scf file.
Revisiones de Clientes
www.ni.com/tutorial/4626/en/#toc1 18/18