キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

basic labview help needed

actually i m working on labview programming..my sub vi is working but when I use it in main vi its not working.. i know its the problem of dataflow but I could not find the solution to my problem..please anone help me out
すべてをダウンロード
0 件の賞賛
メッセージ1/5
3,290件の閲覧回数
I don't see any issue... what do you mean by "not working"? Brocken arrow? Runtime error?
0 件の賞賛
メッセージ2/5
3,275件の閲覧回数

EDIT : hum, finally this wasn't a good idea 🙂

Message Edité par JDlabview le 06-10-2010 04:13 PM

J.D.
French Labview beginner
N'oubliez pas de complimenter les bonnes réponses - Don't forget Kudos for good answers
0 件の賞賛
メッセージ3/5
3,265件の閲覧回数
You have made a common mistake and one often discussed here. You are calling a subVI with a while loop that can only be stopped by clicking on the front panel's 'Stop' Boolean. Since you do not make the front panel visible so the button can be clicked, there is no way for the subVI to finish and return. No point at all in having a while loop and no point at all in configuring the serial port each time the subVI is called.
メッセージ4/5
3,252件の閲覧回数

the way how you call a SubVI was not ok. I hope it works now.

see attached VI.LV Version 2009

Message Edited by FHM on 06-10-2010 09:35 AM
すべてをダウンロード
0 件の賞賛
メッセージ5/5
3,242件の閲覧回数