PyScada
PyScada copied to clipboard
fix encoding float as int
this should fix #147
Ok, I didn't have the context in the issue #147. It should be good to have a test to reproduce this issue.
Regarding DeviceWriteTask, should we continue to store it in the database? As I'm trying to have a channel (in my Server Sent Event branch) allowing the devices and the HMI to communicate without using the database (to speed up communications and lighten database accesses), I think that transmissions of the information to be written will no longer require access to the DB.
Can we at least approve this change and open another issue for the int64 ?