Asked
— Edited
How can I set the virtual ports on the SSC-32 to on or off? Doing Set(V0,On) doesn't do it which I don't get as you can control a servo using Servo(V0,90), or, like servo speed, is this not supported either?
Upgrade to ARC Pro
Get access to the latest features and updates with ARC Early Access edition. You'll have everything that's needed to unleash your robot's potential!
Based on your post activity, we found some content that may be interesting to you. Explore these other
tutorials and community conversations.
Thanks anyway.
Servos position based on the PWM received on the signal line so a servo controller will also output the same PWM as the EZ-B would if, for instance you set the servo to position 1.
Servo() and PWM() are very similar commands. Set() on the other hand is not alike.
Actually no, I haven't. I'll give it a try a little later and see what happens.
Thanks.
Just tried Servo(V0,1) and nothing happened. I went up in stages of 10, and all the relay did was buzz more and more the higher I went. I tried (V0,0) as well for the hell of it, but nothing.
Never mind. Nice idea though.