09-26-2017 04:21 AM
Hello I am really new in Labview and I want to learn how to set a timer to turn ON/OFF a Power Supply equipment. (e.g. 5 seconds ON then 10 seconds OFF) and then run this continuosly until user press STOP. Currently I only only how to create Boolean control connected to the STB/EXE.vi for manual switching
09-26-2017 05:02 AM
Use a loop, some Shift Registers to hold your state (output state, time to wait, etc), and an Elapsed Time function (to tell you when to switch your On/Off state). Your initialization and closing of your driver should be done outside of the loop.