Hi ! I need help with this, because i cant think anything that would do this.
I have a timer with interval of 1ms and it does some work, and now i want to make it:
Turn on and do the work for 500ms (no not the interval 500ms, but the timer has to be toggled for 500 milliseconds) and after those 500 ms it has to turn off for next 500ms, then it turns on back etc.So its like:
Turn on -> do the work -> after 500 ms turn off (.Enabled = False) -> stay turned off for 500 ms -> Turn on..

How can i do it ? I cant think anything