Save / Load Settings

Save / Load Settings

DISPLAX Service allows you to save or load all settings and calibration values from one Touch Controller to another of the same model and firmware version. You can also save a settings file as a backup to upload in future.

To achieve this in any of the supported operating systems, follow these steps:

  • To save the settings:
$ displaxservice -a 127.0.0.1 --device-settings download "path-to-save-location"
  • To load the settings:
$ displaxservice -a 127.0.0.1 --device-settings upload "path-to-the-file"


    • Related Articles

    • Touch operation mode

      By default, DISPLAX Touch Controllers are automatically defined with the correct touch mode for each operating system. There are three different modes: Mouse emulation (0) Single Touch (1) Multitouch (2) If for some reason there is a need to force a ...
    • Trigger Automatic Reference Frame

      This parameter allows you to define the number of rows or columns you wish to “clean” (remove the EMI noise) when a certain amount of touches happen (usually when you notice false touches around the edges). Syntax: $ displaxservice -a 127.0.0.1 ...
    • Factory Reset

      To restore the Touch Controller settings to the factory default: $  displaxservice -a 127.0.0.1 --device-settings default
    • Connect to a host

      To connect to a host you may use this parameter. Every time you want to see or change settings on a local/remote device, you need to connect to it. You could use the localhost address (127.0.0.1) to control a device connected to the same computer ...
    • Enable / disable TUIO

      All DISPLAX products offer the end-users the option to activate the TUIO protocol, allowing them to enter the network values: X coordinate Y coordinate Pressure Sensing (only for DISPLAX Skin Ultra) To activate TUIO, follow these steps: Ensure you ...