I am looking for advice on an issue i am having with a DT82I it was setup to record data at 0.5 second intervals which was producing to many rows of information for excel to produce a spreadsheet of a weekly download which is how i was hoping it would work, subsequently i have a new oninsert file written and i thought that after inserting this file if i was to remove the usb clear it of files and reinsert it the data taker would then output a file every hour to the usb stick.
unfortunately it is not working i was wondering if anyone could see if there was something wrong with the parameters that have been inputted.
DELALLJOBS
BEGIN"config"
' Generated by dEX Configuration Builder Version 1.29.1924 (Firmware Version 9.08.3932)
' Target device: DT82I-3
password=""
S1=0,2500,0,100
' User defined
200CV=0
RS1S
RA"Schedule_1"("b:",ALARMS:OV:100KB:W60,DATA:OV:900MB)500T:200~CV
LOGONA
1*L(N,"Pressure_1~PSI",LM,S1,NA,100)
1+L(N,"Pressure_2~PSI",LM,S1,NA,100)
1-L(N,"Pressure_3~PSI",LM,S1,NA,100)
1DS("handle",LM)
' User defined
1PE(=1CV,w)
' User defined
2CV(w)=(1CV/4000)
' User defined
2CV("Turns: ",FF3)
RB"USB"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1H
LOGONB
' User defined
ALARM(9SV>0.5)200CV,1WARN{COPYD start=new dest=a: format=csv archive=y; REMOVEMEDIA}
END
I am looking for advice on an issue i am having with a DT82I it was setup to record data at 0.5 second intervals which was producing to many rows of information for excel to produce a spreadsheet of a weekly download which is how i was hoping it would work, subsequently i have a new oninsert file written and i thought that after inserting this file if i was to remove the usb clear it of files and reinsert it the data taker would then output a file every hour to the usb stick.
unfortunately it is not working i was wondering if anyone could see if there was something wrong with the parameters that have been inputted.
DELALLJOBS
BEGIN"config"
' Generated by dEX Configuration Builder Version 1.29.1924 (Firmware Version 9.08.3932)
' Target device: DT82I-3
password=""
S1=0,2500,0,100
' User defined
200CV=0
RS1S
RA"Schedule_1"("b:",ALARMS:OV:100KB:W60,DATA:OV:900MB)500T:200~CV
LOGONA
1*L(N,"Pressure_1~PSI",LM,S1,NA,100)
1+L(N,"Pressure_2~PSI",LM,S1,NA,100)
1-L(N,"Pressure_3~PSI",LM,S1,NA,100)
1DS("handle",LM)
' User defined
1PE(=1CV,w)
' User defined
2CV(w)=(1CV/4000)
' User defined
2CV("Turns: ",FF3)
RB"USB"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1H
LOGONB
' User defined
ALARM(9SV>0.5)200CV,1WARN{COPYD start=new dest=a: format=csv archive=y; REMOVEMEDIA}
END