10-22-2009 08:57 AM
I am trying to use a VI to control a high voltage power supply amog other things. For safety reasons I want to power supply to be switched off at when the VI first starts running, regarless of the state it was when it last stoped. I can I change the level of the boolean switch that controls the power supply automatically at startup? Any help is welcomed.
Thank you.
10-22-2009 09:01 AM
10-22-2009 09:05 AM - edited 10-22-2009 09:07 AM
My first question to you is what type of architecture are you using?
if you are using an event structure just use the stop event to reset your switch and if you are using a case structure just wire a constant in what ever case is your ending case
ravens fan beat me to it.
10-22-2009 09:11 AM
10-22-2009 09:18 AM
10-22-2009 09:19 AM
10-22-2009 09:28 AM
10-22-2009 09:31 AM
10-22-2009 09:33 AM