Push a button on a LabVIEW VI.
This command is passed the name of the LabVIEW VI and the label for the button. It will press the button and (optionally) wait for the button to pop back up again.
- Parameters:
-
[in] | VI | name of LabVIEW VI |
[in] | BUTTONNAME | label of Button on VI |
[in] | HOST | (optional) name of computer to connect to (default: That specified by ISC_SETUP) |
[in] | WAIT | Wait for button to pop back up before returning from procedure (default: NOWAIT) |
- See also:
- SETLABVIEWVAR() Example
PushLabVIEWButton "Eurothem.vi" "Read Value"