Appendix A. CRBasic Programming Instructions
Variable = IfTime(TintoInt, Interval, Units)
Read
Reads constants from the list defined by Data or DataLong into a variable array.
Syntax
Read [Variable Expression]
Restore
Resets the location of the Read pointer back to the first value in the list defined
by Data or DataLong.
Syntax
Restore
SemaphoreGet
Acquires semaphore
(p. 527) 1 to 3 to avoid resource conflicts.
Syntax
SemaphoreGet()
SemaphoreRelease
Releases semaphore
(p. 527) previously acquired with SemaphoreGet().
Syntax
SemaphoreRelease()
ShutDownBegin
Begins code to be run in the event of a normal shutdown such as when sending a
new program.
Syntax
ShutDownBegin
ShutDownEnd
Ends code to be run in the event of a normal shutdown such as when sending a
new program.
Syntax
ShutDownEnd
TimeIntoInterval
Returns a number indicating True (-1) or False (0) based on the datalogger real-
time clock.
Syntax
Variable = TimeIntoInterval(TintoInt, Interval, Units)
-or-
549