Quote Originally Posted by boroko View Post
pulsout P_out,100
pulsout is a 'blocking' statement, a 'synchronous' statement.
In other words, if you're trying to do something at the same time as you're trying to 'pulsout', that something might not get done until the pulsout is done doing what it has to do.