Specifications
Section 10. CRBASIC Programming Instructions
10-27
DaylightSavingUS
Determine if US daylight saving time has begun or ended. Optionally advance
or turn-back the datalogger clock one hour.
Syntax
variable = DaylightSavingUS (DSTSet)
IfTime
Returns a number indicating True (-1) or False (0) based on the datalogger's
real-time clock.
Syntax
IfTime (TintoInt, Interval, Units)
PakBusClock
Sets the datalogger clock to the clock of the specified PakBus device.
Syntax
PakBusClock (PakBusAddr)
RealTime
Parses year, month, day, hour, minute, second, micro-second, day of week,
and/or day of year from the datalogger clock.
Syntax
RealTime (Dest)
TimeIntoInterval
Returns a number indicating True (-1) or False (0) based on the datalogger's
real-time clock.
Syntax
Variable = TimeIntoInterval (TintoInt, Interval, Units)
-or-
If TimeIntoInterval (TintoInt, Interval, Units)
Timer
Returns the value of a timer.
Syntax
variable = Timer(TimNo, Units, TimOpt)
10.9 Voice Modem Instructions
Refer to the Campbell Scientific voice modem manuals for complete
information.
DialVoice
Defines the dialing string for a COM310 voice modem.
Syntax
DialVoice (DialString)
VoiceBeg, EndVoice
Mark the beginning and ending of voice code executed when the datalogger
detects a ring from a voice modem.
Syntax
VoiceBeg
voice code to be executed
EndVoice