$Revision: 1.45 $
$Date: 1999/06/16 16:13:40 $
The information in this document is derived from the IEGSE internal command database.
Version = 1.63
| GSE_1553_BUS | Description | ||
|---|---|---|---|
| Selects either A or B side of the 1553 bus. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | state | * | |
| GSE_1553_CHAINBUS | Description | ||
|---|---|---|---|
| Designates which side of the 1553 bus a realtime node 1553 bus controller message associated with a particular chain will be sent on. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | state | * | |
| 2 | integer | 0 : 32 | |
| GSE_1553_EDRI_OFF | Description | ||
|---|---|---|---|
| Causes the 1553 software not to read the HIRDLS EDRI for n subminor cycles, where n is given as the argument to the command. This command is only effective when the realtime node test_1553 configuration parameter is set TRUE. If n is negative reading the EDRI is turned off indefinitely, this is effectively the same as sending a '@GSE_SAMPLE_ENG OFF' command. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | -65536 : 65535 | |
| GSE_1553_EDRI_ON | Description | ||
|---|---|---|---|
| Re-enables reading the HIRDLS EDRI if it has been disabled by a prior GSE_1553_EDRI_OFF command. This command is only effective when the realtime node test_1553 configuration parameter is set TRUE. | |||
| Attributes | Parameter | Type | Range |
| NONE | NONE | ||
| GSE_1553_EED_OFF | Description | ||
|---|---|---|---|
| Turns the EED (End Engineering Datacycle) handshake off for the next n received packets, where n is given as the argument to the command. This command is only effective when the realtime node test_1553 configuration parameter is set TRUE. If n is negative the EED is turned off indefinitely. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | -65536 : 65535 | |
| GSE_1553_EED_ON | Description | ||
|---|---|---|---|
| Turns the EED (End Engineering Datacycle) handshake back on if it has been disabled by a prior GSE_1553_EED_OFF command. This command is only effective when the realtime node test_1553 configuration parameter is set TRUE. | |||
| Attributes | Parameter | Type | Range |
| NONE | NONE | ||
| GSE_1553_ESD_OFF | Description | ||
|---|---|---|---|
| Turns the ESD (End Science Datacycle) handshake off for the next n received packets, where n is given as the argument to the command. This command is only effective when the realtime node test_1553 configuration parameter is set TRUE. If n is negative the ESD is turned off indefinitely. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | -65536 : 65535 | |
| GSE_1553_ESD_ON | Description | ||
|---|---|---|---|
| Turns the ESD (End Science Datacycle) handshake back on if it has been disabled by a prior GSE_1553_ESD_OFF command. This command is only effective when the realtime node test_1553 configuration parameter is set TRUE. | |||
| Attributes | Parameter | Type | Range |
| NONE | NONE | ||
| GSE_1553_FULLPKT | Description | ||
|---|---|---|---|
| Causes the 1553 software to read the full number of subaddresses in a science data transfer cycle if previously truncated with a call to GSE_1553_TRUNCPKT. This command is only effective when the realtime node test_1553 configuration parameter is set TRUE. | |||
| Attributes | Parameter | Type | Range |
| NONE | NONE | ||
| GSE_1553_MC | Description | ||
|---|---|---|---|
| Sends a 1553 mode code, except mode code 17 (synchronize with data). The central node filters unimplemented mode codes in accordance with the setting of the configuration parameter [system]:mc_1553_mask. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | 1 : 19 | |
| GSE_1553_MC17 | Description | ||
|---|---|---|---|
| Sends 1553 mode code 17. The data word associated with this mode code is given as the argument to this command. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | 0 : 65535 | |
| GSE_1553_R_TEST | Description | ||
|---|---|---|---|
| Attempts to write subaddress a, where a is the first argument. The second argument gives the number of words of data to write. The data sent is a test pattern which will generate a checksum error if sent to the HIRDLS command receive subaddress (5). This command is only effective when the realtime node test_1553 configuration parameter is set TRUE. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | 1 : 32 | |
| 2 | integer | 1 : 32 | |
| GSE_1553_RESET | Description | ||
|---|---|---|---|
| 1553 bus reset. Argument is type of reset, SOFT or HARD. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | state | soft:hard | |
| GSE_1553_RTH | Description | ||
|---|---|---|---|
| This tells the realtime node software the RT number that HIRDLS is set to. This must correspond with the hardware setting on the instrument. | |||
| Attributes | Parameter | Type | Range |
| OPERATOR_ONLY | |||
| 1 | integer | 1 : 31 | |
| GSE_1553_SDRI_OFF | Description | ||
|---|---|---|---|
| Causes the 1553 software not to read the HIRDLS SDRI for n subminor cycles, where n is given as the argument to the command. This command is only effective when the realtime node test_1553 configuration parameter is set TRUE. If n is negative reading the SDRI is turned off indefinitely, this is effectively the same as sending a '@GSE_SAMPLE_SCI OFF' command. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | -65536 : 65535 | |
| GSE_1553_SDRI_ON | Description | ||
|---|---|---|---|
| Re-enables reading the HIRDLS SDRI if it has been disabled by a prior GSE_1553_sdri_off command. This command is only effective when the realtime node test_1553 configuration parameter is set TRUE. | |||
| Attributes | Parameter | Type | Range |
| NONE | NONE | ||
| GSE_1553_SETRETRY | Description | ||
|---|---|---|---|
| Sets the realtime node 1553 bus controller retry count and mask. See SBS documentation for more information. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | 0 : 16 | |
| 2 | integer | 0 : 65535 | |
| GSE_1553_T_TEST | Description | ||
|---|---|---|---|
| Attempts to read subaddress a, where a is the first argument. The second argument gives the number of words of data to read. This command is only effective when the realtime node test_1553 configuration parameter is set TRUE. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | 1 : 32 | |
| 2 | integer | 1 : 32 | |
| GSE_1553_TRUNCPKT | Description | ||
|---|---|---|---|
| Causes the 1553 software to only read n subaddresses in a science data transfer cycle for p packets, where n is the first argument to the command and p is the second. This command is only effective when the realtime node test_1553 configuration parameter is set TRUE. If n is negative reading the SDRI is turned off indefinitely. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | 1 : 16 | |
| 2 | integer | -65535 : 65535 | |
| GSE_1553_WRAP | Description | ||
|---|---|---|---|
| Initiates 1553 HIRDLS data wrap test on RT node. Argument is number of words to use in test. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | 1 : 32 | |
| GSE_1553_WRAPDAT | Description | ||
|---|---|---|---|
| 1553 data wraparound test. Argument is the file number containing the data to use. These are stored on the realtime node. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | * | |
| GSE_1553_WRAPDEL | Description | ||
|---|---|---|---|
| Set delay between transmit and receive messages for wraparound test in microseconds. A zero negative value is effectively no delay, ie transactions occur at separation specfied by MIL-STD-1553B intermessage gap. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | * | |
| GSE_ANALOG_CHANNEL | Description | ||
|---|---|---|---|
| Enables/disables a single analog channel on or off. Effectively modifies one bit in the analog telemetry selection mask. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | 0 : 15 | |
| 2 | logical | * | |
| GSE_ANALOG_MASK | Description | ||
|---|---|---|---|
| Sets analog telemetry mask. Bits set to one enable the corresponding channel. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | 0 : 0xffff | |
| GSE_ANCILLARY | Description | ||
|---|---|---|---|
| Enables/disables 1553 ancillary data uploads to the instrument by the realtime node. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_CLR_SEQ_LOAD | Description | ||
|---|---|---|---|
| Clears saved command upload after a failure. | |||
| Attributes | Parameter | Type | Range |
| NONE | NONE | ||
| GSE_CLR_UPL_Q | Description | ||
|---|---|---|---|
| Clears the HIRDLS command/upload queue on both central and realtime nodes. | |||
| Attributes | Parameter | Type | Range |
| NONE | NONE | ||
| GSE_DELETE_SEQ | Description | ||
|---|---|---|---|
| Deletes the stored command sequence in the slot identified by the first parameter. This is required before another sequence can be written into the slot. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | 1 : 16 | |
| GSE_E_LIMIT | Description | ||
|---|---|---|---|
| Changes engineering value limit for a telemetry parameter. The parameter is identified as a string, the type of limit is given as one of YELLOW_LOW, YELLOW_HIGH, RED_LOW, RED_HIGH in the second argument. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | string | * | |
| 2 | state | * | |
| 3 | real | -1.0e37 : 1.0e37 | |
| GSE_EXEC_SEQ | Description | ||
|---|---|---|---|
| Executes the stored command sequence in the slot identified by the first parameter | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | integer | 0 : 16 | |
| GSE_GPIB_TEST | Description | ||
|---|---|---|---|
| [IEGSE TESTING ONLY] | |||
| Attributes | Parameter | Type | Range |
| OPERATOR_ONLY | |||
| 1 | logical | * | |
| GSE_KILL_EXEC_SEQ | Description | ||
|---|---|---|---|
| Stops the currently executing stored sequence | |||
| Attributes | Parameter | Type | Range |
| NONE | NONE | ||
| GSE_LIMIT_CHECKING | Description | ||
|---|---|---|---|
| Enables/disables telemetry parameter limit checking. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_LIMIT_ENABLE | Description | ||
|---|---|---|---|
| Enables/disable limit checking on a telemetry parameter. The parameter is identified as a string. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | string | * | |
| 2 | logical | * | |
| GSE_LOG_DIAG | Description | ||
|---|---|---|---|
| WARNING: THIS COMMAND IS TO BE DISCONTINUED : USE @GSE_SAVE_DIAG INSTEAD. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_LOG_ENG | Description | ||
|---|---|---|---|
| WARNING: THIS COMMAND IS TO BE DISCONTINUED : USE @GSE_SAVE_ENG INSTEAD. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_LOG_RTNERR | Description | ||
|---|---|---|---|
| Enables/disables the writing of realtime node errors to the main IEGSE log file. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_LOG_SCI | Description | ||
|---|---|---|---|
| WARNING: THIS COMMAND IS TO BE DISCONTINUED : USE @GSE_SAVE_SCI INSTEAD. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_PWR_GPIB | Description | ||
|---|---|---|---|
| Enables/Disables power subsystem commanding and data acquisition for the HP unit supplying the bus referred to in argument 1. | |||
| Attributes | Parameter | Type | Range |
| OPERATOR_ONLY | |||
| 1 | state | quiet:noisy:survival | |
| 2 | state | on:off | |
| GSE_PWR_MAXCURR | Description | ||
|---|---|---|---|
| Selects maximum current to be supplied by HP66x3A unit for a particular HIRDLS power bus. Units are Amperes. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | state | quiet:noisy:survival | |
| 2 | real | 0.0 : 6.9 | |
| GSE_PWR_OCP | Description | ||
|---|---|---|---|
| Enables/disables overcurrent protection for the HP66x3A driving a particular HIRDLS power bus. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | state | quiet:noisy:survival | |
| 2 | state | on:off | |
| GSE_PWR_OUTPUT | Description | ||
|---|---|---|---|
| Enables/disables d.c. output for the HP66x3A driving a particular HIRDLS power bus. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | state | quiet:noisy:survival | |
| 2 | state | on:off | |
| GSE_PWR_OVP | Description | ||
|---|---|---|---|
| Enables/disables overvoltage protection for the HP66x3A driving a particular HIRDLS power bus. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | state | quiet:noisy:survival | |
| 2 | state | on:off | |
| GSE_PWR_OVP_CUT | Description | ||
|---|---|---|---|
| Sets the overvoltage protection cutoff for a HIRDLS power bus HP66x3 unit. Units are Volts. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | state | quiet:noisy:survival | |
| 2 | real | 0.0 : 6.9 | |
| GSE_PWR_STATE | Description | ||
|---|---|---|---|
| [IEGSE TESTING ONLY] | |||
| Attributes | Parameter | Type | Range |
| OPERATOR_ONLY | |||
| 1 | state | * | |
| 2 | string | * | |
| GSE_PWR_STATE1 | Description | ||
|---|---|---|---|
| [IEGSE TESTING ONLY] | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | state | quiet:noisy:survival | |
| 2 | string | * | |
| GSE_PWR_TEST | Description | ||
|---|---|---|---|
| [IEGSE TESTING ONLY] | |||
| Attributes | Parameter | Type | Range |
| OPERATOR_ONLY | |||
| 1 | string | * | |
| GSE_PWR_VOLTAGE | Description | ||
|---|---|---|---|
| Selects voltage to be supplied by HP66x3A unit for a particular HIRDLS power bus. Units are Volts. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | state | quiet:noisy:survival | |
| 2 | real | 0.0 : 38.5 | |
| GSE_R_LIMIT | Description | ||
|---|---|---|---|
| Changes raw value limit for a telemetry parameter. The parameter is identified as a string, the type of limit is given as one of YELLOW_LOW, YELLOW_HIGH, RED_LOW, RED_HIGH in the second argument. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | string | * | |
| 2 | state | * | |
| 3 | integer | 0 : 65535 | |
| GSE_RTN_EXIT | Description | ||
|---|---|---|---|
| [NOT IMPLEMENTED] Causes the realtime node software to exit but leave MSDOS running.. | |||
| Attributes | Parameter | Type | Range |
| CRITICAL OPERATOR_ONLY | NONE | ||
| GSE_RTN_REBOOT | Description | ||
|---|---|---|---|
| [NOT IMPLEMENTED] Reboots the realtime node. | |||
| Attributes | Parameter | Type | Range |
| CRITICAL OPERATOR_ONLY | NONE | ||
| GSE_RTN_RESET | Description | ||
|---|---|---|---|
| [NOT IMPLEMENTED] Resets the realtime node software. Effectively goes to default state. | |||
| Attributes | Parameter | Type | Range |
| OPERATOR_ONLY | NONE | ||
| GSE_RTN_TABLE | Description | ||
|---|---|---|---|
| [NOT IMPLEMENTED] Loads a new realtime node task table whilst the software is running. | |||
| Attributes | Parameter | Type | Range |
| OPERATOR_ONLY | |||
| 1 | string | * | |
| GSE_S_LIMIT | Description | ||
|---|---|---|---|
| Changes state value limit for a telemetry parameter. The parameter is identified as a string, the type of limit is given as one of YELLOW_LOW, YELLOW_HIGH, RED_LOW, RED_HIGH in the second argument. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | string | * | |
| 2 | state | * | |
| 3 | state | * | |
| GSE_SAMPLE_ANALOG | Description | ||
|---|---|---|---|
| Enables/disables analog telemetry acquistion by the realtime node. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_SAMPLE_ENG | Description | ||
|---|---|---|---|
| Enables/disables HIRDLS engineering data acquistion by the realtime node. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_SAMPLE_SCI | Description | ||
|---|---|---|---|
| Enables/disables HIRDLS science data acquistion by the realtime node. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_SAVE_ANALOG | Description | ||
|---|---|---|---|
| Enables/disables the saving of analog telemetry data to file on the central node. Acquired data is always copied to the realtime data buffer for processing. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_SAVE_ENG | Description | ||
|---|---|---|---|
| Enables/disables the saving of HIRDLS engineering data to file on the central node. Acquired data is always copied to the realtime data buffer for processing. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_SAVE_PWR | Description | ||
|---|---|---|---|
| Enables/disables the saving of power subsystem data to file on the central node. Acquired data is always copied to the realtime data buffer for processing. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_SAVE_RTN | Description | ||
|---|---|---|---|
| Enables/disables the saving of realtime node diagnostic data to file on the central node. Acquired data is always copied to the realtime data buffer for processing. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_SAVE_SCI | Description | ||
|---|---|---|---|
| Enables/disables the saving of HIRDLS science data to file on the central node. Acquired data is always copied to the realtime data buffer for processing. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_SET_RUN_ID | Description | ||
|---|---|---|---|
| Sets the IEGSE session runtime identifier. This is placed in all data files saved by the IEGSE central node. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | string | * | |
| GSE_TIMECODE | Description | ||
|---|---|---|---|
| Turns 1553 timecode transactions ON/OFF. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_TIMEMARK | Description | ||
|---|---|---|---|
| Turns 1553 timemark transactions ON/OFF. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_UPLINK | Description | ||
|---|---|---|---|
| Enables/disables 1553 command uploads to the instrument by the realtime node. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_UPLINK_MAX | Description | ||
|---|---|---|---|
| Maximises uplinking data to the instrument via the 1553 bus. This is intended for instrument development purposes only since this mode of operation will not be available when the instrument is on the spacecraft. | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | logical | * | |
| GSE_UPLOAD_SEQ | Description | ||
|---|---|---|---|
| Loads the contents of the upload file identified in the first parameter into the the stored command sequence slot given in the second parameter | |||
| Attributes | Parameter | Type | Range |
| NONE | |||
| 1 | string | * | |
| 2 | integer | 1 : 16 | |
Return to IEGSE Home
Modified --> $Date: 1999/06/16 16:13:40 $ $Revision: 1.45 $
HIRDLS IEGSE Support