Hello Rod,
As you may have found out, the Zetron controllers use Modbus protocol for communication. Your objective will be to establish a communication between LabVIEW and the Zetron controllers using this Modbus protocol.
There are several options for this:
1. The recommended solution is to use the Modbus Server from the Lookout Protocol Drivers (LPD; which are nothing but OPC Servers) with LabVIEW-DSC (which has a built-in OPC Client).
2. You can also use DataSocket from within LabVIEW (instead of LabVIEW-DSC) as an Client. Again with LPD serving as the Modbus OPC Server.
3. Implement the Modbus protocol yourself in LabVIEW. This will not be easy, but is doable. People have done this. You may search the NET for some Modbus VIs.
I
hope this gives you a big picture of what needs to be done. Write back if you have questions.
Regards,
Khalid