Back to Index

Definition: wpage("label") — Allowed: string or identifier label; Not allowed: omitting the label.

Creates the EMS web page and sets the page title shown at the top. Calling wpage again resets the EMS layout: all existing widgets are cleared and row position returns to the first row.

Example

wpage("Pump Panel");
wswitch(mode, "AUTO");
wlamp(out(1), "PUMP");