LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Where should settings modules live and be called in a program tree?

Solved!
Go to solution

Oups, I wasn't clear again 🙂

I'm not reading the conf in a specific order !

Clones read the conf according to their clone ID number. They only index the configuration array when they read the file.

That's all !

So there is actually no 'order' when accessing the configuration. A clone will get its configuration and run with it... Since they are all of the same type, they just work with the part of the conf they read. If Clone 3 actually accesses the configuration file before clone 2 (which is possible), it will just have the same conf as when it read the conf file after Clone 2.

 

The main advantage is that whatever the number of stages (for example) you have, you know which clones digested which configuration element.

So it helps when using a tester : it is easier to find out which clone you want to talk to in order to control a specific stage.

 

But hey, HSE way of doing things is 110 % correct, no jaleousy 😄

CLA, CTA, LV Champion
View Cyril Gambini's profile on LinkedIn
This post is made under CC BY 4.0 DEED licensing
0 Kudos
Message 11 of 11
(102 Views)