Asked — Edited
Resolved Resolved by DJ Sures!

Auto Position More Board Connections Then Board 0?

Does the auto position control only work with the board index connection 0?  with auto position

or is there a way to use it with board indexes  connections 1,2,3 etc... with the auto position?

Thanks

EzAng


Related Hardware EZ-B v4

ARC Pro

Upgrade to ARC Pro

Experience the transformation – subscribe to Synthiam ARC Pro and watch your robot evolve into a marvel of innovation and intelligence.

PRO
Synthiam
#1   — Edited

Yes - why is your entire message in bold? Also, you didn’t tag Auto Position as linked to the question. That’s super important to help keep our content organized. Thanks:)

Click a servo

User-inserted image

Then select the board index

User-inserted image

PRO
USA
#2  

Thanks, I should have know that,

sorry for bold stuff

thanks again

EzAng

PRO
USA
#3  

solved again by DJ

#4  

Taking this one step farther, given that each robot would have it's own EZB and each having their own wifi logged on, is it possible to use Blockly rather than Auto Position to make multiple robots move one after another?  In Blockly is there a way to designate each different board? There are pros and cons when using Auto Position but I will use it if needed.

#6  

Ah thank you,  So if you want to Move servo D4 to 60 on Board 1 then Board 2 is done like this? Command Control Connection, Connect 1 Move servo D4 to 60 Command Control Connection, Disconnect 1  (it's 60 till you change it?) Command Control Connection, Connect 2 Move servo D4 to 60

which are totally different from each other

PRO
Portugal
#7   — Edited

You dont need to disconnect board 1. Use sleep to time the events, the move command does not wait till the position is reached. Hope it helps