Support Forums
schedule sequence of activities

hello, I'm a layman on datataker, but here in Brazil I've already performed some data collection activities with SGVW in wind tower base foundations with great use. We have now bought another DT80G series4. I need help profiling a concrete sample behavior research test, to create a schedule to read 8 SGVW, namely:

  • every 30 seconds for 3 hours, then...
  • every 5 minutes for 3 days, then...
  • every 2 hours for 30 days, and finally...
  • every 12 hours for 60 days...END
hello, I'm a layman on datataker, but here in Brazil I've already performed some data collection activities with SGVW in wind tower base foundations with great use. We have now bought another DT80G series4. I need help profiling a concrete sample behavior research test, to create a schedule to read 8 SGVW, namely: - every 30 seconds for 3 hours, then... - every 5 minutes for 3 days, then... - every 2 hours for 30 days, and finally... - every 12 hours for 60 days...END

Hi Marcelo,

I assume you want to have that schedule sequence and stop logging at the end. There is a simple approach using 8 schedules but you must use native programming because of the dEX template will unable to cope with the sequence easily. You will need to halt all of the schedules during the declaration.

BEGIN
1..4CV(W)=0

RA1H
  1CV(W)=1CV+1
  IF(1CV==4){1CV=0 HA HB GC GD}

RB30S
  ....

RC1H HC
  2CV(W)=2CV+1
  IF(2CV==73){2CV=0 HC HD GE GF}

RD5M HD
  ....

RE1D HE
  3CV(W)=3CV+1
  IF(3CV==31){3CV=0 HE HF GG GH}

RF2H HF
  ....

RG1D HG
  4CV(W)=4CV+1
  IF(4CV==61){4CV=0 HG HH}

RH12H HH
  ....

END

Best regards,
dataTaker

Hi Marcelo, I assume you want to have that schedule sequence and stop logging at the end. There is a simple approach using 8 schedules but you must use native programming because of the dEX template will unable to cope with the sequence easily. You will need to halt all of the schedules during the declaration. ```` BEGIN 1..4CV(W)=0 RA1H 1CV(W)=1CV+1 IF(1CV==4){1CV=0 HA HB GC GD} RB30S .... RC1H HC 2CV(W)=2CV+1 IF(2CV==73){2CV=0 HC HD GE GF} RD5M HD .... RE1D HE 3CV(W)=3CV+1 IF(3CV==31){3CV=0 HE HF GG GH} RF2H HF .... RG1D HG 4CV(W)=4CV+1 IF(4CV==61){4CV=0 HG HH} RH12H HH .... END ```` Best regards, dataTaker
48
1
2
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft