LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What does the error graphcrs.cpp line 2361 mean?

What does the erroe graphcrs.cpp line 2361 mean?
Using Labview 6.0 on Windows NT 4.0 svcpck 5
The error seems to occur after I use my program, stop it, and restart. It is intermitant.
0 Kudos
Message 1 of 4
(2,866 Views)
See www.ni.com/failure .

Mark
0 Kudos
Message 2 of 4
(2,866 Views)
Tried that, error parameters entered produced one unhelpful result
0 Kudos
Message 3 of 4
(2,866 Views)
The graphcrs.cpp line 2361 error seemed to be caused by user cursor motion/programattic active cursor assignment when moving through cases in an elaborate state machine. Upon unlocking cursor as free or 0 into each case that assignments are made, indexing it to -1, doing my business and then locking cursors appropriately before leaving a state or substate, the problem seems to be alleviated. By using separate waveform graph property nodes 1.)to unlock and index, 2.)assign values to x and y position if needed or read x and y positions, then 3.)locking the cursor to plot in another property node, before going to 4...)the next active cursor in its own property node sets, satisfactory performance was achieved. Ordering operations within a single property node was not sufficient.

0 Kudos
Message 4 of 4
(2,866 Views)