LabVIEW RT has two modes of opeation: Development mode and Deployed mode.
In the development mode Labview provides you with a USER INTERFACE for debugging purposes but at the end you want to be in the Deployed mode where you develop the user interface to communicate with your embedded vi with differents ways like TCP/IP, UDP, DataSocket, VI SERVER, etc.
Therefore, not all the mechanical actions for boolean controls/indicators are supported under real time.
Remember that you dont have a physical interaction with the interface.
In the figure 2 you can see the 6 diferents mechanical actions available for LabVIEW, however for the VIs that are going to be embedded the only 4 supported are
the first two colums. If you use one of the two in the last colum
n you will get the warning message when trying to download the application.
You will need to use the supported mechanical actions for your application.