mvm_gui_open_webclient — Open a webclient using the internal browser engine.
mvm_gui_open_webclient( : : Url : ClientHandle)
Opens a webclient on the current machine at the URL Url. To connect to the server on the same machine use the Url 'http://localhost:PORT', for example 'http://localhost:9980'. The returned ClientHandle can
be used to specify a certain message channel or to close the webclient connection with mvm_gui_close_webclient. See the MachineVisionMakers / HDevGUI chapter documentation for this extension package for further details on ClientHandle.
This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.
Url (input_control) string → (string)
the URL to load on startup
Default value: 'http://localhost:9980/'
ClientHandle (output_control) handle → (handle)
client handle
Foundation