Digi ConnectTank Getting Started Guide
Page 38
Long Name
Short name
Comments/Semantics
Send start time
sst
A value of 60 would be 1 hour after midnight
GMT (minutes from midnight GMT).
Tank upload method
tum
Values are as follows:
1 - Data only
2 - SMS only
3 - Data with SMS fallback
4 - SMS with data fallback
Valid values are from 1 to 4, defaults to 3
SMS phone number
phn
Device Cloud phone number.
For example 00447786201216, 32075, etc.
Service ID
sid
Service ID to be used when phn is a short
code. For example, IDGP (can be left blank).
Cloud server name
isn
Sensor error
ser
0 - No error
1 - Sensor error (internally handled)
Sensor connected status
scs
0 - Sensor not connected
1 - Sensor connected
Device wake type
dwt
2 - Normal record
3 - Alarm record
8 - Wakeup record
Send count
sdc
Send the last N readings, 1<=N<=96, using
smaller value of N to ensure room to grow
PIC code. Default should be 1.
Implementation note: This is essentially the
size of the round robin buffer where samples
should be stored.
Alarm high
alh
Alarm high means alarm when the val <=
alh (calculated from the sensor’s perspective,
such as from top to bottom).
Alarm low
all
Alarm low means send alarm when val >=
all (calculated from the sensor’s perspective,
such as from top to bottom).
Alarm delta low
adl
Alarm delta low sends an alarm when
valpr adl < valcurrent
(calculated from the sensor’s perspective,
such as from top to bottom).
Alarm delta high
adh
Alarm delta high sends an alarm when
valprevious - adh > valcurrent
(calculated from the sensor’s perspective,
such as from top to bottom).