11-23-2010 02:03 PM
11-23-2010 03:09 PM - edited 11-23-2010 03:12 PM
You might try using static vi references since they are always linked to your rt app. Also you might try putting all of the dynamic vi's in a 'dynamic.vi' and then invoke them by string name.
Also in LV2010 you have packed libraries which simplify calling dynamic vi's that have subvi's in them. In general think of an rt app as an exe with an internal file structure that is either flat LV8.1 file structure or heirarchial for native lv2010. Regarding events, rt apps are headless and so do not support events. For PC based HMI's use Network Shared variables bound to your HMI controls and indicators.
I have not tried this but you might also be able to place vi's or packed libraries in an external folder and then you will always have a correct path for them.
I think you would have to FTP them to your target.