Scada-LTS
Scada-LTS copied to clipboard
Working with MQTT milliseconds and display interface
Good afternoon, dear all, I'm new here, and I'm from Brazil.
I've been developing an interface to capture MQTT data in SCADA_LTS, which is updated in milliseconds, since they are critical sensors.
However, the interface, both in the configuration and in the Datapoints display, only displays seconds. I realized that it is possible to collect data in milliseconds by adding a 0 in front, 0500 seconds, although the interface then changes to 500 seconds, the data is still collected with reference to 0500
However, the interface in general still only displays in seconds; I understand that it goes beyond a configuration file. Can you tell me where to start to implement this change or if there are any plans to add milliseconds to the code in future native versions.