LabVIEW for LEGO MINDSTORMS and LabVIEW for Education

cancel
Showing results for 
Search instead for 
Did you mean: 

nxt error

Hello,

 

I am trying to program the nxt in labview 8.5. Basically, I am getting the following error below:

 

ERROR: An error occurred during parsing. Node was unable to be parsed. ((Class: DisableStructure)  (VI: Test_VI.vi:Instance:0))

 

ERROR: Indexing tunnels are not supported

 

 

I am trying to compare some data values from a chart with a constant value and then display a boolean output. My code is attached below. Any help is much appreciated.

0 Kudos
Message 1 of 2
(5,770 Views)
I think the error says it all "ERROR: Indexing tunnels are not supported".  You need to switch the tunnel to non-indexing (right click on the tunnel) and then use an index array primitive inside the loop to get each data element.
Joel Sumner
NI-Shanghai
0 Kudos
Message 2 of 2
(5,755 Views)