LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

power interuption

Hello,

I am new to labView.
I am trying to write a block diagram test, which will interrupt power supply.
It starts with 10ms interruption and inreases by 10ms thereafter up to 5min.
Power should stay on for 8 seconds between interruption.
I am having hard time implemnting while loop.
here is my initial ideas.
Thank you in advance.
0 Kudos
Message 1 of 2
(2,379 Views)
Kazak,
 
Here is some code that has the flow as you described:
 
"It starts with 10ms interruption and inreases by 10ms thereafter up to 5min.
Power should stay on for 8 seconds between interruption."
but I left out your code for interrupting the power supply. You will need to add the power supply interrupt code to do that. I commented my code to let you know where I think your code should go.

Brian
0 Kudos
Message 2 of 2
(2,351 Views)