
I have an ezb3 and am using the Continuous servo Movement Panel window with the old 360 motors but it doesn't seem to do anything. I read the manual and it says that it has to be connected to board#0 I have that,I also checked the port numbers and they are good, but still nothing happens. When I use the Continuous servo window they work well but not with the panel. Is there anything that I can do differently? I have the latest EZ builder and the latest ezb3 firmware
did you messure that batteries?
its better to use the lipo batt.
Maybe reboot, reinstall and try again?
Have you tried setting the servo values to 1 and 100 instead of 1 and 180? Stop value at 50?
2. Check the forward and reverse values are set correctly in the Movement Panel config.
If that doesn't work a workaround is to use a custom Movement Panel and use script commands to set the servos moving. Simply use the Servo() commands with the relevant port numbers and positions to suit the direction and speed.
i.e. Forward (assuming servos are opposite each other);
Code:
Reverse (assuming servos are opposite each other);
Code:
Stop (taking in to account modified servos may differ);
Code:
1) load ARC
2) connect to your ez-b v3
3) add the modified servo movement panel