LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1073 occurred at Property Node (arg 1)

Solved!
Go to solution

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.

 

Download All
0 Kudos
Message 1 of 3
(2,765 Views)
Solution
Accepted by topic author GermanStudent14

Pretty sure it's this problem

 

Can you switch to captions and use those instead?  And not write to the "Indicator" at all?

0 Kudos
Message 2 of 3
(2,758 Views)

Did  you read the Help for the Indicator Property? It is not settable when the VI is running.

 

johntrich1971_0-1602786286947.png

 

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. 

 

0 Kudos
Message 3 of 3
(2,747 Views)