Set a variable on a LabVIEW VI front panel.
This command is passed the name of the LabVIEW VI and the label for the variable on the front panel. It will set the variable to the supplied value.
- Parameters:
-
[in] | VI | Name of VI to read |
[in] | VARNAME | Label of Variable on VI front panel |
[in] | VALUE | Value to set |
[in] | HOST | (optional) Remote HOST to connect to (default: as specified by ISC_SETUP) |
[in] | NOSIGNAL | Do not use SETLABVIEWVARSIGNAL for set even when $ISC_LABVIEWSIGNAL is defined |
- See also:
- GETLABVIEWVAR() Example
SetLabVIEWVar "Eurother.vi" "Temperature" 55.0