Error: 1032 When Using Set Control Values by Index with VI Server

Updated May 31, 2024

Reported In

Software

  • LabVIEW

Issue Details

I am using a VI Server and the Set Control Values by Index.vi in LabVIEW to change values in different controls on the client. It works correctly when I use VI references but if I use App references, I get the error: 

Error 1032 occurred at Set Control Values By Index in VI_NAME.vi
Possible reasons:
LabVIEW: (Hex 0x408) VI Server access denied.


1032.png

Solution

You get this error because the Set Control Values by Index.vi is not allowed for remote VI Server connections. For remote references using the VI Server an Invoke Node with the Ctrl Val.Set should be used instead.

property.png