outpw (short portNumber, short wordToWrite);
Writes a word to a port.
![]() |
Note outpw requires the LabWindows/CVI low-level support driver. LabWindows/CVI loads the driver at startup if it is on disk. You can check whether LabWindows/CVI loaded the driver at startup by calling CVILowLevelSupportDriverLoaded. |
Input | ||
Name | Type | Description |
portNumber | short | Port to which the word is written. |
wordToWrite | short | Word to write. |
Name | Type | Description |
wordWritten | short | Word written to the port. |