08-14-2014 04:29 AM
Hi,
Is it possible to save and reload the controls or indicators using ms access? not the controls or indicators values . Any detailed example pls do share?
08-14-2014 04:41 AM
08-14-2014 04:42 AM
Why do you want to save them in access first? I am not really clear when you said you don't want the values but the controls/Indicators. Are you trying to create controls/Indicators dynamically in a VI?
08-14-2014 04:48 AM
Hi,
For example in case of a parent and child windows. In this save all the child windows and reload whenever needed? for example for restaurant cash systems.
08-14-2014 04:50 AM
Hi jay,
so this is a continuation of your older thread? Why do you create double posts?
SubVIs are VIs. You can save them as any other VI. When you want to save settings/values used in those subVIs you have to save them in files (or databases) on your own…
08-14-2014 05:49 AM
Hi,
I reposted because i didn´t get a proper response. I know sub vi are vi´s but, i'm using many clone of a single subvi. So, i can't able reproduce those clone vi's with their properties. If any detailed example pls post it.
08-14-2014 05:53 AM
08-14-2014 05:53 AM
I am still trying to understand your problem, help me out. Are you trying to populate the same data into different clones of a same sub VI? Please explain clearly the issue you are facing.
08-14-2014 06:15 AM
thread continued here.
08-14-2014 06:25 AM
Hi,
For ex: I have a knob indicator, its measuring a temperature or some pressure of some device_0. So, i create a new clone of the know with temperature or pressure 2 and same continues for 10 indicators. So, i want to save all those clones in a data base or a file. And if i use device_0 after few days, i don't want to create again, instead i want to load from a file. I hope now u get the point.