Random Delay for Cyclic Trigger

Discuss RoboTask here
Post Reply
DEE
Posts: 4
Joined: Sun Jun 09, 2013 5:54 pm
Contact:

Random Delay for Cyclic Trigger

Post 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.
Vara04
Posts: 54
Joined: Fri Feb 24, 2012 8:02 pm
Location: France

Re: Random Delay for Cyclic Trigger

Post by Vara04 »

May be you can try : {RandomValue(500)} + 500
Chris
(Robotask v6.4.2 on Win2008 x64)
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Random Delay for Cyclic Trigger

Post 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
Oleg Yershov
Post Reply