beautypg.com

A.20.4 inmarsat-c, A.21 user defined functions – Campbell Scientific CR1000 Measurement and Control System User Manual

Page 525

background image

Appendix A. CRBasic Programming Instructions

525

 

OmniSatSTSetup 
Sets up the OMNISAT transmitter to send data over the GOES or METEOSAT 
satellite at a self‐timed transmission rate. 

Syntax 

OmniSatSTSetup(ResultCodeST, ResultCodeTX, OmniPlatformID,

OmniMsgWindow, OmniChannel, OmniBaud, STInterval,
STOffset)

A.20.4 INMARSAT-C

INSATData 
Sends a table of data to the OMNISAT‐I transmitter for transmission via the 
INSAT‐1 satellite. 

Syntax 

INSATData(ResultCode, TableName, TX_Window, TX_Channel)

INSATSetup 
Configures the OMNISAT‐I transmitter for sending data over the INSAT‐1 
satellite. 

Syntax 

INSATSetup(ResultCode, PlatformID, RFPower)

INSATStatus 
Queries the transmitter for status information. 

Syntax 

INSATStatus(ResultCode)

A.21 User Defined Functions

Function / EndFunction 
Creates a user‐defined function. 

Syntax 

Function

[optional parameters]

As

[optional data type]

Return

[optional expression]

ExitFunction

[optional]

EndFunction