Back to Index

Definition: woutput(expr, "label") — Allowed: any numeric expression.

Creates a read-only numeric output box. The displayed value is evaluated from expr at page refresh.

Example

wpage("Monitoring");
woutput(sensor(1), "Pressure");
woutput(now(), "Millis");