When creating an item that will collect data whose values will be in microseconds, what should I specify in the Units field?
I specified "µs" as the unit, but then I see the values displayed as "Kµs" when the values are more than 1000.
My workaround at the moment is to use "s" (seconds) for Units and then apply pre-processing to convert the value from microseconds to seconds. This also requires changing the Type to Numeric (float).
I specified "µs" as the unit, but then I see the values displayed as "Kµs" when the values are more than 1000.
My workaround at the moment is to use "s" (seconds) for Units and then apply pre-processing to convert the value from microseconds to seconds. This also requires changing the Type to Numeric (float).
Comment