Specifications
Section 6. Data Table Declarations and Output Processing Instructions
DSP4 Example
DSP4 (Flag( ), 200)
Use Flag( ) to work with the buttons, update the DSP4 display every 200 msec.
(5 times a second).
GOESData (Dest, Table, TableOption, BufferControl, DataFormat)
The GOESData instruction is used to transmit data to the SAT HDR GOES
satellite data transmitter. The GOESData instruction is not inserted within the
Data Table declaration, it is inserted within the program, typically within the
scan.
Data transfer to the transmitter can occur via the datalogger's CS I/O port only.
The GOESData instruction has the following parameters:
When the datalogger sends a command, further processing tasks
will be performed only after a response has been received from
the HDR GOES Transmitter.
NOTE
Parameter
& Data Type
Enter
Dest
The variable that holds a result code for the transmission. The result codes are:
Variable or
Result
Code
Description
Array
0 Command executed successfully
2 Timed out waiting for STX character from transmitter after SDC
addressing
3 Wrong character received after SDC addressing.
4 Something other than ACK returned when select data buffer command
was executed
5 Timed out waiting for ACK
6 CS I/O port not available; GOES not attached
7 Random message transmit failure (could be no data in buffer)
Table
Table Name
The data table from which record(s) should be transmitted.
TableOption
The TableOption indicates which records should be sent from the data table.
Constant
Code Description
0 send all records since last execution
1 send only the most recent record stored in the table
6-9