Sets the resistor level to pull up or pull down for lines when they are in tristate logic.
dev 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.
pull up pull down levels specifies the tristate logic level (either pull up or pull down) for each line.
physical channels is the digital line or port to modify. You cannot modify dedicated digital input lines. The DAQmx physical channel constant lists all lines and ports for devices installed in the system.
You also can wire a string that contains a list or range of digital lines or ports to this input. If you have an array of lines or ports, use DAQmx Flatten Channel String to convert the array to a list.
power up state is the pull up pull down level to set for the physical channel specified with the physical channel input.
Name | Description |
---|---|
Pull-up |
High logic. |
Pull-down |
Low logic. |
error in describes error conditions that occur before this node runs. This input provides standard 'error in' functionality.
dev 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 node ran, error out contains the same error information. Otherwise, error out describes the error status that this node produces.
Where This Node Can Run:
Desktop OS: Windows
FPGA: LabVIEW NXG does not support FPGA devices
Web Server: Not supported in VIs that run in a web application