I am new to modbus standard and after googling found Modbus-TK. It seems to be an awesome application from what I read, but I was unable to find how to use it. There are many examples but not one explanation on how to use it.
Please, will anyone tell me where I can
find info regarding the proper methodology to use modbus-tk?. Believed Modbus-TK needs a good manual describing how to use it.
Also, how modbus-tk defines the addresses for different registers. It seems differs from modbus standard. For example I grasp the following command from rtumaster_example.py:
logger.info(master.execute(1, cst.READ_HOLDING_REGISTERS, 100, 3))
Modbus standard assign to FC 03 read HOLDING_REGISTERS the register set from 40000 to 50000, how modbus-tk change to a 100?
What I am missing?
Thanks
Hector--
You received this message because you are subscribed to the Google Groups "modbus-tk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to modbus-tk+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--