Hello I have a DT85 which will not sleep. It has external power and I have set registers P15=3 and P17=300 but it stays on between 4 hour uploads. I see that if there incomplete jobs entered it will not sleep. How would I see these and how to delete these? Is there another reason for it not going to sleep
I have an Identical machine which is sleeping no problem.
Program as follows any help would be greatly appreciated
BEGIN"CHEVIO04"
'==========================================================
'Initial Set Up
'Create Reset Function button
FUNCTION1="Reset Counters"{SDI12SEND 5 "0RU,Z=Y"}
'activate SDI-12 continuous mode
SDI12SEND 5 "0XU,M=R!"
'manual reset command =M manual =A Auto reset after read
SDI12SEND 5 "0RU,Z=A!"
'Wind Measurements averaged over 1 hr
' SDI12SEND 5 "0WU,I=3600,A=3600!"
'APN
PROFILE MODEM APN=internet
PROFILE MODEM_SESSION DDNS_ENABLE=YES
PROFILE MODEM_SESSION DDNS_SERVER_URI=datacarter.co.nz/nic/update.php
PROFILE MODEM_SESSION DDNS_SERVER_PORT=80
PROFILE MODEM_SESSION DDNS_ACCOUNT=nul
PROFILE MODEM_SESSION DDNS_PASSWORD=nul
PROFILE MODEM_SESSION DDNS_HOST_NAME=cheviotp21
'3=allow sleep when power on
P15=3
'delay before sleep seconds
P17=300
'DD/MM/YYYY
P31=1
'HH:MM
P39=0
/n/c/u/D/T
'data separator
P22=44
'time decimal places
P41=0
LOGON
'==========================================================
'Schedule A
'Logs 5 Mb of data, overwrites when full
'Logs every 60 minutes
'==========================================================
RA(DATA:OV:5MB)3600s
'Viasala on SDI 5
5SDI12(AD0,R102,CM,"Av Wind Dir~Deg")
5SDI12(R105,CM,"Av Wind Speed~m/s")
'5SDI12(R106,CM,"Max Wind Speed~m/s")
5SDI12(R201,CM,"Air Temp~Deg")
5SDI12(R202,CM,"Rel Humidity~%RH")
5SDI12(R203,CM,"Atm Press~hPa")
5SDI12(R301,CM,"Rain Accum~mm")
5SDI12(R304,CM,"Hail Accum~h/cm2")
'Soil Probes on SDI 6
6SDI12(AD0,R303,"Soil Temp#1")
6SDI12(AD0,R301,"VWC#1 M^3/M^3",FF3)
7SDI12(AD0,R303,"Soil Temp#2")
7SDI12(AD0,R301,"VWC#2 M^3/M^3",FF3)
8SDI12(AD0,R303,"Soil Temp#3")
8SDI12(AD0,R301,"VWC#3 M^3/M^3",FF3)
VEXT("battery v")
'==========================================================
'Schedule K
'FTP on schedule K at 1 hour
RK4H LOGOFFK
DO{COPYD format=free merge=N ID=1 start=NEW dest=ftp:/xxxxxxxxxxxxxxxxxxxxx/httpdocs%2Fcheviotp21/}
END
Hello I have a DT85 which will not sleep. It has external power and I have set registers P15=3 and P17=300 but it stays on between 4 hour uploads. I see that if there incomplete jobs entered it will not sleep. How would I see these and how to delete these? Is there another reason for it not going to sleep
I have an Identical machine which is sleeping no problem.
Program as follows any help would be greatly appreciated
BEGIN"CHEVIO04"
'==========================================================
'Initial Set Up
'Create Reset Function button
FUNCTION1="Reset Counters"{SDI12SEND 5 "0RU,Z=Y"}
'activate SDI-12 continuous mode
SDI12SEND 5 "0XU,M=R!"
'manual reset command =M manual =A Auto reset after read
SDI12SEND 5 "0RU,Z=A!"
'Wind Measurements averaged over 1 hr
' SDI12SEND 5 "0WU,I=3600,A=3600!"
'APN
PROFILE MODEM APN=internet
PROFILE MODEM_SESSION DDNS_ENABLE=YES
PROFILE MODEM_SESSION DDNS_SERVER_URI=datacarter.co.nz/nic/update.php
PROFILE MODEM_SESSION DDNS_SERVER_PORT=80
PROFILE MODEM_SESSION DDNS_ACCOUNT=nul
PROFILE MODEM_SESSION DDNS_PASSWORD=nul
PROFILE MODEM_SESSION DDNS_HOST_NAME=cheviotp21
'3=allow sleep when power on
P15=3
'delay before sleep seconds
P17=300
'DD/MM/YYYY
P31=1
'HH:MM
P39=0
/n/c/u/D/T
'data separator
P22=44
'time decimal places
P41=0
LOGON
'==========================================================
'Schedule A
'Logs 5 Mb of data, overwrites when full
'Logs every 60 minutes
'==========================================================
RA(DATA:OV:5MB)3600s
'Viasala on SDI 5
5SDI12(AD0,R102,CM,"Av Wind Dir~Deg")
5SDI12(R105,CM,"Av Wind Speed~m/s")
'5SDI12(R106,CM,"Max Wind Speed~m/s")
5SDI12(R201,CM,"Air Temp~Deg")
5SDI12(R202,CM,"Rel Humidity~%RH")
5SDI12(R203,CM,"Atm Press~hPa")
5SDI12(R301,CM,"Rain Accum~mm")
5SDI12(R304,CM,"Hail Accum~h/cm2")
'Soil Probes on SDI 6
6SDI12(AD0,R303,"Soil Temp#1")
6SDI12(AD0,R301,"VWC#1 M^3/M^3",FF3)
7SDI12(AD0,R303,"Soil Temp#2")
7SDI12(AD0,R301,"VWC#2 M^3/M^3",FF3)
8SDI12(AD0,R303,"Soil Temp#3")
8SDI12(AD0,R301,"VWC#3 M^3/M^3",FF3)
VEXT("battery v")
'==========================================================
'Schedule K
'FTP on schedule K at 1 hour
RK4H LOGOFFK
DO{COPYD format=free merge=N ID=1 start=NEW dest=ftp:/xxxxxxxxxxxxxxxxxxxxx/httpdocs%2Fcheviotp21/}
END