PyScada icon indicating copy to clipboard operation
PyScada copied to clipboard

fix encoding float as int

Open clavay opened this issue 1 year ago • 1 comments

this should fix #147

clavay avatar May 28 '24 12:05 clavay

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.

clavay avatar May 30 '24 07:05 clavay

Can we at least approve this change and open another issue for the int64 ?

clavay avatar Oct 22 '24 10:10 clavay