
Using Commands
Basically, the
To use a command, you store parameters as List data on the calculator, and then use the Send command to send the parameters to the
The following is an outline of the
1Slide the
2
• This initializes the
3
• This configures
4
•This configures
•After sampling conditions are configured, the
5Press the
•This puts the
•Sampling ends in accordance with the sampling conditions configured in step 4.
6Sample data is sent from the
English
Sending a CommandExample 1: To initialize the
{0} → List 1_ Stores {0} to List 1. 0 is the command number.
Send (List 1)_ Sending List 1 executes Command 0.
Example 2: To configure channel settings
{1, 1, 2} → List 1_ Stores {1,1,2} to List 1. The first 1 is the command number, the second 1 is the channel number, and the 2 indicates use of the voltage probe.
Send (List 1)_ Sending List 1 executes Command 1.
Receive Data CommandAs with command execution, all of the operations required to receive data from the
You can transfer sampled data by executing the calculator's Receive command. Data is transferred in the sequence shown below.
Record Time → CH1 → CH2 → CH3 → SONIC
Receive (List 1)_ Stores transferred data into List 1 of the calculator.
Using the Voltage Probe, Temperature Probe, Optical Probe, and Motion Sensor
The following examples show how to use the temperature probe, voltage probe, optical probe, and “Motion Sensor
Taking 60 samples at one-second intervals over one minute
(1) Send Command 0 to initialize the
{0} → List 1_ | Stores {0} to List 1. 0 is the command number. |
Send (List 1)_ | Sending List 1 executes Command 0. |
20020601