Touch Sensing Device Tracking Error Prevention

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing touch sensing devices experience tracking errors when the distance between touch coordinates is within a predetermined threshold value, particularly during drum touches, leading to incorrect line representation on the screen.

Innovation Solution

A touch sensing device comprising a touch coordinate calculation circuit and a touch coordinate tracking circuit that calculates and assigns touch IDs based on distance thresholds and vector analysis to differentiate between drawing and drum touches, preventing tracking errors by using a first vector for the first and second touch coordinates and a second vector for the second and third touch coordinates when the distance is within the threshold value.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the touch sensing device assigns the same touch ID to touch coordinates within a threshold distance, then drawing touches can be continuously tracked, but drum touches are incorrectly identified as drawing touches causing tracking errors

Engineering Contradiction:
Improvetouch ID assignment accuracyVSAvoidtouch coordinate tracking complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent applies preliminary action by calculating vectors between consecutive touch coordinates in advance (before final ID assignment) to predict touch movement direction. This allows the system to preemptively distinguish drum touches from drawing touches by analyzing the directional consistency of sequential touches, preventing incorrect tracking before it occurs.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent introduces a new dimension of analysis by using vector direction (angular information) in addition to distance thresholds. Instead of relying solely on the one-dimensional distance metric, the system incorporates two-dimensional directional data from vector calculations between touch points, enabling differentiation of touch patterns that have similar distances but different movement directions.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Measurement precision

If the threshold value is reduced to prevent drum touch tracking errors, then drawing touch continuity may be interrupted

Engineering Contradiction:
Improvetouch coordinate distance measurement precisionVSAvoidtouch input processing efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent changes the parameters used for touch classification by introducing vector direction analysis alongside distance measurement. Instead of adjusting only the distance threshold parameter, the system modifies the classification parameters to include angular information from vector calculations, allowing maintenance of a generous distance threshold while still accurately distinguishing drum touches through directional analysis.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent implements feedback by using the calculated vector directions to inform subsequent touch ID assignments. The system continuously monitors the directional relationship between sequential touch coordinates and uses this feedback to make intelligent decisions about whether to assign the same touch ID, thereby maintaining both precision and efficiency without requiring threshold adjustments.

Inventive Principle:
Principle #23Feedback

3Reliability

If vector analysis is used to differentiate touch types, then tracking accuracy improves, but computational complexity increases

Engineering Contradiction:
Improvetouch pattern recognition reliabilityVSAvoidcomputational power consumption
Core Design Contradiction:
ReliabilityVSPower

Solution Approach 1:

The patent applies partial action by using vector analysis selectively rather than for all touch coordinates. The system calculates vectors and performs directional analysis only when needed to resolve ambiguous cases where distance thresholds alone are insufficient to differentiate touch patterns, thereby reducing unnecessary computational overhead while maintaining high recognition reliability.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The patent segments the touch analysis process into two stages: first, a quick distance-based preliminary classification, and second, a more computationally intensive vector-based directional analysis only for cases that require further differentiation. This segmentation allows the system to minimize overall computational power consumption by applying complex vector calculations only when simpler methods are insufficient.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12001632B2Touch sensing device and touch sensing method
Publication Date: 2024.06.04 LX SEMICON CO LTD
  • US12001632B2 patent drawing
  • US12001632B2 patent drawing
  • US12001632B2 patent drawing

AI summary

The present disclosure relates to a touch sensing device and a touch sensing method, and more particularly, to a touch sensing device and a touch sensing method to prevent a tracking error of touch coordinates.