Hi,
I have a problem with the transfer speed of data to a memory card during a burst. When the logger runs without a memory card inserted it takes about 10 sec. to log the data but if I have the memory card inserted it takes about 2min 50sec.
If the burst has been run without the memory card inserted until the internal memory is full it only takes a couple of seconds to transfer the data to the memory card when it is inserted. I am running the following program:
'JOB=JOB1
'COMPILED=2005/04/25 07:41:17
'deLogger generated program file for dataTaker 8 series
DT=\d
BEGIN"JOB1" CATTN
'Spans and polynomial declarations
S1=0,400,400,2000"bar"
'Thermistor declarations
'Switches declarations
'Parameter declarations /b
P15=2 P31=3 P54=0 P47=5 P48=100 P60=100
'Global declarations
'main schedule definitions
RS1S
'schedule definition
RA1+E;BURST(3000,16000) LOGONA GA
1V("Relay")
2V("Valve")
3V(S1,"Pressure")
END
'end of program file
Regards,
Per Skov
Hi,
I have a problem with the transfer speed of data to a memory card during a burst. When the logger runs without a memory card inserted it takes about 10 sec. to log the data but if I have the memory card inserted it takes about 2min 50sec.
If the burst has been run without the memory card inserted until the internal memory is full it only takes a couple of seconds to transfer the data to the memory card when it is inserted. I am running the following program:
````
'JOB=JOB1
'COMPILED=2005/04/25 07:41:17
'deLogger generated program file for dataTaker 8 series
DT=\d
BEGIN"JOB1" CATTN
'Spans and polynomial declarations
S1=0,400,400,2000"bar"
'Thermistor declarations
'Switches declarations
'Parameter declarations /b
P15=2 P31=3 P54=0 P47=5 P48=100 P60=100
'Global declarations
'main schedule definitions
RS1S
'schedule definition
RA1+E;BURST(3000,16000) LOGONA GA
1V("Relay")
2V("Valve")
3V(S1,"Pressure")
END
'end of program file
````
Regards,
Per Skov