06-28-2009 07:56 AM
I have made a VI which monitor temperature. I have made a stand alone program from that VI but there is something that I am not pleased.
Is there way to replace the white arrow because I would want to hide it from user. The best way would be if there would be a way to make a running button on the front panel which do the same as the white arrow. Now I have configured that white arrow can't be seen by user and program runs when launched but if I stop the program I can't start it again without arrow.
I would be pleased if somebody could help me. Thank you.
Solved! Go to Solution.
06-28-2009 09:31 AM
06-28-2009 11:11 AM
Basically I have a while loop which runs as long as user push a stop button (I attacghed a pic of my program). I would want to have a start button which behave the same way as the white arrow. So there isn't any "direct" ways to do so? Yes I understand what you ment by state machine but will I still have the same problem (I attaced a pic of state machine from labview examples (stop case))? When user push stop button the while loop stops and still there will be a situation when user need to push that white arrow to start the program again.
One other thing about state machine, isn't it bad for a application which should run N times? I want "living" program which shows its state whole time. I am not sure do you understand what I mean by that. I hope you do :).
Maybe there isn't a way to "replace" white arrow by button. 😞
06-28-2009 11:23 AM - edited 06-28-2009 11:25 AM
06-28-2009 11:40 AM