Disable Input Modification of LabVIEW Table Control During Runtime

Updated Oct 25, 2023

Issue Details

I have a table control in my front panel. How can I prevent the user to update the values within the table control during runtime?

Solution

You can disable the control to prevent the user to update the values within the table during runtime. There are two approaches to disable this feature:
  • In your front panel, right-click Table control and select Properties. This will open a Table Properties window. In the Table Properties window, select Disabled from Enabled State section.
  • In your block diagram, create Property Node and set Disabled for the Disabled Property as illustrated by the following image.