14.06.2024, 09:37
Ciao,
I have a ISMA PLC with some registers for schedules
those registers works as uint16 data and contain the raw minuts form 00:00 to 25:59 (from 0 to 1439)
is there a way by whitch I can create a modbus profile and automatically convert uint16 to time dataobject (DTP10) without having a specific script to run for it?
The only way I can inagine is to duplicate the objects and have the first obj ad uint16 and the second with dtp10 and run script on update to convert... but I don't find this really reliable..
thanks
Marco
I have a ISMA PLC with some registers for schedules
those registers works as uint16 data and contain the raw minuts form 00:00 to 25:59 (from 0 to 1439)
is there a way by whitch I can create a modbus profile and automatically convert uint16 to time dataobject (DTP10) without having a specific script to run for it?
The only way I can inagine is to duplicate the objects and have the first obj ad uint16 and the second with dtp10 and run script on update to convert... but I don't find this really reliable..
thanks
Marco