09-30-2016 10:58 AM
hello
i want to communicate my delta plc DVP20EX2 with labview using RS232 serial port.
how i can monitor a coil,register from my PLC.please help
10-03-2016 04:18 PM - edited 10-03-2016 04:20 PM
Hi kush,
"coil,register" - so you are communicating over serial Modbus?
If so, is it ASCII or RTU?
Have you used Modbus communications before?
NI has a modbus library that is included in the LabVIEW Real-Time and DSC modules. Do you have either of them? If not, there is also a library on the NI Community, but please note "this library...is unsupported." The libraries that ship with Real-Time and DSC are supported by NI.
10-03-2016 08:34 PM
Yes i have dcs module..and i am using communication in ascii mode. I haven't use this any before.
10-07-2016 09:04 PM
Thank you sir
I have done this using opc server.
Sir if we take labview professional system for Windows then opc server is included in this module?
Or we have to take it sapertly.
10-10-2016 10:31 AM
Hi kush,
In order to use the Modbus IO server, you would only need LabVIEW and the DSC Module (two separate products).
If you're using an OPC Server to communicate, you would need the above products and the NI OPC Server (three separate products).
10-10-2016 10:35 AM
Thank you sir.
I have done that using dsc libraries
Thanks