Creates a WebSocket connection using the specified URL.
Use this node with other WebSocket nodes to stream messages to and from a WebSocket server. You must close the WebSocket session using Close WebSocket.
URL of the websocket server you want to use for this websocket session. This URL must use the form ws://<server-address> or wss://<server-address>.
Specifies the sub-protocols you want to use for the websocket session.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
The subprotocol that the specified websocket server selects.
Unique value that identifies the websocket session. Use this value to refer to this websocket session in subsequent node calls.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Supported in VIs that run in a web application