LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

making executable files from vis

Hello,
 
Well, I am glad you're in a working state, but it's weird that the problem boiled down to using sequence structures - although they are not recommended when dataflow can be used to otherwise, they should not cause incorrect functionality in and of themselves.  I'll take a look at all the code you posted again at least for internal exploration so that we can get the fundamental problem fixed if possible - as far as I understand, you removed all your multi-frame sequence structures and that fixed the problem.
 
Thank you for staying with this, and again, I'm glad you're over this rough spot!
 
Best Regards,
 
JLS
Best,
JLS
Sixclear
0 Kudos
Message 31 of 33
(782 Views)

Hi JLS,

Yes I removed the sequence structure for the one with TSI and CME configuration(flowmeter config) but retaining the over all outer sequence.

Thanks again;

SAL

 

0 Kudos
Message 32 of 33
(776 Views)
If you are still interested in why the original program didn't work, you really need to change how you do your wiring. In none of your VIs you haven't wired a single error in/error out cluster. Do this in your subVIs and pass them from one frame to the next. Actually, if you do this you don't need a sequence structure at all. Then you need to wire out the error out to an indicator on the front panel. It would have helped enormously if you could report an actual error code.
0 Kudos
Message 33 of 33
(767 Views)