Enable / disable rows or columns
Overview
DISPLAX Service allows you to enable or disable specific rows or columns of the touch sensor. This is useful when:
-
Certain areas must be excluded from touch
-
A section of the sensor is affected by noise
-
Physical obstructions exist near the sensor edges
Command Syntax
displaxservice -a 127.0.0.1 --enable-disable-cells row/col NUMBER 0/1
Parameters Explained
Examples
Check if row 20 is enabled or disabled:
displaxservice -a 127.0.0.1 --enable-disable-cells row 20
Disable row 20:
displaxservice -a 127.0.0.1 --enable-disable-cells row 20 0
Enable row 20:
displaxservice -a 127.0.0.1 --enable-disable-cells row 20 1
💡 Tip: The same syntax applies to columns—just replace row with col.
Related Articles
Enable / disable Infinity feature
Overview The Infinity feature in DISPLAX Service allows for multiple sensors placed alongside each other to continue smoothly beyond standard sensor boundaries, and eliminating cross-talk (interference) between them, improving continuity in large or ...
What is DISPLAX Service?
DISPLAX Service Overview DISPLAX Service is a background process (agent/daemon) installed alongside DISPLAX Connect that enables low-level communication with your DISPLAX Touch Controllers. It acts as a command-line interface, allowing advanced ...
Enable / disable touch in the operating system
Overview DISPLAX Service allows you to enable or disable touch injection at the operating system level. This setting controls whether touch input from the DISPLAX touch controller is sent to and processed by the OS. When touch injection is disabled, ...
Enable / disable TUIO
Overview All DISPLAX touch products support the TUIO protocol, allowing touch data to be sent over the network to compatible client applications. When TUIO is enabled, the Touch Controller sends the following data: X coordinate Y coordinate Pressure ...
Enable or Disable Network Host Discovery
DISPLAX Service – Enable or Disable Network Host Discovery Overview DISPLAX Service includes a network discovery feature that allows it to find and list other DISPLAX-enabled hosts on the same network. This is commonly used for remote management, ...