Skip to main content

ACRIOS GUI

The ACRIOS GUI is used to do any changes within the LUA script, it allows you to enter interactive mode and to send chunk of codes (for example AT commands to the NB module) for easier integration or to flash a new firmware.

info

To use the GUI offline, you must first load the webpage in advance. Optionally, you can install the loaded application as a Progressive Web Application (PWA).

Using the GUI

To manage the ACR-CV device you need a Chromium-based web browser (such as Chrome, Opera or Microsoft Edge) and a configuration cable.

  1. Navigate to the user interface at gui.acrios.com.
    1.png
  2. Wait for the interface to load completely (this may take a few seconds). You might see a download icon in the address bar, which allows you to install the GUI locally as a Progressive Web Application (PWA).
    2.png
  3. Connect the serial cable to the ACR-CV device and click on Connect button in the interface.
    3.png
  4. If the device is not detected, it may be sleeping. Press and hold the button on the device to wake it up (use a short press on firmware 2.8.0+ or a long press on older firmware versions).
    4.png
  5. Once the device is detected, the interface will read out the device model and firmware version. For newer firmware (2.8.0+), it will also list available Lua functions and the last detected error.
    5.png
  6. To disconnect, press the Disconnect button (the button that was previously Connect).
    6.png
  7. You can read the Lua script on the device by clicking the Read button.
    7.png
  8. After reading, the Lua script will be displayed in a new text editor tab.
    8.png
  9. Use the File -> Open menu to open a local file or copy-paste the script into the text window.
    9.png
  10. Files are stored locally in the browser's local storage. If you install the application as a PWA, the scripts will be stored in the local storage of the app.
    10.png
  11. After selecting a file from the menu on the left, the file will be loaded into the interface.
    11.png
  12. Click on Validate button to compile the Lua script and check for errors.
    12.png
  13. Click on Write button to save the Lua script to the device.
    13.png
  14. After writing, the device will restart and the GUI will automatically reconnect.
    14.png