# File: nrt_status # # Contains the Near Real Time (NRT) authorization status code and the # corresponding instrument error flag setting so that the MDI EGSE can # set it's own version of the instrument error flag. # See the Interface Control Document between the SOHO EOF ECS and SOHO # Instrumenters. # # FORMAT: status_codeerror_flag_valueauth_offpopup # where: status_code is a 16 bit signed integer # where: indicates a whitespace separator (space(s) or tab(s)) # where: error_flag_value is 0 or 1 # 0 if the error flag is reset after getting this message # 1 if the error flag is set after getting this message # where: auth_off is 0 or 1 # 0 if the command authorization is NOT turned off by the ECS # after getting this message # 1 if the command authorization IS turned off by the ECS after # getting this message # where: popup is 0 or 1 # 0 if a popup window should NOT appear on the command console # after getting this message # 1 if a popup window should appear on the command console # getting this message # Lines beginning with a # are ignored # Lines beginning with a newline are ignored # Inline comments begin with # # -1 1 0 0 # Command Auth req. denied - duplicate request id -2 0 0 0 # Start cmd request denied - instr commanded by another IWS -3 1 0 0 # Command Auth req denied - instr specified was incorrect -4 0 0 0 # Start cmd request denied - session not properly established -5 0 0 0 # Stop cmd request denied - IWS not currently commanding -6 0 0 0 # Reset denied - instrument not in error 1 0 0 0 # Start commanding request granted 2 0 0 0 # Stop commanding request granted 3 0 0 0 # Received SOC request to cancel this session 4 0 0 0 # Reset Accepted 5 0 0 1 # Throughput mode status = enabled / RCRs allowed 6 0 0 1 # Throughput mode status = enabled / RCRs disallowed 7 0 1 1 # Throughput mode status = disabled 8 0 0 1 # Throughput mode status = paused 9 0 0 1 # Warning: Throughput mode shutdown soon 10 0 0 1 # Reserved time commanding has ended 11 0 0 1 # Warning: Reserved time commanding will begin in 5 minutes