(Autonomous Robot Control Software)
Make robots with the easiest robot programming software. Experience user-friendly features that make any robot easy to program.
Change Release Notes
Progress sometimes means change... This release has many additional features, but a few things have changed also.
- EZ-Script Variables can return boolean response during assignment (i.e. $x = (3 > 2))
- HTTP Server's Script Interface encodes script console command
- Windows 8 bug fix when stopping HTTP Server or TCP Server
- EZ-Script compiler and executor is much faster
- Variables can be increments and decremented with ++ and -- (i.e. $x++ or $x--)
- Auto Format EZ-Script feature (ALT-F). Will automatically indent code within IF, ELSEIF, ELSE and ENDIF condition
- Joystick supports 3 analog joysticks
- New EZ-Script command: PlayAudio() and StopAudio() will play files from your local drive, rather than embedding within SoundBoard EZB File
- IF/ELSEIF/ELSE/ENDIF stack bug fix. There was a state stack issue in the compiler when creating the condition tree. It's been fixed, and now all IF statement condition trees need to be terminated with an ENDIF. See examples below.
- Multi EZ-B references have changed. No longer do you specify the board # at the beginning of the line. It was limiting and ugly - so it's been changed to be an optional parameter of the port. Example: Servo(2.d2, 20) will move servo D2 to position 20 on EZ-B #2
- HTTPGet now also receives data to a string - rather than simply performing a request (See Example -> Functions)
- New EZ-Script Command: IsConnected()
- Firmware Updater has a fix for some computers that have been returning strange results
- New EZ-Script Command: ToString() is used for sanitizing a variable to a string from an i2c read, for example.
- Many new EZ-Script examples of functions
IF/ELSEIF/ELSE/ENDIF
The IF conditioning has been changed, here are the examples..
- EZ-Script Variables can return boolean response during assignment (i.e. $x = (3 > 2))
- HTTP Server's Script Interface encodes script console command
- Windows 8 bug fix when stopping HTTP Server or TCP Server
- EZ-Script compiler and executor is much faster
- Variables can be increments and decremented with ++ and -- (i.e. $x++ or $x--)
- Auto Format EZ-Script feature (ALT-F). Will automatically indent code within IF, ELSEIF, ELSE and ENDIF condition
- Joystick supports 3 analog joysticks
- New EZ-Script command: PlayAudio() and StopAudio() will play files from your local drive, rather than embedding within SoundBoard EZB File
- IF/ELSEIF/ELSE/ENDIF stack bug fix. There was a state stack issue in the compiler when creating the condition tree. It's been fixed, and now all IF statement condition trees need to be terminated with an ENDIF. See examples below.
- Multi EZ-B references have changed. No longer do you specify the board # at the beginning of the line. It was limiting and ugly - so it's been changed to be an optional parameter of the port. Example: Servo(2.d2, 20) will move servo D2 to position 20 on EZ-B #2
- HTTPGet now also receives data to a string - rather than simply performing a request (See Example -> Functions)
- New EZ-Script Command: IsConnected()
- Firmware Updater has a fix for some computers that have been returning strange results
- New EZ-Script Command: ToString() is used for sanitizing a variable to a string from an i2c read, for example.
- Many new EZ-Script examples of functions
IF/ELSEIF/ELSE/ENDIF
The IF conditioning has been changed, here are the examples..
Code:
IF (true)
print("Yes")
ENDIF
Code:
IF (true)
print("Yes")
ELSE
print("No")
ENDIF
Code:
IF (true)
print("Yes")
ELSEIF (false)
print("No")
ELSE
print("Maybe")
ENDIF
ARC Downloads
Teams FREE
Free
- Includes 1 free plugin robot skill per project
- Community support
- Free with trial limitations
For schools, personal use & organizations. This edition is updated every 6-9 months.
Recommended
Early Access
As Low as $8.99/mo
- 2 or more PCs simultaneously
- Includes unlimited skills
- Premium support
- And much more
Experience the latest features and bug fixes weekly. A Pro subscription is required to use this edition.
Runtime FREE
Free
- Load and run any ARC project
- Operates in read-only mode
- Unlimited robot skills
- Early access fixes & features
Have you finished programming your robot? Use this to run existing ARC projects for free.
- Minimum requirements are Windows 10 or higher with 2+gb ram and 500+MB free space.
- Get more information about each ARC edition by clicking here.
- See what's new in the latest versions with Release notes.
Compare Editions
Feature | ARC Teams FREE |
ARC PRO |
---|---|---|
Get ARC for Free | View Plans | |
Usage | Personal DIY Education |
Personal DIY Education Business |
Premium support | $14.99/ticket (optional) |
✓ 1 request/month ($9.99 for additional requests) |
Feature requests | ✓ Yes | |
Early access to new features & fixes | ✓ Yes | |
Simultaneous microcontroller connections* | 1 | ✓ 255 |
Robot skills* | 20 | ✓ Unlimited |
Skill Store plugins* | 1 | ✓ Unlimited |
Cognitive services usage** | 10/day | ✓ 6,000/day |
Auto-positions gait actions* | 40 | ✓ Unlimited |
Speech recongition phrases* | 10 | ✓ Unlimited |
Camera devices* | 1 | ✓ Unlimited |
Vision resolution | max 320x240 | ✓ Unlimited |
Interface builder* | 2 | ✓ Unlimited |
Cloud project size | ✓ 128 MB | |
Cloud project revision history | ✓ Yes | |
Create Exosphere requests | ✓ 50/month | |
Exosphere API access | Contact Us | |
Volume license discounts | Contact Us | |
Get ARC for Free | View Plans |
* Per robot project
** 1,000 per cognitive type (vision recognition, speech recognition, face detection, sentiment, text recognition, emotion detection)
** 1,000 per cognitive type (vision recognition, speech recognition, face detection, sentiment, text recognition, emotion detection)
Upgrade to ARC Pro
Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.
Also I noticed that since a December update I'm no longer having to attempt several times to initially connect.
Happy New Years
I'm now getting an error on Command Control call: CC("Script manager", ScriptStartWait, "Shake Head")
Syntax error, unknown command.
Worked before. What changed?
i made a robot but it doesnt go that fast so how would i get better one and in the robot i only have 10m range how would i solve that
@dj, Never mind. Saw the flashing upgrade box when I reloaded the editor. All is right in the universe again. So long, and thanks for all the fish!...until next time