delay us problem

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
hertz89
Posts: 19
Joined: Sat Mar 22, 2014 6:30 pm
Been thanked: 3 times

delay us problem

Post by hertz89 »

hi
i have flowcode 5 free ...i need to make delay (us) ... 500us and 1500us and 2000us ...to 11000us

the delay don't accept any number above 999....any c code for this problem???

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times

Re: delay us problem

Post by medelec35 »

What about a combination of ms and us.
E.g for 1500us you could add 1ms and 500us delay
For 2000us use 2ms etc
Martin

Post Reply