Hi Roger,
Could you please have a look at the oninsert.dxc file I attempted to use with a recently purchased DT85. I loaded the program into the text window using DeLogger and then saved it as the oninsert.dxc file.
After inserting the flask disk, everything appeared to work ok, but the job didn't load and still displayed "No current Job". Strange thing is, the two new functions were installed. Any ideas?
'JOB=JOB1
'COMPILED=2008/05/13 20:37:22
'TYPE=dt80
DT=\d
BEGIN"JOB1"
CATTN
'Spans and polynomial declarations
Y1=-725.8074,0.950118765
Y2=-622.978,0.950118765
Y3=-891.2976,0.950118765
Y4=-709.6942,0.950118765
Y5=-962.73,0.950118765
Y6=-1040.757,0.950118765
Y7=-1495.403,0.950118765
Y8=-426.3562,0.950118765
Y9=-1445.037,0.950118765
Y10=9.16,0.950118765
Y11=-1415.87,0.950118765
Y12=257.607,0.950118765
Y13=-130.1126,0.950118765
Y14=-326.0573,0.950118765
Y15=-15.15629,0.950118765
'Thermistor declarations
'Switches declarations
'Parameter declarations
P55=8191
'Global declarations
RS1S
'schedule definition
RA("B:",ALARMS:OV:100KB,DATA:OV:50MB)5S LOGONA GA
1BGI(3W,Y1,"MSS 1a",350)
2BGI(3W,Y2,"MSS 1b",350)
3BGI(3W,Y3,"MSS 2",350)
4BGI(3W,Y4,"MSS 3",350)
5BGI(3W,Y5,"MSS 4",350)
6BGI(3W,Y6,"MSS 5",350)
7BGI(3W,Y7,"MSS 6",350)
8BGI(3W,Y8,"MSS 7",350)
9BGI(3W,Y9,"MSS 8",350)
10BGI(3W,Y10,"MSS 9a",350)
11BGI(3W,Y11,"MSS 9b",350)
12BGI(3W,Y12,"MSS 10a RHS",350)
13BGI(3W,Y13,"MSS 10b LHS",350)
14BGI(3W,Y14,"MSS 11a RHS",350)
15BGI(3W,Y15,"MSS 11b LHS",350)
FUNCTION1="Start"{G}
FUNCTION2="Stop"{H}
END
'end of program file
Thanks in advance.
Kevin
Hi Roger,
Could you please have a look at the oninsert.dxc file I attempted to use with a recently purchased DT85. I loaded the program into the text window using DeLogger and then saved it as the oninsert.dxc file.
After inserting the flask disk, everything appeared to work ok, but the job didn't load and still displayed "No current Job". Strange thing is, the two new functions were installed. Any ideas?
````
'JOB=JOB1
'COMPILED=2008/05/13 20:37:22
'TYPE=dt80
DT=\d
BEGIN"JOB1"
CATTN
'Spans and polynomial declarations
Y1=-725.8074,0.950118765
Y2=-622.978,0.950118765
Y3=-891.2976,0.950118765
Y4=-709.6942,0.950118765
Y5=-962.73,0.950118765
Y6=-1040.757,0.950118765
Y7=-1495.403,0.950118765
Y8=-426.3562,0.950118765
Y9=-1445.037,0.950118765
Y10=9.16,0.950118765
Y11=-1415.87,0.950118765
Y12=257.607,0.950118765
Y13=-130.1126,0.950118765
Y14=-326.0573,0.950118765
Y15=-15.15629,0.950118765
'Thermistor declarations
'Switches declarations
'Parameter declarations
P55=8191
'Global declarations
RS1S
'schedule definition
RA("B:",ALARMS:OV:100KB,DATA:OV:50MB)5S LOGONA GA
1BGI(3W,Y1,"MSS 1a",350)
2BGI(3W,Y2,"MSS 1b",350)
3BGI(3W,Y3,"MSS 2",350)
4BGI(3W,Y4,"MSS 3",350)
5BGI(3W,Y5,"MSS 4",350)
6BGI(3W,Y6,"MSS 5",350)
7BGI(3W,Y7,"MSS 6",350)
8BGI(3W,Y8,"MSS 7",350)
9BGI(3W,Y9,"MSS 8",350)
10BGI(3W,Y10,"MSS 9a",350)
11BGI(3W,Y11,"MSS 9b",350)
12BGI(3W,Y12,"MSS 10a RHS",350)
13BGI(3W,Y13,"MSS 10b LHS",350)
14BGI(3W,Y14,"MSS 11a RHS",350)
15BGI(3W,Y15,"MSS 11b LHS",350)
FUNCTION1="Start"{G}
FUNCTION2="Stop"{H}
END
'end of program file
````
Thanks in advance.
Kevin