RGB 8X8 Animator icon RGB 8X8 Animator Create, edit and play animated frames on an RGB 8x8 LED matrix via I2C with looping, adjustable pauses and scriptable EZ-Script canvas control. Try it →
 

Auto Load Project

The ARC.exe accepts a few startup parameters.


- Param 1: Path and Filename of the project to load
- Param 2: Name of Script to start when project is loaded


*Note: Ensure parameters begin and end with quotation marks. This is specifically important when a parameter contains an empty space. Because an empty space is what separates parameters, when the parameter is wrapped in quotation marks, it is parsed as one parameter vs many. Notice in the examples below that the parameters are wrapped in quotation marks.


Example #1: Loading a project on startup:

"C:\Program Files (x86)\ARC\ARC.exe" "C:\My Documents\MyFile.ezb"


Example #2: loading a project on startup and executing a robot skill script named InitScript

"C:\Program Files (x86)\ARC\ARC.exe" "C:\My Documents\MyFile.ezb" "InitScript"


Shortcut Creator

ARC also includes a shortcut creator so you can have a robot project load when Windows starts, add a shortcut to your desktop, or assign a key combination to quickly load a project. The shortcut creator manual can be found here.