analysis that writes multiple OutPutTimes in one TriggerTime

good day,

 

I am looking for the best way to do multiple calculations at the same time for different OutputTime. Some way to do BackFill.

Could you advise me on the best way to achieve this?

 

the best way is to give an example:

At 0:00 clock calculate 24 hourly averages and write them in times for the last 24 hours.

 

Trigger Time Output Time Variable1 InputValue

06.12.2023 0:00:00 05.12.2023 21:00:00 1.3548E+08 135478160

06.12.2023 0:00:00 05.12.2023 22:00:00 1.3548E+08 135482304

06.12.2023 0:00:00 05.12.2023 23:00:00 1.3549E+08 135486160

06/12/2023 0:00:00 06/12/2023 0:00:00 1.3549E+08 135489760

........

 

 

Thank you in advance

Parents
  • Hello!

     

    To achieve this you'll have to create 24 different analyses, triggered at midnight. Then, in the triggering section, click the Advanced button and set the Output Time for each of them correctly. You could use the 'relative to triggering time' option, and specify *-1h, *-2h, etc. or just point them to an AF Attribute, containing the different output timestamps.

Reply
  • Hello!

     

    To achieve this you'll have to create 24 different analyses, triggered at midnight. Then, in the triggering section, click the Advanced button and set the Output Time for each of them correctly. You could use the 'relative to triggering time' option, and specify *-1h, *-2h, etc. or just point them to an AF Attribute, containing the different output timestamps.

Children
No Data