
robo rad
just wondering about the Ultrasonic scanner available on windows EZ builder but for mobile it always says not yet supported. Will this be added to mobile app? As it would make the mobile scripting and Blockly much faster to program and the radar scanner graphic would be a big help to see if the sensors are actually pinging. I am currently using script the hard way to get mobile sonar working,so with 2 sonars going it gets more complex when you can't see the red dot pings.
1) Start and stop the script using ControlCommand()
2) The script is assuming 90 degree servo position has the sensor facing forward
3) The script assumes < 90 degrees is LEFT side of robot
4) The script assumes > 90 degrees is RIGHT side of the robot
5) The script assumes the servo scan range is 50 degrees to 130 degrees
6) The script moves the scanning servo 10 degrees at a time
7) The script TURNS the robot for 1 second (1,000 milliseconds)
8) The script pauses 250ms between scans and servo movements
Code:
To start the script... use ControlCommand and the script name. For example...
Code:
To stop the script... use the ControlCommand, the script name and STOP the robot from moving. For example...
Code:
https://www.ez-robot.com/Community/Forum/posts.aspx?threadId=3011
Edit......
Actually Just watched carefully the beam animation really is just nothing as I do notice the red dot will show all the way across the screen, not just one side.I think I understand it now,sorry guys, my mistake I should have watched more closely before.Like they say...learn something new everyday!