Instructions

UM-0085-B09 DT80 Range User Manual Page 53
RG
Examples
Trigger daily at 9:00am:
RA[0:0:9]
Trigger every Monday morning at 10:30am
RA[0:30:10:*:*:1]
Trigger at 4:00am on the first of every month
RA[0:0:4:1]
Trigger every 2 hours (same as RA2H)
RA[0:0:*/2]
Trigger every 2 hours, at 2 minutes before the hour (i.e 1:58, 3:58, etc.)
RA[0:58:1/2]
Trigger at 7:30am on the 1st and 15th of each month
RA[0:30:7:1,15]
Trigger hourly from 9:00am to 5:00pm, weekdays only
RA[0:0:9-17:*:*:1-5]
Trigger on External Event
Figure 9: Various external event schedules
Report schedules can also be triggered by external events, which are manifested to the logger as state changes on the
digital input channels nDS, or as pulses on the counter channels nC:
Trigger
Action
nE
Trigger on a rising or falling transition of digital input channel n
n+E
Trigger on a rising transition of digital input channel n
n-E
Trigger on a falling transition of digital input channel n
m..nE
Trigger on a rising or falling transition of any of digital input channels m
..
n
m..n+E
Trigger on a rising transition of any of digital input channels m..n
m..n–E
Trigger on a falling transition of any of digital input channels m
..
n
nC(c)
Trigger when low speed counter channel n "wraps around" (i.e. is reset to 0), which will occur when a count
value of c is reached.
nHSC(c)
Trigger when high speed counter channel n "wraps around" (i.e. is reset to 0), which will occur when a
count value of c is reached.
nSERIAL"text"
Trigger on the arrival of characters (from an external serial device) at the DT80’s Serial Channel (serial
sensor port if n = 1, host port if n = 2). The trigger can be of the form
1SERIAL"", where any character arriving triggers the schedule (note that there is no space between ""),
or
1SERIAL"AbC", where arrival of the exact string AbC triggers the schedule.
See Triggering Schedules (P356).
where:
n is a digital channel number
m..n is a sequence of digital channel numbers (see Digital Channels (P331))
text is a string of characters arriving at the DT80’s Serial Channel terminals from an external serial device
Note1: For digital input edge triggering the minimum pulse width is approximately 16ms.
Note2: If a counter is preset to a value greater than its specified trigger count, the schedule is not triggered. For example, a schedule
set to trigger after 10 counts on digital counter 2 (e.g.
RA2C(10)) cannot be triggered if counter 2 is assigned a value of 15.
Examples Digital Channel Event
The schedule header
RC1E
instructs the DT80 to run report schedule C on every transition of digital input 1D.
The following schedule will run whenever digital input 3D receives a low to high (positive/rising) transition:
RA3+E