Isac Posted May 26, 2014 Report Share Posted May 26, 2014 Hello to all,I am a beginner and I need your help: I would like to present only the LED flash with a delay of 500ms, but this occurs affecting the entire program.Is there a way to isolate only the part that interests me? Thanks for your attention Quote Link to comment
crossrulz Posted May 26, 2014 Report Share Posted May 26, 2014 You have a data dependency between your two loops. Combine the loops into a single loop. You can have a counter keep track of your time to state when to toggle your LED. Quote Link to comment
Isac Posted May 26, 2014 Author Report Share Posted May 26, 2014 (edited) I tried this way but it does not fit how do I isolate only the led? I would like to make it blink without delay the whole program thanks Misura il tempoMMM.vi Edited May 26, 2014 by Isac Quote Link to comment
Isac Posted May 30, 2014 Author Report Share Posted May 30, 2014 I solved the LED Currently I have added a beep but creates a delay of 500 ms throughout the programHow can I do?thanks for your attention Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.