Hello,
I try to make a dashboard who can display the current voltage measurement, but I can’t, how I can a min and max display value.
Any help welcome, thanks
Hello,
I try to make a dashboard who can display the current voltage measurement, but I can’t, how I can a min and max display value.
Any help welcome, thanks
Try something like this - change the numbers to suit your voltages:
The scale is centre zero, and ±20 V, but it has an offset of 240 V, so it reads from (240 - 20) to (240 + 20).
My nominal voltage remains 240 V, so “centre” is this. Your clue to making it work is “Static offset. Subtracted from value before computing needle position”. So (Incoming voltage - offset) = value to be shown by the needle position.
You might want 230 V or 220 V as your offset.
perfect great thanks