09-29-2021 01:52 AM
Good day,
is there a way to send the actual modbus command, say as string? Instead of using the modbus vis? Seems we got some dodgy prototype and I have to disassemble things into 8 bit instead 16 as per protocol.
Cheers,
Steffen
09-29-2021 04:30 AM
Yes, of course. Modbus vis either use VISA (for serial) or standard TCP (for Ethernet) to communicate with devices.
You can do the same, following your documentation.
Hopefully you may use the old Modbus library which is open source. You can open vis and see how they work. You can also create new functions modifying existing ones.
09-29-2021 04:17 PM
Hi Paolo,
thanks. Yes there seem to be some Modbus vis that I can open and dissect. Will try that.
Cheers,
Steffen