Hi all!
 
Not sure if this is the adequate section to post this question but it seems to be such.
 
I am developing a tool that should perform a set of calculations a number of times (the number will be determined by the user, i.e. he chooses to execute it 4 times for example). The calculation set consists of a sequence within it and for more than one execution, all the calculation sets following the first one need to be executed at a certain time within that sequence of the preceding set. All this needs to be simulated in a 24-hr time.
 
It could be illustrated as follows:
 
The user chooses 5 times of executing the same sequence for some calculations:
 
 
Sequence Set 1:   ¦-------------------¦
                             0hours             16 hours
Sequence Set 2:                ¦--------------------¦
                                        8hrs                   24hrs
Sequence Set 3:                                        ¦-------------------¦
                                                               23hrs                1day 15 hrs
Sequence Set 4:                                              ¦--------------------¦
                                                                      1day 2 hrs          1 day 18 hrs
Sequence Set 5:                                                             ¦-------------------¦
                                                                                   1day 14hrs          2days
                                                                                                               ¦------------    ....
 
and then it would loop, starting with Set 1.
 
For now i need the exact same sequence, possibly varying some controls here and there.
 
 
 
Could anyone suggest which techniques, functions or methods I can use to achieve this with as much user control as possible at the same time maintaining the smooth flow of calculations with real time? I am developing this in vista, Labview 8.2, also can use 7.1 with Control & Simulation Plugin. 
 
 
Thank you in advance for any suggestions and looking into this concept.