Hello, How can i pull all the data for metrics that do not change value, such as setpoint.
I have mqtt transmission module installed on ignition edge. Problem here is that I get metric data when it changes, but sometimes some values are constant. Is there a way to pull metric data rather than just event based structure.
By design only Data that changes is sent in DDATA messages. There are control Tags that can be written to to publish BIRTH messages, which will contain all metrics. See this document below.