LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to acquire string data from PLC through LabVIEW?

Hi All,

 

I am using Labview 8.6 and modbus library to communicate with a Allen Bradley PLC and exchange data. the screenshot of library and its usage is attached. the operations possible right now with this library are r/w of bits and bytes. Now there is a requirement to transfer the log table inside PLC to the labview. Using the available provisions in the library, there is no method to read the PLC memory which stores the log table. So I am left with the option of copying the log table memory into input registers and reading input registes into Labview, continuing until 128K of log data is read. But this doesnt really appear neat. Is there any other way of transferring Log table data into Labview?

 

Is there any other forum in which I can ask this question?

 

Thanks.

0 Kudos
Message 1 of 4
(3,174 Views)

I have used the EthernetI/P LabVIEW library to do this with a ControlLogix with Ethernet.

I build web apps for LabVIEW
http://chrislarson.me
0 Kudos
Message 2 of 4
(3,128 Views)

Hi,

 

Could you provide more details such as what kind of data you were transferring, how did you set up this system, where is this library available etc?

0 Kudos
Message 3 of 4
(3,111 Views)

I had a project to communicate with omron plc with opc server.

 ni opc server configration window,you can config the tag with storage address you wanted.then you can connect your labview application to plc through opc server.

by this way, i can read and write most of the data type,including string.

your labview application act as the client for the opc server.

 

sorry for my poor english.

 

0 Kudos
Message 4 of 4
(3,103 Views)