Parameters Syntax

Parameters Syntax

If you want to change a parameter, or just see its current value, follow the same syntax:

displaxservice -a IP_ADDRESS --PARAMETER
  • IP_ADDRESS: The IP address of the computer connected to the device you want to control. For localhost device connection, use “127.0.0.1”
  • PARAMETER: The parameter or option you want to change or see the current value of

Here  you can see how to get the list of parameters for a specific device.


    • Related Articles

    • Parameters that can be used

      To see a list of all parameters/command options to use for a certain device, enter the parameter “-g” or “–device-help” Example for the localhost: $ displaxservice -a 127.0.0.1 -g or $ displaxservice -a 127.0.0.1 --device-help Example for a computer ...
    • Uninstall

      These parameters allow you to uninstall DISPLAX Service: $  displaxservice -u or $  displaxservice --uninstall
    • Install

      To install DISPLAX Service via the command line, enter the following parameters: $ displaxservice -i or $ displaxservice --install
    • Enable / disable rows or columns

      The following example refers to row 20. It can also be applied to columns by replacing “row” with “col”, and using the same syntax: $  displaxservice -a 127.0.0.1 --enable-disable-cells row/col NUMBER 0/1 “NUMBER” is the number of the row or column ...
    • 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 ...