Changes the appearance of the cursor on the front panel of a VI. The data type you wire to the icon input determines the polymorphic instance to use.
Use the pull-down menu to select an instance of this VI.
![]()
![]() |
icon is the system or LabVIEW cursor you want to use on the front panel of the VI.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
VI reference is a reference to the VI for which you want to change the cursor. The default is a reference to the VI that contains this VI as a subVI.
You can use the Open VI Reference function to obtain a reference to another VI. This input is useful if multiple front panels are open, but you want to change the cursor in only one front panel. If the front panel of the VI for which you want to change the cursor is not open, this VI returns an error. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
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. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it 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.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
previous cursor ID is a reference to the cursor on the front panel before this VI ran. Wire this output to another instance of the Set Cursor VI to change the cursor back to the previous cursor. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
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, it describes the error status that this VI or function produces.
Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
|

![]() |
cursor ID is a reference to the cursor you want to use on the front panel of the VI.
Use the Create Cursor From File VI to obtain a reference to a cursor. If the cursor reference is invalid, LabVIEW changes the cursor to the default LabVIEW cursor and returns control of the cursor to LabVIEW. |
||||||
![]() |
VI reference is a reference to the VI for which you want to change the cursor. The default is a reference to the VI that contains this VI as a subVI.
You can use the Open VI Reference function to obtain a reference to another VI. This input is useful if multiple front panels are open, but you want to change the cursor in only one front panel. If the front panel of the VI for which you want to change the cursor is not open, this VI returns an error. |
||||||
![]() |
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. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it 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.
| ||||||
![]() |
previous cursor ID is a reference to the cursor on the front panel before this VI ran. Wire this output to another instance of the Set Cursor VI to change the cursor back to the previous cursor. | ||||||
![]() |
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, it describes the error status that this VI or function produces.
Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
|
Refer to the Change Cursor Icon VI in the labview\examples\cursors\CursorUtilities.llb for an example of using the Set Cursor VI.