36 CBLé System Guidebook
About CMD2—Data Type and Display Setup
CMD2 Operations
CMD2
sets up the data type to which data will be stored on the
calculator, and the channel whose data is displayed during sampling. The
first element in the list must be a 2 to designate
CMD2
.
List Syntax
{2,data,display,picY,Ymin,Ymax,picX,Xmin,Xmax}
Note: This command should always come after the last
CMD1
;
otherwise, your selections may be cleared.
Data Type
With the exception of picture data, all data is stored in the CBL as a
sequence of real numbers. This parameter lets you determine if the data
will be stored as on the calculator as a list, matrix, or picture.
Note: This command parameter is primarily for use with the standard
TI-85 calculator. On other calculators, the data type is determined by the
variable used in the
GET(
,
GET
, or
Input “CBLGET”
instruction.
(Default:
1
)
1
2
3
Collected data is stored as a list (on the calculator).
Collected data is stored as a matrix.
Collected data is stored as a pixel image for a picture.
List data: Collected and stored in the CBL as a set of real values. List
data is retrieved by a calculator into a predefined list variable.
Matrix data: Collected and stored in the CBL as a set of real values.
matrix data is retrieved by a calculator into a predefined matrix variable.
Picture data: Collected and stored in the CBL as a pixel image. Picture
data is collected on two channels that you specify. The first channel
collects data to represent the Y values, and the second channel collects
data to represent the X values. The data is scaled by the CBL for the
appropriate calculator. Picture data is retrieved by a calculator into a
predefined picture variable.