04-05-2009 06:51 AM
Hi,
Is it possible to open a new front panel from the main vi on the PDA target, created with LV Mobile module?
I like to press the button in the main vi, and open second vi with the new front panel and new controls and indicators.
Thanks.
Best regards,
zdenko.
Solved! Go to Solution.
04-05-2009 10:30 PM
By the word 'new window' you mean to say you are trying to call a subvi?? If so that is possible. Place the VI as a subvi and modify the "subvi node setup" so that the sub vi Front panel opens.
But if you are looking at opening a non existant vi i.e. creating a new vi dynamically it is not possible. In LabVIEW environment VI templates solved this problem but PDA does not support *.vit's
Post back for queries.
04-06-2009 02:00 PM
Thanks.
Works perfect.
Best regards,
Zdenko.