Easy Experimenting
The following program allows you to control the EA-100 from your CFX-9850G
graphing calculator to perform simple experiments with the included probes. It allows
experiments of up to 255 samples. Just enter the program into your calculator. Make sure
you press EXE after each line, except for the highlighted command Send(List 1)
near
the end of the program. That command needs a pause at the end. This pause command is found
pressing SHIFT PRGM F5 (
).
To run the program, connect the CFX-9850G
to the EA-100 using the link cables. Now turn on both instruments. In PRGM mode (in the calculator) select this program and press EXE.
Answer all the questions. After answering the last question "HOW MANY SAMPLES
1--255?" you will see
- Disp-
on the calculator screen. At this point, the EA-100 reads READY. When the experiment is ready to run press TRIGGER. The experiment starts. When the experiment is over, the EA-100 reads DONE. At this point press EXE on the CFX-9850G so that the calculator retrieves the data.
EZEXPERI
{0}-> List 1
Send(List 1)
"1 REPEAT LAST"
"2 NEW EXPERIMENT"
?->I
If I=1
Then Goto A
IfEnd
"ENTER CHANNEL"
"1, 2, OR 3"
?->C
"ENTER OPERATION"
"1 AUTO ID"
"2 VOLT"
"7 TEMP C"
"8 TEMP F"
"9 LIGHT"
?->O
"POST PROCESS?"
"0 NO"
"1 DT"
"2 DT AND D2T"
"3 STATS
?->P
10 ->N
If P=3
Then "HOW MANY STAT":"SAMPLES":?->N
IfEnd
Lbl A
{1,C,O,P,N}->List 1
Send(List 1)
If I=1
Then Goto B
IfEnd
"HOW MANY SECS."
?->S
"HOW MANY SAMPLES"
"1--255"
?->N
Lbl B
{3,S,N,1}->List 1
Send(List 1)
Receive(List 1)
Receive(List 2)
If P=1
Then Receive(List 3)
IfEnd
If P=2
Then Receive(List 3):Receive(List 4)
IfEnd
If P=3
Then Receive(List 3):Receive(List4):Receive(List5)
IfEnd