در مسیر /visu/ همه عناصر نمایش داده شده در نمای گرافیکی قابل دسترسی هستند. Elements werden nach der Berechtigung geprüft, wie Sie dies auch in der normalen Visualisierung auch machen.
توجه: اگر یک متغیر در نمایش گرافیکی استفاده نشود، نمیتوان آن را خواند یا نوشت.
It is possible to output and describe all variables of the
visualization, declared in the function blocks VISU, VISUVAR etc. The path for this is defined as /visu/var/. Followed by the elements that are to be output. These can be declared separated by commas.
/visu/var/n2a,n1a
Certain values can be read by expanding the URI with the values.
/visu/var/n2a,n1a/switch,statustext
To describe a value, this can be written with the input set:variable=value. If successful, the variable will be changed accordingly in all elements and returned. In addition, an event is displayed in the monitor of the visualization.
توجه: The value NULL cannot be set.