image.png

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.


1. Script Management Buttons

Set:a / Set:b / Set:c / Set:d

These buttons upload the script you composed into the controller and save it as a mission file.

How it works:


On Boot

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.


STOP MISSION

Stops any mission currently running.

Useful when: