CAN Start.vi
From NI-CAN
CAN Start.vi
Purpose
Start communication for the specified task.
Format

Inputs
| task reference in is the task reference from the previous NI-CAN VI. The task reference is originally returned from VIs such as CAN Initialize.vi or CAN Create Message.vi, and then wired through subsequent VIs. | |||||||
Error in describes error conditions occurring before the VI executes. If an error has already occurred, the VI returns the value of the Error in cluster in Error out.
|
Outputs
| task reference out is the same as task reference in. Wire the task reference to subsequent VIs for this task. | |||||||
Error out describes error conditions. If the Error in cluster indicated an error, the Error out cluster contains the same information. Otherwise, Error out describes the error status of this VI.
|
Description
You must start communication for a task to use CAN Read.vi or CAN Write.vi. After you start communication, you can no longer change the configuration of the task with CAN Set Property.vi or CAN Connect Terminals.vi.