Reply To: Problems with SpeedProfile and WaitHandles

HomeForumsMonoBrick EV3 FirmwareProblems with SpeedProfile and WaitHandlesReply To: Problems with SpeedProfile and WaitHandles

#5182
Author Image
Anders Søborg
Keymaster

Hi there

I will look into this…. in the meantime simply ignore the waitone on the waithandle like shown below.

motorWaitHandle =  motorA.SpeedProfile(-50, 100, 700, 100,true);
 //motorWaitHandle.WaitOne();
 System.Threading.Thread.Sleep(1000);
 motorA.Brake();

/Anders

Posted in

Make a donation