Signal
- Updated2023-02-17
- 2 minute(s) read
Signal
Creates a new XNET signal.
.gvi.png?_LANG=enus)
Inputs/Outputs

frame in
The frame parent object.

signal name
The name of the signal to create.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

frame out
A copy of the frame in parameter. You can use this parameter to wire the node to subsequent nodes.

signal out
The I/O name of the newly created signal object.

error out
Error information.
The node produces this output according to standard error behavior.
Description
This node creates an XNET signal object. It is an instance of XNET Database Create Object.
The signal name input becomes the Name (Short) property of the created object. This is distinct from the string contained within signal out, which uses the syntax described in XNET Signal I/O Name.
The signal object is created and remains in memory until the database is closed. This node does not change the open database file on disk. To save the newly created object to the file, use XNET Database Save.