08-01-2017 05:47 PM
How can I do it? in a labview I want to create a for loop, in which if I enter 6 , led blinks 6 times..
Solved! Go to Solution.
08-01-2017 05:48 PM
How can I do it? in a labview I want to create a for loop, in which if I enter 6 , led blinks 6 times..
08-01-2017 06:12 PM
Where are you getting stuck? Can you post what you've tried so far?
08-01-2017 06:12 PM
08-01-2017 06:20 PM
Start with a FOR loop with a shift register that holds a Boolean. Each iteration, invert the Boolean (NOT) and update the LED indicator. Have a wait in the loop so that you can see the blink. Have the loop iterates twice per blink.
08-01-2017 06:42 PM
The problem is when my Boolean / led turn true /on it stays like that and doesn't go back to off .
08-01-2017 07:12 PM
@Canucks.canucks wrote:
The problem is when my Boolean / led turn true /on it stays like that and doesn't go back to off .
Then show is your code so we can troubleshoot your code.