[solved] Send a modbus write event to reset counter

Hi there,

I would like to reset a maximum counter of a device "MaxP+" . The manual shows for this value (high lighted):


Using modbus-write node:
grafik

Question: How do I have to set the inject payload to write to 0x0002 ?


grafik

Thanks, Frank

Looks like that address is not coil as it talks of sending 0xffff to reset all.

Have you tried FC6 or FC16?

No, becaus I don't know where I have to set the 0x0002 there:
grafik
grafik
By using FC16, I miss a Field for set the offset. Like shown above,
whats the meaning of quantity? Exactly I need to set Bit 1 of the word
at address 1024.

Solved !!!:


grafik

Modbus write have to set as single register and the inceted payload is the value in decimal.
0x0002 is 2 decimal.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.