LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UNKNOWN ERROR

please help me about this error..........

thank you in advance..........

                                         -Sudipta Sengupta

0 Kudos
Message 1 of 5
(2,609 Views)

When LabVIEW doesn't know what an error is, that means the error came from the 3rd party drivers.  In this case it is probably an ActiveX error since it looks like you are using the Report Generation Toolkit.

 

So try googling that error.

 

 

Message 2 of 5
(2,606 Views)

 

That giant stacked sequence of 10+ frames alone is a programming error on your part. 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 5
(2,602 Views)

@RTSLVU wrote:

 

That giant stacked sequence of 10+ frames alone is a programming error on your part. 


I emphatically agree.  With LabVIEW, one should almost never use a Sequence Frame, and whenever one uses a Frame, they should (almost) never use a Stacked Frame.  If you are using it because your VI is too huge, then learn to bundle code into sub-VIs.  If you are trying to build a "sequential execution" structure, use a For/While loop inside of which is a Case Statement driven by the Loop Index (with a Default Case added) -- this allows you to use left-right wires, Shift Registers, etc.

 

Bob Schor

0 Kudos
Message 4 of 5
(2,525 Views)

@Bob_Schor wrote:

 With LabVIEW, one should almost never use a Sequence Frame, and whenever one uses a Frame, they should (almost) never use a Stacked Frame.....


 

 

 .... and whenever one uses a stacked sequence, one should never use sequence locals! 😄

 

(and this stacked sequence is just peppered with them!!!)

 

 

0 Kudos
Message 5 of 5
(2,516 Views)