Control Knob Displays Decimal Values Despite Increment Set to 1

Updated Aug 5, 2025

Reported In

Software

  • LabVIEW

Issue Details

I have configured the Increment value in the Data Entry settings to 1, expecting the knob to display only whole numbers. However, the knob still shows decimal points. How can I configure the knob to display only integer values without decimal points?

Solution

This issue occurs because the data entry response is set to ignore the input value. To enforce an increment of 1, you need to apply a coercion method such as Coerce to Nearest, Coerce Up, or Coerce Down.