
The Web App includes a built-in Automation Scripts editor that allows you to combine multiple JSON commands into a single mission file (*.mission).
These scripts are stored in the ESP32-S3’s internal flash and persist across power cycles, enabling the robotic arm to automatically execute motion sequences after reboot.
These buttons upload the script you composed into the controller and save it as a mission file.
How it works:
a.mission on the controllera.mission
b.mission
c.mission
d.mission
This mapping is useful if you later trigger missions from JSON commands instead of the Web UI.
This saves the script as boot_user.mission, which runs automatically on every startup and loops indefinitely in a background thread.
Other system functions remain unaffected.
Stops any mission currently running.
Useful when: