Document ID: TC-IEG-052

$Revision: 1.45 $
$Date: 1999/06/16 16:13:40 $

IEGSE SOFTWARE : Commands : IEGSE Internal


Configuration Information

The information in this document is derived from the IEGSE internal command database.

Version = 1.63


GSE_1553_BUS GSE_1553_CHAINBUS GSE_1553_EDRI_OFF GSE_1553_EDRI_ON
GSE_1553_EED_OFF GSE_1553_EED_ON GSE_1553_ESD_OFF GSE_1553_ESD_ON
GSE_1553_FULLPKT GSE_1553_MC GSE_1553_MC17 GSE_1553_R_TEST
GSE_1553_RESET GSE_1553_RTH GSE_1553_SDRI_OFF GSE_1553_SDRI_ON
GSE_1553_SETRETRY GSE_1553_T_TEST GSE_1553_TRUNCPKT GSE_1553_WRAP
GSE_1553_WRAPDAT GSE_1553_WRAPDEL GSE_ANALOG_CHANNEL GSE_ANALOG_MASK
GSE_ANCILLARY GSE_CLR_SEQ_LOAD GSE_CLR_UPL_Q GSE_DELETE_SEQ
GSE_E_LIMIT GSE_EXEC_SEQ GSE_GPIB_TEST GSE_KILL_EXEC_SEQ
GSE_LIMIT_CHECKING GSE_LIMIT_ENABLE GSE_LOG_DIAG GSE_LOG_ENG
GSE_LOG_RTNERR GSE_LOG_SCI GSE_PWR_GPIB GSE_PWR_MAXCURR
GSE_PWR_OCP GSE_PWR_OUTPUT GSE_PWR_OVP GSE_PWR_OVP_CUT
GSE_PWR_STATE GSE_PWR_STATE1 GSE_PWR_TEST GSE_PWR_VOLTAGE
GSE_R_LIMIT GSE_RTN_EXIT GSE_RTN_REBOOT GSE_RTN_RESET
GSE_RTN_TABLE GSE_S_LIMIT GSE_SAMPLE_ANALOG GSE_SAMPLE_ENG
GSE_SAMPLE_SCI GSE_SAVE_ANALOG GSE_SAVE_ENG GSE_SAVE_PWR
GSE_SAVE_RTN GSE_SAVE_SCI GSE_SET_RUN_ID GSE_TIMECODE
GSE_TIMEMARK GSE_UPLINK GSE_UPLINK_MAX GSE_UPLOAD_SEQ


GSE_1553_BUSDescription
Selects either A or B side of the 1553 bus.
AttributesParameterTypeRange
NONE
1state*

GSE_1553_CHAINBUSDescription
Designates which side of the 1553 bus a realtime node 1553 bus controller message associated with a particular chain will be sent on.
AttributesParameterTypeRange
NONE
1state*
2integer0 : 32

GSE_1553_EDRI_OFFDescription
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.
AttributesParameterTypeRange
NONE
1integer-65536 : 65535

GSE_1553_EDRI_ONDescription
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.
AttributesParameterTypeRange
NONENONE

GSE_1553_EED_OFFDescription
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.
AttributesParameterTypeRange
NONE
1integer-65536 : 65535

GSE_1553_EED_ONDescription
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.
AttributesParameterTypeRange
NONENONE

GSE_1553_ESD_OFFDescription
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.
AttributesParameterTypeRange
NONE
1integer-65536 : 65535

GSE_1553_ESD_ONDescription
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.
AttributesParameterTypeRange
NONENONE

GSE_1553_FULLPKTDescription
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.
AttributesParameterTypeRange
NONENONE

GSE_1553_MCDescription
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.
AttributesParameterTypeRange
NONE
1integer1 : 19

GSE_1553_MC17Description
Sends 1553 mode code 17. The data word associated with this mode code is given as the argument to this command.
AttributesParameterTypeRange
NONE
1integer0 : 65535

GSE_1553_R_TESTDescription
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.
AttributesParameterTypeRange
NONE
1integer1 : 32
2integer1 : 32

GSE_1553_RESETDescription
1553 bus reset. Argument is type of reset, SOFT or HARD.
AttributesParameterTypeRange
NONE
1statesoft:hard

GSE_1553_RTHDescription
This tells the realtime node software the RT number that HIRDLS is set to. This must correspond with the hardware setting on the instrument.
AttributesParameterTypeRange
OPERATOR_ONLY
1integer1 : 31

GSE_1553_SDRI_OFFDescription
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.
AttributesParameterTypeRange
NONE
1integer-65536 : 65535

GSE_1553_SDRI_ONDescription
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.
AttributesParameterTypeRange
NONENONE

GSE_1553_SETRETRYDescription
Sets the realtime node 1553 bus controller retry count and mask. See SBS documentation for more information.
AttributesParameterTypeRange
NONE
1integer0 : 16
2integer0 : 65535

GSE_1553_T_TESTDescription
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.
AttributesParameterTypeRange
NONE
1integer1 : 32
2integer1 : 32

GSE_1553_TRUNCPKTDescription
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.
AttributesParameterTypeRange
NONE
1integer1 : 16
2integer-65535 : 65535

GSE_1553_WRAPDescription
Initiates 1553 HIRDLS data wrap test on RT node. Argument is number of words to use in test.
AttributesParameterTypeRange
NONE
1integer1 : 32

GSE_1553_WRAPDATDescription
1553 data wraparound test. Argument is the file number containing the data to use. These are stored on the realtime node.
AttributesParameterTypeRange
NONE
1integer*

GSE_1553_WRAPDELDescription
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.
AttributesParameterTypeRange
NONE
1integer*

GSE_ANALOG_CHANNELDescription
Enables/disables a single analog channel on or off. Effectively modifies one bit in the analog telemetry selection mask.
AttributesParameterTypeRange
NONE
1integer0 : 15
2logical*

GSE_ANALOG_MASKDescription
Sets analog telemetry mask. Bits set to one enable the corresponding channel.
AttributesParameterTypeRange
NONE
1integer0 : 0xffff

GSE_ANCILLARYDescription
Enables/disables 1553 ancillary data uploads to the instrument by the realtime node.
AttributesParameterTypeRange
NONE
1logical*

GSE_CLR_SEQ_LOADDescription
Clears saved command upload after a failure.
AttributesParameterTypeRange
NONENONE

GSE_CLR_UPL_QDescription
Clears the HIRDLS command/upload queue on both central and realtime nodes.
AttributesParameterTypeRange
NONENONE

GSE_DELETE_SEQDescription
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.
AttributesParameterTypeRange
NONE
1integer1 : 16

GSE_E_LIMITDescription
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.
AttributesParameterTypeRange
NONE
1string*
2state*
3real-1.0e37 : 1.0e37

GSE_EXEC_SEQDescription
Executes the stored command sequence in the slot identified by the first parameter
AttributesParameterTypeRange
NONE
1integer0 : 16

GSE_GPIB_TESTDescription
[IEGSE TESTING ONLY]
AttributesParameterTypeRange
OPERATOR_ONLY
1logical*

GSE_KILL_EXEC_SEQDescription
Stops the currently executing stored sequence
AttributesParameterTypeRange
NONENONE

GSE_LIMIT_CHECKINGDescription
Enables/disables telemetry parameter limit checking.
AttributesParameterTypeRange
NONE
1logical*

GSE_LIMIT_ENABLEDescription
Enables/disable limit checking on a telemetry parameter. The parameter is identified as a string.
AttributesParameterTypeRange
NONE
1string*
2logical*

GSE_LOG_DIAGDescription
WARNING: THIS COMMAND IS TO BE DISCONTINUED : USE @GSE_SAVE_DIAG INSTEAD.
AttributesParameterTypeRange
NONE
1logical*

GSE_LOG_ENGDescription
WARNING: THIS COMMAND IS TO BE DISCONTINUED : USE @GSE_SAVE_ENG INSTEAD.
AttributesParameterTypeRange
NONE
1logical*

GSE_LOG_RTNERRDescription
Enables/disables the writing of realtime node errors to the main IEGSE log file.
AttributesParameterTypeRange
NONE
1logical*

GSE_LOG_SCIDescription
WARNING: THIS COMMAND IS TO BE DISCONTINUED : USE @GSE_SAVE_SCI INSTEAD.
AttributesParameterTypeRange
NONE
1logical*

GSE_PWR_GPIBDescription
Enables/Disables power subsystem commanding and data acquisition for the HP unit supplying the bus referred to in argument 1.
AttributesParameterTypeRange
OPERATOR_ONLY
1statequiet:noisy:survival
2stateon:off

GSE_PWR_MAXCURRDescription
Selects maximum current to be supplied by HP66x3A unit for a particular HIRDLS power bus. Units are Amperes.
AttributesParameterTypeRange
NONE
1statequiet:noisy:survival
2real0.0 : 6.9

GSE_PWR_OCPDescription
Enables/disables overcurrent protection for the HP66x3A driving a particular HIRDLS power bus.
AttributesParameterTypeRange
NONE
1statequiet:noisy:survival
2stateon:off

GSE_PWR_OUTPUTDescription
Enables/disables d.c. output for the HP66x3A driving a particular HIRDLS power bus.
AttributesParameterTypeRange
NONE
1statequiet:noisy:survival
2stateon:off

GSE_PWR_OVPDescription
Enables/disables overvoltage protection for the HP66x3A driving a particular HIRDLS power bus.
AttributesParameterTypeRange
NONE
1statequiet:noisy:survival
2stateon:off

GSE_PWR_OVP_CUTDescription
Sets the overvoltage protection cutoff for a HIRDLS power bus HP66x3 unit. Units are Volts.
AttributesParameterTypeRange
NONE
1statequiet:noisy:survival
2real0.0 : 6.9

GSE_PWR_STATEDescription
[IEGSE TESTING ONLY]
AttributesParameterTypeRange
OPERATOR_ONLY
1state*
2string*

GSE_PWR_STATE1Description
[IEGSE TESTING ONLY]
AttributesParameterTypeRange
NONE
1statequiet:noisy:survival
2string*

GSE_PWR_TESTDescription
[IEGSE TESTING ONLY]
AttributesParameterTypeRange
OPERATOR_ONLY
1string*

GSE_PWR_VOLTAGEDescription
Selects voltage to be supplied by HP66x3A unit for a particular HIRDLS power bus. Units are Volts.
AttributesParameterTypeRange
NONE
1statequiet:noisy:survival
2real0.0 : 38.5

GSE_R_LIMITDescription
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.
AttributesParameterTypeRange
NONE
1string*
2state*
3integer0 : 65535

GSE_RTN_EXITDescription
[NOT IMPLEMENTED] Causes the realtime node software to exit but leave MSDOS running..
AttributesParameterTypeRange
CRITICAL
OPERATOR_ONLY
NONE

GSE_RTN_REBOOTDescription
[NOT IMPLEMENTED] Reboots the realtime node.
AttributesParameterTypeRange
CRITICAL
OPERATOR_ONLY
NONE

GSE_RTN_RESETDescription
[NOT IMPLEMENTED] Resets the realtime node software. Effectively goes to default state.
AttributesParameterTypeRange
OPERATOR_ONLY
NONE

GSE_RTN_TABLEDescription
[NOT IMPLEMENTED] Loads a new realtime node task table whilst the software is running.
AttributesParameterTypeRange
OPERATOR_ONLY
1string*

GSE_S_LIMITDescription
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.
AttributesParameterTypeRange
NONE
1string*
2state*
3state*

GSE_SAMPLE_ANALOGDescription
Enables/disables analog telemetry acquistion by the realtime node.
AttributesParameterTypeRange
NONE
1logical*

GSE_SAMPLE_ENGDescription
Enables/disables HIRDLS engineering data acquistion by the realtime node.
AttributesParameterTypeRange
NONE
1logical*

GSE_SAMPLE_SCIDescription
Enables/disables HIRDLS science data acquistion by the realtime node.
AttributesParameterTypeRange
NONE
1logical*

GSE_SAVE_ANALOGDescription
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.
AttributesParameterTypeRange
NONE
1logical*

GSE_SAVE_ENGDescription
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.
AttributesParameterTypeRange
NONE
1logical*

GSE_SAVE_PWRDescription
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.
AttributesParameterTypeRange
NONE
1logical*

GSE_SAVE_RTNDescription
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.
AttributesParameterTypeRange
NONE
1logical*

GSE_SAVE_SCIDescription
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.
AttributesParameterTypeRange
NONE
1logical*

GSE_SET_RUN_IDDescription
Sets the IEGSE session runtime identifier. This is placed in all data files saved by the IEGSE central node.
AttributesParameterTypeRange
NONE
1string*

GSE_TIMECODEDescription
Turns 1553 timecode transactions ON/OFF.
AttributesParameterTypeRange
NONE
1logical*

GSE_TIMEMARKDescription
Turns 1553 timemark transactions ON/OFF.
AttributesParameterTypeRange
NONE
1logical*

GSE_UPLINKDescription
Enables/disables 1553 command uploads to the instrument by the realtime node.
AttributesParameterTypeRange
NONE
1logical*

GSE_UPLINK_MAXDescription
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.
AttributesParameterTypeRange
NONE
1logical*

GSE_UPLOAD_SEQDescription
Loads the contents of the upload file identified in the first parameter into the the stored command sequence slot given in the second parameter
AttributesParameterTypeRange
NONE
1string*
2integer1 : 16

Related Information

Return to IEGSE Home

Document ID: TC-IEG-052


Modified --> $Date: 1999/06/16 16:13:40 $ $Revision: 1.45 $

HIRDLS IEGSE Support
Department of Physics,
University of Oxford,
Oxford, OX1 3PU, UK.