Asked
— Edited

hi i managed to find the sonar and got the sound to.
i have the rgb,so how do i wright all this in a script.
what i want is that the sonar turn whit sound and when he spot an object.
the rgb flach red whit sound danger danger danger.
thanks
nope that doesn work?
Once you have understood the EZ-Script Tutorial you will have a better understanding of what a script is, the available commands, which commands are required for the task you have described and how to easily create the script without much typing at all.
In addition to the EZ-Script Tutorial there is also the EZ-Script Manual which I recommend reading through so that you can understand which commands do what, how they work and the correct syntax.
thank you for the link.
1. It has to track the position of the sonar servo. This can be done by:
Code:
2. You need to get the sonar scanning. Here's what you do for a sonar script:
Code:
3. The detection part. This either moves your rgb bar and turns it red or loops around.
Code:
Any problems please tell me and ill fix it(anyone).
Code:
Have I missed a function in EZ-Script?
Final code V1
Code:
Code:
before or after the :loop?
What happens when it hits position 180?
What's wrong with ServoUp() or ServoDown()?
Edit: Posted before previous post was seen.
How would you go about making it move in increments from 1 to 180 then 180 back down to 1? Hint: I just posted a similar script
You may also want to add some small sleeps in there since EZ-Script can carry out thousands of commands per second.
Personally speaking, and this is what I did in PingRoam, increments of 1 may be too small. With PingRoam I had 3 positions which worked well, it could have been smoother with smaller increments than 25 steps per movement but I wouldn't go as low as 1.
visuel is best to learn.for me.so i can change the values here.see pic
this is what i use sofar.
thank you very much
If you want to learn from code which works I would advise reading through this topic.
In fact, read through any of my topics where I've posted scripts, I always explain each step and comment the code fully so that it's easy to follow, easy to understand and easy to change. Click here for the list of my topics.
i have to start somewhere.
thanks
Open, Examples, EZ-Script Functions Syntax is another good place to try.
All commands are covered by at least one Example Project in the EZ-Script Functions Syntax folder in ARC. The EZ-Script Examples folder has some good examples in too from a Security Guard to controlling a 7 segment display and many more.
But it all means nothing if you don't learn what the commands do and how they work.
Check out an example. Read the script. Look up the commands used in the EZ-Script Manual. Once you get some understanding of that example move on to another one.