
shaimaabes

Hi ,
I want to know how to use Auto Position actions in vs using c# ,I've try that code Code:
ezb = new EZ_B.EZB();
ezb.Connect("192.168.1.1:23");
ezb.AutoPosition.ExecAction("Bow");
but after reading many forums I realized that my code isn't correct.
also I've saw tutorial 59 but it doesn't match my needs.
I need to use the hi-lighted actions in pic from my c# code .
is that possible ?
Upgrade to ARC Pro
Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!
thanks
but I've anther question how to use forward , reverse , left & right
I've tried that code but it doesn't work
Code: