Working with MQTT milliseconds and display interface #3028
Silonei-Duarte
started this conversation in
Ideas
Replies: 1 comment
-
Hi @Silonei-Duarte, edit: Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions