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

Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.

PRO
Synthiam
#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.