LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ボタンを押してVIを実行する

初めて質問いたします。

フロントパネルの左上の矢印でVIを実行するのではなく

フロントパネル内にあるボタンからVIを実行する方法はあるのでしょうか?

 

初心者のためブロックダイアグラム内に実装出来るタイプの

簡単なプログラムを参照できればと思います。

0 Kudos
Message 1 of 2
(1,188 Views)

It is possible, but a really bad idea. Create a proper state machine, starting in an idle state.

 

Once built into an application, it will "run when opened". A finished program has no use for edit mode. When editing, use the run button for testing.

0 Kudos
Message 2 of 2
(1,163 Views)