DAQmx Set Power Up States
Updates the states to which to set physical channels on a device when the device powers up or when you reset the device. A device stores power up states in non-volatile memory that you can write to only a limited number of times. Therefore, you should use this VI as infrequently as possible. This VI writes to the non-volatile memory only if a setting you request is different from the one currently stored. This VI writes power up states in the sequential order of the power up states array. Therefore, any physical channels with multiple entries in that array use the highest array index.
The instances of this polymorphic VI specify whether to set power up states for analog or digital physical channels.
Use the pull-down menu to select an instance of this VI.
Place on the block diagram. | Find on the Functions palette. |
Digital State
Updates power up states for digital physical channels.
device in is the name as configured in MAX of the device to which this operation applies. A DAQmx device name constant lists all devices installed in the system. | |||||||||||
power up states contains the physical channels and power up states to set. Each element of the array contains a physical channel and the power up state to set for that physical channel.
|
|||||||||||
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. If an error occurs while this VI or function runs, the VI or function runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
|
|||||||||||
device out is the name of the device the operation applied to. | |||||||||||
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, error out describes the error status that this VI or function produces. Right-click the error out indicator on the front panel and select Explain Error from the shortcut menu for more information about the error.
|
Digital Logic Family
Sets the digital logic family to use when the device powers up.
device in is the name as configured in MAX of the device to which this operation applies. A DAQmx device name constant lists all devices installed in the system. | |||||||
logic family specifies the logic family to set the device to when it powers up. A logic family corresponds to voltage thresholds that are compatible with a group of voltage standards. Refer to device documentation for information on the logic high and logic low voltages for these logic families.
|
|||||||
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. If an error occurs while this VI or function runs, the VI or function runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
|
|||||||
device out is the name of the device the operation applied to. | |||||||
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, error out describes the error status that this VI or function produces. Right-click the error out indicator on the front panel and select Explain Error from the shortcut menu for more information about the error.
|
Analog
Updates power up states for analog physical channels.
device in is the name as configured in MAX of the device to which this operation applies. A DAQmx device name constant lists all devices installed in the system. | |||||||
voltage power up states contains the physical channels and power up states to set. Each element of the array contains a physical channel and the power up state to set for that physical channel. You can set voltage power up states only for physical channels that support voltage output.
|
|||||||
current power up states contains the physical channels and power up states to set. Each element of the array contains a physical channel and the power up state to set for that physical channel. You can set current power up states only for physical channels that support current output.
|
|||||||
error in describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. If an error occurs while this VI or function runs, the VI or function runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
|
|||||||
device out is the name of the device the operation applied to. | |||||||
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, error out describes the error status that this VI or function produces. Right-click the error out indicator on the front panel and select Explain Error from the shortcut menu for more information about the error.
|