LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1055 occurred at Property Node

I am very new to LabView and cannot understand why this error message continues to display each time I run the program.
Attached is my program with the error originating from the attempt at displaying the 3 different cursors

0 Kudos
Message 1 of 5
(4,660 Views)

@RocKyle wrote:

 error originating from the attempt at displaying the 3 different cursors


1055 means "Object reference is invalid".

The problem that you haven't cursors. Just create three cursors, then error 1055 goes away.

 

Andrey.

 

Message 2 of 5
(4,641 Views)

Hello, RocKyle!

 

Andrey is right on the money - were you able to try this yourself?

Will Hilzinger | Switch Product Support Engineer | National Instruments
0 Kudos
Message 3 of 5
(4,627 Views)

Yes! And thank you. I thought that creating active cursor through the property node automatically created the cursors, but now my confusion has cleared up.
Thanks again!

0 Kudos
Message 4 of 5
(4,625 Views)

You can create cursors programmatically if you need to, by modifying the Cursor List property. This is a 1D array of cursors. There's an example that ships with LabVIEW that shows you how to programmatically control cursors. Open the Example Finder and search for "cursors".

Message 5 of 5
(4,614 Views)