Count number of readings

Count number of readings

For a count of the number of readings since the Touch Controller was powered-up or restarted:

$  displaxservice -a 127.0.0.1 --tccount

Alert
If this number increases, it means someone is touching the sensor, or false touches are being reported. The count represents the number of readings, not the number of touches.


    • Related Articles

    • Count Number of current touches

      For a count of the number touches happening at the moment: $ displaxservice -a 127.0.0.1 --tcicount
    • Serial Number

      To obtain the Touch Controller serial number, enter: $  displaxservice -a 127.0.0.1 --dserial
    • Limit the number of touches

      To see the current number of touches that will be reported: $  displaxservice -a 127.0.0.1 --tmax To set the limit of touches reported to 10: $  displaxservice -a 127.0.0.1 --tmax 10
    • Trigger a Reference Frame

      The Reference Frame feature consists of making a data record of the actual state of the sensor, to be used as a comparative measure for the next signal readings: $  displaxservice -a 127.0.0.1 --fnref
    • 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 ...