05-18-2015 12:04 PM
has Anyone used a Laurel LTE Series Transmitter before. I am looking for a code sample for reading the registers using MODBUS TCP my Model number is LTE60VF1
Thanks,
Mark R.
05-19-2015 05:21 PM
Mark,
If you are using LabVIEW 2014 and have the RT or DSC Module you can use the Modbus API and follow along with the Modbus Library.lvproj. If you do not have that you can try using the Modbus API
https://decibel.ni.com/content/docs/DOC-30140
With the API you will need to create a master, read from X registers starting at register Y and close out the master when you are done. Exactly what registers you read from will be up to you or documented in the Laurel manual.
If you have any other questions can you explain what you are trying to do and what problems you are running into when you try to implemet that functionality?