This is probably a simple problem, but I'm just not seeing what I'm doing wrong.
I have a BasicLabel that I use to display the speed of a conveyor. I use the ValueScaleFactor of 196.85 to convert the speed from meters per second to feet per minute. When the conveyor is running everything is fine, the number is displayed correctly and updates when the conveyor speed changes. However, when the conveyor stops, the display disappears. I can only assume this is because the value becomes 0 (when the conveyor is stopping, I can see values down to 0.1 ft/min, which is my display resolution based on the NumericFormat being ##.#).
Is there some setting that I am missing to display the 0?