LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

automatic switch

I have led strip i want to control the intensity of its light ,iam using arduino with labview i want to make in labview every a specific time the intensity of light is increased by 10% automatically when my vi program is started and stops when intensity is 100% 

 

i have already made it manually by switch using shift registers ,but i want to make it automatically every specific time 

 

 

Thanks Smiley Happy

0 Kudos
Message 1 of 4
(2,635 Views)

What do you mean by manually with shift registers?  Hard to really understand that without the code to look at. 

 

Whatever you're doing to increase it "manually," you can do automatically.  Just add a wait(ms) and that'll handle the timing you need.

0 Kudos
Message 2 of 4
(2,630 Views)

here in my code each click on plus switch or minus switch i got the intensity increased or decreased by 10% .....i want to make that increase automatically  by 10% every specific time without click  switch when vi runs 

0 Kudos
Message 3 of 4
(2,590 Views)

i solved it ...i connected True Boolean instead of switch Smiley Happy and it works very fine 

 

thanks for your interest Heart

0 Kudos
Message 4 of 4
(2,583 Views)