11-01-2010 11:59 AM
Hi,
I was wondering if User Interface functions such as the Two button dialog and Three button dialog were supported on the CompactRiO.
Thanks,
-Bilal Nadeem
11-02-2010 01:15 PM
Hi Bilal,
Technically, you can put those user interface functions in the VIs that you run on your CompactRIO (or any RT target), but you should not actually do so. If you build a VI that contains a dialog function into an RT executable and deploy it to the target (where it runs headlessly with no user interface), the code will hang because there is no way for the user to acknowledge that dialog.
If you need to have user interaction with your CompactRIO's behavior, that will need to be implemented in the program on your Host PC that communicates with the RT code.
Hope this helps!