Network Change icon Network Change Execute scripts on WiFi/network connect or disconnect; monitor adapter, store status in a variable and trigger custom scripts for headless SBC robots. Try it →
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 (view all EZB hardware)
EZ-B V4 by EZ-Robot
EZ-B v4/2 robot controller: dual Cortex ARM, Wi-Fi, audio/video, 24 servo/digital ports, I2C/UART, camera and Synthiam ARC control for custom robots
Wi-Fi / USB
Servos 24
Camera
Audio
UART 3
I2C
ADC 8
Digital 24

ARC Pro

Upgrade to ARC Pro

Elevate your robot's capabilities to the next level with Synthiam ARC Pro, unlocking a world of possibilities in robot programming.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#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

Author Avatar
PRO
USA
#2  

Thanks, I should have know that,

sorry for bold stuff

thanks again

EzAng

Author Avatar
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

Author Avatar
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