Reads the data from the Nav6 and makes it availible to the Get VIs.
The Run VI contains an infinite while loop and should be placed in periodic tasks (similar to the compressor run).

|
|
Nav6DevRef Reference to the Nav6 |
|
|
SerialPortRef SerialPortRef returns a reference to the serial port. |
|
|
DevStatus DevStatus describes the error status that this VI or function produces. |
|
|
status status is TRUE (X) if an error occurred before this node ran or FALSE (checkmark) to indicate a warning or that no error occurred before this node ran. |
|
|
code code is the error or warning code. If status is TRUE, code is an error code. If status is FALSE, code is 0 or a warning code. |
|
|
source source specifies the origin of the error or warning and is, in most cases, the name of the node that produced the error or warning. |
|
|
Serial Port Name Serial Port Name returns the name of the serial port you want to use. |
|
|
UpdateRate |
|
|
Error error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces. Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error. |
|
|
status status is TRUE (X) if an error occurred before this node ran or FALSE (checkmark) to indicate a warning or that no error occurred before this node ran. |
|
|
code code is the error or warning code. If status is TRUE, code is an error code. If status is FALSE, code is 0 or a warning code. |
|
|
source source specifies the origin of the error or warning and is, in most cases, the name of the node that produced the error or warning. |
|
|
Nav6Mode |