New Release 2015.04.04.00

(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

  • New control for monitoring files that you have open for reading (File Manager found in Add Control -> General -> File Manager)

  • new controls (File Manager & Com Manager) for debugging file and com usage

  • new EZ-Script commands for local COM port usage (ComRead, ComWrite, ComWriteLine, ComAvailable, ComReadAll, ComWriteBinary, ComReadBinary, ComOpen, ComClose)

  • Fix for referencing array's in an assignment (i.e. $x = $array[1] + $array[2] )

  • ezcloud account settings displayed as a dialog if no user account is entered

  • auto positoin uses options to configure the thread priority for faster response

  • added corrected link for appstore link


ARC Downloads

ARC

FREE
$0 always free
  • 1 third-party plugin skill per project
  • Trial cloud services
  • Personal, DIY & education use
  • Updated every 6–12 months
Recommended

ARC

PRO
$8.99 per month
  • Use on 2+ PCs simultaneously
  • Unlimited robot skills
  • Cloud backup & revision history
  • Weekly features & bug fixes
  • Business use permitted

ARC

RUNTIME
$0 always free
  • Load & run any ARC project
  • Read-only mode
  • Unlimited robot skills
  • Includes early access fixes & features
  • Minimum requirements: Windows 10 or higher, 2 GB RAM, 500 MB free disk space.
  • Recommended: Windows 10 or higher, 8 GB RAM, 1 GB free disk space.
  • Prices are in USD.
  • ARC Free known issues: view here.
  • More about each edition: Download & install guide.
  • Latest changes: Release notes.

Compare Editions

Feature
ARC
FREE
ARC
PRO
Get ARC Free View Plans
Usage Personal · DIY · Education Personal · DIY · Education · Business
Early access to new features & fixes
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 recognition phrases * 10 Unlimited
Camera devices * 1 Unlimited
Vision resolution max 320×240 Unlimited
Interface builder * 2 Unlimited
Cloud project size 128 MB
Cloud project revision history
Create Exosphere requests 50 / month
Exosphere API access Contact Us
Volume license discounts Contact Us
Get ARC Free View Plans

* Per robot project

** 1,000 per cognitive type: vision recognition, speech recognition, face detection, sentiment, text recognition, emotion detection, azure text to speech


ARC Pro

Upgrade to ARC Pro

ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.

#1  

This is a fantastic update....With access to the PC's com ports ARC can control other serial devices remotely over Bluetooth (or hard wired) like servo control boards (Lynxmotion SSC-32) and dare I say Arduinos.... Brilliant....

#2  

This looks great. Thanks once more DJ.

However pardon my ignorance. I know a Com port on a computer is a communication port and a serial port. I know the EZB V4 can now send and receive serial commnads through it's UART ports. How is this Com command different from the UART commands and what can this now command do for me?

#3  

@Dave, This is for controlling the Computer's COM port, not the EZ-B COM port. also, slightly different protocol. The UARTs are TTL serial, a standard computer com port is RS232 (although adapters are cheap).

This allows for ARC to control serial devices connected directly to the computer.

Alan

#4  

@Dave..... Being able to use the pc com ports allows to send information back and forth to other devices sans ezb4... Meaning you can control other devices without using the ezb4 at all.... However, most likely when I use the com port functions it will be in conjunction with the ezb4... After all nothing compares to the ezb4's advanced features....:)

#5  

Much faster and user friendly compared to pyserial. Amazing work DJ .

#6  

OK, I think I see now. However to control these other devices and the computer it's self I expect you need to send the commands ARC. Would the script command look much like the SendSerial or Uart command? I guess I could download this new release and find out for my self (but where would be the fun in that for you guys? ;) )

EDIT: Never mind answering this. I just downloaded it and it's all there in the Script editor.

Author Avatar
PRO
USA
LinkedIn Twitter Google+ YouTube
#7  

Hats off DJ, just brilliant, Com ports, yay! I have use for this !