LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PLC Communications with Labview

How do I view and record data from my plc to labview, currently we are using autmation directs DL205 with the 260 processor
0 Kudos
Message 1 of 3
(3,515 Views)
 

If those talk modbus, you can download the NI modbus library, but it depends on how much info you need to read/write.

https://forums.ni.com/t5/Reference-Design-Content/LabVIEW-Modbus-API/ta-p/3524019

0 Kudos
Message 2 of 3
(3,508 Views)
 

If the DL 205 communicates through the Modbus protocol, you could use the Modbus library. This library consists of a bunch of VIs which can be used for Modbus communication. Think of them as advanced Serial read/write VIs. However, if you are looking into monitoring, datalogging and controlling the registers, then I would recommend the LabVIEW Datalogging and Supervisory Control Module. Using shared variables, you can then easily bind, control and talk to the registers and most of the work is taken away from you.

If the DL 205 doesn't communicate throught the Modbus protocol, then you would need an OPC server (like the NI Industrial Automation OPC Servers) and the LabVIEW DSC Module. You can then communicate from the LabVIEW DSC Module with the OPC server.

 

Message Edited by Adnan Z on 03-15-2007 10:27 AM

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 3 of 3
(3,493 Views)