LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Set ON/OFF time for Boolean Switch to control Power Supply

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

 

 

 

 

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

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(2,567 Views)