03-16-2023 09:21 AM
Hello guys,
I currently working with Modbus protocol and I need a modbus sniffer.
I have 2 systems communicating with each other using modbus RTU (half-duplex) and I need a library that decode the serial frames I'm getting.
Modbus has a lot of function and exception code so coding it manually would take me a lot of time.
I guess I'm not the 1st one to work with something like that, do you have in mind any library or something like that, that could help me ?
Thanks and see you soon I hope 😉
04-07-2023 09:12 PM
Hi Ten,
You can use the native Modbus Library API which can be downloaded from VI Package Manager when interfacing with LabVIEW.
Hope this helps.
04-11-2023 01:40 AM
Hi,
When I have the ModBus communication running I don't need a sniffer anymore. Even if you get exceptions. Because receiving an exception means that the (basic) communication is Ok.
You know what you are sending to the slave. If you get an exception I think the manual of the slave (RTFM) would be of more help than a sniffer.
Kees