User Manual - Page 128

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
124 Alphabetical Listing
RefreshProbeVars
Catalog >
StatusVar
Value
Status
statusVar
=0
Normal (continue with the
program)
statusVar
=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.
statusVar
=3
The Vernier DataQuest™
application is launched, but you
have not connected any probes.
If status=0 Then
Disp "ready"
For n,1,50
RefreshProbeVars status
temperature:=meter.temperature
Disp "Temperature:
",temperature
If temperature>30 Then
Disp "Too hot"
EndIf
© Wait for 1 second between
samples
Wait 1
EndFor
Else
Disp "Not ready. Try again
later"
EndIf
EndPrgm
Note: This can also be used with TI-
Innovator™ Hub.
remain()
Catalog >
remain(Value1, Value2) value
remain(List1, List2) list
remain(Matrix1, Matrix2) matrix
Returns the remainder of the first
argument with respect to the second
argument as defined by the identities:
remain(x,0)x
remain(x,y)xyiPart(x/y)
Loading ...
Loading ...
Loading ...