You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
(Win7, WPF application in VS2015).
I have a button that, when clicked, makes a motor turn for a bit. However, I want it to pause, then turn the motor backwards. Right now I have this:
It 'works', but this is inconsistent; sometimes the first or second DirectCommand isn't sent and the motor doesn't end up doing what I want. I checked the method list of DirectCommand and BatchCommand, and I didn't see a sleep or wait method. Is there a better method than what I've already tried?
The text was updated successfully, but these errors were encountered:
(Win7, WPF application in VS2015).
I have a button that, when clicked, makes a motor turn for a bit. However, I want it to pause, then turn the motor backwards. Right now I have this:
It 'works', but this is inconsistent; sometimes the first or second
DirectCommand
isn't sent and the motor doesn't end up doing what I want. I checked the method list ofDirectCommand
andBatchCommand
, and I didn't see a sleep or wait method. Is there a better method than what I've already tried?The text was updated successfully, but these errors were encountered: