Just to let others know, I found the problem. The Statistical Report Schedules must not be at every second. So I just changed the RS1S line for RS1H and now it is only using 9 uA when in sleep mode. MARVELOUS!!!
Hi again! I'm trying hard to save power here and I want to use the DataTaker 800 with an external 12 V Battery. The Battery will also power sensors but thru a relay controlled by a digital output (1DSO).
I feed the DT800 thru the =/- Ext Bat terminals and I plugged an multi meter to check the current consumption of the DT800. At the beginning it was near 150 mA and it is slowly going near 125 mA. It does not consume uA like in the manual. I unplugged the RS-232 cable, there is no Ethernet connection, so what is wrong? Can you help? Thanks.
'JOB=JOB1
'COMPILED=2006/02/02 14:48:42
'deLogger generated program file for dataTaker 8 series
DT=\d
BEGIN"JOB1"
CATTN
'Spans and polynomial declarations
S1=0,2500,4,20"PSI"
S2=0,500,29,2000"LBS"
S3=-180,180,0,500"ANGLE"
'Thermistor declarations
'Switches declarations
/k
'Parameter declarations
P3=1
P4=1
P11=60
P12=60
P15=1
P17=1
P31=3
P61=3600
'Global declarations
RS1S
'main schedule definitions
'schedule definition
RA60S LOGONA GA
1DSO=0
DELAY=2000
1F("FREQ",0,GL1V)
2V("VOLTAGE",=1CV,GL10V)
3TK("TEMPERATURE")
5BGV(4W,S2,"WEIGHT")
4R(4W,S3,"RESISTANCE")
1DSO=1
END
'end of program file
peterfreedom
Just to let others know, I found the problem. The Statistical Report Schedules must not be at every second. So I just changed the RS1S line for RS1H and now it is only using 9 uA when in sleep mode. MARVELOUS!!!
Hi again! I'm trying hard to save power here and I want to use the DataTaker 800 with an external 12 V Battery. The Battery will also power sensors but thru a relay controlled by a digital output (1DSO).
I feed the DT800 thru the =/- Ext Bat terminals and I plugged an multi meter to check the current consumption of the DT800. At the beginning it was near 150 mA and it is slowly going near 125 mA. It does not consume uA like in the manual. I unplugged the RS-232 cable, there is no Ethernet connection, so what is wrong? Can you help? Thanks.
'JOB=JOB1
'COMPILED=2006/02/02 14:48:42
'deLogger generated program file for dataTaker 8 series
DT=\d
BEGIN"JOB1"
CATTN
'Spans and polynomial declarations
S1=0,2500,4,20"PSI"
S2=0,500,29,2000"LBS"
S3=-180,180,0,500"ANGLE"
'Thermistor declarations
'Switches declarations
/k
'Parameter declarations
P3=1
P4=1
P11=60
P12=60
P15=1
P17=1
P31=3
P61=3600
'Global declarations
RS1S
'main schedule definitions
'schedule definition
RA60S LOGONA GA
1DSO=0
DELAY=2000
1F("FREQ",0,GL1V)
2V("VOLTAGE",=1CV,GL10V)
3TK("TEMPERATURE")
5BGV(4W,S2,"WEIGHT")
4R(4W,S3,"RESISTANCE")
1DSO=1
END
'end of program file
peterfreedom