02-12-2020 10:14 AM
Hello!
We use Codesys to write data in the address range 0x3000...0x5fff to the non-volatile memory of the Wago 750-881 controller. There is a task to read this data from the controller's non-volatile memory using Labview. We have to read this data by ModBus/TCP.
Please tell me how to do this.
02-12-2020 10:19 AM
Download the NI Modbus library from VI Package Manager.
02-12-2020 10:24 AM - edited 02-12-2020 10:26 AM
I would use the LabVIEW Modbus API. You can install it by the use of VI Package Manager.
02-12-2020 10:26 AM
@JB wrote:
I would use the LabVIEW Modbus API.
That is the same library I was suggesting.
02-12-2020 10:28 AM
02-12-2020 10:30 AM
@JB wrote:
Yes, you were quicker than me to type the answer and I discovered yours after sending mine.
Ah, but you provided the link to the description. Kudos for that.