FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Ethernet/IP driver for Allen-Bradley PLCs using LVRT7.0 (see DOC-4065)?

Is there an Ethernet/IP driver for communicating with Allen-Bradley PLCs with LabView Real-Time 7.0?  DOC-4065 references a useful driver, but it seems to be compatible starting with 8.2.  If there is no supported driver for 7.0 then what are my options for communicating with my PLC using the older version of LV?
0 Kudos
Message 1 of 2
(6,470 Views)

Hi Charlie,

 

Did you post on this forum , for the EtherNet/IP Driver for Communication to Allen Bradley ControlLogix PLCs? I haven't got through all the pages, but you might want to see if anyone has asked about LabVIEW 7.0 with this Driver.

 

In general there are several ways for communicating between FieldPoint and PLCs. Here are some options:

Basic I/O communication:
This is very straight forward. Use 24 V digital input and output modules on both, the PLC and FP and communicate through digital I/Os. This is ok for small distances and simple communication tasks like handshaking, but it's not scalable for more complex applications.

Direct serial port or ethernet communication:
You can use the communication interfaces on an embedded FieldPoint controller (RS232, RS485, Ethernet) to communicate with PLCs. There are also some higher level communication protocols available in LabVIEW like Modbus and Modbus TCP. If you need to use a protocol that is not available for LabVIEW Real-Time, yet, you will have to program the protocol by yourself, which requires good documentation and might be sometimes tedious or for very complex protocols even impossible, as you couldn't reach the required timing without a dedicated CPU for the protocol.

Fieldbus gateways:
Another option is using a serial or ethernet fieldbus gateway. These devices handle the communication protocol and provide a fieldbus interface to the PLC and a simple interface to the communication partner - in your case to FieldPoint through ethernet or RS232. Here is one example of these devices. With this solution you will still have to implement a protocol to talk to the gateway, but this is typically quite easy.

 

 

Regards,
Claire Reid
National Instruments
0 Kudos
Message 2 of 2
(6,438 Views)