Appendix A. CRBasic Programming Instructions
ArgosDataRepeat
Sets the repeat rate for the ArgosData() instruction.
Syntax
ArgosDataRepeat(ResultCode, RepeatRate, RepeatCount,
BufferArray)
ArgosError
Sends a Get and Clear Error Message command to the ARGOS transmitter.
Syntax
ArgosError(ResultCode, ErrorCodes)
ArgosSetup
Sets up the datalogger for transmitting data via an ARGOS satellite.
Syntax
ArgosSetup(ResultCode, ST20Buffer, DecimalID, HexadecimalID,
Frequency)
ArgosTransmit
Initiates a single transmission to an ARGOS satellite when the instruction is
executed.
Syntax
ArgosTransmit(ResultCode, ST20Buffer)
A.21.2 GOES
GOESData
Sends data to a Campbell Scientific GOES satellite data transmitter.
Syntax
GOESData(Dest, Table, TableOption, BufferControl, DataFormat)
GOESGPS
Stores GPS data from the GOES satellite into two variable arrays.
Syntax
GOESGPS(GoesArray1(6), GoesArray2(7))
GOESSetup
Programs a GOES transmitter for communications with the satellite.
Syntax
GOESSetup(ResultCode, PlatformID, MsgWindow, STChannel,
STBaud, RChannel, RBaud, STInterval, STOffset, RInterval)
600