Microphone icon Microphone Record audio from your PC mic, auto-trigger and edit sample rate/effects, then play or export recordings to an EZ-B v4 SoundBoard for robot playback. Try it →
Asked — Edited
Resolved Resolved by DJ Sures!

Assigning Joystick Button Script To Control Ports On Different Ez Boards

Can you assign joystick button script to ports on different EZ Bs? There seems to be no place to specify which board the script is meant for. Is there script syntax to address this?

Thanks


ARC Pro

Upgrade to ARC Pro

Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#1  

The EZ-Script manual reads:

Quote:

Multiple EZ-B Boards

ARC supports multiple physical EZ-B Boards connected to your computer. You can specify the board by putting the board number in front of the port. For example: Servo(2.d0, 8) will move the D0 servo on EZ-B board #2 to position 8. If no board index is specified, the first board (zero) is assumed. If using more than one board, the first board is always responsible for movement panels.