Displays an HTML page that can remain open during an MP operation and be updated to display status changes as needed.
Input Arguments
0 |
File Path or Embedded File |
HTML File |
The HTML file to display to the user. |
1 |
Boolean |
Show Board |
True opens the specified HTML file |
Return Arguments
None.
Returned Status
SUCCESS |
This command always succeeds. |
Remarks
There is also a Close HTML Display Board which can be used to close the HTML page dynamically. However, in a tight loop the Show Board argument should be used to reduce system resource use.