Page 1 of 1

Random Delay for Cyclic Trigger

Posted: Mon Jul 29, 2013 7:53 am
by DEE
Is there a way to set my task to run between a random range of 500 and 1000 seconds? I saw the system variable {RandomValue(1000)} but I need to set a higher starting range than 1.

Re: Random Delay for Cyclic Trigger

Posted: Fri Aug 30, 2013 7:51 am
by Vara04
May be you can try : {RandomValue(500)} + 500

Re: Random Delay for Cyclic Trigger

Posted: Fri Aug 30, 2013 2:00 pm
by Oleg
Unfortunately Cyclic trigger can't set various period.
It uses fixed value of period when it starts and doesn't change the period while trigger is working