12-26-2007 01:25 PM
Hey guys,
At first merry Christmas to all!!
My concern: (
I want to run 3 dependent, parallel loops!
1st
2nd
3rd
(Creating the log file in the 2nd loop needs too long, so the timing of chart delays)
-----------------------
- I tried Master Slave/Master Slave: 2nd loop is Slave of the 1st and at the same time Master of the 3rd loop.
And I forced the 2nd loop to 1000ms loop period.
According to the LV Basics II book [p. 2-35] it should not work: Both loops are synchronized to the master loop.
But it goes not bad. The end time on the chart and elapsed test time are at the end of the test the same!!
But the chart does not go synchronic, it is "jolty, unsteady", which is an effect from the 1st loop! But the good thing is that the loops are all dependent. No start/stop problems!
-If I use local variables to transfer the data from the 1st to the 2nd loop, I get some other bugs about the order of starting the loops, which is an effect on the chart!
I would need a way to start the 1st loop at first and then I can provide the data with a local variable in to 2nd loop.
(Sequences in an additional loop: 1st sequence with the 1st loop; 2nd sequence with the 2nd and 3rd loops as Master/Slave won't work. Total loop time woul be 1,75 seconds)
Stopping the 1st loop and the others won’t be a problem, I think.
Thank you all and a happy, successful new year
Ugur
12-26-2007 03:23 PM
12-28-2007 11:09 AM
hi,
This XY Graph is awesome... on this way I don't need to care about the timing anymore. thanks a lot.
but I have problems to extend the graph to six plots plus the timebase. I'm doing something wrong, so my array does not fit to the graph. Probably something in the graph's properties has to be changed. Could you pls tell me or modify it for me.
Thank you very much!
12-30-2007 07:47 AM