Application Guide

440 Data Collection
4. Click OK on the confirmation message.
Expanding the View Details Area
Drag the boundary at the right edge of the Details area to increase or decrease its
width.
Using Sensor Data in ProgramsI
You can access sensor data from all connected sensor probes through your TI-Basic
program by using this command:
RefreshProbeVars statusVar
You must first launch the Vernier DataQuest™ application, or you will receive an
error.
Note: The Vernier DataQuest™ application will auto-launch when you connect a
sensor or a lab cradle to the TI-Nspire™ software or handheld.
The RefreshProbeVars command will be valid only when Vernier DataQuest™ is in
'meter' mode.
statusVar is an optional parameter that indicates the status of the command.
These are the statusVar values:
StatusVar
Value
Status
statusVar
=0
Normal (continue with the program)
statusVa
r=1
The Vernier DataQuest™ application is in data collection mode.
Note: The Vernier DataQuest™ application must be in meter mode for
this command to work.
statusVar
=2
The Vernier DataQuest™ application is not launched.