LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV RT warning

hi,
 
I'm working on LV RT and I get 2 warnings.
 
 
details dispaly dialog.vi : help windows status : the function is not supported by the target 
 
Not found Dialog:   help windows control : the function is not supported by the target 
 
It's not litterally the message because they are in french but it's a problem to create and executable.
 
 
any advice???
 
thanks
0 Kudos
Message 1 of 3
(4,417 Views)
It will be helpful to solve the issue if you an post your application or part of it that creates the issue.
 
Also there is no point in using dialog VIs in RT as doesn't have any display. So probably these may be giving the issue. But these are just wild guess may be we may be able to help once you show waht you are doing.
BR
Message 2 of 3
(4,414 Views)
Kallis,
You're right, RT executables don't include the Front Panel of the application, that's why it is not possible to include VIs that display pop-up or Dialogbox like the VI you want to use. Because, where LV will be able to display the Front Panel ? Nowhere... that the reason...
You must remember that LVRT executables don't have Front Panel.... I t works when your application runs with LV because the FP is deported on the host. But that's not the case qith LVRT standalone executables.
Regards
Pierre R...

Certified LabVIEW Developer
Message 3 of 3
(4,385 Views)