CANopen NMT Write VI
- Updated2023-02-21
- 3 minute(s) read
CANopen NMT Write VI
Owning Palette: CANopen VIs
Transmits a network management (NMT) command over a CANopen network. This command controls NMT states of one or all devices on the network.
This VI is optimized for real-time performance. This VI executes with low cost and avoids access to shared resources that can induce jitter.
![]() |
node-ID specifies the node-ID of a target device to which you want to send the command. If node-ID is 0, this VI sends the command to all devices on the CANopen network. The default is 0. | ||||||||||
![]() |
interface object in specifies the reference number of an interface object. This object is an interface to the CANopen network. You can create an interface by using the CANopen Interface Create VI. | ||||||||||
![]() |
command specifies the command that this VI sends.
|
||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||
![]() |
interface object out returns the refnum of interface object in. | ||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |