Asked — Edited
Resolved Resolved by Redzone!

Scripting A Connection To A Second Ezbv4

Upon manually connecting to Board 0, I would like to establish a connection to Board 1 using EZ-Script, process some initialization there (ie: 1.D0 do thus and such) Can I and if yes, how do I connect to Board 1 from script?

Thanks!


ARC Pro

Upgrade to ARC Pro

ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced robot programming.

#25  

@mayaway

Quote:

I think I also saw that the ServoSpeed() command needs to be preceded by a Servo() position command

That's correct... before you set servo speed you need to set an initial servo position so....


Servo(D0,90)
ServoSpeed(D0,3)