12-08-2022 06:46 PM
初めて質問いたします。
フロントパネルの左上の矢印でVIを実行するのではなく
フロントパネル内にあるボタンからVIを実行する方法はあるのでしょうか?
初心者のためブロックダイアグラム内に実装出来るタイプの
簡単なプログラムを参照できればと思います。
12-08-2022 08:47 PM
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.