11-29-2022 11:23 AM
Hello,
I need to write subregister to put IGUS DryveD1 into velocity mode properly.
I'm using NI Modbus Library and I don't know how to write Feed which is in register 6092h:01h.
Is it possible to write register 6092 with subindex 01 with this library?
Block that i use
Registers i want to write
Code snippet
11-29-2022 02:51 PM
I don't think that's possible, the NI Modbus library certainly can't write a single byte and as far as I know Modbus doesn't work that way.
Instead, read register 6092h, modify the first byte to your liking and write it back. If that doesn't work modify the second byte 😉
11-30-2022 04:45 AM