Thank you. I did that also, but the main problem whould have been howto join the four similar VIs and from there link to respective globals.
What i need is:
1 VI controlling 4 machines ie. 4 global files
Main UI has 4 controls from where i can link for example number 1 to represent machine 1. The number 1 would circulate into every VI it's calling and by number 1 it's using global file 1.
But somehow i can't figure out how to do it in a "good" way. To add case structures to every place a global is called is also a sort of wast of time, because the updating is terrible.
I have an idea how to do it, but i don't know how to get it in coding
The idea would be to make a somekind of General Global file where each global would have a generic name ie. Voltage Measurement and each VI that would need it would call for Voltage Measurement and according to the number that i told you about above the VI would fetch the right global.
I don't know if this would work or if there is a better way. I've just been coding LV for merely 10 month, so i'm not a pro. I wish someone that have done somekind of similar programming with controlling same kind of equipment with the same VI would have a good idea of how to handle this. I've read that people have made 4 different VIs (executables) working separetely, but in my system there also a mutual DC measurement where all the VIs states have to be known.