Enters a message into the GPL system message log that is displayed on the web Operator Control Panel.
Controller.SystemMessage( message)
Prerequisites
None
Parameters
message
A required String expression containing the message to be entered into the message log.
Remarks
This method enters a line into the system message log with other system messages and error message entries. The system message log is kept sorted in time order. This log is displayed by the Operator Control Panel in the System Messages box.
Examples
Controller.SystemMessage("Cycle time: " & CStr(now-saved))
Controller.SystemMessage("Operation complete")
See Also
Controller Class | Controller.ErrorLog | Controller.ShowDialog | Controller.ShowDialogMCP