Raw
- Updated2023-02-17
- 2 minute(s) read
Raw
Converts between NI-XNET signals and raw frame data.
.gvi.png?_LANG=enus)
Inputs/Outputs

session in
The session to read. This session is returned from XNET Create Session. The session mode must be Conversion.

signal data
An input that returns a one-dimensional array of signal values. Each signal value is scaled, 64-bit floating point.
The data provides the value for the next conversion of each signal.

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

session out
An output that is the same as session in, provided for use with subsequent nodes.

frame data
An output that returns an array of bytes.
This frame format is the same for read and write of raw data, and it is also used for log file examples.
The data always returns complete frames.
For information about which elements of the raw frame are applicable, refer to the frame read for the protocol in use (XNET Convert (Signal to Frame CAN), XNET Convert (Signal to Frame FlexRay), or XNET Convert (Signal to Frame LIN)).

error out
Error information.
The node produces this output according to standard error behavior.