10-15-2020 01:02 PM
Hello,
the error 1073 occurs at Property Nodes in a VI I'm using, that calls FPGA VIs. I moved the Project to a new Computer and on the old one it worked fine.
I tried to not write to Label.Text, but it doesn't help.
The error message and the part with the Property Nodes are attached.
Solved! Go to Solution.
10-15-2020 01:13 PM - edited 10-15-2020 01:14 PM
Can you switch to captions and use those instead? And not write to the "Indicator" at all?
10-15-2020 01:29 PM
Did you read the Help for the Indicator Property? It is not settable when the VI is running.
There are ways to make an indicator appear to act as a control. For instance, I have used a Mouse-Down Event on an indicator and set the new value inside the event structure.