INFO dsp_mnepage 13-181-05:37:48.920: page socket_status: terminated INFO tlmPlayGui 13-181-05:38:01.248: TmEnable: connected to telemetry controller @ irisops-ws6.amn.nasa.gov, port 32000 INFO dsp_mnepage 13-181-05:57:59.159: page bre_b_hw_evt_msg_log: terminated INFO dsp_mnepage 13-181-05:58:04.072: page m_frametrack_small: terminated INFO dsp_mnepage 13-181-05:58:18.007: page a_nav: terminated INFO dsp_mnepage 13-181-05:58:19.883: page bre_navigation: terminated INFO dsp_mnepage 13-181-05:58:20.900: page iris_nav: terminated INFO dsp_mnepage 13-181-05:58:22.134: page b_comm: terminated INFO Stol 13-181-05:58:40.468: Interactive: page operator INFO Stol 13-181-05:58:52.550: Interactive: page b_comm DEBUG dsp_mnepage 13-181-05:58:52.601: b_comm: (pagedef_process) text color EPSText unreferenced DEBUG dsp_mnepage 13-181-05:58:52.604: b_comm: (pagedef_process) text color EPSTexta unreferenced DEBUG dsp_mnepage 13-181-05:58:52.605: b_comm: (pagedef_process) text color EPSText1 unreferenced DEBUG dsp_mnepage 13-181-05:58:52.605: b_comm: (pagedef_process) text color EPSText1a unreferenced DEBUG dsp_mnepage 13-181-05:58:52.605: b_comm: (pagedef_process) text color EPSTXPH unreferenced INFO Stol 13-181-06:20:06.967: Interactive: start auto_connect(ASF) INFO Stol 13-181-06:20:06.975: Opened auto_connect in procs/m_setup/auto_connect.proc INFO Stol 13-181-06:20:06.976: auto_connect line 43: PROC auto_connect(input_station) INFO Stol 13-181-06:20:06.980: auto_connect line 52: IF(.NOT. ISVARIABLE(socket_connect_time)) THEN INFO Stol 13-181-06:20:06.984: auto_connect line 53: GLOBAL socket_connect_time = p@gbl_wallclock INFO Stol 13-181-06:20:06.985: Assigning date 13-181-06:20:06.981800 to new global variable SOCKET_CONNECT_TIME. INFO Stol 13-181-06:20:06.992: auto_connect line 54: ENDIF INFO Stol 13-181-06:20:06.996: auto_connect line 56: LOCAL answer ; Used for ASK directives INFO Stol 13-181-06:20:07.000: auto_connect line 57: LOCAL timeout_prev = itos.stol.prompt.timeout ; Stores previous timeout variable INFO Stol 13-181-06:20:07.000: Assigning double 0 to new local variable TIMEOUT_PREV. INFO Stol 13-181-06:20:07.004: auto_connect line 58: LOCAL prompt_time = 20 ; Auto Timeout time of ASK statementes INFO Stol 13-181-06:20:07.008: Assigning int 20 to new local variable PROMPT_TIME. INFO Stol 13-181-06:20:07.011: auto_connect line 59: LOCAL connect_timeout = 720 ; (12 minutes) socket connection waits before giving up INFO Stol 13-181-06:20:07.012: Assigning int 720 to new local variable CONNECT_TIMEOUT. INFO Stol 13-181-06:20:07.015: auto_connect line 60: LOCAL sys_status ; Check enabled/disabled TLM and CMD INFO Stol 13-181-06:20:07.018: auto_connect line 61: LOCAL state = 0 ; Identifies state of the socket connection INFO Stol 13-181-06:20:07.022: Assigning int 0 to new local variable STATE. INFO Stol 13-181-06:20:07.024: auto_connect line 62: LOCAL wait_status ; checks the status of the wait directive INFO Stol 13-181-06:20:07.031: auto_connect line 63: LOCAL wantcmd = 1 INFO Stol 13-181-06:20:07.032: Assigning int 1 to new local variable WANTCMD. INFO Stol 13-181-06:20:07.034: auto_connect line 67: IF( ISNULL(p@input_station)) THEN INFO Stol 13-181-06:20:07.035: auto_connect line 76: ENDIF INFO Stol 13-181-06:20:07.040: auto_connect line 79: GLOBAL station = UPPERCASE(input_station) ; Designates the actual station being connected to INFO Stol 13-181-06:20:07.045: Assigning string "ASF" to new global variable STATION. INFO Stol 13-181-06:20:07.051: auto_connect line 82: itos.stol.prompt.timeout = prompt_time INFO Stol 13-181-06:20:07.051: Assigning double 20 to mnemonic itos.stol.prompt.timeout. INFO Stol 13-181-06:20:07.060: auto_connect line 83: ASK (CONCAT("In ", prompt_time, " seconds, Auto Connect will attempt to reach station: ", station, "\n\nHit Enter to go immediately or type ""X"" to cancel")), answer INFO Stol 13-181-06:20:07.575: ASK assigning "" to local variable answer. INFO Stol 13-181-06:20:07.583: auto_connect line 84: itos.stol.prompt.timeout = timeout_prev INFO Stol 13-181-06:20:07.583: Assigning double 0 to mnemonic itos.stol.prompt.timeout. INFO Stol 13-181-06:20:07.587: auto_connect line 86: IF(.NOT. ISNULL(answer)) THEN INFO Stol 13-181-06:20:07.591: auto_connect line 87: answer = UPPERCASE(answer) INFO Stol 13-181-06:20:07.591: Assigning string "" to local variable ANSWER. INFO Stol 13-181-06:20:07.594: auto_connect line 88: IF (answer .EQ. "X") THEN INFO Stol 13-181-06:20:07.595: auto_connect line 92: ENDIF INFO Stol 13-181-06:20:07.599: auto_connect line 93: ENDIF INFO Stol 13-181-06:20:07.604: auto_connect line 95: SHO "Auto Connect: Attempting to connect to station: ", station INFO Stol 13-181-06:20:07.610: Auto Connect: Attempting to connect to station: global STATION: string "ASF" INFO Stol 13-181-06:20:07.614: auto_connect line 99: IF ((station .EQ. "WPS") .OR. (station .EQ. "WGS")) THEN INFO Stol 13-181-06:20:07.614: auto_connect line 101: ELSEIF ((station .EQ. "AS1") .OR. (station .EQ. "AS10") .OR. (station .EQ. "ASF")) THEN INFO Stol 13-181-06:20:07.617: auto_connect line 102: station = "ASF" INFO Stol 13-181-06:20:07.618: Assigning string "ASF" to global variable STATION. INFO Stol 13-181-06:20:07.621: auto_connect line 103: ELSEIF (station .EQ. "ASFB") THEN INFO Stol 13-181-06:20:07.627: auto_connect line 132: ENDIF INFO Stol 13-181-06:20:07.632: auto_connect line 134: SHO "Auto Connect: Connecting to station ", station INFO Stol 13-181-06:20:07.635: Auto Connect: Connecting to station global STATION: string "ASF" INFO Stol 13-181-06:20:07.640: auto_connect line 138: SHO "Auto Connect: Attempting to acquire telemetry from station." INFO Stol 13-181-06:20:07.640: Auto Connect: Attempting to acquire telemetry from station. INFO Stol 13-181-06:20:07.643: auto_connect line 141: ENABLE QUERY STATUS=sys_status INFO Stol 13-181-06:20:07.644: The subsystem status is b'0101 INFO Stol 13-181-06:20:07.647: auto_connect line 142: WAIT(1) INFO Stol 13-181-06:20:08.649: auto_connect resumes; the timer expired INFO Stol 13-181-06:20:08.654: auto_connect line 144: IF (BWAND(sys_status, 1) .EQ. 1) THEN INFO Stol 13-181-06:20:08.659: auto_connect line 145: DISABLE TLM INFO Stol 13-181-06:20:08.664: Disabling the telemetry subsystem INFO Stol 13-181-06:20:08.861: playback stop: no active playbacks INFO graph_process 13-181-06:20:08.902: Process tlmStatic pid: 18563 stopped. INFO graph_process 13-181-06:20:08.906: Process tmController pid: 18565 stopped. INFO tmController 13-181-06:20:08.907: Controller received signal 15. Exiting. INFO Stol 13-181-06:20:08.911: auto_connect line 146: WAIT(1) INFO graph_process 13-181-06:20:09.461: Process tlmStatic pid: 18563 exited with status: 0. INFO graph_process 13-181-06:20:09.464: Process tmController pid: 18565 exited with status: 0. INFO Stol 13-181-06:20:09.908: auto_connect resumes; the timer expired INFO Stol 13-181-06:20:09.913: auto_connect line 147: ENDIF INFO Stol 13-181-06:20:09.918: auto_connect line 148: ENABLE TLM INFO Stol 13-181-06:20:09.922: Enabling the telemetry subsystem INFO graph_process 13-181-06:20:09.934: Process tlmStatic started with pid: 19069. INFO graph_process 13-181-06:20:09.935: Process tlmClcw started with pid: 19070. INFO graph_process 13-181-06:20:09.936: Process tmController started with pid: 19071. INFO tlmClcw 13-181-06:20:09.949: No directive reflexes have been configured. Exiting. INFO tmController 13-181-06:20:09.949: Controller Started: port: 32000, sourcefile: ctrlsource.dat, bin dir: /usr/local/itos/bin, timeout: 5. INFO tlmStatic 13-181-06:20:09.968: tlmStatic using update interval of 5 second(s). INFO graph_process 13-181-06:20:10.467: Process tlmClcw pid: 19070 exited with status: 0. INFO Stol 13-181-06:20:10.932: TmEnable: connected to telemetry controller @ irisops-ws6.amn.nasa.gov, port 32000 INFO Stol 13-181-06:20:11.185: Not stopping -- condition initially TRUE INFO Stol 13-181-06:20:11.188: auto_connect line 150: wait(2) INFO Stol 13-181-06:20:12.939: auto_connect resumes; the timer expired INFO Stol 13-181-06:20:12.944: auto_connect line 153: ACQUIRE (station) VC0 VC1 VC4 INFO frame_sorter 13-181-06:20:13.105: frame_sorter: initiated control connection to irisops-ws6.amn.nasa.gov (192.92.160.136), port 32000, from irisops-ws6.amn.nasa.gov (192.92.160.136), port 57883 INFO frame_sorter 13-181-06:20:13.109: frame_sorter control connected to irisops-ws6.amn.nasa.gov (192.92.160.136), port 32000, from irisops-ws6.amn.nasa.gov (192.92.160.136), port 57883 INFO frame_sorter 13-181-06:20:13.113: frame_sorter listening for output_0 output socket connection on port 41496, [any interface] (0.0.0.0) INFO frame_sorter 13-181-06:20:13.113: frame_sorter output output_0 (0): linked to 0 statistics mnemonics INFO frame_sorter 13-181-06:20:13.117: frame_sorter listening for output_1 output socket connection on port 43197, [any interface] (0.0.0.0) INFO frame_sorter 13-181-06:20:13.117: frame_sorter output output_1 (1): linked to 0 statistics mnemonics INFO frame_sorter 13-181-06:20:13.145: frame_sorter listening for output_2 output socket connection on port 46388, [any interface] (0.0.0.0) INFO frame_sorter 13-181-06:20:13.149: frame_sorter output output_2 (2): linked to 0 statistics mnemonics INFO tlmClient 13-181-06:20:13.149: direct(irisops-ws6.amn.nasa.gov/41496) INFO tlmClient 13-181-06:20:13.149: direct(irisops-ws6.amn.nasa.gov/43197) INFO tlmClient 13-181-06:20:13.149: direct(irisops-ws6.amn.nasa.gov/46388) INFO frame_sorter 13-181-06:20:13.153: frame_sorter: reasm vc4: linked to 6 statistics mnemonics INFO frame_sorter 13-181-06:20:13.153: frame_sorter: accepted output_0 output connection from irisops-ws6.amn.nasa.gov (192.92.160.136), port 41635 on port 41496, 192.92.160.136 (irisops-ws6.amn.nasa.gov) INFO frame_sorter 13-181-06:20:13.167: frame_sorter: reasm vc1: linked to 6 statistics mnemonics INFO frame_sorter 13-181-06:20:13.171: frame_sorter: accepted output_1 output connection from irisops-ws6.amn.nasa.gov (192.92.160.136), port 37125 on port 43197, 192.92.160.136 (irisops-ws6.amn.nasa.gov) INFO frame_sorter 13-181-06:20:13.187: frame_sorter: reasm vc0: linked to 6 statistics mnemonics INFO frame_sorter 13-181-06:20:13.191: frame_sorter: accepted output_2 output connection from irisops-ws6.amn.nasa.gov (192.92.160.136), port 39396 on port 46388, 192.92.160.136 (irisops-ws6.amn.nasa.gov) INFO frame_sorter 13-181-06:20:13.191: frame_sorter: initiated input connection to 129.165.5.200 (129.165.5.200), port 10006, from irisops-ws6.amn.nasa.gov (192.92.160.136), port 41055 INFO frame_sorter 13-181-06:20:13.191: frame_sorter: aos_input: linked to 704 statistics mnemonics INFO frame_sorter 13-181-06:20:13.191: frame_sorter output output_0 (0): linked to 0 statistics mnemonics INFO frame_sorter 13-181-06:20:13.191: frame_sorter output output_1 (1): linked to 0 statistics mnemonics INFO frame_sorter 13-181-06:20:13.191: frame_sorter output output_2 (2): linked to 0 statistics mnemonics INFO frame_sorter 13-181-06:20:13.205: frame_sorter: reasm vc0: linked to 6 statistics mnemonics INFO frame_sorter 13-181-06:20:13.219: frame_sorter: reasm vc1: linked to 6 statistics mnemonics INFO frame_sorter 13-181-06:20:13.237: frame_sorter: reasm vc4: linked to 6 statistics mnemonics INFO Stol 13-181-06:20:13.242: auto_connect line 158: if ((station .EQ. "remoteOBSVC4") .OR. (station .EQ. "remoteOBSMUSC")) then INFO Stol 13-181-06:20:13.246: auto_connect line 161: endif INFO Stol 13-181-06:20:13.250: auto_connect line 163: itos.stol.prompt.timeout = 5 INFO Stol 13-181-06:20:13.250: Assigning double 5 to mnemonic itos.stol.prompt.timeout. INFO Stol 13-181-06:20:13.254: auto_connect line 164: ASK (CONCAT("In 5 seconds, Auto Connect will connect for commanding", "\n\nHit Enter to go immediately or type ""X"" to cancel")), answer INFO frame_sorter 13-181-06:20:13.384: frame_sorter input connected to 129.165.5.200 (129.165.5.200), port 10006, from irisops-ws6.amn.nasa.gov (192.92.160.136), port 41055 INFO Stol 13-181-06:20:14.512: ASK assigning "" to local variable answer. INFO Stol 13-181-06:20:14.516: auto_connect line 165: itos.stol.prompt.timeout = timeout_prev INFO Stol 13-181-06:20:14.517: Assigning double 0 to mnemonic itos.stol.prompt.timeout. INFO Stol 13-181-06:20:14.521: auto_connect line 167: IF(.NOT. ISNULL(answer)) THEN INFO Stol 13-181-06:20:14.526: auto_connect line 168: answer = UPPERCASE(answer) INFO Stol 13-181-06:20:14.527: Assigning string "" to local variable ANSWER. INFO Stol 13-181-06:20:14.531: auto_connect line 169: IF (answer .EQ. "X") THEN INFO Stol 13-181-06:20:14.537: auto_connect line 173: ENDIF INFO Stol 13-181-06:20:14.537: auto_connect line 174: ENDIF INFO Stol 13-181-06:20:14.541: auto_connect line 177: SHO "Auto Connect: Connecting for commanding with station." INFO Stol 13-181-06:20:14.542: Auto Connect: Connecting for commanding with station. INFO Stol 13-181-06:20:14.547: auto_connect line 180: ENABLE QUERY STATUS=sys_status INFO Stol 13-181-06:20:14.551: The subsystem status is b'0101 INFO Stol 13-181-06:20:14.555: auto_connect line 181: WAIT(1) INFO Stol 13-181-06:20:15.557: auto_connect resumes; the timer expired INFO Stol 13-181-06:20:15.562: auto_connect line 183: IF (BWAND(sys_status, 8) .EQ. 8) THEN INFO Stol 13-181-06:20:15.568: auto_connect line 187: ENDIF INFO Stol 13-181-06:20:15.572: auto_connect line 188: ENABLE CMD, defaultCommand INFO Stol 13-181-06:20:15.572: Enabling the cmd subsystem INFO Stol 13-181-06:20:15.572: Enabling the cmd graph 'defaultCommand' INFO Stol 13-181-06:20:15.821: Cmd graph 'defaultCommand' enabled INFO Stol 13-181-06:20:15.826: auto_connect line 191: mode verification buffered INFO Stol 13-181-06:20:15.830: Command verification mode is now buffered. INFO Stol 13-181-06:20:15.834: auto_connect line 194: @defaultCommand.cmdCount.reset INFO Stol 13-181-06:20:15.838: auto_connect line 197: @defaultCommand.ccsds.initiate INFO graph_process 13-181-06:20:15.842: State changed from INITIAL to ACTIVE (Event E23). INFO Stol 13-181-06:20:15.846: auto_connect line 199: LOCAL test_station = station INFO Stol 13-181-06:20:15.850: Assigning string "ASF" to new local variable TEST_STATION. INFO Stol 13-181-06:20:15.854: auto_connect line 201: IF((station .EQ. "remoteLM") .OR. (station .EQ. "remoteOBS") .OR. (station .EQ. "remoteOBSRF") .OR. (station .EQ. "remoteOBSVC4").OR. (station .EQ. "remoteOBSMUSC")) THEN INFO Stol 13-181-06:20:15.854: auto_connect line 204: ELSE INFO Stol 13-181-06:20:15.858: auto_connect line 205: @switchnet value = station INFO Stol 13-181-06:20:15.869: auto_connect line 206: EVAL(CONCAT("@", station, "connect")) ;example = "@WGSconnect" "@SNGconnect" INFO Stol 13-181-06:20:15.875: EVAL: @ASFconnect INFO graph_process 13-181-06:20:15.875: client_socket_component: initiated socket connection to 129.165.5.200 (129.165.5.200), port 10007, from irisops-ws6.amn.nasa.gov (192.92.160.136), port 50651 INFO graph_process 13-181-06:20:15.875: Socket has changed state from disconnected to connecting. INFO graph_process 13-181-06:20:15.879: client_socket_component socket connected to 129.165.5.200 (129.165.5.200), port 10007, from irisops-ws6.amn.nasa.gov (192.92.160.136), port 50651 INFO graph_process 13-181-06:20:15.879: Socket has changed state from connecting to connected. INFO Stol 13-181-06:20:15.883: auto_connect line 207: test_station = CONCAT(station, "_sock") INFO Stol 13-181-06:20:15.883: Assigning string "ASF_sock" to local variable TEST_STATION. INFO Stol 13-181-06:20:15.887: auto_connect line 208: ENDIF INFO Stol 13-181-06:20:15.896: auto_connect line 212: state = CONCAT(station, ".input.state") INFO Stol 13-181-06:20:15.901: Assigning string "ASF.input.state" to local variable STATE. INFO Stol 13-181-06:20:15.905: auto_connect line 213: WAIT connect_timeout UNTIL(p@NAME(state) .EQ. "CONNECTED") STATUS=wait_status INFO Stol 13-181-06:20:18.383: auto_connect resumes; the WAIT UNTIL condition became true INFO Stol 13-181-06:20:18.388: auto_connect line 214: IF( .NOT. wait_status) THEN INFO Stol 13-181-06:20:18.392: auto_connect line 223: ENDIF INFO Stol 13-181-06:20:18.396: auto_connect line 225: SHO "Auto Connect: Successfuly acquired telemetry." INFO Stol 13-181-06:20:18.396: Auto Connect: Successfuly acquired telemetry. INFO Stol 13-181-06:20:18.400: auto_connect line 226: if (wantcmd .EQ. 0) then INFO Stol 13-181-06:20:18.400: auto_connect line 228: endif INFO Stol 13-181-06:20:18.404: auto_connect line 231: state = CONCAT("defaultcommand.", test_station, ".status.state") INFO Stol 13-181-06:20:18.408: Assigning string "defaultcommand.ASF_sock.status.state" to local variable STATE. INFO Stol 13-181-06:20:18.412: auto_connect line 232: WAIT connect_timeout UNTIL(p@NAME(state) .EQ. "CONNECTED") STATUS=wait_status INFO Stol 13-181-06:20:18.412: Not stopping -- condition initially TRUE INFO Stol 13-181-06:20:18.416: auto_connect line 233: IF( .NOT. wait_status) THEN INFO Stol 13-181-06:20:18.416: auto_connect line 240: ELSE INFO Stol 13-181-06:20:18.420: auto_connect line 241: SHO "Auto Connect: Successfuly connected for commanding." INFO Stol 13-181-06:20:18.424: Auto Connect: Successfuly connected for commanding. INFO Stol 13-181-06:20:18.428: auto_connect line 242: SYSTEM concat("post_gmsec_msg", " ", "info", " " , "auto_connect.proc", " ", "\""Successfully connected to station: ",station,"\""") INFO Stol 13-181-06:20:18.428: SYSTEM: ok 19089 INFO Stol 13-181-06:20:18.432: auto_connect line 243: ENDIF INFO Stol 13-181-06:20:18.442: auto_connect line 247: SHO "Auto Connect: Calling prepass.proc." INFO Stol 13-181-06:20:18.446: Auto Connect: Calling prepass.proc. INFO Stol 13-181-06:20:18.450: auto_connect line 249: answer = "" INFO Stol 13-181-06:20:18.451: Assigning string "" to local variable ANSWER. INFO Stol 13-181-06:20:18.455: auto_connect line 250: itos.stol.prompt.timeout = 10 INFO Stol 13-181-06:20:18.455: Assigning double 10 to mnemonic itos.stol.prompt.timeout. INFO Stol 13-181-06:20:18.461: auto_connect line 251: ASK ("Prepass will run in 10 seconds.\n\nHit Enter to go immediately or type ""X"" to cancel"), answer INFO post_gmsec_msg 13-181-06:20:18.506: Database command line record insert complete INFO Stol 13-181-06:20:19.760: ASK assigning "" to local variable answer. INFO Stol 13-181-06:20:19.766: auto_connect line 252: itos.stol.prompt.timeout = timeout_prev INFO Stol 13-181-06:20:19.770: Assigning double 0 to mnemonic itos.stol.prompt.timeout. INFO Stol 13-181-06:20:19.774: auto_connect line 254: IF(.NOT. ISNULL(answer)) THEN INFO Stol 13-181-06:20:19.779: auto_connect line 255: IF (answer .EQ. "X") THEN INFO Stol 13-181-06:20:19.785: auto_connect line 258: ENDIF INFO Stol 13-181-06:20:19.785: auto_connect line 259: ENDIF INFO Stol 13-181-06:20:19.790: auto_connect line 261: start prepass INFO Stol 13-181-06:20:19.794: Opened prepass in procs/m_setup/prepass.proc INFO Stol 13-181-06:20:19.798: prepass line 36: proc prepass(run_full) WARN Stol 13-181-06:20:19.800: Not enough arguments; run_full was initialized to NULL INFO Stol 13-181-06:20:19.800: prepass line 38: SPEED 0 INFO Stol 13-181-06:20:19.804: Setting 'prepass's speed to 0 seconds between directives. INFO Stol 13-181-06:20:19.804: prepass line 40: local logname = concat("Proclog_", strfdate("%04Y%02m%02d_%02H%02M%02S", p@gbl_gmtoff)) INFO Stol 13-181-06:20:19.804: Assigning string "Proclog_20130630_062019" to new local variable LOGNAME. INFO Stol 13-181-06:20:19.804: prepass line 42: LOCAL state INFO Stol 13-181-06:20:19.805: prepass line 43: LOCAL wait_status INFO Stol 13-181-06:20:19.805: prepass line 44: LOCAL myans INFO Stol 13-181-06:20:19.805: prepass line 47: IF( .NOT. ISVARIABLE(station)) THEN INFO Stol 13-181-06:20:19.805: prepass line 50: ENDIF INFO Stol 13-181-06:20:19.805: prepass line 54: IF( ISNULL(run_full)) THEN INFO Stol 13-181-06:20:19.806: prepass line 55: run_full = "TRUE" INFO Stol 13-181-06:20:19.807: Assigning string "TRUE" to local variable RUN_FULL. INFO Stol 13-181-06:20:19.811: prepass line 56: ELSE INFO Stol 13-181-06:20:19.811: prepass line 58: ENDIF INFO Stol 13-181-06:20:19.811: prepass line 60: SHO CONCAT("Run Full Flag = ", run_full) INFO Stol 13-181-06:20:19.812: Run Full Flag = TRUE INFO Stol 13-181-06:20:19.812: prepass line 62: IF(run_full .NE. "FALSE") THEN ;If flag is not false, run it all! INFO Stol 13-181-06:20:19.812: prepass line 66: state = CONCAT(station, ".input.state") INFO Stol 13-181-06:20:19.812: Assigning string "ASF.input.state" to local variable STATE. INFO Stol 13-181-06:20:19.816: prepass line 67: WAIT 40 UNTIL(p@NAME(state) .EQ. "CONNECTED") STATUS=wait_status INFO Stol 13-181-06:20:19.816: Not stopping -- condition initially TRUE INFO Stol 13-181-06:20:19.816: prepass line 68: IF( .NOT. wait_status) THEN INFO Stol 13-181-06:20:19.816: prepass line 71: ENDIF INFO Stol 13-181-06:20:19.816: prepass line 79: start reset_frame_counters INFO Stol 13-181-06:20:19.816: Opened reset_frame_counters in procs/m_setup/reset_frame_counters.proc INFO Stol 13-181-06:20:19.817: reset_frame_counters line 1: proc reset_frame_counters INFO Stol 13-181-06:20:19.817: reset_frame_counters line 3: gbl_tm_mc_fc=0 INFO Stol 13-181-06:20:19.818: Assigning unsigned 0 to mnemonic GBL_TM_MC_FC. INFO Stol 13-181-06:20:19.818: reset_frame_counters line 4: gbl_tm_mc_in=0 INFO Stol 13-181-06:20:19.822: Assigning unsigned 0 to mnemonic GBL_TM_MC_IN. INFO Stol 13-181-06:20:19.822: reset_frame_counters line 5: gbl_tm_mc_idle=0 INFO Stol 13-181-06:20:19.822: Assigning unsigned 0 to mnemonic GBL_TM_MC_IDLE. INFO Stol 13-181-06:20:19.823: reset_frame_counters line 6: gbl_tm_mc_vere=0 INFO Stol 13-181-06:20:19.823: Assigning unsigned 0 to mnemonic GBL_TM_MC_VERE. INFO Stol 13-181-06:20:19.827: reset_frame_counters line 7: gbl_tm_mc_side=0 INFO Stol 13-181-06:20:19.827: Assigning unsigned 0 to mnemonic GBL_TM_MC_SIDE. INFO Stol 13-181-06:20:19.831: reset_frame_counters line 8: gbl_tm_mc_crce=0 INFO Stol 13-181-06:20:19.831: Assigning unsigned 0 to mnemonic GBL_TM_MC_CRCE. INFO Stol 13-181-06:20:19.836: reset_frame_counters line 9: gbl_tm_mc_seqe=0 INFO Stol 13-181-06:20:19.836: Assigning unsigned 0 to mnemonic GBL_TM_MC_SEQE. INFO Stol 13-181-06:20:19.840: reset_frame_counters line 10: gbl_tm_mc_rsc=0 INFO Stol 13-181-06:20:19.840: Assigning unsigned 0 to mnemonic GBL_TM_MC_RSC. INFO Stol 13-181-06:20:19.844: reset_frame_counters line 11: gbl_tm_mc_rse=0 INFO Stol 13-181-06:20:19.848: Assigning unsigned 0 to mnemonic GBL_TM_MC_RSE. INFO Stol 13-181-06:20:19.852: reset_frame_counters line 13: gbl_tm_vc_fc[0]=0 INFO Stol 13-181-06:20:19.853: Assigning unsigned 0 to mnemonic GBL_TM_VC_FC[0]. INFO Stol 13-181-06:20:19.857: reset_frame_counters line 14: gbl_tm_vc_in[0]=0 INFO Stol 13-181-06:20:19.857: Assigning unsigned 0 to mnemonic GBL_TM_VC_IN[0]. INFO Stol 13-181-06:20:19.863: reset_frame_counters line 15: gbl_tm_vc_idle[0]=0 INFO Stol 13-181-06:20:19.869: Assigning unsigned 0 to mnemonic GBL_TM_VC_IDLE[0]. INFO Stol 13-181-06:20:19.869: reset_frame_counters line 16: gbl_tm_vc_vere[0]=0 INFO Stol 13-181-06:20:19.869: Assigning unsigned 0 to mnemonic GBL_TM_VC_VERE[0]. INFO Stol 13-181-06:20:19.873: reset_frame_counters line 17: gbl_tm_vc_side[0]=0 INFO Stol 13-181-06:20:19.877: Assigning unsigned 0 to mnemonic GBL_TM_VC_SIDE[0]. INFO Stol 13-181-06:20:19.881: reset_frame_counters line 18: gbl_tm_vc_seqe[0]=0 INFO Stol 13-181-06:20:19.881: Assigning unsigned 0 to mnemonic GBL_TM_VC_SEQE[0]. INFO Stol 13-181-06:20:19.885: reset_frame_counters line 19: gbl_tm_vc_crce[0]=0 INFO Stol 13-181-06:20:19.885: Assigning unsigned 0 to mnemonic GBL_TM_VC_CRCE[0]. INFO Stol 13-181-06:20:19.895: reset_frame_counters line 20: gbl_tm_vc_rsc[0]=0 INFO Stol 13-181-06:20:19.896: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSC[0]. INFO Stol 13-181-06:20:19.896: reset_frame_counters line 21: gbl_tm_vc_rse[0]=0 INFO Stol 13-181-06:20:19.896: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSE[0]. INFO Stol 13-181-06:20:19.900: reset_frame_counters line 23: gbl_tm_vc_fc[1]=0 INFO Stol 13-181-06:20:19.901: Assigning unsigned 0 to mnemonic GBL_TM_VC_FC[1]. INFO Stol 13-181-06:20:19.905: reset_frame_counters line 24: gbl_tm_vc_in[1]=0 INFO Stol 13-181-06:20:19.905: Assigning unsigned 0 to mnemonic GBL_TM_VC_IN[1]. INFO Stol 13-181-06:20:19.909: reset_frame_counters line 25: gbl_tm_vc_idle[1]=0 INFO Stol 13-181-06:20:19.913: Assigning unsigned 0 to mnemonic GBL_TM_VC_IDLE[1]. INFO Stol 13-181-06:20:19.917: reset_frame_counters line 26: gbl_tm_vc_vere[1]=0 INFO Stol 13-181-06:20:19.917: Assigning unsigned 0 to mnemonic GBL_TM_VC_VERE[1]. INFO Stol 13-181-06:20:19.921: reset_frame_counters line 27: gbl_tm_vc_side[1]=0 INFO Stol 13-181-06:20:19.921: Assigning unsigned 0 to mnemonic GBL_TM_VC_SIDE[1]. INFO Stol 13-181-06:20:19.925: reset_frame_counters line 28: gbl_tm_vc_seqe[1]=0 INFO Stol 13-181-06:20:19.926: Assigning unsigned 0 to mnemonic GBL_TM_VC_SEQE[1]. INFO Stol 13-181-06:20:19.930: reset_frame_counters line 29: gbl_tm_vc_crce[1]=0 INFO Stol 13-181-06:20:19.934: Assigning unsigned 0 to mnemonic GBL_TM_VC_CRCE[1]. INFO Stol 13-181-06:20:19.938: reset_frame_counters line 30: gbl_tm_vc_rsc[1]=0 INFO Stol 13-181-06:20:19.938: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSC[1]. INFO Stol 13-181-06:20:19.942: reset_frame_counters line 31: gbl_tm_vc_rse[1]=0 INFO Stol 13-181-06:20:19.942: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSE[1]. INFO Stol 13-181-06:20:19.946: reset_frame_counters line 33: gbl_tm_vc_fc[2]=0 INFO Stol 13-181-06:20:19.950: Assigning unsigned 0 to mnemonic GBL_TM_VC_FC[2]. INFO Stol 13-181-06:20:19.955: reset_frame_counters line 34: gbl_tm_vc_in[2]=0 INFO Stol 13-181-06:20:19.961: Assigning unsigned 0 to mnemonic GBL_TM_VC_IN[2]. INFO Stol 13-181-06:20:19.961: reset_frame_counters line 35: gbl_tm_vc_idle[2]=0 INFO Stol 13-181-06:20:19.961: Assigning unsigned 0 to mnemonic GBL_TM_VC_IDLE[2]. INFO Stol 13-181-06:20:19.965: reset_frame_counters line 36: gbl_tm_vc_vere[2]=0 INFO Stol 13-181-06:20:19.965: Assigning unsigned 0 to mnemonic GBL_TM_VC_VERE[2]. INFO Stol 13-181-06:20:19.969: reset_frame_counters line 37: gbl_tm_vc_side[2]=0 INFO Stol 13-181-06:20:19.969: Assigning unsigned 0 to mnemonic GBL_TM_VC_SIDE[2]. INFO Stol 13-181-06:20:19.973: reset_frame_counters line 38: gbl_tm_vc_seqe[2]=0 INFO Stol 13-181-06:20:19.973: Assigning unsigned 0 to mnemonic GBL_TM_VC_SEQE[2]. INFO Stol 13-181-06:20:19.977: reset_frame_counters line 39: gbl_tm_vc_crce[2]=0 INFO Stol 13-181-06:20:19.981: Assigning unsigned 0 to mnemonic GBL_TM_VC_CRCE[2]. INFO Stol 13-181-06:20:19.985: reset_frame_counters line 40: gbl_tm_vc_rsc[2]=0 INFO Stol 13-181-06:20:19.985: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSC[2]. INFO Stol 13-181-06:20:19.989: reset_frame_counters line 41: gbl_tm_vc_rse[2]=0 INFO Stol 13-181-06:20:19.989: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSE[2]. INFO Stol 13-181-06:20:19.993: reset_frame_counters line 43: gbl_tm_vc_fc[3]=0 INFO Stol 13-181-06:20:19.997: Assigning unsigned 0 to mnemonic GBL_TM_VC_FC[3]. INFO Stol 13-181-06:20:20.001: reset_frame_counters line 44: gbl_tm_vc_in[3]=0 INFO Stol 13-181-06:20:20.001: Assigning unsigned 0 to mnemonic GBL_TM_VC_IN[3]. INFO Stol 13-181-06:20:20.006: reset_frame_counters line 45: gbl_tm_vc_idle[3]=0 INFO Stol 13-181-06:20:20.006: Assigning unsigned 0 to mnemonic GBL_TM_VC_IDLE[3]. INFO Stol 13-181-06:20:20.011: reset_frame_counters line 46: gbl_tm_vc_vere[3]=0 INFO Stol 13-181-06:20:20.011: Assigning unsigned 0 to mnemonic GBL_TM_VC_VERE[3]. INFO Stol 13-181-06:20:20.015: reset_frame_counters line 47: gbl_tm_vc_side[3]=0 INFO Stol 13-181-06:20:20.015: Assigning unsigned 0 to mnemonic GBL_TM_VC_SIDE[3]. INFO Stol 13-181-06:20:20.019: reset_frame_counters line 48: gbl_tm_vc_seqe[3]=0 INFO Stol 13-181-06:20:20.024: Assigning unsigned 0 to mnemonic GBL_TM_VC_SEQE[3]. INFO Stol 13-181-06:20:20.029: reset_frame_counters line 49: gbl_tm_vc_crce[3]=0 INFO Stol 13-181-06:20:20.029: Assigning unsigned 0 to mnemonic GBL_TM_VC_CRCE[3]. INFO Stol 13-181-06:20:20.033: reset_frame_counters line 50: gbl_tm_vc_rsc[3]=0 INFO Stol 13-181-06:20:20.038: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSC[3]. INFO Stol 13-181-06:20:20.039: reset_frame_counters line 51: gbl_tm_vc_rse[3]=0 INFO Stol 13-181-06:20:20.042: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSE[3]. INFO Stol 13-181-06:20:20.045: reset_frame_counters line 53: gbl_tm_vc_fc[4]=0 INFO Stol 13-181-06:20:20.048: Assigning unsigned 0 to mnemonic GBL_TM_VC_FC[4]. INFO Stol 13-181-06:20:20.050: reset_frame_counters line 54: gbl_tm_vc_in[4]=0 INFO Stol 13-181-06:20:20.051: Assigning unsigned 0 to mnemonic GBL_TM_VC_IN[4]. INFO Stol 13-181-06:20:20.055: reset_frame_counters line 55: gbl_tm_vc_idle[4]=0 INFO Stol 13-181-06:20:20.055: Assigning unsigned 0 to mnemonic GBL_TM_VC_IDLE[4]. INFO Stol 13-181-06:20:20.059: reset_frame_counters line 56: gbl_tm_vc_vere[4]=0 INFO Stol 13-181-06:20:20.063: Assigning unsigned 0 to mnemonic GBL_TM_VC_VERE[4]. INFO Stol 13-181-06:20:20.067: reset_frame_counters line 57: gbl_tm_vc_side[4]=0 INFO Stol 13-181-06:20:20.071: Assigning unsigned 0 to mnemonic GBL_TM_VC_SIDE[4]. INFO Stol 13-181-06:20:20.072: reset_frame_counters line 58: gbl_tm_vc_seqe[4]=0 INFO Stol 13-181-06:20:20.073: Assigning unsigned 0 to mnemonic GBL_TM_VC_SEQE[4]. INFO Stol 13-181-06:20:20.077: reset_frame_counters line 59: gbl_tm_vc_crce[4]=0 INFO Stol 13-181-06:20:20.077: Assigning unsigned 0 to mnemonic GBL_TM_VC_CRCE[4]. INFO Stol 13-181-06:20:20.081: reset_frame_counters line 60: gbl_tm_vc_rsc[4]=0 INFO Stol 13-181-06:20:20.082: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSC[4]. INFO Stol 13-181-06:20:20.086: reset_frame_counters line 61: gbl_tm_vc_rse[4]=0 INFO Stol 13-181-06:20:20.086: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSE[4]. INFO Stol 13-181-06:20:20.090: reset_frame_counters line 63: gbl_tm_vc_fc[8]=0 INFO Stol 13-181-06:20:20.095: Assigning unsigned 0 to mnemonic GBL_TM_VC_FC[8]. INFO Stol 13-181-06:20:20.095: reset_frame_counters line 64: gbl_tm_vc_in[8]=0 INFO Stol 13-181-06:20:20.099: Assigning unsigned 0 to mnemonic GBL_TM_VC_IN[8]. INFO Stol 13-181-06:20:20.103: reset_frame_counters line 65: gbl_tm_vc_idle[8]=0 INFO Stol 13-181-06:20:20.107: Assigning unsigned 0 to mnemonic GBL_TM_VC_IDLE[8]. INFO Stol 13-181-06:20:20.111: reset_frame_counters line 66: gbl_tm_vc_vere[8]=0 INFO Stol 13-181-06:20:20.111: Assigning unsigned 0 to mnemonic GBL_TM_VC_VERE[8]. INFO Stol 13-181-06:20:20.115: reset_frame_counters line 67: gbl_tm_vc_side[8]=0 INFO Stol 13-181-06:20:20.115: Assigning unsigned 0 to mnemonic GBL_TM_VC_SIDE[8]. INFO Stol 13-181-06:20:20.119: reset_frame_counters line 68: gbl_tm_vc_seqe[8]=0 INFO Stol 13-181-06:20:20.119: Assigning unsigned 0 to mnemonic GBL_TM_VC_SEQE[8]. INFO Stol 13-181-06:20:20.123: reset_frame_counters line 69: gbl_tm_vc_crce[8]=0 INFO Stol 13-181-06:20:20.127: Assigning unsigned 0 to mnemonic GBL_TM_VC_CRCE[8]. INFO Stol 13-181-06:20:20.131: reset_frame_counters line 70: gbl_tm_vc_rsc[8]=0 INFO Stol 13-181-06:20:20.131: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSC[8]. INFO Stol 13-181-06:20:20.135: reset_frame_counters line 71: gbl_tm_vc_rse[8]=0 INFO Stol 13-181-06:20:20.135: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSE[8]. INFO Stol 13-181-06:20:20.139: reset_frame_counters line 73: gbl_tm_vc_fc[51]=0 INFO Stol 13-181-06:20:20.143: Assigning unsigned 0 to mnemonic GBL_TM_VC_FC[51]. INFO Stol 13-181-06:20:20.147: reset_frame_counters line 74: gbl_tm_vc_in[51]=0 INFO Stol 13-181-06:20:20.147: Assigning unsigned 0 to mnemonic GBL_TM_VC_IN[51]. INFO Stol 13-181-06:20:20.152: reset_frame_counters line 75: gbl_tm_vc_idle[51]=0 INFO Stol 13-181-06:20:20.152: Assigning unsigned 0 to mnemonic GBL_TM_VC_IDLE[51]. INFO Stol 13-181-06:20:20.156: reset_frame_counters line 76: gbl_tm_vc_vere[51]=0 INFO Stol 13-181-06:20:20.163: Assigning unsigned 0 to mnemonic GBL_TM_VC_VERE[51]. INFO Stol 13-181-06:20:20.163: reset_frame_counters line 77: gbl_tm_vc_side[51]=0 INFO Stol 13-181-06:20:20.171: Assigning unsigned 0 to mnemonic GBL_TM_VC_SIDE[51]. INFO Stol 13-181-06:20:20.171: reset_frame_counters line 78: gbl_tm_vc_seqe[51]=0 INFO Stol 13-181-06:20:20.176: Assigning unsigned 0 to mnemonic GBL_TM_VC_SEQE[51]. INFO Stol 13-181-06:20:20.176: reset_frame_counters line 79: gbl_tm_vc_crce[51]=0 INFO Stol 13-181-06:20:20.177: Assigning unsigned 0 to mnemonic GBL_TM_VC_CRCE[51]. INFO Stol 13-181-06:20:20.181: reset_frame_counters line 80: gbl_tm_vc_rsc[51]=0 INFO Stol 13-181-06:20:20.183: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSC[51]. INFO Stol 13-181-06:20:20.189: reset_frame_counters line 81: gbl_tm_vc_rse[51]=0 INFO Stol 13-181-06:20:20.189: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSE[51]. INFO Stol 13-181-06:20:20.190: reset_frame_counters line 83: gbl_tm_vc_fc[63]=0 INFO Stol 13-181-06:20:20.190: Assigning unsigned 0 to mnemonic GBL_TM_VC_FC[63]. INFO Stol 13-181-06:20:20.194: reset_frame_counters line 84: gbl_tm_vc_in[63]=0 INFO Stol 13-181-06:20:20.200: Assigning unsigned 0 to mnemonic GBL_TM_VC_IN[63]. INFO Stol 13-181-06:20:20.201: reset_frame_counters line 85: gbl_tm_vc_idle[63]=0 INFO Stol 13-181-06:20:20.202: Assigning unsigned 0 to mnemonic GBL_TM_VC_IDLE[63]. INFO Stol 13-181-06:20:20.204: reset_frame_counters line 86: gbl_tm_vc_vere[63]=0 INFO Stol 13-181-06:20:20.205: Assigning unsigned 0 to mnemonic GBL_TM_VC_VERE[63]. INFO Stol 13-181-06:20:20.208: reset_frame_counters line 87: gbl_tm_vc_side[63]=0 INFO Stol 13-181-06:20:20.213: Assigning unsigned 0 to mnemonic GBL_TM_VC_SIDE[63]. INFO Stol 13-181-06:20:20.217: reset_frame_counters line 88: gbl_tm_vc_seqe[63]=0 INFO Stol 13-181-06:20:20.217: Assigning unsigned 0 to mnemonic GBL_TM_VC_SEQE[63]. INFO Stol 13-181-06:20:20.222: reset_frame_counters line 89: gbl_tm_vc_crce[63]=0 INFO Stol 13-181-06:20:20.223: Assigning unsigned 0 to mnemonic GBL_TM_VC_CRCE[63]. INFO Stol 13-181-06:20:20.227: reset_frame_counters line 90: gbl_tm_vc_rsc[63]=0 INFO Stol 13-181-06:20:20.227: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSC[63]. INFO Stol 13-181-06:20:20.231: reset_frame_counters line 91: gbl_tm_vc_rse[63]=0 INFO Stol 13-181-06:20:20.231: Assigning unsigned 0 to mnemonic GBL_TM_VC_RSE[63]. INFO Stol 13-181-06:20:20.235: reset_frame_counters line 93: endproc INFO Stol 13-181-06:20:20.239: prepass line 82: seqprt cmd_pass_logs2 INFO Stol 13-181-06:20:20.243: prepass line 83: seqprt cmd_pass_logs > logname INFO Stol 13-181-06:20:20.256: prepass line 84: seqprt m_time > timecollect_seqprt INFO Stol 13-181-06:20:20.261: prepass line 87: seqprt b_events_forward > EVT INFO Stol 13-181-06:20:20.261: prepass line 88: seqprt i_events_forward > EVT INFO dsp_seqprt 13-181-06:20:20.271: seqprt (main): Sequential prints started... INFO Stol 13-181-06:20:20.296: prepass line 91: seqprt i_events INFO dsp_seqprt 13-181-06:20:20.300: seqprt (main): Sequential prints started... INFO dsp_seqprt 13-181-06:20:20.300: seqprt (main): Sequential prints started... INFO Stol 13-181-06:20:20.300: prepass line 92: seqprt b_events INFO dsp_seqprt 13-181-06:20:20.300: seqprt cmd_pass_logs: opened output file /usr/local/itos/iris/output/prints/logname, initialized INFO dsp_seqprt 13-181-06:20:20.304: seqprt (main): Sequential prints started... INFO dsp_seqprt 13-181-06:20:20.305: seqprt (main): Sequential prints started... INFO Stol 13-181-06:20:20.311: prepass line 94: ENDIF INFO Stol 13-181-06:20:20.315: prepass line 99: GLOBAL startPlotTime = strfdate("%y-%j-%H:%M:%S", P@GBL_GMTOFF) INFO Stol 13-181-06:20:20.315: Assigning string "13-181-06:20:20" to new global variable STARTPLOTTIME. INFO Stol 13-181-06:20:20.315: prepass line 101: GLOBAL VC1filename = concat("IRIS_VC1_hk_",strfdate("%Y%m%d_%H%M%S", P@GBL_GMTOFF)) INFO Stol 13-181-06:20:20.315: Assigning string "IRIS_VC1_hk_20130630_062020" to new global variable VC1FILENAME. INFO Stol 13-181-06:20:20.316: prepass line 102: GLOBAL VC2filename = concat("IRIS_VC2_hk_",strfdate("%Y%m%d_%H%M%S", P@GBL_GMTOFF)) INFO Stol 13-181-06:20:20.316: Assigning string "IRIS_VC2_hk_20130630_062020" to new global variable VC2FILENAME. INFO Stol 13-181-06:20:20.320: prepass line 103: GLOBAL VC3filename = concat("IRIS_VC3_hk_",strfdate("%Y%m%d_%H%M%S", P@GBL_GMTOFF)) INFO Stol 13-181-06:20:20.320: Assigning string "IRIS_VC3_hk_20130630_062020" to new global variable VC3FILENAME. INFO Stol 13-181-06:20:20.320: prepass line 104: GLOBAL VC4filename = concat("IRIS_VC4_hk_",strfdate("%Y%m%d_%H%M%S", P@GBL_GMTOFF)) INFO Stol 13-181-06:20:20.320: Assigning string "IRIS_VC4_hk_20130630_062020" to new global variable VC4FILENAME. INFO Stol 13-181-06:20:20.320: prepass line 105: GLOBAL VC8filename = concat("IRIS_VC8_hk_",strfdate("%Y%m%d_%H%M%S", P@GBL_GMTOFF)) INFO Stol 13-181-06:20:20.320: Assigning string "IRIS_VC8_hk_20130630_062020" to new global variable VC8FILENAME. INFO dsp_seqprt 13-181-06:20:20.321: seqprt i_events_forward: writing output to events INFO dsp_seqprt 13-181-06:20:20.321: seqprt b_events_forward: writing output to events INFO dsp_seqprt 13-181-06:20:20.321: seqprt (main): Sequential prints started... WARN dsp_seqprt 13-181-06:20:20.326: cmd_pass_logs (pagedef_process): page name "cmd_pass_logs" doesn't match file name "cmd_pass_logs2" INFO dsp_seqprt 13-181-06:20:20.326: seqprt (main): Sequential prints started... INFO dsp_seqprt 13-181-06:20:20.326: seqprt cmd_pass_logs2: display window opened INFO dsp_seqprt 13-181-06:20:20.342: seqprt m_time: opened output file /usr/local/itos/iris/output/prints/timecollect_seqprt, initialized INFO dsp_seqprt 13-181-06:20:20.347: seqprt i_events: display window opened INFO Stol 13-181-06:20:20.355: prepass line 107: ar station frame file=VC1filename vc1 vc0 INFO Stol 13-181-06:20:20.365: STOL archive: Archive started. INFO dsp_seqprt 13-181-06:20:20.368: seqprt b_events: display window opened INFO Stol 13-181-06:20:20.445: prepass line 108: ar station frame file=VC2filename vc2 INFO Stol 13-181-06:20:20.450: STOL archive: Archive started. INFO Stol 13-181-06:20:20.535: prepass line 109: ar station frame file=VC3filename vc3 INFO Stol 13-181-06:20:20.539: STOL archive: Archive started. INFO Stol 13-181-06:20:20.618: prepass line 110: ar station frame file=VC4filename vc4 INFO Stol 13-181-06:20:20.622: STOL archive: Archive started. INFO Stol 13-181-06:20:20.714: prepass line 111: ar station frame file=VC8filename vc8 INFO Stol 13-181-06:20:20.715: STOL archive: Archive started. INFO Stol 13-181-06:20:20.716: prepass line 114: IF ((getenv(HOSTNAME) .EQ. "irisops-ws6.amn.nasa.gov") .OR. (getenv(HOSTNAME) .EQ. "irisops-ws6")) THEN INFO Stol 13-181-06:20:20.722: prepass line 116: start iris_packet_archiver_packet_timestamp("start",station,"vc0","NOT 702 1202 2045 2046","/mds/phase/archive/packets/vc0/") INFO Stol 13-181-06:20:20.722: Opened iris_packet_archiver_packet_timestamp in procs/m_test/iris_packet_archiver_packet_timestamp.proc INFO Stol 13-181-06:20:20.723: iris_packet_archiver_packet_timestamp line 57: PROC iris_packet_archiver_packet_timestamp(op, station, vc, packet_filter, output_dir) INFO Stol 13-181-06:20:20.728: iris_packet_archiver_packet_timestamp line 59: SPEED 0 INFO Stol 13-181-06:20:20.729: Setting 'iris_packet_archiver_packet_timestamp's speed to 0 seconds between directives. INFO Stol 13-181-06:20:20.730: iris_packet_archiver_packet_timestamp line 61: LOCAL wrappers = "'itp anno12'" ; should not be changed INFO Stol 13-181-06:20:20.734: Assigning string "'itp anno12'" to new local variable WRAPPERS. INFO Stol 13-181-06:20:20.735: iris_packet_archiver_packet_timestamp line 62: LOCAL timestamp_offset = 6 INFO Stol 13-181-06:20:20.735: Assigning int 6 to new local variable TIMESTAMP_OFFSET. INFO Stol 13-181-06:20:20.741: iris_packet_archiver_packet_timestamp line 63: LOCAL timestamp_length = 8 INFO Stol 13-181-06:20:20.741: Assigning int 8 to new local variable TIMESTAMP_LENGTH. INFO Stol 13-181-06:20:20.741: iris_packet_archiver_packet_timestamp line 65: IF ( ISNULL(op) .OR. ((UPPERCASE(op) .NE. "START") .AND. (UPPERCASE(op) .NE. "STOP")) ) THEN INFO Stol 13-181-06:20:20.741: iris_packet_archiver_packet_timestamp line 68: ENDIF INFO Stol 13-181-06:20:20.742: iris_packet_archiver_packet_timestamp line 70: IF ( ISNULL(station) .OR. (station .EQ. "") ) THEN INFO Stol 13-181-06:20:20.742: iris_packet_archiver_packet_timestamp line 73: ENDIF INFO Stol 13-181-06:20:20.742: iris_packet_archiver_packet_timestamp line 75: IF ( ISNULL(vc) .OR. (vc .EQ. "") ) THEN INFO Stol 13-181-06:20:20.742: iris_packet_archiver_packet_timestamp line 77: ENDIF INFO Stol 13-181-06:20:20.742: iris_packet_archiver_packet_timestamp line 79: IF ( ISNULL(output_dir) .OR. ( output_dir .EQ. "" ) ) THEN INFO Stol 13-181-06:20:20.742: iris_packet_archiver_packet_timestamp line 81: ENDIF INFO Stol 13-181-06:20:20.743: iris_packet_archiver_packet_timestamp line 83: LOCAL pidvar = concat("iris_packet_archiver_", station, "_", vc) INFO Stol 13-181-06:20:20.743: Assigning string "iris_packet_archiver_ASF_vc0" to new local variable PIDVAR. INFO Stol 13-181-06:20:20.743: iris_packet_archiver_packet_timestamp line 85: IF ( UPPERCASE(op) .EQ. "START" ) THEN INFO Stol 13-181-06:20:20.748: iris_packet_archiver_packet_timestamp line 87: GLOBAL name(pidvar) INFO Stol 13-181-06:20:20.749: iris_packet_archiver_packet_timestamp line 89: IF ( .NOT. ISNULL(name(pidvar)) ) THEN INFO Stol 13-181-06:20:20.749: iris_packet_archiver_packet_timestamp line 91: ELSE INFO Stol 13-181-06:20:20.749: Proc 'iris_packet_archiver_packet_timestamp' Event: starting iris_packet_archiver INFO Stol 13-181-06:20:20.749: iris_packet_archiver_packet_timestamp line 93: GLOBAL ipa_host, ipa_port INFO Stol 13-181-06:20:20.749: iris_packet_archiver_packet_timestamp line 94: LOCAL ac_filter INFO Stol 13-181-06:20:20.750: iris_packet_archiver_packet_timestamp line 95: ac_filter = CONCAT("pkts ", vc, " ", TOSTRINGNOTNULL(packet_filter)) INFO Stol 13-181-06:20:20.750: Assigning string "pkts vc0 NOT 702 1202 2045 2046" to local variable AC_FILTER. INFO Stol 13-181-06:20:20.750: iris_packet_archiver_packet_timestamp line 96: START framesorter_get_server_tcp_connection(pidvar, station, "itp anno12", ac_filter, "ipa_host", "ipa_port") INFO Stol 13-181-06:20:20.750: 2 instances of "framesorter_get_server_tcp_connection" in the procpath INFO Stol 13-181-06:20:20.750: Opened framesorter_get_server_tcp_connection in procs/m_test/framesorter_get_server_tcp_connection.proc INFO Stol 13-181-06:20:20.750: framesorter_get_server_tcp_connection line 75: PROC framesorter_get_server_tcp_connection(id, station, wrapper_list, filter_string, return_host, return_port) INFO Stol 13-181-06:20:20.750: framesorter_get_server_tcp_connection line 77: SPEED 0 INFO Stol 13-181-06:20:20.750: Setting 'framesorter_get_server_tcp_connection's speed to 0 seconds between directives. INFO Stol 13-181-06:20:20.751: framesorter_get_server_tcp_connection line 79: IF ( ISNULL(id) .OR. (id .EQ. "") ) THEN INFO Stol 13-181-06:20:20.751: framesorter_get_server_tcp_connection line 85: ELSEIF ( ISNULL(return_host) .OR. ( .NOT. ISMNEMONIC(name(return_host)) ) .OR. ( .NOT. ISGLOBAL(name(return_host)) ) ) THEN ERROR Stol 13-181-06:20:20.755: Proc 'framesorter_get_server_tcp_connection' Event: return_host parameter is null or not a global variable or mnemonic INFO Stol 13-181-06:20:20.755: framesorter_get_server_tcp_connection line 87: ELSEIF ( ISNULL(return_port) .OR. ( .NOT. ISMNEMONIC(name(return_port)) ) .OR. ( .NOT. ISGLOBAL(name(return_port)) ) ) THEN INFO Stol 13-181-06:20:20.755: framesorter_get_server_tcp_connection line 89: ENDIF INFO Stol 13-181-06:20:20.755: framesorter_get_server_tcp_connection line 91: LOCAL fd = 3456 INFO Stol 13-181-06:20:20.755: Assigning int 3456 to new local variable FD. INFO Stol 13-181-06:20:20.756: framesorter_get_server_tcp_connection line 92: LOCAL stat, resp, resp_id, junk INFO Stol 13-181-06:20:20.756: framesorter_get_server_tcp_connection line 93: LOCAL ac_wrappers = "" INFO Stol 13-181-06:20:20.756: Assigning string "" to new local variable AC_WRAPPERS. INFO Stol 13-181-06:20:20.756: framesorter_get_server_tcp_connection line 95: IF ( .NOT. ISNULL(wrapper_list) .AND. ( wrapper_list .NE. "" ) ) THEN INFO Stol 13-181-06:20:20.756: framesorter_get_server_tcp_connection line 96: ac_wrappers = CONCAT("wl ", wrapper_list) INFO Stol 13-181-06:20:20.756: Assigning string "wl itp anno12" to local variable AC_WRAPPERS. INFO Stol 13-181-06:20:20.760: framesorter_get_server_tcp_connection line 97: ENDIF INFO Stol 13-181-06:20:20.760: framesorter_get_server_tcp_connection line 99: OPEN (fd) (concat(gbl_tmctrl_host,":",gbl_tmctrl_port)) INFO Stol 13-181-06:20:20.760: Unit 3456 waiting for socket connect to "irisops-ws6.amn.nasa.gov:32000" INFO Stol 13-181-06:20:20.760: Unit 3456 has connected to irisops-ws6.amn.nasa.gov:32000 INFO Stol 13-181-06:20:20.760: framesorter_get_server_tcp_connection line 100: OPEN (fd) QUERY STATUS=stat INFO Stol 13-181-06:20:20.760: Unit 3456 is tcp client "irisops-ws6.amn.nasa.gov:32000" CONNECTED INFO Stol 13-181-06:20:20.761: framesorter_get_server_tcp_connection line 101: IF (stat .EQ. 1) THEN INFO Stol 13-181-06:20:20.761: framesorter_get_server_tcp_connection line 102: WRITE (fd) CONCAT("hi ", id, " 0") INFO Stol 13-181-06:20:20.761: framesorter_get_server_tcp_connection line 103: READ (fd GREEDY) resp, junk INFO Stol 13-181-06:20:20.761: "ok" was read. INFO Stol 13-181-06:20:20.765: Assigning string "ok" to local variable RESP. WARN Stol 13-181-06:20:20.765: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:20.765: framesorter_get_server_tcp_connection line 104: IF ( resp .EQ. "ok" ) THEN INFO Stol 13-181-06:20:20.765: framesorter_get_server_tcp_connection line 105: WRITE (fd) CONCAT("ac ", station, " server_tcp ", ac_wrappers, " ", filter_string) INFO frame_sorter 13-181-06:20:20.784: frame_sorter listening for output_3 output socket connection on port 57241, [any interface] (0.0.0.0) INFO frame_sorter 13-181-06:20:20.793: frame_sorter output output_3 (3): linked to 0 statistics mnemonics INFO Stol 13-181-06:20:20.793: framesorter_get_server_tcp_connection line 106: READ (fd GREEDY) resp, resp_id, name(return_host), name(return_port), junk INFO Stol 13-181-06:20:20.794: "ok 7 irisops-ws6.amn.nasa.gov 57241" was read. INFO Stol 13-181-06:20:20.794: Assigning string "ok" to local variable RESP. INFO Stol 13-181-06:20:20.794: Assigning string "7" to local variable RESP_ID. INFO Stol 13-181-06:20:20.794: Assigning string "irisops-ws6.amn.nasa.gov" to global variable IPA_HOST. INFO Stol 13-181-06:20:20.794: Assigning string "57241" to global variable IPA_PORT. WARN Stol 13-181-06:20:20.794: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:20.794: framesorter_get_server_tcp_connection line 107: IF ( resp .NE. "ok" ) THEN INFO Stol 13-181-06:20:20.795: framesorter_get_server_tcp_connection line 109: ENDIF INFO Stol 13-181-06:20:20.795: framesorter_get_server_tcp_connection line 110: ELSE INFO Stol 13-181-06:20:20.795: framesorter_get_server_tcp_connection line 112: ENDIF INFO Stol 13-181-06:20:20.795: framesorter_get_server_tcp_connection line 113: CLOSE (fd) INFO Stol 13-181-06:20:20.795: framesorter_get_server_tcp_connection line 114: ELSE INFO Stol 13-181-06:20:20.795: framesorter_get_server_tcp_connection line 116: ENDIF INFO Stol 13-181-06:20:20.795: framesorter_get_server_tcp_connection line 118: RETURN INFO Stol 13-181-06:20:20.796: iris_packet_archiver_packet_timestamp line 97: LOCAL shellcmd INFO Stol 13-181-06:20:20.796: iris_packet_archiver_packet_timestamp line 98: shellcmd = CONCAT("iris_packet_archiver --txport client_tcp ", ;; INFO Stol 13-181-06:20:20.796: iris_packet_archiver_packet_timestamp line 99: " --foreign-host ", ipa_host, ;; INFO Stol 13-181-06:20:20.797: iris_packet_archiver_packet_timestamp line 100: " --foreign-port ", ipa_port, ;; INFO Stol 13-181-06:20:20.797: iris_packet_archiver_packet_timestamp line 101: " --wrapper_list ", wrappers, ;; INFO Stol 13-181-06:20:20.797: iris_packet_archiver_packet_timestamp line 102: " --output_dir ", output_dir, ;; INFO Stol 13-181-06:20:20.797: iris_packet_archiver_packet_timestamp line 103: " --timestamp_offset ", timestamp_offset, ;; INFO Stol 13-181-06:20:20.798: iris_packet_archiver_packet_timestamp line 104: " --timestamp_length ", timestamp_length, ;; INFO Stol 13-181-06:20:20.798: iris_packet_archiver_packet_timestamp line 105: " --use_packet_timestamp ", ;; INFO Stol 13-181-06:20:20.799: iris_packet_archiver_packet_timestamp line 106: " --discard_bad_quality ", ;; INFO Stol 13-181-06:20:20.799: iris_packet_archiver_packet_timestamp line 107: " --packet_source ", IRIS_TLM ) INFO Stol 13-181-06:20:20.799: Assigning string "iris_packet_archiver --txport client_tcp --foreign-host irisops-ws6.amn.nasa.gov --foreign-port 57241 --wrapper_list 'itp anno12' --output_dir /mds/phase/archive/packets/vc0/ --timestamp_offset 6 --timestamp_length 8 --use_packet_timestamp --discard_bad_quality --packet_source IRIS_TLM" to local variable SHELLCMD. INFO Stol 13-181-06:20:20.800: Proc 'iris_packet_archiver_packet_timestamp' Event: iris_packet_archiver --txport client_tcp --foreign-host irisops-ws6.amn.nasa.gov --foreign-port 57241 --wrapper_list 'itp anno12' --output_dir /mds/phase/archive/packets/vc0/ --timestamp_offset 6 --timestamp_length 8 --use_packet_timestamp --discard_bad_quality --packet_source IRIS_TLM INFO Stol 13-181-06:20:20.800: iris_packet_archiver_packet_timestamp line 110: SYSTEM shellcmd INFO Stol 13-181-06:20:20.801: SYSTEM: ok 19112 INFO Stol 13-181-06:20:20.804: iris_packet_archiver_packet_timestamp line 111: NAME(pidvar) = GBL_SYSTEM_PID INFO Stol 13-181-06:20:20.805: Assigning int 19112 to global variable IRIS_PACKET_ARCHIVER_ASF_VC0. INFO Stol 13-181-06:20:20.805: iris_packet_archiver_packet_timestamp line 112: FREE ipa_host, ipa_port INFO Stol 13-181-06:20:20.806: FREEing global variable "ipa_host" INFO Stol 13-181-06:20:20.806: FREEing global variable "ipa_port" INFO Stol 13-181-06:20:20.807: iris_packet_archiver_packet_timestamp line 113: ENDIF INFO Stol 13-181-06:20:20.807: iris_packet_archiver_packet_timestamp line 114: ELSEIF ( UPPERCASE(op) .EQ. "STOP" ) THEN INFO Stol 13-181-06:20:20.808: iris_packet_archiver_packet_timestamp line 124: ENDIF INFO Stol 13-181-06:20:20.808: iris_packet_archiver_packet_timestamp line 126: RETURN INFO Stol 13-181-06:20:20.809: prepass line 117: start iris_packet_archiver_packet_timestamp("start",station,"vc1","NOT 702 1202 2045 2046","/mds/phase/archive/packets/vc1/") INFO Stol 13-181-06:20:20.809: Opened iris_packet_archiver_packet_timestamp in procs/m_test/iris_packet_archiver_packet_timestamp.proc INFO Stol 13-181-06:20:20.810: iris_packet_archiver_packet_timestamp line 57: PROC iris_packet_archiver_packet_timestamp(op, station, vc, packet_filter, output_dir) INFO Stol 13-181-06:20:20.810: iris_packet_archiver_packet_timestamp line 59: SPEED 0 INFO Stol 13-181-06:20:20.811: Setting 'iris_packet_archiver_packet_timestamp's speed to 0 seconds between directives. INFO Stol 13-181-06:20:20.811: iris_packet_archiver_packet_timestamp line 61: LOCAL wrappers = "'itp anno12'" ; should not be changed INFO Stol 13-181-06:20:20.819: Assigning string "'itp anno12'" to new local variable WRAPPERS. INFO Stol 13-181-06:20:20.831: iris_packet_archiver_packet_timestamp line 62: LOCAL timestamp_offset = 6 INFO Stol 13-181-06:20:20.831: Assigning int 6 to new local variable TIMESTAMP_OFFSET. INFO Stol 13-181-06:20:20.831: iris_packet_archiver_packet_timestamp line 63: LOCAL timestamp_length = 8 INFO Stol 13-181-06:20:20.831: Assigning int 8 to new local variable TIMESTAMP_LENGTH. INFO Stol 13-181-06:20:20.832: iris_packet_archiver_packet_timestamp line 65: IF ( ISNULL(op) .OR. ((UPPERCASE(op) .NE. "START") .AND. (UPPERCASE(op) .NE. "STOP")) ) THEN INFO Stol 13-181-06:20:20.832: iris_packet_archiver_packet_timestamp line 68: ENDIF INFO Stol 13-181-06:20:20.832: iris_packet_archiver_packet_timestamp line 70: IF ( ISNULL(station) .OR. (station .EQ. "") ) THEN INFO Stol 13-181-06:20:20.832: iris_packet_archiver_packet_timestamp line 73: ENDIF INFO Stol 13-181-06:20:20.832: iris_packet_archiver_packet_timestamp line 75: IF ( ISNULL(vc) .OR. (vc .EQ. "") ) THEN INFO Stol 13-181-06:20:20.832: iris_packet_archiver_packet_timestamp line 77: ENDIF INFO Stol 13-181-06:20:20.832: iris_packet_archiver_packet_timestamp line 79: IF ( ISNULL(output_dir) .OR. ( output_dir .EQ. "" ) ) THEN INFO Stol 13-181-06:20:20.833: iris_packet_archiver_packet_timestamp line 81: ENDIF INFO Stol 13-181-06:20:20.833: iris_packet_archiver_packet_timestamp line 83: LOCAL pidvar = concat("iris_packet_archiver_", station, "_", vc) INFO Stol 13-181-06:20:20.833: Assigning string "iris_packet_archiver_ASF_vc1" to new local variable PIDVAR. INFO Stol 13-181-06:20:20.833: iris_packet_archiver_packet_timestamp line 85: IF ( UPPERCASE(op) .EQ. "START" ) THEN INFO Stol 13-181-06:20:20.833: iris_packet_archiver_packet_timestamp line 87: GLOBAL name(pidvar) INFO Stol 13-181-06:20:20.833: iris_packet_archiver_packet_timestamp line 89: IF ( .NOT. ISNULL(name(pidvar)) ) THEN INFO Stol 13-181-06:20:20.833: iris_packet_archiver_packet_timestamp line 91: ELSE INFO Stol 13-181-06:20:20.834: Proc 'iris_packet_archiver_packet_timestamp' Event: starting iris_packet_archiver INFO Stol 13-181-06:20:20.838: iris_packet_archiver_packet_timestamp line 93: GLOBAL ipa_host, ipa_port INFO Stol 13-181-06:20:20.838: iris_packet_archiver_packet_timestamp line 94: LOCAL ac_filter INFO Stol 13-181-06:20:20.839: iris_packet_archiver_packet_timestamp line 95: ac_filter = CONCAT("pkts ", vc, " ", TOSTRINGNOTNULL(packet_filter)) INFO Stol 13-181-06:20:20.839: Assigning string "pkts vc1 NOT 702 1202 2045 2046" to local variable AC_FILTER. INFO Stol 13-181-06:20:20.839: iris_packet_archiver_packet_timestamp line 96: START framesorter_get_server_tcp_connection(pidvar, station, "itp anno12", ac_filter, "ipa_host", "ipa_port") INFO Stol 13-181-06:20:20.839: 2 instances of "framesorter_get_server_tcp_connection" in the procpath INFO Stol 13-181-06:20:20.839: Opened framesorter_get_server_tcp_connection in procs/m_test/framesorter_get_server_tcp_connection.proc INFO Stol 13-181-06:20:20.839: framesorter_get_server_tcp_connection line 75: PROC framesorter_get_server_tcp_connection(id, station, wrapper_list, filter_string, return_host, return_port) INFO Stol 13-181-06:20:20.839: framesorter_get_server_tcp_connection line 77: SPEED 0 INFO Stol 13-181-06:20:20.840: Setting 'framesorter_get_server_tcp_connection's speed to 0 seconds between directives. INFO Stol 13-181-06:20:20.840: framesorter_get_server_tcp_connection line 79: IF ( ISNULL(id) .OR. (id .EQ. "") ) THEN INFO Stol 13-181-06:20:20.840: framesorter_get_server_tcp_connection line 85: ELSEIF ( ISNULL(return_host) .OR. ( .NOT. ISMNEMONIC(name(return_host)) ) .OR. ( .NOT. ISGLOBAL(name(return_host)) ) ) THEN ERROR Stol 13-181-06:20:20.844: Proc 'framesorter_get_server_tcp_connection' Event: return_host parameter is null or not a global variable or mnemonic INFO Stol 13-181-06:20:20.844: framesorter_get_server_tcp_connection line 87: ELSEIF ( ISNULL(return_port) .OR. ( .NOT. ISMNEMONIC(name(return_port)) ) .OR. ( .NOT. ISGLOBAL(name(return_port)) ) ) THEN INFO Stol 13-181-06:20:20.844: framesorter_get_server_tcp_connection line 89: ENDIF INFO Stol 13-181-06:20:20.844: framesorter_get_server_tcp_connection line 91: LOCAL fd = 3456 INFO Stol 13-181-06:20:20.844: Assigning int 3456 to new local variable FD. INFO Stol 13-181-06:20:20.844: framesorter_get_server_tcp_connection line 92: LOCAL stat, resp, resp_id, junk INFO Stol 13-181-06:20:20.845: framesorter_get_server_tcp_connection line 93: LOCAL ac_wrappers = "" INFO Stol 13-181-06:20:20.845: Assigning string "" to new local variable AC_WRAPPERS. INFO Stol 13-181-06:20:20.845: framesorter_get_server_tcp_connection line 95: IF ( .NOT. ISNULL(wrapper_list) .AND. ( wrapper_list .NE. "" ) ) THEN INFO Stol 13-181-06:20:20.845: framesorter_get_server_tcp_connection line 96: ac_wrappers = CONCAT("wl ", wrapper_list) INFO Stol 13-181-06:20:20.845: Assigning string "wl itp anno12" to local variable AC_WRAPPERS. INFO Stol 13-181-06:20:20.845: framesorter_get_server_tcp_connection line 97: ENDIF INFO Stol 13-181-06:20:20.849: framesorter_get_server_tcp_connection line 99: OPEN (fd) (concat(gbl_tmctrl_host,":",gbl_tmctrl_port)) INFO Stol 13-181-06:20:20.854: Unit 3456 waiting for socket connect to "irisops-ws6.amn.nasa.gov:32000" INFO Stol 13-181-06:20:20.854: Unit 3456 has connected to irisops-ws6.amn.nasa.gov:32000 INFO Stol 13-181-06:20:20.854: framesorter_get_server_tcp_connection line 100: OPEN (fd) QUERY STATUS=stat INFO Stol 13-181-06:20:20.854: Unit 3456 is tcp client "irisops-ws6.amn.nasa.gov:32000" CONNECTED INFO Stol 13-181-06:20:20.855: framesorter_get_server_tcp_connection line 101: IF (stat .EQ. 1) THEN INFO Stol 13-181-06:20:20.855: framesorter_get_server_tcp_connection line 102: WRITE (fd) CONCAT("hi ", id, " 0") INFO Stol 13-181-06:20:20.856: framesorter_get_server_tcp_connection line 103: READ (fd GREEDY) resp, junk INFO Stol 13-181-06:20:20.857: "ok" was read. INFO Stol 13-181-06:20:20.857: Assigning string "ok" to local variable RESP. WARN Stol 13-181-06:20:20.865: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:20.896: framesorter_get_server_tcp_connection line 104: IF ( resp .EQ. "ok" ) THEN INFO Stol 13-181-06:20:20.897: framesorter_get_server_tcp_connection line 105: WRITE (fd) CONCAT("ac ", station, " server_tcp ", ac_wrappers, " ", filter_string) INFO iris_packet_arc 13-181-06:20:20.897: iris_packet_archiver application started. INFO frame_sorter 13-181-06:20:20.901: frame_sorter: accepted output_3 output connection from irisops-ws6.amn.nasa.gov (192.92.160.136), port 43623 on port 57241, 192.92.160.136 (irisops-ws6.amn.nasa.gov) INFO frame_sorter 13-181-06:20:20.901: frame_sorter listening for output_4 output socket connection on port 33352, [any interface] (0.0.0.0) INFO frame_sorter 13-181-06:20:20.901: frame_sorter output output_4 (4): linked to 0 statistics mnemonics INFO Stol 13-181-06:20:20.901: framesorter_get_server_tcp_connection line 106: READ (fd GREEDY) resp, resp_id, name(return_host), name(return_port), junk INFO Stol 13-181-06:20:20.901: "ok 7 irisops-ws6.amn.nasa.gov 33352" was read. INFO Stol 13-181-06:20:20.901: Assigning string "ok" to local variable RESP. INFO Stol 13-181-06:20:20.902: Assigning string "7" to local variable RESP_ID. INFO Stol 13-181-06:20:20.902: Assigning string "irisops-ws6.amn.nasa.gov" to global variable IPA_HOST. INFO Stol 13-181-06:20:20.902: Assigning string "33352" to global variable IPA_PORT. WARN Stol 13-181-06:20:20.902: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:20.902: framesorter_get_server_tcp_connection line 107: IF ( resp .NE. "ok" ) THEN INFO Stol 13-181-06:20:20.902: framesorter_get_server_tcp_connection line 109: ENDIF INFO Stol 13-181-06:20:20.903: framesorter_get_server_tcp_connection line 110: ELSE INFO Stol 13-181-06:20:20.910: framesorter_get_server_tcp_connection line 112: ENDIF INFO Stol 13-181-06:20:20.912: framesorter_get_server_tcp_connection line 113: CLOSE (fd) INFO Stol 13-181-06:20:20.912: framesorter_get_server_tcp_connection line 114: ELSE INFO Stol 13-181-06:20:20.912: framesorter_get_server_tcp_connection line 116: ENDIF INFO Stol 13-181-06:20:20.913: framesorter_get_server_tcp_connection line 118: RETURN INFO Stol 13-181-06:20:20.913: iris_packet_archiver_packet_timestamp line 97: LOCAL shellcmd INFO Stol 13-181-06:20:20.914: iris_packet_archiver_packet_timestamp line 98: shellcmd = CONCAT("iris_packet_archiver --txport client_tcp ", ;; INFO Stol 13-181-06:20:20.914: iris_packet_archiver_packet_timestamp line 99: " --foreign-host ", ipa_host, ;; INFO Stol 13-181-06:20:20.914: iris_packet_archiver_packet_timestamp line 100: " --foreign-port ", ipa_port, ;; INFO Stol 13-181-06:20:20.914: iris_packet_archiver_packet_timestamp line 101: " --wrapper_list ", wrappers, ;; INFO Stol 13-181-06:20:20.914: iris_packet_archiver_packet_timestamp line 102: " --output_dir ", output_dir, ;; INFO Stol 13-181-06:20:20.914: iris_packet_archiver_packet_timestamp line 103: " --timestamp_offset ", timestamp_offset, ;; INFO Stol 13-181-06:20:20.915: iris_packet_archiver_packet_timestamp line 104: " --timestamp_length ", timestamp_length, ;; INFO Stol 13-181-06:20:20.915: iris_packet_archiver_packet_timestamp line 105: " --use_packet_timestamp ", ;; INFO Stol 13-181-06:20:20.915: iris_packet_archiver_packet_timestamp line 106: " --discard_bad_quality ", ;; INFO Stol 13-181-06:20:20.915: iris_packet_archiver_packet_timestamp line 107: " --packet_source ", IRIS_TLM ) INFO Stol 13-181-06:20:20.915: Assigning string "iris_packet_archiver --txport client_tcp --foreign-host irisops-ws6.amn.nasa.gov --foreign-port 33352 --wrapper_list 'itp anno12' --output_dir /mds/phase/archive/packets/vc1/ --timestamp_offset 6 --timestamp_length 8 --use_packet_timestamp --discard_bad_quality --packet_source IRIS_TLM" to local variable SHELLCMD. INFO Stol 13-181-06:20:20.915: Proc 'iris_packet_archiver_packet_timestamp' Event: iris_packet_archiver --txport client_tcp --foreign-host irisops-ws6.amn.nasa.gov --foreign-port 33352 --wrapper_list 'itp anno12' --output_dir /mds/phase/archive/packets/vc1/ --timestamp_offset 6 --timestamp_length 8 --use_packet_timestamp --discard_bad_quality --packet_source IRIS_TLM INFO Stol 13-181-06:20:20.915: iris_packet_archiver_packet_timestamp line 110: SYSTEM shellcmd INFO Stol 13-181-06:20:20.915: SYSTEM: ok 19120 INFO Stol 13-181-06:20:20.916: iris_packet_archiver_packet_timestamp line 111: NAME(pidvar) = GBL_SYSTEM_PID INFO Stol 13-181-06:20:20.916: Assigning int 19120 to global variable IRIS_PACKET_ARCHIVER_ASF_VC1. INFO Stol 13-181-06:20:20.916: iris_packet_archiver_packet_timestamp line 112: FREE ipa_host, ipa_port INFO Stol 13-181-06:20:20.916: FREEing global variable "ipa_host" INFO Stol 13-181-06:20:20.916: FREEing global variable "ipa_port" INFO Stol 13-181-06:20:20.916: iris_packet_archiver_packet_timestamp line 113: ENDIF INFO Stol 13-181-06:20:21.341: iris_packet_archiver_packet_timestamp line 114: ELSEIF ( UPPERCASE(op) .EQ. "STOP" ) THEN INFO Stol 13-181-06:20:21.343: iris_packet_archiver_packet_timestamp line 124: ENDIF INFO Stol 13-181-06:20:21.343: iris_packet_archiver_packet_timestamp line 126: RETURN INFO Stol 13-181-06:20:21.344: prepass line 118: start iris_packet_archiver_packet_timestamp("start",station,"vc4","NOT 702 1202 2045 2046","/mds/phase/archive/packets/vc4/") INFO Stol 13-181-06:20:21.344: Opened iris_packet_archiver_packet_timestamp in procs/m_test/iris_packet_archiver_packet_timestamp.proc INFO Stol 13-181-06:20:21.346: iris_packet_archiver_packet_timestamp line 57: PROC iris_packet_archiver_packet_timestamp(op, station, vc, packet_filter, output_dir) INFO Stol 13-181-06:20:21.346: iris_packet_archiver_packet_timestamp line 59: SPEED 0 INFO Stol 13-181-06:20:21.347: Setting 'iris_packet_archiver_packet_timestamp's speed to 0 seconds between directives. INFO Stol 13-181-06:20:21.347: iris_packet_archiver_packet_timestamp line 61: LOCAL wrappers = "'itp anno12'" ; should not be changed INFO Stol 13-181-06:20:21.348: Assigning string "'itp anno12'" to new local variable WRAPPERS. INFO Stol 13-181-06:20:21.348: iris_packet_archiver_packet_timestamp line 62: LOCAL timestamp_offset = 6 INFO Stol 13-181-06:20:21.349: Assigning int 6 to new local variable TIMESTAMP_OFFSET. INFO Stol 13-181-06:20:21.349: iris_packet_archiver_packet_timestamp line 63: LOCAL timestamp_length = 8 INFO Stol 13-181-06:20:21.351: Assigning int 8 to new local variable TIMESTAMP_LENGTH. INFO Stol 13-181-06:20:21.351: iris_packet_archiver_packet_timestamp line 65: IF ( ISNULL(op) .OR. ((UPPERCASE(op) .NE. "START") .AND. (UPPERCASE(op) .NE. "STOP")) ) THEN INFO Stol 13-181-06:20:21.352: iris_packet_archiver_packet_timestamp line 68: ENDIF INFO Stol 13-181-06:20:21.354: iris_packet_archiver_packet_timestamp line 70: IF ( ISNULL(station) .OR. (station .EQ. "") ) THEN INFO Stol 13-181-06:20:21.354: iris_packet_archiver_packet_timestamp line 73: ENDIF INFO Stol 13-181-06:20:21.355: iris_packet_archiver_packet_timestamp line 75: IF ( ISNULL(vc) .OR. (vc .EQ. "") ) THEN INFO Stol 13-181-06:20:21.356: iris_packet_archiver_packet_timestamp line 77: ENDIF INFO Stol 13-181-06:20:21.356: iris_packet_archiver_packet_timestamp line 79: IF ( ISNULL(output_dir) .OR. ( output_dir .EQ. "" ) ) THEN INFO Stol 13-181-06:20:21.357: iris_packet_archiver_packet_timestamp line 81: ENDIF INFO Stol 13-181-06:20:21.357: iris_packet_archiver_packet_timestamp line 83: LOCAL pidvar = concat("iris_packet_archiver_", station, "_", vc) INFO Stol 13-181-06:20:21.358: Assigning string "iris_packet_archiver_ASF_vc4" to new local variable PIDVAR. INFO Stol 13-181-06:20:21.358: iris_packet_archiver_packet_timestamp line 85: IF ( UPPERCASE(op) .EQ. "START" ) THEN INFO Stol 13-181-06:20:21.358: iris_packet_archiver_packet_timestamp line 87: GLOBAL name(pidvar) INFO Stol 13-181-06:20:21.359: iris_packet_archiver_packet_timestamp line 89: IF ( .NOT. ISNULL(name(pidvar)) ) THEN INFO Stol 13-181-06:20:21.360: iris_packet_archiver_packet_timestamp line 91: ELSE INFO Stol 13-181-06:20:21.360: Proc 'iris_packet_archiver_packet_timestamp' Event: starting iris_packet_archiver INFO Stol 13-181-06:20:21.360: iris_packet_archiver_packet_timestamp line 93: GLOBAL ipa_host, ipa_port INFO Stol 13-181-06:20:21.361: iris_packet_archiver_packet_timestamp line 94: LOCAL ac_filter INFO Stol 13-181-06:20:21.361: iris_packet_archiver_packet_timestamp line 95: ac_filter = CONCAT("pkts ", vc, " ", TOSTRINGNOTNULL(packet_filter)) INFO Stol 13-181-06:20:21.361: Assigning string "pkts vc4 NOT 702 1202 2045 2046" to local variable AC_FILTER. INFO Stol 13-181-06:20:21.362: iris_packet_archiver_packet_timestamp line 96: START framesorter_get_server_tcp_connection(pidvar, station, "itp anno12", ac_filter, "ipa_host", "ipa_port") INFO Stol 13-181-06:20:21.362: 2 instances of "framesorter_get_server_tcp_connection" in the procpath INFO Stol 13-181-06:20:21.362: Opened framesorter_get_server_tcp_connection in procs/m_test/framesorter_get_server_tcp_connection.proc INFO Stol 13-181-06:20:21.363: framesorter_get_server_tcp_connection line 75: PROC framesorter_get_server_tcp_connection(id, station, wrapper_list, filter_string, return_host, return_port) INFO Stol 13-181-06:20:21.363: framesorter_get_server_tcp_connection line 77: SPEED 0 INFO Stol 13-181-06:20:21.363: Setting 'framesorter_get_server_tcp_connection's speed to 0 seconds between directives. INFO Stol 13-181-06:20:21.364: framesorter_get_server_tcp_connection line 79: IF ( ISNULL(id) .OR. (id .EQ. "") ) THEN INFO Stol 13-181-06:20:21.364: framesorter_get_server_tcp_connection line 85: ELSEIF ( ISNULL(return_host) .OR. ( .NOT. ISMNEMONIC(name(return_host)) ) .OR. ( .NOT. ISGLOBAL(name(return_host)) ) ) THEN ERROR Stol 13-181-06:20:21.365: Proc 'framesorter_get_server_tcp_connection' Event: return_host parameter is null or not a global variable or mnemonic INFO Stol 13-181-06:20:21.365: framesorter_get_server_tcp_connection line 87: ELSEIF ( ISNULL(return_port) .OR. ( .NOT. ISMNEMONIC(name(return_port)) ) .OR. ( .NOT. ISGLOBAL(name(return_port)) ) ) THEN INFO Stol 13-181-06:20:21.365: framesorter_get_server_tcp_connection line 89: ENDIF INFO Stol 13-181-06:20:21.366: framesorter_get_server_tcp_connection line 91: LOCAL fd = 3456 INFO Stol 13-181-06:20:21.366: Assigning int 3456 to new local variable FD. INFO Stol 13-181-06:20:21.367: framesorter_get_server_tcp_connection line 92: LOCAL stat, resp, resp_id, junk INFO Stol 13-181-06:20:21.368: framesorter_get_server_tcp_connection line 93: LOCAL ac_wrappers = "" INFO Stol 13-181-06:20:21.368: Assigning string "" to new local variable AC_WRAPPERS. INFO Stol 13-181-06:20:21.369: framesorter_get_server_tcp_connection line 95: IF ( .NOT. ISNULL(wrapper_list) .AND. ( wrapper_list .NE. "" ) ) THEN INFO Stol 13-181-06:20:21.369: framesorter_get_server_tcp_connection line 96: ac_wrappers = CONCAT("wl ", wrapper_list) INFO Stol 13-181-06:20:21.369: Assigning string "wl itp anno12" to local variable AC_WRAPPERS. INFO Stol 13-181-06:20:21.370: framesorter_get_server_tcp_connection line 97: ENDIF INFO Stol 13-181-06:20:21.370: framesorter_get_server_tcp_connection line 99: OPEN (fd) (concat(gbl_tmctrl_host,":",gbl_tmctrl_port)) INFO Stol 13-181-06:20:21.371: Unit 3456 waiting for socket connect to "irisops-ws6.amn.nasa.gov:32000" INFO Stol 13-181-06:20:21.371: Unit 3456 has connected to irisops-ws6.amn.nasa.gov:32000 INFO Stol 13-181-06:20:21.371: framesorter_get_server_tcp_connection line 100: OPEN (fd) QUERY STATUS=stat INFO Stol 13-181-06:20:21.372: Unit 3456 is tcp client "irisops-ws6.amn.nasa.gov:32000" CONNECTED INFO Stol 13-181-06:20:21.372: framesorter_get_server_tcp_connection line 101: IF (stat .EQ. 1) THEN INFO Stol 13-181-06:20:21.372: framesorter_get_server_tcp_connection line 102: WRITE (fd) CONCAT("hi ", id, " 0") INFO Stol 13-181-06:20:21.373: framesorter_get_server_tcp_connection line 103: READ (fd GREEDY) resp, junk INFO Stol 13-181-06:20:21.373: "ok" was read. INFO Stol 13-181-06:20:21.373: Assigning string "ok" to local variable RESP. WARN Stol 13-181-06:20:21.374: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:21.411: framesorter_get_server_tcp_connection line 104: IF ( resp .EQ. "ok" ) THEN INFO Stol 13-181-06:20:21.619: framesorter_get_server_tcp_connection line 105: WRITE (fd) CONCAT("ac ", station, " server_tcp ", ac_wrappers, " ", filter_string) INFO iris_packet_arc 13-181-06:20:21.620: iris_packet_archiver application started. INFO frame_sorter 13-181-06:20:21.620: frame_sorter: accepted output_4 output connection from irisops-ws6.amn.nasa.gov (192.92.160.136), port 34323 on port 33352, 192.92.160.136 (irisops-ws6.amn.nasa.gov) INFO frame_sorter 13-181-06:20:21.621: frame_sorter listening for output_5 output socket connection on port 45466, [any interface] (0.0.0.0) INFO frame_sorter 13-181-06:20:21.621: frame_sorter output output_5 (5): linked to 0 statistics mnemonics INFO Stol 13-181-06:20:21.621: framesorter_get_server_tcp_connection line 106: READ (fd GREEDY) resp, resp_id, name(return_host), name(return_port), junk INFO Stol 13-181-06:20:21.622: "ok 7 irisops-ws6.amn.nasa.gov 45466" was read. INFO Stol 13-181-06:20:21.622: Assigning string "ok" to local variable RESP. INFO Stol 13-181-06:20:21.623: Assigning string "7" to local variable RESP_ID. INFO Stol 13-181-06:20:21.623: Assigning string "irisops-ws6.amn.nasa.gov" to global variable IPA_HOST. INFO Stol 13-181-06:20:21.623: Assigning string "45466" to global variable IPA_PORT. WARN Stol 13-181-06:20:21.624: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:21.690: framesorter_get_server_tcp_connection line 107: IF ( resp .NE. "ok" ) THEN INFO Stol 13-181-06:20:21.691: framesorter_get_server_tcp_connection line 109: ENDIF INFO Stol 13-181-06:20:21.691: framesorter_get_server_tcp_connection line 110: ELSE INFO Stol 13-181-06:20:21.692: framesorter_get_server_tcp_connection line 112: ENDIF INFO Stol 13-181-06:20:21.692: framesorter_get_server_tcp_connection line 113: CLOSE (fd) INFO Stol 13-181-06:20:21.692: framesorter_get_server_tcp_connection line 114: ELSE INFO Stol 13-181-06:20:21.693: framesorter_get_server_tcp_connection line 116: ENDIF INFO Stol 13-181-06:20:21.693: framesorter_get_server_tcp_connection line 118: RETURN INFO Stol 13-181-06:20:21.694: iris_packet_archiver_packet_timestamp line 97: LOCAL shellcmd INFO Stol 13-181-06:20:21.695: iris_packet_archiver_packet_timestamp line 98: shellcmd = CONCAT("iris_packet_archiver --txport client_tcp ", ;; INFO Stol 13-181-06:20:21.697: iris_packet_archiver_packet_timestamp line 99: " --foreign-host ", ipa_host, ;; INFO Stol 13-181-06:20:21.698: iris_packet_archiver_packet_timestamp line 100: " --foreign-port ", ipa_port, ;; INFO Stol 13-181-06:20:21.698: iris_packet_archiver_packet_timestamp line 101: " --wrapper_list ", wrappers, ;; INFO Stol 13-181-06:20:21.698: iris_packet_archiver_packet_timestamp line 102: " --output_dir ", output_dir, ;; INFO Stol 13-181-06:20:21.699: iris_packet_archiver_packet_timestamp line 103: " --timestamp_offset ", timestamp_offset, ;; INFO Stol 13-181-06:20:21.699: iris_packet_archiver_packet_timestamp line 104: " --timestamp_length ", timestamp_length, ;; INFO Stol 13-181-06:20:21.700: iris_packet_archiver_packet_timestamp line 105: " --use_packet_timestamp ", ;; INFO Stol 13-181-06:20:21.700: iris_packet_archiver_packet_timestamp line 106: " --discard_bad_quality ", ;; INFO Stol 13-181-06:20:21.700: iris_packet_archiver_packet_timestamp line 107: " --packet_source ", IRIS_TLM ) INFO Stol 13-181-06:20:21.701: Assigning string "iris_packet_archiver --txport client_tcp --foreign-host irisops-ws6.amn.nasa.gov --foreign-port 45466 --wrapper_list 'itp anno12' --output_dir /mds/phase/archive/packets/vc4/ --timestamp_offset 6 --timestamp_length 8 --use_packet_timestamp --discard_bad_quality --packet_source IRIS_TLM" to local variable SHELLCMD. INFO Stol 13-181-06:20:21.701: Proc 'iris_packet_archiver_packet_timestamp' Event: iris_packet_archiver --txport client_tcp --foreign-host irisops-ws6.amn.nasa.gov --foreign-port 45466 --wrapper_list 'itp anno12' --output_dir /mds/phase/archive/packets/vc4/ --timestamp_offset 6 --timestamp_length 8 --use_packet_timestamp --discard_bad_quality --packet_source IRIS_TLM INFO Stol 13-181-06:20:21.702: iris_packet_archiver_packet_timestamp line 110: SYSTEM shellcmd INFO Stol 13-181-06:20:21.705: SYSTEM: ok 19128 INFO Stol 13-181-06:20:21.706: iris_packet_archiver_packet_timestamp line 111: NAME(pidvar) = GBL_SYSTEM_PID INFO Stol 13-181-06:20:21.706: Assigning int 19128 to global variable IRIS_PACKET_ARCHIVER_ASF_VC4. INFO Stol 13-181-06:20:21.708: iris_packet_archiver_packet_timestamp line 112: FREE ipa_host, ipa_port INFO Stol 13-181-06:20:21.709: FREEing global variable "ipa_host" INFO Stol 13-181-06:20:21.709: FREEing global variable "ipa_port" INFO Stol 13-181-06:20:21.709: iris_packet_archiver_packet_timestamp line 113: ENDIF INFO Stol 13-181-06:20:21.710: iris_packet_archiver_packet_timestamp line 114: ELSEIF ( UPPERCASE(op) .EQ. "STOP" ) THEN INFO Stol 13-181-06:20:21.710: iris_packet_archiver_packet_timestamp line 124: ENDIF INFO Stol 13-181-06:20:21.710: iris_packet_archiver_packet_timestamp line 126: RETURN INFO Stol 13-181-06:20:21.711: prepass line 119: start iris_packet_archiver_packet_timestamp("start",station,"vc8","NOT 702 1202 2045 2046","/mds/phase/archive/packets/vc8/") INFO Stol 13-181-06:20:21.711: Opened iris_packet_archiver_packet_timestamp in procs/m_test/iris_packet_archiver_packet_timestamp.proc INFO Stol 13-181-06:20:21.711: iris_packet_archiver_packet_timestamp line 57: PROC iris_packet_archiver_packet_timestamp(op, station, vc, packet_filter, output_dir) INFO Stol 13-181-06:20:21.712: iris_packet_archiver_packet_timestamp line 59: SPEED 0 INFO Stol 13-181-06:20:21.712: Setting 'iris_packet_archiver_packet_timestamp's speed to 0 seconds between directives. INFO Stol 13-181-06:20:21.712: iris_packet_archiver_packet_timestamp line 61: LOCAL wrappers = "'itp anno12'" ; should not be changed INFO Stol 13-181-06:20:21.713: Assigning string "'itp anno12'" to new local variable WRAPPERS. INFO Stol 13-181-06:20:21.713: iris_packet_archiver_packet_timestamp line 62: LOCAL timestamp_offset = 6 INFO Stol 13-181-06:20:21.713: Assigning int 6 to new local variable TIMESTAMP_OFFSET. INFO Stol 13-181-06:20:21.715: iris_packet_archiver_packet_timestamp line 63: LOCAL timestamp_length = 8 INFO Stol 13-181-06:20:21.715: Assigning int 8 to new local variable TIMESTAMP_LENGTH. INFO Stol 13-181-06:20:21.715: iris_packet_archiver_packet_timestamp line 65: IF ( ISNULL(op) .OR. ((UPPERCASE(op) .NE. "START") .AND. (UPPERCASE(op) .NE. "STOP")) ) THEN INFO Stol 13-181-06:20:21.715: iris_packet_archiver_packet_timestamp line 68: ENDIF INFO Stol 13-181-06:20:21.715: iris_packet_archiver_packet_timestamp line 70: IF ( ISNULL(station) .OR. (station .EQ. "") ) THEN INFO Stol 13-181-06:20:21.715: iris_packet_archiver_packet_timestamp line 73: ENDIF INFO Stol 13-181-06:20:21.716: iris_packet_archiver_packet_timestamp line 75: IF ( ISNULL(vc) .OR. (vc .EQ. "") ) THEN INFO Stol 13-181-06:20:21.716: iris_packet_archiver_packet_timestamp line 77: ENDIF INFO Stol 13-181-06:20:21.716: iris_packet_archiver_packet_timestamp line 79: IF ( ISNULL(output_dir) .OR. ( output_dir .EQ. "" ) ) THEN INFO Stol 13-181-06:20:21.716: iris_packet_archiver_packet_timestamp line 81: ENDIF INFO Stol 13-181-06:20:21.716: iris_packet_archiver_packet_timestamp line 83: LOCAL pidvar = concat("iris_packet_archiver_", station, "_", vc) INFO Stol 13-181-06:20:21.717: Assigning string "iris_packet_archiver_ASF_vc8" to new local variable PIDVAR. INFO Stol 13-181-06:20:21.717: iris_packet_archiver_packet_timestamp line 85: IF ( UPPERCASE(op) .EQ. "START" ) THEN INFO Stol 13-181-06:20:21.717: iris_packet_archiver_packet_timestamp line 87: GLOBAL name(pidvar) INFO Stol 13-181-06:20:21.717: iris_packet_archiver_packet_timestamp line 89: IF ( .NOT. ISNULL(name(pidvar)) ) THEN INFO Stol 13-181-06:20:21.717: iris_packet_archiver_packet_timestamp line 91: ELSE INFO Stol 13-181-06:20:21.718: Proc 'iris_packet_archiver_packet_timestamp' Event: starting iris_packet_archiver INFO Stol 13-181-06:20:21.718: iris_packet_archiver_packet_timestamp line 93: GLOBAL ipa_host, ipa_port INFO Stol 13-181-06:20:21.718: iris_packet_archiver_packet_timestamp line 94: LOCAL ac_filter INFO Stol 13-181-06:20:21.718: iris_packet_archiver_packet_timestamp line 95: ac_filter = CONCAT("pkts ", vc, " ", TOSTRINGNOTNULL(packet_filter)) INFO Stol 13-181-06:20:21.718: Assigning string "pkts vc8 NOT 702 1202 2045 2046" to local variable AC_FILTER. INFO Stol 13-181-06:20:21.718: iris_packet_archiver_packet_timestamp line 96: START framesorter_get_server_tcp_connection(pidvar, station, "itp anno12", ac_filter, "ipa_host", "ipa_port") INFO Stol 13-181-06:20:21.718: 2 instances of "framesorter_get_server_tcp_connection" in the procpath INFO Stol 13-181-06:20:21.718: Opened framesorter_get_server_tcp_connection in procs/m_test/framesorter_get_server_tcp_connection.proc INFO iris_packet_arc 13-181-06:20:21.719: iris_packet_archiver application started. INFO frame_sorter 13-181-06:20:21.719: frame_sorter: accepted output_5 output connection from irisops-ws6.amn.nasa.gov (192.92.160.136), port 42342 on port 45466, 192.92.160.136 (irisops-ws6.amn.nasa.gov) INFO Stol 13-181-06:20:21.719: framesorter_get_server_tcp_connection line 75: PROC framesorter_get_server_tcp_connection(id, station, wrapper_list, filter_string, return_host, return_port) INFO Stol 13-181-06:20:21.719: framesorter_get_server_tcp_connection line 77: SPEED 0 INFO Stol 13-181-06:20:21.719: Setting 'framesorter_get_server_tcp_connection's speed to 0 seconds between directives. INFO Stol 13-181-06:20:21.719: framesorter_get_server_tcp_connection line 79: IF ( ISNULL(id) .OR. (id .EQ. "") ) THEN INFO Stol 13-181-06:20:21.719: framesorter_get_server_tcp_connection line 85: ELSEIF ( ISNULL(return_host) .OR. ( .NOT. ISMNEMONIC(name(return_host)) ) .OR. ( .NOT. ISGLOBAL(name(return_host)) ) ) THEN ERROR Stol 13-181-06:20:21.720: Proc 'framesorter_get_server_tcp_connection' Event: return_host parameter is null or not a global variable or mnemonic INFO Stol 13-181-06:20:21.720: framesorter_get_server_tcp_connection line 87: ELSEIF ( ISNULL(return_port) .OR. ( .NOT. ISMNEMONIC(name(return_port)) ) .OR. ( .NOT. ISGLOBAL(name(return_port)) ) ) THEN INFO Stol 13-181-06:20:21.720: framesorter_get_server_tcp_connection line 89: ENDIF INFO Stol 13-181-06:20:21.720: framesorter_get_server_tcp_connection line 91: LOCAL fd = 3456 INFO Stol 13-181-06:20:21.720: Assigning int 3456 to new local variable FD. INFO Stol 13-181-06:20:21.720: framesorter_get_server_tcp_connection line 92: LOCAL stat, resp, resp_id, junk INFO Stol 13-181-06:20:21.720: framesorter_get_server_tcp_connection line 93: LOCAL ac_wrappers = "" INFO Stol 13-181-06:20:21.720: Assigning string "" to new local variable AC_WRAPPERS. INFO Stol 13-181-06:20:21.721: framesorter_get_server_tcp_connection line 95: IF ( .NOT. ISNULL(wrapper_list) .AND. ( wrapper_list .NE. "" ) ) THEN INFO Stol 13-181-06:20:21.721: framesorter_get_server_tcp_connection line 96: ac_wrappers = CONCAT("wl ", wrapper_list) INFO Stol 13-181-06:20:21.721: Assigning string "wl itp anno12" to local variable AC_WRAPPERS. INFO Stol 13-181-06:20:21.721: framesorter_get_server_tcp_connection line 97: ENDIF INFO Stol 13-181-06:20:21.721: framesorter_get_server_tcp_connection line 99: OPEN (fd) (concat(gbl_tmctrl_host,":",gbl_tmctrl_port)) INFO Stol 13-181-06:20:21.721: Unit 3456 waiting for socket connect to "irisops-ws6.amn.nasa.gov:32000" INFO Stol 13-181-06:20:21.721: Unit 3456 has connected to irisops-ws6.amn.nasa.gov:32000 INFO Stol 13-181-06:20:21.723: framesorter_get_server_tcp_connection line 100: OPEN (fd) QUERY STATUS=stat INFO Stol 13-181-06:20:21.723: Unit 3456 is tcp client "irisops-ws6.amn.nasa.gov:32000" CONNECTED INFO Stol 13-181-06:20:21.723: framesorter_get_server_tcp_connection line 101: IF (stat .EQ. 1) THEN INFO Stol 13-181-06:20:21.723: framesorter_get_server_tcp_connection line 102: WRITE (fd) CONCAT("hi ", id, " 0") INFO Stol 13-181-06:20:21.724: framesorter_get_server_tcp_connection line 103: READ (fd GREEDY) resp, junk INFO Stol 13-181-06:20:21.725: "ok" was read. INFO Stol 13-181-06:20:21.725: Assigning string "ok" to local variable RESP. WARN Stol 13-181-06:20:21.725: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:21.725: framesorter_get_server_tcp_connection line 104: IF ( resp .EQ. "ok" ) THEN INFO Stol 13-181-06:20:21.725: framesorter_get_server_tcp_connection line 105: WRITE (fd) CONCAT("ac ", station, " server_tcp ", ac_wrappers, " ", filter_string) INFO frame_sorter 13-181-06:20:21.725: frame_sorter listening for output_6 output socket connection on port 41766, [any interface] (0.0.0.0) INFO frame_sorter 13-181-06:20:21.726: frame_sorter output output_6 (6): linked to 0 statistics mnemonics INFO frame_sorter 13-181-06:20:21.726: frame_sorter: reasm vc8: linked to 6 statistics mnemonics INFO Stol 13-181-06:20:21.726: framesorter_get_server_tcp_connection line 106: READ (fd GREEDY) resp, resp_id, name(return_host), name(return_port), junk INFO Stol 13-181-06:20:21.726: "ok 7 irisops-ws6.amn.nasa.gov 41766" was read. INFO Stol 13-181-06:20:21.726: Assigning string "ok" to local variable RESP. INFO Stol 13-181-06:20:21.726: Assigning string "7" to local variable RESP_ID. INFO Stol 13-181-06:20:21.726: Assigning string "irisops-ws6.amn.nasa.gov" to global variable IPA_HOST. INFO Stol 13-181-06:20:21.727: Assigning string "41766" to global variable IPA_PORT. WARN Stol 13-181-06:20:21.727: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:21.727: framesorter_get_server_tcp_connection line 107: IF ( resp .NE. "ok" ) THEN INFO Stol 13-181-06:20:21.727: framesorter_get_server_tcp_connection line 109: ENDIF INFO Stol 13-181-06:20:21.727: framesorter_get_server_tcp_connection line 110: ELSE INFO Stol 13-181-06:20:21.727: framesorter_get_server_tcp_connection line 112: ENDIF INFO Stol 13-181-06:20:21.727: framesorter_get_server_tcp_connection line 113: CLOSE (fd) INFO Stol 13-181-06:20:21.730: framesorter_get_server_tcp_connection line 114: ELSE INFO Stol 13-181-06:20:21.730: framesorter_get_server_tcp_connection line 116: ENDIF INFO Stol 13-181-06:20:21.730: framesorter_get_server_tcp_connection line 118: RETURN INFO Stol 13-181-06:20:21.731: iris_packet_archiver_packet_timestamp line 97: LOCAL shellcmd INFO Stol 13-181-06:20:21.731: iris_packet_archiver_packet_timestamp line 98: shellcmd = CONCAT("iris_packet_archiver --txport client_tcp ", ;; INFO Stol 13-181-06:20:21.731: iris_packet_archiver_packet_timestamp line 99: " --foreign-host ", ipa_host, ;; INFO Stol 13-181-06:20:21.731: iris_packet_archiver_packet_timestamp line 100: " --foreign-port ", ipa_port, ;; INFO Stol 13-181-06:20:21.731: iris_packet_archiver_packet_timestamp line 101: " --wrapper_list ", wrappers, ;; INFO Stol 13-181-06:20:21.731: iris_packet_archiver_packet_timestamp line 102: " --output_dir ", output_dir, ;; INFO Stol 13-181-06:20:21.731: iris_packet_archiver_packet_timestamp line 103: " --timestamp_offset ", timestamp_offset, ;; INFO Stol 13-181-06:20:21.731: iris_packet_archiver_packet_timestamp line 104: " --timestamp_length ", timestamp_length, ;; INFO Stol 13-181-06:20:21.732: iris_packet_archiver_packet_timestamp line 105: " --use_packet_timestamp ", ;; INFO Stol 13-181-06:20:21.732: iris_packet_archiver_packet_timestamp line 106: " --discard_bad_quality ", ;; INFO Stol 13-181-06:20:21.732: iris_packet_archiver_packet_timestamp line 107: " --packet_source ", IRIS_TLM ) INFO Stol 13-181-06:20:21.732: Assigning string "iris_packet_archiver --txport client_tcp --foreign-host irisops-ws6.amn.nasa.gov --foreign-port 41766 --wrapper_list 'itp anno12' --output_dir /mds/phase/archive/packets/vc8/ --timestamp_offset 6 --timestamp_length 8 --use_packet_timestamp --discard_bad_quality --packet_source IRIS_TLM" to local variable SHELLCMD. INFO Stol 13-181-06:20:21.732: Proc 'iris_packet_archiver_packet_timestamp' Event: iris_packet_archiver --txport client_tcp --foreign-host irisops-ws6.amn.nasa.gov --foreign-port 41766 --wrapper_list 'itp anno12' --output_dir /mds/phase/archive/packets/vc8/ --timestamp_offset 6 --timestamp_length 8 --use_packet_timestamp --discard_bad_quality --packet_source IRIS_TLM INFO Stol 13-181-06:20:21.732: iris_packet_archiver_packet_timestamp line 110: SYSTEM shellcmd INFO Stol 13-181-06:20:21.732: SYSTEM: ok 19146 INFO Stol 13-181-06:20:21.733: iris_packet_archiver_packet_timestamp line 111: NAME(pidvar) = GBL_SYSTEM_PID INFO Stol 13-181-06:20:21.733: Assigning int 19146 to global variable IRIS_PACKET_ARCHIVER_ASF_VC8. INFO Stol 13-181-06:20:21.733: iris_packet_archiver_packet_timestamp line 112: FREE ipa_host, ipa_port INFO Stol 13-181-06:20:21.733: FREEing global variable "ipa_host" INFO Stol 13-181-06:20:21.733: FREEing global variable "ipa_port" INFO Stol 13-181-06:20:21.733: iris_packet_archiver_packet_timestamp line 113: ENDIF INFO Stol 13-181-06:20:21.733: iris_packet_archiver_packet_timestamp line 114: ELSEIF ( UPPERCASE(op) .EQ. "STOP" ) THEN INFO Stol 13-181-06:20:21.733: iris_packet_archiver_packet_timestamp line 124: ENDIF INFO Stol 13-181-06:20:21.734: iris_packet_archiver_packet_timestamp line 126: RETURN INFO Stol 13-181-06:20:21.734: prepass line 120: ELSE INFO Stol 13-181-06:20:21.734: prepass line 134: ENDIF INFO Stol 13-181-06:20:21.734: prepass line 137: start itos_tlm_cmd_history_collector(start, station) INFO Stol 13-181-06:20:21.734: Opened itos_tlm_cmd_history_collector in procs/b_test/common/itos_tlm_cmd_history_collector.proc INFO Stol 13-181-06:20:21.734: itos_tlm_cmd_history_collector line 50: proc itos_tlm_cmd_history_collector(operation, station, passed_index, passed_file) WARN Stol 13-181-06:20:21.735: Not enough arguments; passed_index and passed_file were initialized to NULL INFO Stol 13-181-06:20:21.735: itos_tlm_cmd_history_collector line 52: speed 0 INFO Stol 13-181-06:20:21.735: Setting 'itos_tlm_cmd_history_collector's speed to 0 seconds between directives. INFO Stol 13-181-06:20:21.735: itos_tlm_cmd_history_collector line 58: local type = "command" ; change to "command" for command dumps INFO Stol 13-181-06:20:21.735: Assigning string "command" to new local variable TYPE. INFO Stol 13-181-06:20:21.735: itos_tlm_cmd_history_collector line 59: local packet = "B_CHM_CMD_HIST" INFO Stol 13-181-06:20:21.735: Assigning string "B_CHM_CMD_HIST" to new local variable PACKET. INFO Stol 13-181-06:20:21.736: itos_tlm_cmd_history_collector line 60: local filter = "vc1 1202" ; numeric VC and AppID sent to tlm subsystem INFO Stol 13-181-06:20:21.736: Assigning string "vc1 1202" to new local variable FILTER. INFO Stol 13-181-06:20:21.736: itos_tlm_cmd_history_collector line 61: local data_offset INFO Stol 13-181-06:20:21.736: itos_tlm_cmd_history_collector line 62: local system_name = "B_CHM_CMD_HIST_SYSTEM" INFO Stol 13-181-06:20:21.736: Assigning string "B_CHM_CMD_HIST_SYSTEM" to new local variable SYSTEM_NAME. INFO Stol 13-181-06:20:21.737: itos_tlm_cmd_history_collector line 63: local text_mnemonic = "B_CHM_BUFFER" INFO Stol 13-181-06:20:21.737: Assigning string "B_CHM_BUFFER" to new local variable TEXT_MNEMONIC. INFO Stol 13-181-06:20:21.737: itos_tlm_cmd_history_collector line 64: local wrappers = "itp" ; should not be changed INFO Stol 13-181-06:20:21.737: Assigning string "itp" to new local variable WRAPPERS. INFO Stol 13-181-06:20:21.737: itos_tlm_cmd_history_collector line 68: local list ; = dump_list INFO Stol 13-181-06:20:21.738: itos_tlm_cmd_history_collector line 69: local index ; overridded by passed_index INFO Stol 13-181-06:20:21.738: itos_tlm_cmd_history_collector line 74: local array = "B_CHM_BUFFER" INFO Stol 13-181-06:20:21.738: Assigning string "B_CHM_BUFFER" to new local variable ARRAY. INFO Stol 13-181-06:20:21.738: itos_tlm_cmd_history_collector line 75: local indices = "B_CHM_CMD_LOG_IDX" INFO Stol 13-181-06:20:21.738: Assigning string "B_CHM_CMD_LOG_IDX" to new local variable INDICES. INFO Stol 13-181-06:20:21.739: itos_tlm_cmd_history_collector line 80: local log_output INFO Stol 13-181-06:20:21.739: itos_tlm_cmd_history_collector line 81: local file ; overridden by passed_file INFO Stol 13-181-06:20:21.739: itos_tlm_cmd_history_collector line 86: local sx = "B_CHM_CMD_HIST_SYSTEM.B_CHM_BUFFER" INFO Stol 13-181-06:20:21.739: Assigning string "B_CHM_CMD_HIST_SYSTEM.B_CHM_BUFFER" to new local variable SX. INFO Stol 13-181-06:20:21.739: itos_tlm_cmd_history_collector line 90: local regex INFO Stol 13-181-06:20:21.739: itos_tlm_cmd_history_collector line 91: local size INFO Stol 13-181-06:20:21.739: itos_tlm_cmd_history_collector line 92: local nbits INFO Stol 13-181-06:20:21.739: itos_tlm_cmd_history_collector line 97: local output = "cmd_history" ; name given to tlm system for this stream INFO Stol 13-181-06:20:21.740: Assigning string "cmd_history" to new local variable OUTPUT. INFO Stol 13-181-06:20:21.740: itos_tlm_cmd_history_collector line 98: local fd = 3456 INFO Stol 13-181-06:20:21.740: Assigning int 3456 to new local variable FD. INFO Stol 13-181-06:20:21.740: itos_tlm_cmd_history_collector line 99: local resp, id, host, port, junk INFO Stol 13-181-06:20:21.740: itos_tlm_cmd_history_collector line 100: local pid INFO Stol 13-181-06:20:21.740: itos_tlm_cmd_history_collector line 101: local pidvar INFO Stol 13-181-06:20:21.743: itos_tlm_cmd_history_collector line 103: pidvar = concat("gbl_itdc_", station, "_", packet, "_pid") INFO Stol 13-181-06:20:21.743: Assigning string "gbl_itdc_ASF_B_CHM_CMD_HIST_pid" to local variable PIDVAR. INFO Stol 13-181-06:20:21.743: itos_tlm_cmd_history_collector line 104: global name(pidvar) INFO Stol 13-181-06:20:21.743: itos_tlm_cmd_history_collector line 109: if (.not. isnull(name(pidvar)) .and. name(pidvar) .gt. 0) then INFO Stol 13-181-06:20:21.743: itos_tlm_cmd_history_collector line 111: endif INFO Stol 13-181-06:20:21.743: itos_tlm_cmd_history_collector line 116: if (lowercase(operation) .eq. "stop") then INFO Stol 13-181-06:20:21.744: itos_tlm_cmd_history_collector line 124: elseif (lowercase(operation) .eq. "start") then INFO Stol 13-181-06:20:21.744: itos_tlm_cmd_history_collector line 125: if (.not. isnull(pid)) then INFO Stol 13-181-06:20:21.744: itos_tlm_cmd_history_collector line 128: endif INFO Stol 13-181-06:20:21.744: itos_tlm_cmd_history_collector line 129: endif INFO Stol 13-181-06:20:21.744: itos_tlm_cmd_history_collector line 134: open (fd) (concat(gbl_tmctrl_host,":",gbl_tmctrl_port)) INFO Stol 13-181-06:20:21.745: Unit 3456 waiting for socket connect to "irisops-ws6.amn.nasa.gov:32000" INFO Stol 13-181-06:20:21.745: Unit 3456 has connected to irisops-ws6.amn.nasa.gov:32000 INFO Stol 13-181-06:20:21.745: itos_tlm_cmd_history_collector line 140: write (fd) "hi itos_telemetry_dump_collector 0 ", gbl_tmctrl_host INFO Stol 13-181-06:20:21.745: itos_tlm_cmd_history_collector line 141: read (fd greedy) resp, junk INFO Stol 13-181-06:20:21.745: "ok" was read. INFO Stol 13-181-06:20:21.745: Assigning string "ok" to local variable RESP. WARN Stol 13-181-06:20:21.745: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:21.746: itos_tlm_cmd_history_collector line 142: if (resp .ne. "ok") then INFO Stol 13-181-06:20:21.746: itos_tlm_cmd_history_collector line 145: endif INFO Stol 13-181-06:20:21.746: itos_tlm_cmd_history_collector line 147: wait 1 INFO iris_packet_arc 13-181-06:20:21.747: iris_packet_archiver application started. INFO frame_sorter 13-181-06:20:21.747: frame_sorter: accepted output_6 output connection from irisops-ws6.amn.nasa.gov (192.92.160.136), port 57290 on port 41766, 192.92.160.136 (irisops-ws6.amn.nasa.gov) INFO Stol 13-181-06:20:22.097: itos_tlm_cmd_history_collector resumes; the timer expired INFO Stol 13-181-06:20:22.102: itos_tlm_cmd_history_collector line 152: if (isnull(desthost) .or. desthost .eq. "") then INFO Stol 13-181-06:20:22.102: itos_tlm_cmd_history_collector line 155: endif INFO Stol 13-181-06:20:22.102: itos_tlm_cmd_history_collector line 156: write (fd) "ac ", station, " ", tostringnotnull(output), ;; INFO Stol 13-181-06:20:22.102: itos_tlm_cmd_history_collector line 157: " server_tcp wl itp pkts ", filter INFO frame_sorter 13-181-06:20:22.143: frame_sorter listening for cmd_history output socket connection on port 40578, [any interface] (0.0.0.0) INFO frame_sorter 13-181-06:20:22.148: frame_sorter output cmd_history (7): linked to 0 statistics mnemonics INFO Stol 13-181-06:20:22.148: itos_tlm_cmd_history_collector line 158: read (fd greedy) resp, id, host, port, junk INFO Stol 13-181-06:20:22.148: "ok 7 irisops-ws6.amn.nasa.gov 40578" was read. INFO Stol 13-181-06:20:22.148: Assigning string "ok" to local variable RESP. INFO Stol 13-181-06:20:22.148: Assigning string "7" to local variable ID. INFO Stol 13-181-06:20:22.148: Assigning string "irisops-ws6.amn.nasa.gov" to local variable HOST. INFO Stol 13-181-06:20:22.164: Assigning string "40578" to local variable PORT. WARN Stol 13-181-06:20:22.165: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:22.165: itos_tlm_cmd_history_collector line 159: if (resp .ne. "ok") then INFO Stol 13-181-06:20:22.165: itos_tlm_cmd_history_collector line 162: endif INFO Stol 13-181-06:20:22.165: itos_tlm_cmd_history_collector line 164: close (fd) INFO Stol 13-181-06:20:22.165: itos_tlm_cmd_history_collector line 170: local failed = 0 INFO Stol 13-181-06:20:22.165: Assigning int 0 to new local variable FAILED. INFO Stol 13-181-06:20:22.166: itos_tlm_cmd_history_collector line 171: local shellcmd = concat("itos_telemetry_dump_collector", ;; INFO Stol 13-181-06:20:22.166: itos_tlm_cmd_history_collector line 172: " --txport client_tcp", ;; INFO Stol 13-181-06:20:22.166: itos_tlm_cmd_history_collector line 173: " --foreign-host localhost", ;; INFO Stol 13-181-06:20:22.166: itos_tlm_cmd_history_collector line 174: " --foreign-port ", port, ;; INFO Stol 13-181-06:20:22.166: itos_tlm_cmd_history_collector line 175: " --type ", type) INFO Stol 13-181-06:20:22.166: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 40578 --type command" to new local variable SHELLCMD. INFO Stol 13-181-06:20:22.166: itos_tlm_cmd_history_collector line 177: if (.not. isnull(packet)) then INFO Stol 13-181-06:20:22.167: itos_tlm_cmd_history_collector line 178: shellcmd = concat(shellcmd, " --retained_fields_packet ", packet) INFO Stol 13-181-06:20:22.167: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 40578 --type command --retained_fields_packet B_CHM_CMD_HIST" to local variable SHELLCMD. INFO Stol 13-181-06:20:22.167: itos_tlm_cmd_history_collector line 179: else INFO Stol 13-181-06:20:22.167: itos_tlm_cmd_history_collector line 182: endif INFO Stol 13-181-06:20:22.167: itos_tlm_cmd_history_collector line 183: if (.not. isnull(system_name)) then INFO Stol 13-181-06:20:22.167: itos_tlm_cmd_history_collector line 184: shellcmd = concat(shellcmd, " --latest_fields_system ", system_name) INFO Stol 13-181-06:20:22.167: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 40578 --type command --retained_fields_packet B_CHM_CMD_HIST --latest_fields_system B_CHM_CMD_HIST_SYSTEM" to local variable SHELLCMD. INFO Stol 13-181-06:20:22.168: itos_tlm_cmd_history_collector line 185: else INFO Stol 13-181-06:20:22.168: itos_tlm_cmd_history_collector line 188: endif INFO Stol 13-181-06:20:22.168: itos_tlm_cmd_history_collector line 189: if (.not. isnull(text_mnemonic)) then INFO Stol 13-181-06:20:22.168: itos_tlm_cmd_history_collector line 190: shellcmd = concat(shellcmd, " --special_field ", text_mnemonic) INFO Stol 13-181-06:20:22.168: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 40578 --type command --retained_fields_packet B_CHM_CMD_HIST --latest_fields_system B_CHM_CMD_HIST_SYSTEM --special_field B_CHM_BUFFER" to local variable SHELLCMD. INFO Stol 13-181-06:20:22.168: itos_tlm_cmd_history_collector line 191: else INFO Stol 13-181-06:20:22.168: itos_tlm_cmd_history_collector line 194: endif INFO Stol 13-181-06:20:22.169: itos_tlm_cmd_history_collector line 195: if (.not. isnull(regex)) then INFO Stol 13-181-06:20:22.169: itos_tlm_cmd_history_collector line 197: endif INFO Stol 13-181-06:20:22.173: itos_tlm_cmd_history_collector line 198: if (.not. isnull(wrappers)) then INFO Stol 13-181-06:20:22.173: itos_tlm_cmd_history_collector line 199: shellcmd = concat(shellcmd, " --wrapper ", wrappers) INFO Stol 13-181-06:20:22.173: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 40578 --type command --retained_fields_packet B_CHM_CMD_HIST --latest_fields_system B_CHM_CMD_HIST_SYSTEM --special_field B_CHM_BUFFER --wrapper itp" to local variable SHELLCMD. INFO Stol 13-181-06:20:22.173: itos_tlm_cmd_history_collector line 200: endif INFO Stol 13-181-06:20:22.173: itos_tlm_cmd_history_collector line 201: if (.not. isnull(list)) then INFO Stol 13-181-06:20:22.174: itos_tlm_cmd_history_collector line 203: endif INFO Stol 13-181-06:20:22.174: itos_tlm_cmd_history_collector line 204: if (.not. isnull(array)) then INFO Stol 13-181-06:20:22.174: itos_tlm_cmd_history_collector line 205: shellcmd = concat(shellcmd, " --indexed_array ", array) INFO Stol 13-181-06:20:22.174: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 40578 --type command --retained_fields_packet B_CHM_CMD_HIST --latest_fields_system B_CHM_CMD_HIST_SYSTEM --special_field B_CHM_BUFFER --wrapper itp --indexed_array B_CHM_BUFFER" to local variable SHELLCMD. INFO Stol 13-181-06:20:22.174: itos_tlm_cmd_history_collector line 206: if (isnull(indices)) then INFO Stol 13-181-06:20:22.175: itos_tlm_cmd_history_collector line 209: else INFO Stol 13-181-06:20:22.175: itos_tlm_cmd_history_collector line 210: local modified_indices, an_index INFO Stol 13-181-06:20:22.179: itos_tlm_cmd_history_collector line 211: do while (split(indices, " ", 1, an_index, modified_indices) .gt. 0) INFO Stol 13-181-06:20:22.179: itos_tlm_cmd_history_collector line 212: shellcmd = concat(shellcmd, " --index_field ", an_index) INFO Stol 13-181-06:20:22.179: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 40578 --type command --retained_fields_packet B_CHM_CMD_HIST --latest_fields_system B_CHM_CMD_HIST_SYSTEM --special_field B_CHM_BUFFER --wrapper itp --indexed_array B_CHM_BUFFER --index_field B_CHM_CMD_LOG_IDX" to local variable SHELLCMD. INFO Stol 13-181-06:20:22.179: itos_tlm_cmd_history_collector line 213: if (isnull(modified_indices)) break INFO Stol 13-181-06:20:22.179: itos_tlm_cmd_history_collector line 217: endif INFO Stol 13-181-06:20:22.179: itos_tlm_cmd_history_collector line 218: endif INFO Stol 13-181-06:20:22.180: itos_tlm_cmd_history_collector line 219: if (.not. isnull(data_offset)) then INFO Stol 13-181-06:20:22.180: itos_tlm_cmd_history_collector line 221: endif INFO Stol 13-181-06:20:22.180: itos_tlm_cmd_history_collector line 222: if (.not. isnull(log_output)) then INFO Stol 13-181-06:20:22.180: itos_tlm_cmd_history_collector line 224: endif INFO Stol 13-181-06:20:22.180: itos_tlm_cmd_history_collector line 225: if (.not. isnull(passed_file)) file = passed_file INFO Stol 13-181-06:20:22.180: itos_tlm_cmd_history_collector line 226: if (.not. isnull(file)) then INFO Stol 13-181-06:20:22.184: itos_tlm_cmd_history_collector line 228: endif INFO Stol 13-181-06:20:22.184: itos_tlm_cmd_history_collector line 229: if (.not. isnull(sx)) then INFO Stol 13-181-06:20:22.184: itos_tlm_cmd_history_collector line 230: shellcmd = concat(shellcmd, " --text_output_expression ", sx) INFO Stol 13-181-06:20:22.184: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 40578 --type command --retained_fields_packet B_CHM_CMD_HIST --latest_fields_system B_CHM_CMD_HIST_SYSTEM --special_field B_CHM_BUFFER --wrapper itp --indexed_array B_CHM_BUFFER --index_field B_CHM_CMD_LOG_IDX --text_output_expression B_CHM_CMD_HIST_SYSTEM.B_CHM_BUFFER" to local variable SHELLCMD. INFO Stol 13-181-06:20:22.185: itos_tlm_cmd_history_collector line 231: elseif (.not. (isnull(log_output) .and. isnull(file))) then INFO Stol 13-181-06:20:22.185: itos_tlm_cmd_history_collector line 235: endif INFO Stol 13-181-06:20:22.185: itos_tlm_cmd_history_collector line 236: if (.not. isnull(size)) then INFO Stol 13-181-06:20:22.185: itos_tlm_cmd_history_collector line 238: endif INFO Stol 13-181-06:20:22.185: itos_tlm_cmd_history_collector line 239: if (.not. isnull(nbits)) then INFO Stol 13-181-06:20:22.185: itos_tlm_cmd_history_collector line 241: endif INFO Stol 13-181-06:20:22.185: itos_tlm_cmd_history_collector line 242: if (.not. isnull(passed_index)) index = passed_index INFO Stol 13-181-06:20:22.186: itos_tlm_cmd_history_collector line 243: if (.not. isnull(index)) then INFO Stol 13-181-06:20:22.190: itos_tlm_cmd_history_collector line 245: endif INFO Stol 13-181-06:20:22.190: itos_tlm_cmd_history_collector line 247: if (.not. failed) system shellcmd INFO Stol 13-181-06:20:22.191: SYSTEM: ok 19155 INFO Stol 13-181-06:20:22.191: itos_tlm_cmd_history_collector line 248: if (gbl_system_pid .ge. 0) then INFO Stol 13-181-06:20:22.191: itos_tlm_cmd_history_collector line 249: name(pidvar) = gbl_system_pid INFO Stol 13-181-06:20:22.191: Assigning int 19155 to global variable GBL_ITDC_ASF_B_CHM_CMD_HIST_PID. INFO Stol 13-181-06:20:22.192: itos_tlm_cmd_history_collector line 250: endif INFO Stol 13-181-06:20:22.192: itos_tlm_cmd_history_collector line 252: return INFO Stol 13-181-06:20:22.192: prepass line 138: start itos_tlm_cmdq_collector(start, station, , queuedumpfile) INFO Stol 13-181-06:20:22.192: Opened itos_tlm_cmdq_collector in procs/b_test/common/itos_tlm_cmdq_collector.proc INFO Stol 13-181-06:20:22.192: itos_tlm_cmdq_collector line 50: proc itos_tlm_cmdq_collector(operation, station, passed_index, passed_file) WARN Stol 13-181-06:20:22.192: Missing argument passed_index initialized to NULL INFO Stol 13-181-06:20:22.192: itos_tlm_cmdq_collector line 52: speed 0 INFO Stol 13-181-06:20:22.196: Setting 'itos_tlm_cmdq_collector's speed to 0 seconds between directives. INFO Stol 13-181-06:20:22.196: itos_tlm_cmdq_collector line 58: local type = "command" ; change to "command" for command dumps INFO Stol 13-181-06:20:22.196: Assigning string "command" to new local variable TYPE. INFO Stol 13-181-06:20:22.196: itos_tlm_cmdq_collector line 59: local packet = "B_QM_Q" INFO Stol 13-181-06:20:22.196: Assigning string "B_QM_Q" to new local variable PACKET. INFO Stol 13-181-06:20:22.196: itos_tlm_cmdq_collector line 60: local filter = "vc1 702" ; numeric VC and AppID sent to tlm subsystem INFO Stol 13-181-06:20:22.196: Assigning string "vc1 702" to new local variable FILTER. INFO Stol 13-181-06:20:22.197: itos_tlm_cmdq_collector line 61: local data_offset INFO Stol 13-181-06:20:22.197: itos_tlm_cmdq_collector line 62: local system_name = "B_QM_Q_SYSTEM" INFO Stol 13-181-06:20:22.197: Assigning string "B_QM_Q_SYSTEM" to new local variable SYSTEM_NAME. INFO Stol 13-181-06:20:22.197: itos_tlm_cmdq_collector line 63: local text_mnemonic = "B_QM_BUFFER" INFO Stol 13-181-06:20:22.201: Assigning string "B_QM_BUFFER" to new local variable TEXT_MNEMONIC. INFO Stol 13-181-06:20:22.201: itos_tlm_cmdq_collector line 64: local wrappers = "itp" ; should not be changed INFO Stol 13-181-06:20:22.201: Assigning string "itp" to new local variable WRAPPERS. INFO Stol 13-181-06:20:22.201: itos_tlm_cmdq_collector line 68: local list ; = dump_list INFO Stol 13-181-06:20:22.201: itos_tlm_cmdq_collector line 69: local index ; overridded by passed_index INFO Stol 13-181-06:20:22.201: itos_tlm_cmdq_collector line 74: local array = "B_QM_BUFFER" INFO Stol 13-181-06:20:22.201: Assigning string "B_QM_BUFFER" to new local variable ARRAY. INFO Stol 13-181-06:20:22.202: itos_tlm_cmdq_collector line 75: local indices = "B_QM_QUEUE_NUM B_QM_QUEUE_IDX" INFO Stol 13-181-06:20:22.202: Assigning string "B_QM_QUEUE_NUM B_QM_QUEUE_IDX" to new local variable INDICES. INFO Stol 13-181-06:20:22.202: itos_tlm_cmdq_collector line 80: local log_output INFO Stol 13-181-06:20:22.202: itos_tlm_cmdq_collector line 81: local file ; overridden by passed_file INFO Stol 13-181-06:20:22.206: itos_tlm_cmdq_collector line 86: local sx = "B_QM_Q_SYSTEM.B_QM_BUFFER" INFO Stol 13-181-06:20:22.206: Assigning string "B_QM_Q_SYSTEM.B_QM_BUFFER" to new local variable SX. INFO Stol 13-181-06:20:22.206: itos_tlm_cmdq_collector line 90: local regex INFO Stol 13-181-06:20:22.206: itos_tlm_cmdq_collector line 91: local size INFO Stol 13-181-06:20:22.206: itos_tlm_cmdq_collector line 92: local nbits INFO Stol 13-181-06:20:22.207: itos_tlm_cmdq_collector line 97: local output = "cmd_Q" ; name given to tlm system for this stream INFO Stol 13-181-06:20:22.207: Assigning string "cmd_Q" to new local variable OUTPUT. INFO Stol 13-181-06:20:22.207: itos_tlm_cmdq_collector line 98: local fd = 3456 INFO Stol 13-181-06:20:22.207: Assigning int 3456 to new local variable FD. INFO Stol 13-181-06:20:22.211: itos_tlm_cmdq_collector line 99: local resp, id, host, port, junk INFO Stol 13-181-06:20:22.211: itos_tlm_cmdq_collector line 100: local pid INFO Stol 13-181-06:20:22.211: itos_tlm_cmdq_collector line 101: local pidvar INFO Stol 13-181-06:20:22.211: itos_tlm_cmdq_collector line 103: pidvar = concat("gbl_itdc_", station, "_", packet, "_pid") INFO Stol 13-181-06:20:22.212: Assigning string "gbl_itdc_ASF_B_QM_Q_pid" to local variable PIDVAR. INFO Stol 13-181-06:20:22.212: itos_tlm_cmdq_collector line 104: global name(pidvar) INFO Stol 13-181-06:20:22.212: itos_tlm_cmdq_collector line 109: if (.not. isnull(name(pidvar)) .and. name(pidvar) .gt. 0) then INFO Stol 13-181-06:20:22.212: itos_tlm_cmdq_collector line 111: endif INFO Stol 13-181-06:20:22.212: itos_tlm_cmdq_collector line 116: if (lowercase(operation) .eq. "stop") then INFO Stol 13-181-06:20:22.212: itos_tlm_cmdq_collector line 124: elseif (lowercase(operation) .eq. "start") then INFO Stol 13-181-06:20:22.212: itos_tlm_cmdq_collector line 125: if (.not. isnull(pid)) then INFO Stol 13-181-06:20:22.216: itos_tlm_cmdq_collector line 128: endif INFO Stol 13-181-06:20:22.222: itos_tlm_cmdq_collector line 129: endif INFO Stol 13-181-06:20:22.226: itos_tlm_cmdq_collector line 134: open (fd) (concat(gbl_tmctrl_host,":",gbl_tmctrl_port)) INFO Stol 13-181-06:20:22.226: Unit 3456 waiting for socket connect to "irisops-ws6.amn.nasa.gov:32000" INFO Stol 13-181-06:20:22.230: Unit 3456 has connected to irisops-ws6.amn.nasa.gov:32000 INFO Stol 13-181-06:20:22.231: itos_tlm_cmdq_collector line 140: write (fd) "hi itos_telemetry_dump_collector 0 ", gbl_tmctrl_host INFO Stol 13-181-06:20:22.231: itos_tlm_cmdq_collector line 141: read (fd greedy) resp, junk INFO Stol 13-181-06:20:22.231: "ok" was read. INFO Stol 13-181-06:20:22.231: Assigning string "ok" to local variable RESP. WARN Stol 13-181-06:20:22.231: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:22.231: itos_tlm_cmdq_collector line 142: if (resp .ne. "ok") then INFO Stol 13-181-06:20:22.231: itos_tlm_cmdq_collector line 145: endif INFO Stol 13-181-06:20:22.232: itos_tlm_cmdq_collector line 147: wait 1 INFO Stol 13-181-06:20:23.158: itos_tlm_cmdq_collector resumes; the timer expired INFO Stol 13-181-06:20:23.162: itos_tlm_cmdq_collector line 152: if (isnull(desthost) .or. desthost .eq. "") then INFO Stol 13-181-06:20:23.162: itos_tlm_cmdq_collector line 155: endif INFO Stol 13-181-06:20:23.162: itos_tlm_cmdq_collector line 156: write (fd) "ac ", station, " ", tostringnotnull(output), ;; INFO Stol 13-181-06:20:23.162: itos_tlm_cmdq_collector line 157: " server_tcp wl itp pkts ", filter INFO frame_sorter 13-181-06:20:23.213: frame_sorter listening for cmd_Q output socket connection on port 54729, [any interface] (0.0.0.0) INFO frame_sorter 13-181-06:20:23.213: frame_sorter output cmd_Q (8): linked to 0 statistics mnemonics INFO Stol 13-181-06:20:23.213: itos_tlm_cmdq_collector line 158: read (fd greedy) resp, id, host, port, junk INFO Stol 13-181-06:20:23.214: "ok 7 irisops-ws6.amn.nasa.gov 54729" was read. INFO Stol 13-181-06:20:23.214: Assigning string "ok" to local variable RESP. INFO Stol 13-181-06:20:23.214: Assigning string "7" to local variable ID. INFO Stol 13-181-06:20:23.214: Assigning string "irisops-ws6.amn.nasa.gov" to local variable HOST. INFO Stol 13-181-06:20:23.214: Assigning string "54729" to local variable PORT. WARN Stol 13-181-06:20:23.215: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:23.215: itos_tlm_cmdq_collector line 159: if (resp .ne. "ok") then INFO Stol 13-181-06:20:23.216: itos_tlm_cmdq_collector line 162: endif INFO Stol 13-181-06:20:23.217: itos_tlm_cmdq_collector line 164: close (fd) INFO Stol 13-181-06:20:23.218: itos_tlm_cmdq_collector line 170: local failed = 0 INFO Stol 13-181-06:20:23.219: Assigning int 0 to new local variable FAILED. INFO Stol 13-181-06:20:23.219: itos_tlm_cmdq_collector line 171: local shellcmd = concat("itos_telemetry_dump_collector", ;; INFO Stol 13-181-06:20:23.220: itos_tlm_cmdq_collector line 172: " --txport client_tcp", ;; INFO Stol 13-181-06:20:23.221: itos_tlm_cmdq_collector line 173: " --foreign-host localhost", ;; INFO Stol 13-181-06:20:23.222: itos_tlm_cmdq_collector line 174: " --foreign-port ", port, ;; INFO Stol 13-181-06:20:23.223: itos_tlm_cmdq_collector line 175: " --type ", type) INFO Stol 13-181-06:20:23.224: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 54729 --type command" to new local variable SHELLCMD. INFO Stol 13-181-06:20:23.225: itos_tlm_cmdq_collector line 177: if (.not. isnull(packet)) then INFO Stol 13-181-06:20:23.227: itos_tlm_cmdq_collector line 178: shellcmd = concat(shellcmd, " --retained_fields_packet ", packet) INFO Stol 13-181-06:20:23.227: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 54729 --type command --retained_fields_packet B_QM_Q" to local variable SHELLCMD. INFO Stol 13-181-06:20:23.227: itos_tlm_cmdq_collector line 179: else INFO Stol 13-181-06:20:23.227: itos_tlm_cmdq_collector line 182: endif INFO Stol 13-181-06:20:23.228: itos_tlm_cmdq_collector line 183: if (.not. isnull(system_name)) then INFO Stol 13-181-06:20:23.228: itos_tlm_cmdq_collector line 184: shellcmd = concat(shellcmd, " --latest_fields_system ", system_name) INFO Stol 13-181-06:20:23.230: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 54729 --type command --retained_fields_packet B_QM_Q --latest_fields_system B_QM_Q_SYSTEM" to local variable SHELLCMD. INFO Stol 13-181-06:20:23.230: itos_tlm_cmdq_collector line 185: else INFO Stol 13-181-06:20:23.231: itos_tlm_cmdq_collector line 188: endif INFO Stol 13-181-06:20:23.232: itos_tlm_cmdq_collector line 189: if (.not. isnull(text_mnemonic)) then INFO Stol 13-181-06:20:23.232: itos_tlm_cmdq_collector line 190: shellcmd = concat(shellcmd, " --special_field ", text_mnemonic) INFO Stol 13-181-06:20:23.233: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 54729 --type command --retained_fields_packet B_QM_Q --latest_fields_system B_QM_Q_SYSTEM --special_field B_QM_BUFFER" to local variable SHELLCMD. INFO Stol 13-181-06:20:23.233: itos_tlm_cmdq_collector line 191: else INFO Stol 13-181-06:20:23.233: itos_tlm_cmdq_collector line 194: endif INFO Stol 13-181-06:20:23.234: itos_tlm_cmdq_collector line 195: if (.not. isnull(regex)) then INFO Stol 13-181-06:20:23.236: itos_tlm_cmdq_collector line 197: endif INFO Stol 13-181-06:20:23.236: itos_tlm_cmdq_collector line 198: if (.not. isnull(wrappers)) then INFO Stol 13-181-06:20:23.236: itos_tlm_cmdq_collector line 199: shellcmd = concat(shellcmd, " --wrapper ", wrappers) INFO Stol 13-181-06:20:23.238: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 54729 --type command --retained_fields_packet B_QM_Q --latest_fields_system B_QM_Q_SYSTEM --special_field B_QM_BUFFER --wrapper itp" to local variable SHELLCMD. INFO Stol 13-181-06:20:23.238: itos_tlm_cmdq_collector line 200: endif INFO Stol 13-181-06:20:23.238: itos_tlm_cmdq_collector line 201: if (.not. isnull(list)) then INFO Stol 13-181-06:20:23.238: itos_tlm_cmdq_collector line 203: endif INFO Stol 13-181-06:20:23.241: itos_tlm_cmdq_collector line 204: if (.not. isnull(array)) then INFO Stol 13-181-06:20:23.245: itos_tlm_cmdq_collector line 205: shellcmd = concat(shellcmd, " --indexed_array ", array) INFO Stol 13-181-06:20:23.245: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 54729 --type command --retained_fields_packet B_QM_Q --latest_fields_system B_QM_Q_SYSTEM --special_field B_QM_BUFFER --wrapper itp --indexed_array B_QM_BUFFER" to local variable SHELLCMD. INFO Stol 13-181-06:20:23.246: itos_tlm_cmdq_collector line 206: if (isnull(indices)) then INFO Stol 13-181-06:20:23.246: itos_tlm_cmdq_collector line 209: else INFO Stol 13-181-06:20:23.246: itos_tlm_cmdq_collector line 210: local modified_indices, an_index INFO Stol 13-181-06:20:23.246: itos_tlm_cmdq_collector line 211: do while (split(indices, " ", 1, an_index, modified_indices) .gt. 0) INFO Stol 13-181-06:20:23.246: itos_tlm_cmdq_collector line 212: shellcmd = concat(shellcmd, " --index_field ", an_index) INFO Stol 13-181-06:20:23.246: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 54729 --type command --retained_fields_packet B_QM_Q --latest_fields_system B_QM_Q_SYSTEM --special_field B_QM_BUFFER --wrapper itp --indexed_array B_QM_BUFFER --index_field B_QM_QUEUE_NUM" to local variable SHELLCMD. INFO Stol 13-181-06:20:23.246: itos_tlm_cmdq_collector line 213: if (isnull(modified_indices)) break INFO Stol 13-181-06:20:23.246: itos_tlm_cmdq_collector line 214: indices = modified_indices INFO Stol 13-181-06:20:23.250: Assigning string "B_QM_QUEUE_IDX" to local variable INDICES. INFO Stol 13-181-06:20:23.250: itos_tlm_cmdq_collector line 215: modified_indices = tonull(0) INFO Stol 13-181-06:20:23.250: Assigning a NULL object to local variable MODIFIED_INDICES. INFO Stol 13-181-06:20:23.250: itos_tlm_cmdq_collector line 216: enddo INFO Stol 13-181-06:20:23.250: itos_tlm_cmdq_collector line 211: do while (split(indices, " ", 1, an_index, modified_indices) .gt. 0) INFO Stol 13-181-06:20:23.250: itos_tlm_cmdq_collector line 212: shellcmd = concat(shellcmd, " --index_field ", an_index) INFO Stol 13-181-06:20:23.250: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 54729 --type command --retained_fields_packet B_QM_Q --latest_fields_system B_QM_Q_SYSTEM --special_field B_QM_BUFFER --wrapper itp --indexed_array B_QM_BUFFER --index_field B_QM_QUEUE_NUM --index_field B_QM_QUEUE_IDX" to local variable SHELLCMD. INFO Stol 13-181-06:20:23.250: itos_tlm_cmdq_collector line 213: if (isnull(modified_indices)) break INFO Stol 13-181-06:20:23.251: itos_tlm_cmdq_collector line 217: endif INFO Stol 13-181-06:20:23.251: itos_tlm_cmdq_collector line 218: endif INFO Stol 13-181-06:20:23.255: itos_tlm_cmdq_collector line 219: if (.not. isnull(data_offset)) then INFO Stol 13-181-06:20:23.255: itos_tlm_cmdq_collector line 221: endif INFO Stol 13-181-06:20:23.255: itos_tlm_cmdq_collector line 222: if (.not. isnull(log_output)) then INFO Stol 13-181-06:20:23.255: itos_tlm_cmdq_collector line 224: endif INFO Stol 13-181-06:20:23.255: itos_tlm_cmdq_collector line 225: if (.not. isnull(passed_file)) file = passed_file INFO Stol 13-181-06:20:23.255: Assigning string "queuedumpfile" to local variable FILE. INFO Stol 13-181-06:20:23.255: itos_tlm_cmdq_collector line 226: if (.not. isnull(file)) then INFO Stol 13-181-06:20:23.256: itos_tlm_cmdq_collector line 227: shellcmd = concat(shellcmd, " --output_to_file ", file) INFO Stol 13-181-06:20:23.256: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 54729 --type command --retained_fields_packet B_QM_Q --latest_fields_system B_QM_Q_SYSTEM --special_field B_QM_BUFFER --wrapper itp --indexed_array B_QM_BUFFER --index_field B_QM_QUEUE_NUM --index_field B_QM_QUEUE_IDX --output_to_file queuedumpfile" to local variable SHELLCMD. INFO Stol 13-181-06:20:23.256: itos_tlm_cmdq_collector line 228: endif INFO Stol 13-181-06:20:23.256: itos_tlm_cmdq_collector line 229: if (.not. isnull(sx)) then INFO Stol 13-181-06:20:23.260: itos_tlm_cmdq_collector line 230: shellcmd = concat(shellcmd, " --text_output_expression ", sx) INFO Stol 13-181-06:20:23.260: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 54729 --type command --retained_fields_packet B_QM_Q --latest_fields_system B_QM_Q_SYSTEM --special_field B_QM_BUFFER --wrapper itp --indexed_array B_QM_BUFFER --index_field B_QM_QUEUE_NUM --index_field B_QM_QUEUE_IDX --output_to_file queuedumpfile --text_output_expression B_QM_Q_SYSTEM.B_QM_BUFFER" to local variable SHELLCMD. INFO Stol 13-181-06:20:23.260: itos_tlm_cmdq_collector line 231: elseif (.not. (isnull(log_output) .and. isnull(file))) then INFO Stol 13-181-06:20:23.260: itos_tlm_cmdq_collector line 235: endif INFO Stol 13-181-06:20:23.260: itos_tlm_cmdq_collector line 236: if (.not. isnull(size)) then INFO Stol 13-181-06:20:23.260: itos_tlm_cmdq_collector line 238: endif INFO Stol 13-181-06:20:23.261: itos_tlm_cmdq_collector line 239: if (.not. isnull(nbits)) then INFO Stol 13-181-06:20:23.261: itos_tlm_cmdq_collector line 241: endif INFO Stol 13-181-06:20:23.261: itos_tlm_cmdq_collector line 242: if (.not. isnull(passed_index)) index = passed_index INFO Stol 13-181-06:20:23.261: itos_tlm_cmdq_collector line 243: if (.not. isnull(index)) then INFO Stol 13-181-06:20:23.261: itos_tlm_cmdq_collector line 245: endif INFO Stol 13-181-06:20:23.261: itos_tlm_cmdq_collector line 247: if (.not. failed) system shellcmd INFO Stol 13-181-06:20:23.266: SYSTEM: ok 19163 INFO Stol 13-181-06:20:23.267: itos_tlm_cmdq_collector line 248: if (gbl_system_pid .ge. 0) then INFO Stol 13-181-06:20:23.267: itos_tlm_cmdq_collector line 249: name(pidvar) = gbl_system_pid INFO Stol 13-181-06:20:23.267: Assigning int 19163 to global variable GBL_ITDC_ASF_B_QM_Q_PID. INFO Stol 13-181-06:20:23.267: itos_tlm_cmdq_collector line 250: endif INFO Stol 13-181-06:20:23.267: itos_tlm_cmdq_collector line 252: return INFO Stol 13-181-06:20:23.267: prepass line 139: start itos_tlm_printf_collector(start, station) INFO Stol 13-181-06:20:23.267: Opened itos_tlm_printf_collector in procs/b_test/common/itos_tlm_printf_collector.proc INFO Stol 13-181-06:20:23.268: itos_tlm_printf_collector line 50: proc itos_dump_collector_printf(operation, station, passed_index, passed_file) WARN Stol 13-181-06:20:23.268: Not enough arguments; passed_index and passed_file were initialized to NULL INFO Stol 13-181-06:20:23.268: itos_tlm_printf_collector line 52: speed 0 INFO Stol 13-181-06:20:23.268: Setting 'itos_tlm_printf_collector's speed to 0 seconds between directives. INFO Stol 13-181-06:20:23.274: itos_tlm_printf_collector line 58: local type = "text" ; change to "command" for command dumps INFO Stol 13-181-06:20:23.274: Assigning string "text" to new local variable TYPE. INFO Stol 13-181-06:20:23.274: itos_tlm_printf_collector line 59: local packet = "B_UFM_TLMPRINTF" INFO Stol 13-181-06:20:23.275: Assigning string "B_UFM_TLMPRINTF" to new local variable PACKET. INFO Stol 13-181-06:20:23.275: itos_tlm_printf_collector line 60: local filter = "vc1 1993" ; numeric VC and AppID sent to tlm subsystem INFO Stol 13-181-06:20:23.275: Assigning string "vc1 1993" to new local variable FILTER. INFO Stol 13-181-06:20:23.275: itos_tlm_printf_collector line 61: local data_offset INFO Stol 13-181-06:20:23.275: itos_tlm_printf_collector line 62: local system_name = "B_UFM_TLMPRINTF_SYSTEM" INFO Stol 13-181-06:20:23.275: Assigning string "B_UFM_TLMPRINTF_SYSTEM" to new local variable SYSTEM_NAME. INFO Stol 13-181-06:20:23.275: itos_tlm_printf_collector line 63: local text_mnemonic = "B_UFM_MESSAGE" INFO Stol 13-181-06:20:23.275: Assigning string "B_UFM_MESSAGE" to new local variable TEXT_MNEMONIC. INFO Stol 13-181-06:20:23.276: itos_tlm_printf_collector line 64: local wrappers = "itp" ; should not be changed INFO Stol 13-181-06:20:23.276: Assigning string "itp" to new local variable WRAPPERS. INFO Stol 13-181-06:20:23.276: itos_tlm_printf_collector line 68: local list = "B_UFM_MESSAGE" ; = dump_list INFO Stol 13-181-06:20:23.276: Assigning string "B_UFM_MESSAGE" to new local variable LIST. INFO Stol 13-181-06:20:23.276: itos_tlm_printf_collector line 69: local index ; overridded by passed_index INFO Stol 13-181-06:20:23.276: itos_tlm_printf_collector line 74: local array INFO Stol 13-181-06:20:23.276: itos_tlm_printf_collector line 75: local indices INFO Stol 13-181-06:20:23.283: itos_tlm_printf_collector line 80: local log_output = 1 INFO Stol 13-181-06:20:23.284: Assigning int 1 to new local variable LOG_OUTPUT. INFO Stol 13-181-06:20:23.284: itos_tlm_printf_collector line 81: local file ; overridden by passed_file INFO Stol 13-181-06:20:23.284: itos_tlm_printf_collector line 86: local sx = "B_UFM_TLMPRINTF_SYSTEM.B_UFM_MESSAGE" INFO Stol 13-181-06:20:23.284: Assigning string "B_UFM_TLMPRINTF_SYSTEM.B_UFM_MESSAGE" to new local variable SX. INFO Stol 13-181-06:20:23.284: itos_tlm_printf_collector line 90: local regex INFO Stol 13-181-06:20:23.284: itos_tlm_printf_collector line 91: local size INFO Stol 13-181-06:20:23.284: itos_tlm_printf_collector line 92: local nbits INFO Stol 13-181-06:20:23.284: itos_tlm_printf_collector line 97: local output = "tlmprintf" ; name given to tlm system for this stream INFO Stol 13-181-06:20:23.285: Assigning string "tlmprintf" to new local variable OUTPUT. INFO Stol 13-181-06:20:23.285: itos_tlm_printf_collector line 98: local fd = 3456 INFO Stol 13-181-06:20:23.285: Assigning int 3456 to new local variable FD. INFO Stol 13-181-06:20:23.285: itos_tlm_printf_collector line 99: local resp, id, host, port, junk INFO Stol 13-181-06:20:23.285: itos_tlm_printf_collector line 100: local pid INFO Stol 13-181-06:20:23.285: itos_tlm_printf_collector line 101: local pidvar INFO Stol 13-181-06:20:23.285: itos_tlm_printf_collector line 103: pidvar = concat("gbl_itdc_", station, "_", packet, "_pid") INFO Stol 13-181-06:20:23.285: Assigning string "gbl_itdc_ASF_B_UFM_TLMPRINTF_pid" to local variable PIDVAR. INFO Stol 13-181-06:20:23.286: itos_tlm_printf_collector line 104: global name(pidvar) INFO Stol 13-181-06:20:23.286: itos_tlm_printf_collector line 109: if (.not. isnull(name(pidvar)) .and. name(pidvar) .gt. 0) then INFO Stol 13-181-06:20:23.286: itos_tlm_printf_collector line 111: endif INFO Stol 13-181-06:20:23.286: itos_tlm_printf_collector line 116: if (lowercase(operation) .eq. "stop") then INFO Stol 13-181-06:20:23.290: itos_tlm_printf_collector line 124: elseif (lowercase(operation) .eq. "start") then INFO Stol 13-181-06:20:23.290: itos_tlm_printf_collector line 125: if (.not. isnull(pid)) then INFO Stol 13-181-06:20:23.290: itos_tlm_printf_collector line 128: endif INFO Stol 13-181-06:20:23.290: itos_tlm_printf_collector line 129: endif INFO Stol 13-181-06:20:23.290: itos_tlm_printf_collector line 134: open (fd) (concat(gbl_tmctrl_host,":",gbl_tmctrl_port)) INFO Stol 13-181-06:20:23.290: Unit 3456 waiting for socket connect to "irisops-ws6.amn.nasa.gov:32000" INFO Stol 13-181-06:20:23.291: Unit 3456 has connected to irisops-ws6.amn.nasa.gov:32000 INFO Stol 13-181-06:20:23.291: itos_tlm_printf_collector line 140: write (fd) "hi itos_telemetry_dump_collector 0 ", gbl_tmctrl_host INFO Stol 13-181-06:20:23.291: itos_tlm_printf_collector line 141: read (fd greedy) resp, junk INFO Stol 13-181-06:20:23.291: "ok" was read. INFO Stol 13-181-06:20:23.291: Assigning string "ok" to local variable RESP. WARN Stol 13-181-06:20:23.291: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:23.291: itos_tlm_printf_collector line 142: if (resp .ne. "ok") then INFO Stol 13-181-06:20:23.291: itos_tlm_printf_collector line 145: endif INFO Stol 13-181-06:20:23.292: itos_tlm_printf_collector line 147: wait 1 INFO frame_sorter 13-181-06:20:23.295: frame_sorter: accepted cmd_history output connection from localhost.localdomain (127.0.0.1), port 47816 on port 40578, 127.0.0.1 (localhost.localdomain) INFO Stol 13-181-06:20:24.224: itos_tlm_printf_collector resumes; the timer expired INFO Stol 13-181-06:20:24.228: itos_tlm_printf_collector line 152: if (isnull(desthost) .or. desthost .eq. "") then INFO Stol 13-181-06:20:24.228: itos_tlm_printf_collector line 155: endif INFO Stol 13-181-06:20:24.228: itos_tlm_printf_collector line 156: write (fd) "ac ", station, " ", tostringnotnull(output), ;; INFO Stol 13-181-06:20:24.228: itos_tlm_printf_collector line 157: " server_tcp wl itp pkts ", filter INFO frame_sorter 13-181-06:20:24.271: frame_sorter listening for tlmprintf output socket connection on port 49221, [any interface] (0.0.0.0) INFO frame_sorter 13-181-06:20:24.585: frame_sorter output tlmprintf (9): linked to 0 statistics mnemonics INFO Stol 13-181-06:20:24.586: itos_tlm_printf_collector line 158: read (fd greedy) resp, id, host, port, junk INFO Stol 13-181-06:20:24.586: "ok 7 irisops-ws6.amn.nasa.gov 49221" was read. INFO Stol 13-181-06:20:24.586: Assigning string "ok" to local variable RESP. INFO Stol 13-181-06:20:24.587: Assigning string "7" to local variable ID. INFO Stol 13-181-06:20:24.587: Assigning string "irisops-ws6.amn.nasa.gov" to local variable HOST. INFO Stol 13-181-06:20:24.587: Assigning string "49221" to local variable PORT. WARN Stol 13-181-06:20:24.587: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:24.587: itos_tlm_printf_collector line 159: if (resp .ne. "ok") then INFO Stol 13-181-06:20:24.587: itos_tlm_printf_collector line 162: endif INFO Stol 13-181-06:20:24.588: itos_tlm_printf_collector line 164: close (fd) INFO Stol 13-181-06:20:24.588: itos_tlm_printf_collector line 170: local failed = 0 INFO Stol 13-181-06:20:24.589: Assigning int 0 to new local variable FAILED. INFO Stol 13-181-06:20:24.589: itos_tlm_printf_collector line 171: local shellcmd = concat("itos_telemetry_dump_collector", ;; INFO Stol 13-181-06:20:24.589: itos_tlm_printf_collector line 172: " --txport client_tcp", ;; INFO Stol 13-181-06:20:24.590: itos_tlm_printf_collector line 173: " --foreign-host localhost", ;; INFO Stol 13-181-06:20:24.590: itos_tlm_printf_collector line 174: " --foreign-port ", port, ;; INFO Stol 13-181-06:20:24.590: itos_tlm_printf_collector line 175: " --type ", type) INFO Stol 13-181-06:20:24.677: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 49221 --type text" to new local variable SHELLCMD. INFO Stol 13-181-06:20:24.678: itos_tlm_printf_collector line 177: if (.not. isnull(packet)) then INFO Stol 13-181-06:20:24.679: itos_tlm_printf_collector line 178: shellcmd = concat(shellcmd, " --retained_fields_packet ", packet) INFO Stol 13-181-06:20:24.680: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 49221 --type text --retained_fields_packet B_UFM_TLMPRINTF" to local variable SHELLCMD. INFO Stol 13-181-06:20:24.681: itos_tlm_printf_collector line 179: else INFO Stol 13-181-06:20:24.681: itos_tlm_printf_collector line 182: endif INFO Stol 13-181-06:20:24.682: itos_tlm_printf_collector line 183: if (.not. isnull(system_name)) then INFO Stol 13-181-06:20:24.682: itos_tlm_printf_collector line 184: shellcmd = concat(shellcmd, " --latest_fields_system ", system_name) INFO Stol 13-181-06:20:24.683: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 49221 --type text --retained_fields_packet B_UFM_TLMPRINTF --latest_fields_system B_UFM_TLMPRINTF_SYSTEM" to local variable SHELLCMD. INFO Stol 13-181-06:20:24.683: itos_tlm_printf_collector line 185: else INFO Stol 13-181-06:20:24.683: itos_tlm_printf_collector line 188: endif INFO Stol 13-181-06:20:24.684: itos_tlm_printf_collector line 189: if (.not. isnull(text_mnemonic)) then INFO Stol 13-181-06:20:24.684: itos_tlm_printf_collector line 190: shellcmd = concat(shellcmd, " --special_field ", text_mnemonic) INFO Stol 13-181-06:20:24.684: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 49221 --type text --retained_fields_packet B_UFM_TLMPRINTF --latest_fields_system B_UFM_TLMPRINTF_SYSTEM --special_field B_UFM_MESSAGE" to local variable SHELLCMD. INFO Stol 13-181-06:20:24.685: itos_tlm_printf_collector line 191: else INFO Stol 13-181-06:20:24.686: itos_tlm_printf_collector line 194: endif INFO Stol 13-181-06:20:24.686: itos_tlm_printf_collector line 195: if (.not. isnull(regex)) then INFO Stol 13-181-06:20:24.687: itos_tlm_printf_collector line 197: endif INFO Stol 13-181-06:20:24.687: itos_tlm_printf_collector line 198: if (.not. isnull(wrappers)) then INFO Stol 13-181-06:20:24.687: itos_tlm_printf_collector line 199: shellcmd = concat(shellcmd, " --wrapper ", wrappers) INFO Stol 13-181-06:20:24.688: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 49221 --type text --retained_fields_packet B_UFM_TLMPRINTF --latest_fields_system B_UFM_TLMPRINTF_SYSTEM --special_field B_UFM_MESSAGE --wrapper itp" to local variable SHELLCMD. INFO Stol 13-181-06:20:24.689: itos_tlm_printf_collector line 200: endif INFO Stol 13-181-06:20:24.689: itos_tlm_printf_collector line 201: if (.not. isnull(list)) then INFO Stol 13-181-06:20:24.689: itos_tlm_printf_collector line 202: shellcmd = concat(shellcmd, " --history_array ", list) INFO Stol 13-181-06:20:24.690: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 49221 --type text --retained_fields_packet B_UFM_TLMPRINTF --latest_fields_system B_UFM_TLMPRINTF_SYSTEM --special_field B_UFM_MESSAGE --wrapper itp --history_array B_UFM_MESSAGE" to local variable SHELLCMD. INFO Stol 13-181-06:20:24.690: itos_tlm_printf_collector line 203: endif INFO Stol 13-181-06:20:24.690: itos_tlm_printf_collector line 204: if (.not. isnull(array)) then INFO Stol 13-181-06:20:24.690: itos_tlm_printf_collector line 218: endif INFO Stol 13-181-06:20:24.691: itos_tlm_printf_collector line 219: if (.not. isnull(data_offset)) then INFO Stol 13-181-06:20:24.691: itos_tlm_printf_collector line 221: endif INFO Stol 13-181-06:20:24.692: itos_tlm_printf_collector line 222: if (.not. isnull(log_output)) then INFO Stol 13-181-06:20:24.692: itos_tlm_printf_collector line 223: shellcmd = concat(shellcmd, " --output_to_event_log") INFO Stol 13-181-06:20:24.692: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 49221 --type text --retained_fields_packet B_UFM_TLMPRINTF --latest_fields_system B_UFM_TLMPRINTF_SYSTEM --special_field B_UFM_MESSAGE --wrapper itp --history_array B_UFM_MESSAGE --output_to_event_log" to local variable SHELLCMD. INFO Stol 13-181-06:20:24.692: itos_tlm_printf_collector line 224: endif INFO Stol 13-181-06:20:24.693: itos_tlm_printf_collector line 225: if (.not. isnull(passed_file)) file = passed_file INFO Stol 13-181-06:20:24.693: itos_tlm_printf_collector line 226: if (.not. isnull(file)) then INFO Stol 13-181-06:20:24.693: itos_tlm_printf_collector line 228: endif INFO Stol 13-181-06:20:24.694: itos_tlm_printf_collector line 229: if (.not. isnull(sx)) then INFO Stol 13-181-06:20:24.694: itos_tlm_printf_collector line 230: shellcmd = concat(shellcmd, " --text_output_expression ", sx) INFO Stol 13-181-06:20:24.694: Assigning string "itos_telemetry_dump_collector --txport client_tcp --foreign-host localhost --foreign-port 49221 --type text --retained_fields_packet B_UFM_TLMPRINTF --latest_fields_system B_UFM_TLMPRINTF_SYSTEM --special_field B_UFM_MESSAGE --wrapper itp --history_array B_UFM_MESSAGE --output_to_event_log --text_output_expression B_UFM_TLMPRINTF_SYSTEM.B_UFM_MESSAGE" to local variable SHELLCMD. INFO Stol 13-181-06:20:24.695: itos_tlm_printf_collector line 231: elseif (.not. (isnull(log_output) .and. isnull(file))) then INFO Stol 13-181-06:20:24.695: itos_tlm_printf_collector line 235: endif INFO Stol 13-181-06:20:24.695: itos_tlm_printf_collector line 236: if (.not. isnull(size)) then INFO Stol 13-181-06:20:24.695: itos_tlm_printf_collector line 238: endif INFO Stol 13-181-06:20:24.695: itos_tlm_printf_collector line 239: if (.not. isnull(nbits)) then INFO Stol 13-181-06:20:24.696: itos_tlm_printf_collector line 241: endif INFO Stol 13-181-06:20:24.696: itos_tlm_printf_collector line 242: if (.not. isnull(passed_index)) index = passed_index INFO Stol 13-181-06:20:24.696: itos_tlm_printf_collector line 243: if (.not. isnull(index)) then INFO Stol 13-181-06:20:24.696: itos_tlm_printf_collector line 245: endif INFO Stol 13-181-06:20:24.696: itos_tlm_printf_collector line 247: if (.not. failed) system shellcmd INFO Stol 13-181-06:20:24.697: SYSTEM: ok 19173 INFO Stol 13-181-06:20:24.697: itos_tlm_printf_collector line 248: if (gbl_system_pid .ge. 0) then INFO Stol 13-181-06:20:24.697: itos_tlm_printf_collector line 249: name(pidvar) = gbl_system_pid INFO Stol 13-181-06:20:24.697: Assigning int 19173 to global variable GBL_ITDC_ASF_B_UFM_TLMPRINTF_PID. INFO Stol 13-181-06:20:24.697: itos_tlm_printf_collector line 250: endif INFO Stol 13-181-06:20:24.697: itos_tlm_printf_collector line 252: return INFO Stol 13-181-06:20:24.697: prepass line 145: cfgmon aos1 INFO Stol 13-181-06:20:24.697: prepass line 146: cfgmon ceb_voltages INFO Stol 13-181-06:20:24.697: prepass line 147: cfgmon acs_cfgmon INFO Stol 13-181-06:20:24.698: prepass line 154: IF ((getenv(HOSTNAME) .EQ. "irisops-ws6.amn.nasa.gov") .OR. (getenv(HOSTNAME) .EQ. "irisops-ws6")) THEN INFO Stol 13-181-06:20:24.698: prepass line 155: START gs_relay_multicast(station) INFO Stol 13-181-06:20:24.698: Opened gs_relay_multicast in procs/m_setup/gs_relay_multicast.proc INFO Stol 13-181-06:20:24.698: gs_relay_multicast line 1: proc gs_relay_multicast(station, type, multigroup, multiport) WARN Stol 13-181-06:20:24.698: Not enough arguments; type, multigroup, and multiport were initialized to NULL INFO eqn_cfgmon 13-181-06:20:24.698: configuration aos1: started INFO eqn_cfgmon 13-181-06:20:24.698: configuration ceb_voltages: started INFO Stol 13-181-06:20:24.699: gs_relay_multicast line 88: GLOBAL earlyend, path_exists INFO Stol 13-181-06:20:24.699: gs_relay_multicast line 89: LOCAL rev_id, proc_name, svn_id INFO Stol 13-181-06:20:24.699: gs_relay_multicast line 90: LOCAL arg, fd, handle, resp, junk INFO Stol 13-181-06:20:24.699: gs_relay_multicast line 92: rev_id = "$Rev: 3773 $" INFO Stol 13-181-06:20:24.699: Assigning string "$Rev: 3773 $" to local variable REV_ID. INFO Stol 13-181-06:20:24.699: gs_relay_multicast line 93: svn_id = "$Id: gs_relay_multicast.proc 3773 2013-04-23 01:52:40Z emazmani $" INFO Stol 13-181-06:20:24.699: Assigning string "$Id: gs_relay_multicast.proc 3773 2013-04-23 01:52:40Z emazmani $" to local variable SVN_ID. INFO frame_sorter 13-181-06:20:24.699: frame_sorter: accepted tlmprintf output connection from localhost.localdomain (127.0.0.1), port 37446 on port 49221, 127.0.0.1 (localhost.localdomain) INFO Stol 13-181-06:20:24.699: gs_relay_multicast line 94: system concat("echo proc_name = '\""'`perl -e '@array = split(\"" \"", '\""'", svn_id, "'\""'); print \""$array[1]\""'`'\""' > ", gbl_stolfifo) INFO Stol 13-181-06:20:24.700: SYSTEM: ok 19187 INFO Stol 13-181-06:20:24.700: FIFO: proc_name = "gs_relay_multicast.proc" INFO Stol 13-181-06:20:24.700: Assigning string "gs_relay_multicast.proc" to local variable PROC_NAME. INFO Stol 13-181-06:20:24.700: gs_relay_multicast line 96: DO WHILE (ISNULL(proc_name)) INFO Stol 13-181-06:20:24.700: gs_relay_multicast line 99: proc_name = UPPERCASE(proc_name) INFO Stol 13-181-06:20:24.700: Assigning string "GS_RELAY_MULTICAST.PROC" to local variable PROC_NAME. INFO Stol 13-181-06:20:24.700: gs_relay_multicast line 101: SHO CONCAT("START: PROCEDURE ", proc_name, " STARTED, ", rev_id) INFO Stol 13-181-06:20:24.701: START: PROCEDURE GS_RELAY_MULTICAST.PROC STARTED, $Rev: 3773 $ INFO Stol 13-181-06:20:24.701: gs_relay_multicast line 108: IF (ISNULL(type) .EQ. 1) THEN INFO Stol 13-181-06:20:24.701: gs_relay_multicast line 109: type = "pkts" INFO Stol 13-181-06:20:24.701: Assigning string "pkts" to local variable TYPE. INFO Stol 13-181-06:20:24.701: gs_relay_multicast line 110: ENDIF INFO Stol 13-181-06:20:24.701: gs_relay_multicast line 112: DO WHILE ((type .NE. "pkts") .AND. (type .NE. "frames")) INFO Stol 13-181-06:20:24.701: gs_relay_multicast line 119: IF (station .NE. "remoteOBSVC4") THEN INFO Stol 13-181-06:20:24.701: gs_relay_multicast line 120: type = "wl anno12aos pkts vc1" INFO Stol 13-181-06:20:24.702: Assigning string "wl anno12aos pkts vc1" to local variable TYPE. INFO Stol 13-181-06:20:24.702: gs_relay_multicast line 121: ELSE INFO Stol 13-181-06:20:24.702: gs_relay_multicast line 123: ENDIF INFO Stol 13-181-06:20:24.702: gs_relay_multicast line 126: IF (ISNULL(station) .EQ. 0) THEN INFO Stol 13-181-06:20:24.702: gs_relay_multicast line 127: station = station INFO Stol 13-181-06:20:24.702: Assigning string "ASF" to local variable STATION. INFO Stol 13-181-06:20:24.702: gs_relay_multicast line 128: ELSE INFO Stol 13-181-06:20:24.702: gs_relay_multicast line 130: ENDIF INFO Stol 13-181-06:20:24.703: gs_relay_multicast line 139: IF (ISNULL(multigroup) .EQ. 1) THEN INFO Stol 13-181-06:20:24.703: gs_relay_multicast line 140: IF (station .NE. "remoteOBSVC4") THEN INFO Stol 13-181-06:20:24.703: gs_relay_multicast line 141: multigroup = "239.0.0.102" ; multicast IP Address INFO Stol 13-181-06:20:24.703: Assigning string "239.0.0.102" to local variable MULTIGROUP. INFO Stol 13-181-06:20:24.703: gs_relay_multicast line 142: ELSE INFO Stol 13-181-06:20:24.703: gs_relay_multicast line 144: ENDIF INFO Stol 13-181-06:20:24.703: gs_relay_multicast line 145: ENDIF INFO frame_sorter 13-181-06:20:24.703: frame_sorter: accepted cmd_Q output connection from localhost.localdomain (127.0.0.1), port 54600 on port 54729, 127.0.0.1 (localhost.localdomain) INFO Stol 13-181-06:20:24.704: gs_relay_multicast line 148: IF (ISNULL(multiport) .EQ. 1) THEN INFO Stol 13-181-06:20:24.704: gs_relay_multicast line 149: multiport = "15002" INFO Stol 13-181-06:20:24.704: Assigning string "15002" to local variable MULTIPORT. INFO Stol 13-181-06:20:24.704: gs_relay_multicast line 150: ENDIF INFO Stol 13-181-06:20:24.704: gs_relay_multicast line 154: earlyend=0 INFO Stol 13-181-06:20:24.704: Assigning int 0 to global variable EARLYEND. INFO Stol 13-181-06:20:24.704: gs_relay_multicast line 155: fd = 3465 INFO Stol 13-181-06:20:24.704: Assigning int 3465 to local variable FD. INFO Stol 13-181-06:20:24.705: gs_relay_multicast line 158: START gs_query_sorter(station, "gs_relay_multicast") INFO Stol 13-181-06:20:24.705: Opened gs_query_sorter in procs/m_setup/gs_query_sorter.proc INFO Stol 13-181-06:20:24.705: gs_query_sorter line 1: proc gs_query_sorter(station, alias) INFO Stol 13-181-06:20:24.706: gs_query_sorter line 82: GLOBAL earlyend, path_exists WARN Stol 13-181-06:20:24.706: GLOBAL Symbol 'EARLYEND' already exists, ignoring. WARN Stol 13-181-06:20:24.707: GLOBAL Symbol 'PATH_EXISTS' already exists, ignoring. INFO Stol 13-181-06:20:24.707: gs_query_sorter line 83: LOCAL rev_id, proc_name, svn_id INFO Stol 13-181-06:20:24.707: gs_query_sorter line 84: LOCAL controller, hdl, found INFO Stol 13-181-06:20:24.707: gs_query_sorter line 85: LOCAL junk1, junk2, junk3, junk4, junk5, junk6, process INFO Stol 13-181-06:20:24.707: gs_query_sorter line 87: rev_id = "$Rev: 3398 $" INFO Stol 13-181-06:20:24.707: Assigning string "$Rev: 3398 $" to local variable REV_ID. INFO Stol 13-181-06:20:24.707: gs_query_sorter line 88: svn_id = "$Id: gs_query_sorter.proc 3398 2013-03-12 18:55:48Z mmansour $" INFO Stol 13-181-06:20:24.708: Assigning string "$Id: gs_query_sorter.proc 3398 2013-03-12 18:55:48Z mmansour $" to local variable SVN_ID. INFO Stol 13-181-06:20:24.708: gs_query_sorter line 89: system concat("echo proc_name = '\""'`perl -e '@array = split(\"" \"", '\""'", svn_id, "'\""'); print \""$array[1]\""'`'\""' > ", gbl_stolfifo) INFO Stol 13-181-06:20:24.708: SYSTEM: ok 19197 INFO Stol 13-181-06:20:24.708: FIFO: proc_name = "gs_query_sorter.proc" INFO Stol 13-181-06:20:24.708: Assigning string "gs_query_sorter.proc" to local variable PROC_NAME. INFO Stol 13-181-06:20:24.708: gs_query_sorter line 91: DO WHILE (ISNULL(proc_name)) INFO Stol 13-181-06:20:24.708: gs_query_sorter line 94: proc_name = UPPERCASE(proc_name) INFO Stol 13-181-06:20:24.708: Assigning string "GS_QUERY_SORTER.PROC" to local variable PROC_NAME. INFO Stol 13-181-06:20:24.709: gs_query_sorter line 96: SHO CONCAT("START: PROCEDURE ", proc_name, " STARTED, ", rev_id) INFO Stol 13-181-06:20:24.709: START: PROCEDURE GS_QUERY_SORTER.PROC STARTED, $Rev: 3398 $ INFO Stol 13-181-06:20:24.716: gs_query_sorter line 103: IF (ISNULL(station) .EQ. 0) THEN INFO Stol 13-181-06:20:24.719: gs_query_sorter line 104: station = LOWERCASE(station) INFO Stol 13-181-06:20:24.720: Assigning string "asf" to local variable STATION. INFO Stol 13-181-06:20:24.720: gs_query_sorter line 105: ELSE INFO Stol 13-181-06:20:24.720: gs_query_sorter line 107: ENDIF INFO Stol 13-181-06:20:24.720: gs_query_sorter line 116: IF (ISNULL(alias) .EQ. 0) THEN INFO Stol 13-181-06:20:24.720: gs_query_sorter line 117: alias = LOWERCASE(alias) INFO Stol 13-181-06:20:24.720: Assigning string "gs_relay_multicast" to local variable ALIAS. INFO Stol 13-181-06:20:24.721: gs_query_sorter line 118: ELSE INFO Stol 13-181-06:20:24.722: gs_query_sorter line 120: ENDIF INFO Stol 13-181-06:20:24.722: gs_query_sorter line 123: DO WHILE ((alias .EQ. "NULL") .OR. (alias .EQ. "")) INFO Stol 13-181-06:20:24.722: gs_query_sorter line 130: earlyend=0 INFO Stol 13-181-06:20:24.722: Assigning int 0 to global variable EARLYEND. INFO Stol 13-181-06:20:24.722: gs_query_sorter line 131: path_exists=1 INFO Stol 13-181-06:20:24.722: Assigning int 1 to global variable PATH_EXISTS. INFO Stol 13-181-06:20:24.722: gs_query_sorter line 132: controller=3465 INFO Stol 13-181-06:20:24.722: Assigning int 3465 to local variable CONTROLLER. INFO Stol 13-181-06:20:24.723: gs_query_sorter line 135: open (controller) (concat(gbl_tmctrl_host,":",gbl_tmctrl_port)) INFO Stol 13-181-06:20:24.723: Unit 3465 waiting for socket connect to "irisops-ws6.amn.nasa.gov:32000" INFO Stol 13-181-06:20:24.723: Unit 3465 has connected to irisops-ws6.amn.nasa.gov:32000 INFO Stol 13-181-06:20:24.723: gs_query_sorter line 140: write (controller) concat ("list paths ", station) INFO Stol 13-181-06:20:24.723: gs_query_sorter line 142: hdl = "" INFO Stol 13-181-06:20:24.723: Assigning string "" to local variable HDL. INFO Stol 13-181-06:20:24.723: gs_query_sorter line 143: found = "false" INFO Stol 13-181-06:20:24.723: Assigning string "false" to local variable FOUND. INFO Stol 13-181-06:20:24.724: gs_query_sorter line 144: do while (hdl .ne. "ok" .and. hdl .ne. "er") INFO Stol 13-181-06:20:24.724: gs_query_sorter line 145: read (controller delim=" ")hdl, junk1, junk2, junk3, junk4, process, junk5, junk6 INFO Stol 13-181-06:20:24.725: "error could not find sorter" was read. INFO Stol 13-181-06:20:24.725: Assigning string "error" to local variable HDL. INFO Stol 13-181-06:20:24.725: Assigning string "could" to local variable JUNK1. INFO Stol 13-181-06:20:24.725: Assigning string "not" to local variable JUNK2. INFO Stol 13-181-06:20:24.728: Assigning string "find" to local variable JUNK3. INFO Stol 13-181-06:20:24.732: Assigning string "sorter" to local variable JUNK4. WARN Stol 13-181-06:20:24.732: Warning -- PROCESS is unchanged. WARN Stol 13-181-06:20:24.732: Warning -- JUNK5 is unchanged. WARN Stol 13-181-06:20:24.732: Warning -- JUNK6 is unchanged. INFO Stol 13-181-06:20:24.732: gs_query_sorter line 146: if (isnull(process)) then INFO Stol 13-181-06:20:24.732: gs_query_sorter line 147: break INFO Stol 13-181-06:20:24.733: gs_query_sorter line 158: if (hdl .eq. "er") then INFO Stol 13-181-06:20:24.733: gs_query_sorter line 161: endif INFO Stol 13-181-06:20:24.733: gs_query_sorter line 167: IF (earlyend .EQ. 0) THEN INFO Stol 13-181-06:20:24.733: gs_query_sorter line 168: SHO CONCAT("Procedure ", proc_name, " COMPLETED.") INFO Stol 13-181-06:20:24.733: Procedure GS_QUERY_SORTER.PROC COMPLETED. INFO eqn_cfgmon 13-181-06:20:24.734: configuration acs_cfgmon: started INFO Stol 13-181-06:20:24.734: gs_query_sorter line 169: ELSE INFO Stol 13-181-06:20:24.734: gs_query_sorter line 171: ENDIF INFO Stol 13-181-06:20:24.738: gs_query_sorter line 173: return INFO Stol 13-181-06:20:24.738: gs_relay_multicast line 159: if (path_exists .EQ. 0) THEN INFO Stol 13-181-06:20:24.738: gs_relay_multicast line 163: ENDIF INFO Stol 13-181-06:20:24.738: gs_relay_multicast line 166: open (fd) (concat(gbl_tmctrl_host,":",gbl_tmctrl_port)) WARN Stol 13-181-06:20:24.738: Warning -- re-opening unit 3465 (was "irisops-ws6.amn.nasa.gov") as "irisops-ws6.amn.nasa.gov:32000" INFO Stol 13-181-06:20:24.739: Unit 3465 waiting for socket connect to "irisops-ws6.amn.nasa.gov:32000" INFO Stol 13-181-06:20:24.739: Unit 3465 has connected to irisops-ws6.amn.nasa.gov:32000 INFO Stol 13-181-06:20:24.743: gs_relay_multicast line 169: write (fd) "hi gs_relay_multicast 0 ", gbl_tmctrl_host INFO Stol 13-181-06:20:24.751: gs_relay_multicast line 170: read (fd) resp, junk INFO Stol 13-181-06:20:24.752: "ok" was read. INFO Stol 13-181-06:20:24.752: Assigning string "ok" to local variable RESP. WARN Stol 13-181-06:20:24.753: Warning -- JUNK is unchanged. INFO Stol 13-181-06:20:24.754: gs_relay_multicast line 171: if (resp .ne. "ok") then INFO Stol 13-181-06:20:24.754: gs_relay_multicast line 174: endif INFO Stol 13-181-06:20:24.759: gs_relay_multicast line 177: write (fd) "ac ", station, " gs_relay_multicast udp ", multigroup, " ", multiport, " ", type INFO frame_sorter 13-181-06:20:24.800: frame_sorter associated local UDP socket on irisops-ws6.amn.nasa.gov (192.92.160.136), port 46147, with 239.0.0.102 (239.0.0.102), port 15002 INFO frame_sorter 13-181-06:20:24.805: frame_sorter output gs_relay_multicast (10): linked to 0 statistics mnemonics INFO Stol 13-181-06:20:24.805: gs_relay_multicast line 178: read (fd) resp, junk INFO Stol 13-181-06:20:24.805: "ok 7 129.165.5.200 10006" was read. INFO Stol 13-181-06:20:24.805: Assigning string "ok" to local variable RESP. INFO Stol 13-181-06:20:24.806: Assigning string "7" to local variable JUNK. INFO Stol 13-181-06:20:24.810: gs_relay_multicast line 179: resp = "ok" INFO Stol 13-181-06:20:24.810: Assigning string "ok" to local variable RESP. INFO Stol 13-181-06:20:24.814: gs_relay_multicast line 180: if (resp .ne. "ok") then INFO Stol 13-181-06:20:24.814: gs_relay_multicast line 183: endif INFO Stol 13-181-06:20:24.819: gs_relay_multicast line 185: rem ; gbl_tmctrl_host should be relaying frames for station over multicast now INFO Stol 13-181-06:20:24.823: gs_relay_multicast line 187: close (fd) INFO Stol 13-181-06:20:24.832: gs_relay_multicast line 193: IF (earlyend .EQ. 0) THEN INFO Stol 13-181-06:20:24.837: gs_relay_multicast line 194: SHO CONCAT("Procedure ", proc_name, " COMPLETED.") INFO Stol 13-181-06:20:24.841: Procedure GS_RELAY_MULTICAST.PROC COMPLETED. INFO Stol 13-181-06:20:24.845: gs_relay_multicast line 195: ELSE INFO Stol 13-181-06:20:24.845: gs_relay_multicast line 197: ENDIF INFO Stol 13-181-06:20:24.854: gs_relay_multicast line 199: return INFO Stol 13-181-06:20:24.861: prepass line 156: ELSE INFO Stol 13-181-06:20:24.862: prepass line 166: ENDIF INFO Stol 13-181-06:20:24.862: prepass line 168: myans = "" INFO Stol 13-181-06:20:24.867: Assigning string "" to local variable MYANS. INFO Stol 13-181-06:20:24.872: prepass line 170: ASK "Do you have TLM and want to run ATAOS (Y/N)?", myans INFO perl 13-181-06:20:46.731: Log4perl: DBI appender error: 'Column 'log_sctime' cannot be null' at /usr/local/itos/iris/scripts/monitor.pl line 70 WARN frame_sorter 13-181-06:21:01.199: frame_sorter: seeing frame CRC/R-S errors. WARN frame_sorter 13-181-06:21:01.201: frame_sorter: seeing frame s/c ID errors. WARN frame_sorter 13-181-06:21:07.044: frame_sorter: seeing frame sequence errors. WARN frame_sorter 13-181-06:21:07.290: frame_sorter: seeing frame CRC/R-S errors. WARN frame_sorter 13-181-06:21:07.291: frame_sorter: seeing frame s/c ID errors. INFO tlmClient 13-181-06:21:11.725: tlmClient: global prefix mnem = IRIS_TLM.annotation_prefix INFO tlmClient 13-181-06:21:11.728: tlmClient: global prefix = decom.IRIS_TLM INFO tlmClient 13-181-06:21:11.730: tlmClient: global prefix = decom.IRIS_TLM.vc1 ERROR graph_process 13-181-06:21:11.732: Invalid N(R). N(R) = 8, V(S) = 0, NN(R) = 0. ERROR graph_process 13-181-06:21:11.733: FOP Alert notification: [NN(R)]. INFO graph_process 13-181-06:21:11.738: State changed from ACTIVE to INITIAL (Event E13). WARN eqn_cfgmon 13-181-06:21:11.739: configuration aos1: "Danger - Battery Capacity < 18 AmpHrs" at 13-181-06:21:11.46819 WARN eqn_cfgmon 13-181-06:21:11.739: configuration aos1: "Danger - Battery SOC < 75%" at 13-181-06:21:11.46819 WARN eqn_cfgmon 13-181-06:21:11.739: configuration aos1: "Warning - Battery SOC < 85%" at 13-181-06:21:11.47026 WARN eqn_cfgmon 13-181-06:21:11.743: configuration acs_cfgmon: "ERROR! ACS in Manual Mode!!" at 13-181-06:21:11.47026 INFO Stol 13-181-06:21:11.744: FIFO: limits OFF A_DM_AUTO_DUMP INFO Stol 13-181-06:21:11.744: A_DM_AUTO_DUMP does not have limits -- can't turn limit checking off! INFO Stol 13-181-06:21:11.745: FIFO: limits change A_AC_MODE NAN , 3 , NAN , NAN INFO Stol 13-181-06:21:11.745: A_AC_MODE: Limits changed to: INFO Stol 13-181-06:21:11.749: delta limit = 0 INFO Stol 13-181-06:21:11.750: [set A_AC_MODE] range 0: default, yl=3 INFO Stol 13-181-06:21:11.750: FIFO: limits change A_AC_MODE 0 , NAN , NAN , NAN INFO Stol 13-181-06:21:11.750: A_AC_MODE: Limits changed to: INFO Stol 13-181-06:21:11.750: delta limit = 0 INFO Stol 13-181-06:21:11.751: [set A_AC_MODE] range 0: default, rl=0 WARN eqn_cfgmon 13-181-06:21:11.785: configuration acs_cfgmon: "CAUTION ACS in Inertial Sunpoint" at 13-181-06:21:11.49587 INFO Stol 13-181-06:21:11.786: FIFO: limits change A_DM_AUTO_DUMP NAN , 0 , NAN , NAN INFO Stol 13-181-06:21:11.787: A_DM_AUTO_DUMP: Limits changed to: INFO Stol 13-181-06:21:11.788: delta limit = 0 INFO Stol 13-181-06:21:11.788: [set A_DM_AUTO_DUMP] range 0: default, yl=0 INFO Stol 13-181-06:21:11.791: FIFO: limits OFF A_GT_ANGLE_Y INFO Stol 13-181-06:21:11.791: A_GT_ANGLE_Y does not have limits -- can't turn limit checking off! WARN eqn_cfgmon 13-181-06:21:11.792: configuration acs_cfgmon: "WARNING: A_ACS_FAULT_COUNTER >= 1" at 13-181-06:21:11.54557 INFO Stol 13-181-06:21:11.794: FIFO: limits OFF A_GT_ANGLE_X INFO Stol 13-181-06:21:11.794: A_GT_ANGLE_X does not have limits -- can't turn limit checking off! INFO Stol 13-181-06:21:11.795: FIFO: limits OFF A_FSP_ATTITUDE_ERROR_Y INFO Stol 13-181-06:21:11.796: A_FSP_ATTITUDE_ERROR_Y does not have limits -- can't turn limit checking off! INFO Stol 13-181-06:21:11.800: FIFO: limits OFF A_FSP_ATTITUDE_ERROR_X INFO Stol 13-181-06:21:11.801: A_FSP_ATTITUDE_ERROR_X does not have limits -- can't turn limit checking off! INFO Stol 13-181-06:21:11.801: FIFO: limits change A_ISP_ATTITUDE_ERROR_Z -10800 , -7200 , 7200 , 10800 INFO Stol 13-181-06:21:11.804: A_ISP_ATTITUDE_ERROR_Z: Limits changed to: INFO Stol 13-181-06:21:11.805: delta limit = 0 INFO Stol 13-181-06:21:11.805: [set A_ISP_ATTITUDE_ERROR_Z] range 0: default, rl=-10800, yl=-7200, yh=7200, rh=10800 INFO Stol 13-181-06:21:11.806: FIFO: limits change A_ISP_ATTITUDE_ERROR_Y -10800 , -7200 , 7200 , 10800 INFO Stol 13-181-06:21:11.809: A_ISP_ATTITUDE_ERROR_Y: Limits changed to: INFO Stol 13-181-06:21:11.810: delta limit = 0 INFO Stol 13-181-06:21:11.810: [set A_ISP_ATTITUDE_ERROR_Y] range 0: default, rl=-10800, yl=-7200, yh=7200, rh=10800 INFO Stol 13-181-06:21:11.810: FIFO: limits change A_ISP_ATTITUDE_ERROR_X -10800 , -7200 , 7200 , 10800 INFO Stol 13-181-06:21:11.815: A_ISP_ATTITUDE_ERROR_X: Limits changed to: INFO Stol 13-181-06:21:11.815: delta limit = 0 INFO Stol 13-181-06:21:11.815: [set A_ISP_ATTITUDE_ERROR_X] range 0: default, rl=-10800, yl=-7200, yh=7200, rh=10800 INFO Stol 13-181-06:21:11.844: FIFO: limits change A_EULERBR_Y -3 , -2 , 2 , 3 INFO Stol 13-181-06:21:11.845: A_EULERBR_Y: Limits changed to: INFO Stol 13-181-06:21:11.846: delta limit = 0 INFO Stol 13-181-06:21:11.847: [set A_EULERBR_Y] range 0: default, rl=-3, yl=-2, yh=2, rh=3 INFO Stol 13-181-06:21:11.849: FIFO: limits change A_EULERBR_X -3 , -2 , 2 , 3 INFO Stol 13-181-06:21:11.849: A_EULERBR_X: Limits changed to: INFO Stol 13-181-06:21:11.850: delta limit = 0 INFO Stol 13-181-06:21:11.851: [set A_EULERBR_X] range 0: default, rl=-3, yl=-2, yh=2, rh=3 INFO Stol 13-181-06:21:11.852: FIFO: limits change A_WBI_AST_Z -8000 , -1000 , 1000 , 8000 INFO Stol 13-181-06:21:11.854: A_WBI_AST_Z: Limits changed to: INFO Stol 13-181-06:21:11.855: delta limit = 0 INFO Stol 13-181-06:21:11.856: [set A_WBI_AST_Z] range 0: default, rl=-8000, yl=-1000, yh=1000, rh=8000 INFO Stol 13-181-06:21:11.857: FIFO: limits change A_WBI_AST_Y -8000 , -1000 , 1000 , 8000 INFO Stol 13-181-06:21:11.858: A_WBI_AST_Y: Limits changed to: INFO Stol 13-181-06:21:11.858: delta limit = 0 INFO Stol 13-181-06:21:11.859: [set A_WBI_AST_Y] range 0: default, rl=-8000, yl=-1000, yh=1000, rh=8000 INFO Stol 13-181-06:21:11.860: FIFO: limits change A_WBI_AST_X -8000 , -1000 , 1000 , 8000 INFO Stol 13-181-06:21:11.861: A_WBI_AST_X: Limits changed to: INFO Stol 13-181-06:21:11.861: delta limit = 0 INFO Stol 13-181-06:21:11.862: [set A_WBI_AST_X] range 0: default, rl=-8000, yl=-1000, yh=1000, rh=8000 WARN tlmClient 13-181-06:21:11.951: Yellow high violation B_HW_SA_CURRENT cnv = 12.4879754 range = 0 at 13-181-06:21:11.668234 WARN eqn_cfgmon 13-181-06:21:11.951: configuration acs_cfgmon: "WARNING: A_AST_BOTH_HEADS_OUT_COUNT >= 1" at 13-181-06:21:11.66823 WARN eqn_cfgmon 13-181-06:21:12.248: configuration acs_cfgmon: "WARNING: A_ASTH2_DATA_STALE_COUNT >= 1" at 13-181-06:21:11.67031 WARN eqn_cfgmon 13-181-06:21:12.249: configuration acs_cfgmon: "WARNING: A_ASTH1_DATA_STALE_COUNT >= 1" at 13-181-06:21:11.67031 INFO Stol 13-181-06:21:12.249: FIFO: limits ON A_EULERBR_Y INFO Stol 13-181-06:21:12.249: Turning Red/Yellow limit checking on for A_EULERBR_Y INFO Stol 13-181-06:21:12.249: FIFO: limits ON A_EULERBR_X INFO Stol 13-181-06:21:12.250: Turning Red/Yellow limit checking on for A_EULERBR_X INFO Stol 13-181-06:21:12.250: FIFO: limits ON A_WBI_AST_Z INFO Stol 13-181-06:21:12.250: Turning Red/Yellow limit checking on for A_WBI_AST_Z INFO Stol 13-181-06:21:12.250: FIFO: limits ON A_WBI_AST_Y INFO Stol 13-181-06:21:12.250: Turning Red/Yellow limit checking on for A_WBI_AST_Y INFO Stol 13-181-06:21:12.250: FIFO: limits ON A_WBI_AST_X INFO Stol 13-181-06:21:12.250: Turning Red/Yellow limit checking on for A_WBI_AST_X INFO Stol 13-181-06:21:12.250: FIFO: limits ON A_ISP_ATTITUDE_ERROR_Z INFO Stol 13-181-06:21:12.251: Turning Red/Yellow limit checking on for A_ISP_ATTITUDE_ERROR_Z INFO Stol 13-181-06:21:12.251: FIFO: limits ON A_ISP_ATTITUDE_ERROR_Y INFO Stol 13-181-06:21:12.251: Turning Red/Yellow limit checking on for A_ISP_ATTITUDE_ERROR_Y INFO Stol 13-181-06:21:12.251: FIFO: limits ON A_ISP_ATTITUDE_ERROR_X INFO Stol 13-181-06:21:12.251: Turning Red/Yellow limit checking on for A_ISP_ATTITUDE_ERROR_X INFO Stol 13-181-06:21:12.251: FIFO: limits ON A_DM_AUTO_DUMP INFO Stol 13-181-06:21:12.251: Turning Red/Yellow limit checking on for A_DM_AUTO_DUMP WARN eqn_cfgmon 13-181-06:21:12.251: configuration ceb_voltages: "Warning - CEB2 Bias Voltage OG2 is < 1V above Bias Voltage OG1" at 13-181-06:21:46.37797 WARN eqn_cfgmon 13-181-06:21:12.251: configuration ceb_voltages: "Warning - CEB1 Bias Voltage OG2 is < 1V above Bias Voltage OG1" at 13-181-06:21:46.37797 WARN eqn_cfgmon 13-181-06:21:12.252: configuration ceb_voltages: "Warning - CEB2 Bias Voltage DD < Bias Voltage OD" at 13-181-06:21:46.37797 WARN eqn_cfgmon 13-181-06:21:12.252: configuration ceb_voltages: "Warning - CEB1 Bias Voltage DD < Bias Voltage OD" at 13-181-06:21:46.37797 INFO iris_packet_arc 13-181-06:21:12.846: Discarded 1 packet(s) due to bad quality (last discarded packet ApID 1840 at 2013-181-06:21:12). ERROR tlmClient 13-181-06:21:12.848: Packet 'B_HW_HWSOH' has 17-byte item at offset 149; only 165 bytes received. WARN frame_sorter 13-181-06:21:13.012: frame_sorter: seeing frame sequence errors. WARN frame_sorter 13-181-06:21:13.016: frame_sorter: seeing frame CRC/R-S errors. WARN frame_sorter 13-181-06:21:13.017: frame_sorter: seeing frame s/c ID errors. WARN tlmClient 13-181-06:21:18.674: Yellow high violation I_TS04_TELE_FWD_FLANGE cnv = 23.47785128 range = 0 at 13-181-06:21:52.799850 WARN tlmClient 13-181-06:21:18.678: Yellow high violation I_TS06_TELE_MID_RING cnv = 13.07768654 range = 0 at 13-181-06:21:52.799850 WARN tlmClient 13-181-06:21:18.679: Yellow high violation I_TS05_TELE_AFT_FLANGE cnv = 22.9819905 range = 0 at 13-181-06:21:52.799850 WARN tlmClient 13-181-06:21:18.679: Yellow high violation I_TS08_GT_WEDGE_MOTOR cnv = 24.87350101 range = 0 at 13-181-06:21:52.799850 WARN tlmClient 13-181-06:21:18.679: Yellow high violation I_TS07_PZT_PRE_AMP cnv = 25.35842736 range = 0 at 13-181-06:21:52.799850 WARN tlmClient 13-181-06:21:18.684: Yellow high violation I_TS18_SPECT_OP_POS_Z cnv = 27.70792562 range = 0 at 13-181-06:21:52.799850 WARN tlmClient 13-181-06:21:18.684: Yellow high violation I_TS20_PRI_MIR_ABS cnv = 29.65894587 range = 0 at 13-181-06:21:52.799850 WARN tlmClient 13-181-06:21:18.684: Yellow high violation I_TS21_TELE_ADAPTER cnv = 19.1983837 range = 0 at 13-181-06:21:52.799850 WARN tlmClient 13-181-06:21:18.684: Yellow high violation I_TS30_TELE_MID_RING_GT cnv = 12.64174016 range = 0 at 13-181-06:21:52.799850 WARN tlmClient 13-181-06:21:18.685: Yellow high violation I_TS29_TELE_FWD_FLNG_GT cnv = 20.47776316 range = 0 at 13-181-06:21:52.799850 WARN frame_sorter 13-181-06:21:19.003: frame_sorter: seeing frame CRC/R-S errors. INFO Stol 13-181-06:21:20.808: ASK assigning "Y" to local variable myans. INFO Stol 13-181-06:21:20.812: prepass line 171: myans = uppercase(myans) INFO Stol 13-181-06:21:20.813: Assigning string "Y" to local variable MYANS. INFO Stol 13-181-06:21:20.816: prepass line 172: if (myans .eq. "Y") then INFO Stol 13-181-06:21:20.817: prepass line 173: start ataos INFO Stol 13-181-06:21:20.817: Opened ataos in procs/m_setup/ataos.proc INFO Stol 13-181-06:21:20.824: ataos line 44: proc ataos INFO Stol 13-181-06:21:20.826: ataos line 46: local ufmcnts = 0 INFO Stol 13-181-06:21:20.830: Assigning int 0 to new local variable UFMCNTS. INFO Stol 13-181-06:21:20.830: ataos line 47: local pbuspwr INFO Stol 13-181-06:21:20.834: ataos line 48: local index INFO Stol 13-181-06:21:20.839: ataos line 50: MOC_PROCLOG = " " INFO Stol 13-181-06:21:20.839: Assigning string " " to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:21:20.844: ataos line 51: MOC_PROCLOG = "Executing atAOS Proc" INFO Stol 13-181-06:21:20.844: Assigning string "Executing atAOS Proc" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:21:20.854: ataos line 52: MOC_PROCLOG = "" INFO Stol 13-181-06:21:20.855: Assigning string "" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:21:20.856: ataos line 56: if(defaultCommand.ccsds.status.state .NE. "INITIAL") then INFO Stol 13-181-06:21:20.861: ataos line 57: @terminate INFO Stol 13-181-06:21:20.878: ataos line 58: wait 1 INFO Stol 13-181-06:21:21.872: ataos resumes; the timer expired INFO Stol 13-181-06:21:21.876: ataos line 59: endif INFO Stol 13-181-06:21:21.882: ataos line 62: @setvs value=clcw.report_value INFO Stol 13-181-06:21:21.893: ataos line 63: wait 1 INFO Stol 13-181-06:21:22.893: ataos resumes; the timer expired INFO Stol 13-181-06:21:22.899: ataos line 64: @initiate INFO graph_process 13-181-06:21:22.904: State changed from INITIAL to ACTIVE (Event E23). INFO Stol 13-181-06:21:22.908: ataos line 66: @bypass false INFO Stol 13-181-06:21:22.913: ataos line 68: wait 60 until (p@defaultCommand.ccsds.status.state .eq. "ACTIVE") INFO Stol 13-181-06:21:22.914: Not stopping -- condition initially TRUE INFO Stol 13-181-06:21:22.918: ataos line 69: wait 60 until (p@B_UFM_FARM_STATE .eq. "OPEN") INFO Stol 13-181-06:21:22.919: Not stopping -- condition initially TRUE INFO Stol 13-181-06:21:22.922: ataos line 78: pbuspwr = (b_hw_battery_current * b_hw_battery_voltage) INFO Stol 13-181-06:21:22.925: Assigning unsigned 7599340 to local variable PBUSPWR. INFO Stol 13-181-06:21:22.929: ataos line 79: sho pbuspwr INFO Stol 13-181-06:21:22.929: local PBUSPWR: unsigned 7599340 INFO Stol 13-181-06:21:22.932: ataos line 83: IF (b_hw_sb_int_temp_eu .gt. 45) then INFO Stol 13-181-06:21:22.937: ataos line 86: ELSE INFO Stol 13-181-06:21:22.941: ataos line 87: MOC_PROCLOG = "S_Band Temp is 'GO'" INFO Stol 13-181-06:21:22.942: Assigning string "S_Band Temp is 'GO'" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:21:22.945: ataos line 88: ENDIF INFO Stol 13-181-06:21:22.949: ataos line 90: if (p@b_hw_battery_voltage .lt. 30) then INFO Stol 13-181-06:21:22.950: ataos line 93: ELSE INFO Stol 13-181-06:21:22.954: ataos line 94: MOC_PROCLOG = "Battery Voltage is 'GO'" INFO Stol 13-181-06:21:22.955: Assigning string "Battery Voltage is 'GO'" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:21:22.959: ataos line 95: endif INFO Stol 13-181-06:21:22.965: ataos line 96: if (p@b_hw_battery_voltage .lt. 28) then INFO Stol 13-181-06:21:22.966: ataos line 99: endif INFO Stol 13-181-06:21:22.970: ataos line 101: if (p@b_eps_batt_soc .lt. 85) then INFO Stol 13-181-06:21:22.975: ataos line 102: sho "Warning - Battery SOC < 85%" INFO Stol 13-181-06:21:22.975: Warning - Battery SOC < 85(invalid format) INFO Stol 13-181-06:21:22.981: ataos line 103: MOC_PROCLOG = "Warning - Battery SOC < 85%" INFO Stol 13-181-06:21:22.982: Assigning string "Warning - Battery SOC < 85%" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:21:22.986: ataos line 104: MOC_PROCLOG = concat("Battery SOC = ", p@b_eps_batt_soc) INFO Stol 13-181-06:21:22.987: Assigning string "Battery SOC = 0.9996359944343567" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:21:22.991: ataos line 105: ELSE INFO Stol 13-181-06:21:22.992: ataos line 107: endif INFO Stol 13-181-06:21:22.997: ataos line 122: sho apid1990_time_sec INFO Stol 13-181-06:21:22.998: mnemonic APID1990_TIME_SEC: DATE 13-181-06:21:21.909512 (13-181-06:21:21.909512) INFO Stol 13-181-06:21:23.002: ataos line 124: sho b_hw_cpu_active INFO Stol 13-181-06:21:23.003: mnemonic B_HW_CPU_ACTIVE: UNSIGNED 51966 (13-181-06:21:22.668251) INFO Stol 13-181-06:21:23.007: ataos line 125: MOC_PROCLOG = concat("FSW State = ", b_hw_cpu_active) INFO Stol 13-181-06:21:23.008: Assigning string "FSW State = 51966" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:21:23.012: ataos line 126: sho b_hw_battery_voltage, b_hw_battery_current INFO Stol 13-181-06:21:23.013: mnemonic B_HW_BATTERY_VOLTAGE: UNSIGNED 3605, ANALOG: 32.1286 (13-181-06:21:22.668251) INFO Stol 13-181-06:21:23.013: mnemonic B_HW_BATTERY_CURRENT: UNSIGNED 2108, ANALOG: 1.070378 (13-181-06:21:22.668251) INFO Stol 13-181-06:21:23.019: ataos line 127: sho b_hw_sa_current, b_hw_load_current INFO Stol 13-181-06:21:23.020: mnemonic B_HW_SA_CURRENT: (YELLOW HIGH) UNSIGNED 3368, ANALOG: 12.4843 (13-181-06:21:22.668251) INFO Stol 13-181-06:21:23.021: mnemonic B_HW_LOAD_CURRENT: UNSIGNED 1839, ANALOG: 13.6275 (13-181-06:21:22.668251) INFO Stol 13-181-06:21:23.023: ataos line 128: sho b_eps_sw_loadshed_00 INFO Stol 13-181-06:21:23.024: mnemonic B_EPS_SW_LOADSHED_00: UNSIGNED 0, DISCRETE: "STASIS" (13-181-06:21:19.908914) INFO Stol 13-181-06:21:23.028: ataos line 129: sho b_eps_inv_sg INFO Stol 13-181-06:21:23.029: mnemonic B_EPS_INV_SG: UNSIGNED 0 (13-181-06:21:21.905682) INFO Stol 13-181-06:21:23.035: ataos line 130: sho b_hw_rcnt INFO Stol 13-181-06:21:23.038: mnemonic B_HW_RCNT: UNSIGNED 0 (13-181-06:21:22.668251) INFO Stol 13-181-06:21:23.044: ataos line 131: sho b_hw_ssmb_spw_config INFO Stol 13-181-06:21:23.044: mnemonic B_HW_SSMB_SPW_CONFIG: UNSIGNED 67108868 (13-181-06:21:21.906605) INFO Stol 13-181-06:21:23.045: ataos line 132: sho b_hw_ssmb_tx_pntr_addr, b_hw_ssmb_tx_start_addr, b_hw_ssmb_tx_stop_addr INFO Stol 13-181-06:21:23.046: mnemonic B_HW_SSMB_TX_PNTR_ADDR: UNSIGNED 872423722 (13-181-06:21:21.906605) INFO Stol 13-181-06:21:23.046: mnemonic B_HW_SSMB_TX_START_ADDR: UNSIGNED 872423722 (13-181-06:21:21.906605) INFO Stol 13-181-06:21:23.048: mnemonic B_HW_SSMB_TX_STOP_ADDR: UNSIGNED 926090455 (13-181-06:21:21.906605) INFO Stol 13-181-06:21:23.052: ataos line 133: sho b_hw_ssmb_xband_tx_cntl INFO Stol 13-181-06:21:23.053: mnemonic B_HW_SSMB_XBAND_TX_CNTL: UNSIGNED 12 (13-181-06:21:21.906605) INFO Stol 13-181-06:21:23.057: ataos line 134: sho b_ssmb_dump_xband_tx_time INFO Stol 13-181-06:21:23.058: mnemonic B_SSMB_DUMP_XBAND_TX_TIME: UNSIGNED 116 (13-181-06:21:21.911609) INFO Stol 13-181-06:21:23.062: ataos line 135: sho b_ssmb_evt_tx_txd, b_ssmb_hsk_tx_txd, b_ssmb_inst_tx_txd INFO Stol 13-181-06:21:23.063: mnemonic B_SSMB_EVT_TX_TXD: INTEGER 4 (13-181-06:21:21.911609) INFO Stol 13-181-06:21:23.066: mnemonic B_SSMB_HSK_TX_TXD: INTEGER 120329 (13-181-06:21:21.911609) INFO Stol 13-181-06:21:23.067: mnemonic B_SSMB_INST_TX_TXD: INTEGER 78116 (13-181-06:21:21.911609) INFO Stol 13-181-06:21:23.067: ataos line 136: sho b_ssmb_evt_new, b_ssmb_hsk_new, b_ssmb_inst_new INFO Stol 13-181-06:21:23.073: mnemonic B_SSMB_EVT_NEW: INTEGER 63 (13-181-06:21:21.911609) INFO Stol 13-181-06:21:23.073: mnemonic B_SSMB_HSK_NEW: INTEGER 2076436 (13-181-06:21:21.911609) INFO Stol 13-181-06:21:23.077: mnemonic B_SSMB_INST_NEW: INTEGER 2578117 (13-181-06:21:21.911609) INFO Stol 13-181-06:21:23.078: ataos line 137: sho b_hw_sw_overcurrent_status INFO Stol 13-181-06:21:23.078: mnemonic B_HW_SW_OVERCURRENT_STATUS: UNSIGNED 0 (13-181-06:21:22.668251) INFO Stol 13-181-06:21:23.078: ataos line 138: sho b_hw_tsc01_telescope_aft, b_hw_tsc101_bay1 INFO Stol 13-181-06:21:23.079: mnemonic B_HW_TSC01_TELESCOPE_AFT: UNSIGNED 3257, ANALOG: 21.966 (13-181-06:21:22.668251) INFO Stol 13-181-06:21:23.079: mnemonic B_HW_TSC101_BAY1: UNSIGNED 3214, ANALOG: 11.468 (13-181-06:21:22.668251) INFO Stol 13-181-06:21:23.083: ataos line 139: sho b_hw_xb_int_temp_eu, b_hw_sb_int_temp_eu INFO Stol 13-181-06:21:23.084: mnemonic B_HW_XB_INT_TEMP_EU: FLOAT 4.387890815734863 (13-181-06:21:21.068950) INFO Stol 13-181-06:21:23.086: mnemonic B_HW_SB_INT_TEMP_EU: FLOAT 12.20039081573486 (13-181-06:21:21.068950) INFO Stol 13-181-06:21:23.088: ataos line 140: sho b_ufm_1553_erryf_irq_cnt, b_ufm_cpu_bus_err_irq_cnt INFO Stol 13-181-06:21:23.089: mnemonic B_UFM_1553_ERRYF_IRQ_CNT: UNSIGNED 0 (13-181-06:21:21.909106) INFO Stol 13-181-06:21:23.090: mnemonic B_UFM_CPU_BUS_ERR_IRQ_CNT: UNSIGNED 0 (13-181-06:21:21.909106) INFO Stol 13-181-06:21:23.094: ataos line 141: sho b_ufm_state_info, b_ufm_farm_state INFO Stol 13-181-06:21:23.094: mnemonic B_UFM_STATE_INFO: UNSIGNED 16 (13-181-06:21:21.909799) INFO Stol 13-181-06:21:23.095: mnemonic B_UFM_FARM_STATE: UNSIGNED 1, DISCRETE: "OPEN" (13-181-06:21:21.909799) INFO Stol 13-181-06:21:23.099: ataos line 142: sho received_bit_rate, b_ufm_s_band_bitrate INFO Stol 13-181-06:21:23.100: mnemonic RECEIVED_BIT_RATE: FLOAT 255471.1157746067 (13-181-06:21:22.768166) INFO Stol 13-181-06:21:23.100: mnemonic B_UFM_S_BAND_BITRATE: UNSIGNED 256000, DISCRETE: "BPS_256K" (13-181-06:21:21.909512) INFO Stol 13-181-06:21:23.105: ataos line 143: MOC_PROCLOG = concat("Comm Rate = ", received_bit_rate, b_ufm_s_band_bitrate) INFO Stol 13-181-06:21:23.109: Assigning string "Comm Rate = 255471.1157746067256000" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:21:23.112: ataos line 144: sho b_ufm_s_band_coherent INFO Stol 13-181-06:21:23.112: mnemonic B_UFM_S_BAND_COHERENT: UNSIGNED 1, DISCRETE: "ENABLED" (13-181-06:21:21.909512) INFO Stol 13-181-06:21:23.114: ataos line 145: sho gbl_tm_mc_in INFO Stol 13-181-06:21:23.115: mnemonic GBL_TM_MC_IN: UNSIGNED 210 (70-001-00:00:00.000000) INFO Stol 13-181-06:21:23.120: ataos line 146: sho gbl_tm_mc_in[1] INFO Stol 13-181-06:21:23.121: gbl_tm_mc_in[1] INFO Stol 13-181-06:21:23.125: ataos line 147: sho gbl_tm_frmrate INFO Stol 13-181-06:21:23.125: mnemonic GBL_TM_FRMRATE: FLOAT 17.86011715426501 (70-001-00:00:00.000000) INFO Stol 13-181-06:21:23.130: ataos line 148: sho b_ufm_stcf INFO Stol 13-181-06:21:23.131: mnemonic B_UFM_STCF: FLOAT 1751052560.439783 (13-181-06:21:21.909512) INFO Stol 13-181-06:21:23.135: ataos line 149: sho b_hw_moab_cmd_accept, b_hw_moab_cmd_reject INFO Stol 13-181-06:21:23.136: mnemonic B_HW_MOAB_CMD_ACCEPT: UNSIGNED 196 (13-181-06:21:22.768166) INFO Stol 13-181-06:21:23.137: mnemonic B_HW_MOAB_CMD_REJECT: UNSIGNED 0 (13-181-06:21:22.768166) INFO Stol 13-181-06:21:23.140: ataos line 150: sho b_chm_sw_accept_cnt, b_chm_sw_reject_cnt INFO Stol 13-181-06:21:23.141: mnemonic B_CHM_SW_ACCEPT_CNT: UNSIGNED 930 (13-181-06:21:21.910094) INFO Stol 13-181-06:21:23.142: mnemonic B_CHM_SW_REJECT_CNT: UNSIGNED 0 (13-181-06:21:21.910094) INFO Stol 13-181-06:21:23.146: ataos line 152: sho a_ac_mode, a_ac_cc_submode INFO Stol 13-181-06:21:23.146: mnemonic A_AC_MODE: UNSIGNED 4, DISCRETE: "InertialSunPoint" (13-181-06:21:22.793533) INFO Stol 13-181-06:21:23.147: mnemonic A_AC_CC_SUBMODE: UNSIGNED 0, DISCRETE: "SunAcq" (13-181-06:21:22.793533) INFO Stol 13-181-06:21:23.151: ataos line 153: MOC_PROCLOG = concat("ACS Modes = ", a_ac_mode, a_ac_cc_submode) INFO Stol 13-181-06:21:23.152: Assigning string "ACS Modes = 40" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:21:23.156: ataos line 154: sho a_dss_sun_present_pz INFO Stol 13-181-06:21:23.157: mnemonic A_DSS_SUN_PRESENT_PZ: UNSIGNED 1, DISCRETE: "Lit" (13-181-06:21:22.793533) INFO Stol 13-181-06:21:23.162: ataos line 155: MOC_PROCLOG = concat("Are we on Sun? = ", a_dss_sun_present_pz) INFO Stol 13-181-06:21:23.163: Assigning string "Are we on Sun? = 1" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:21:23.167: ataos line 156: sho a_wbi_ast_x, a_wbi_ast_y, a_wbi_ast_z INFO Stol 13-181-06:21:23.168: mnemonic A_WBI_AST_X: FLOAT -0.000394801476491402, ANALOG: -81.4337 (13-181-06:21:22.793533) INFO Stol 13-181-06:21:23.169: mnemonic A_WBI_AST_Y: FLOAT -0.0001022532031091927, ANALOG: -21.09126 (13-181-06:21:22.793533) INFO Stol 13-181-06:21:23.170: mnemonic A_WBI_AST_Z: FLOAT 2.227371992402638e-07, ANALOG: 0.0459429 (13-181-06:21:22.793533) INFO Stol 13-181-06:21:23.175: ataos line 157: sho a_cc_attitude_error_x, a_cc_attitude_error_y, a_cc_attitude_error_z INFO Stol 13-181-06:21:23.176: mnemonic A_CC_ATTITUDE_ERROR_X: FLOAT -0.004466618894795716, ANALOG: -0.255919 (13-181-06:21:22.793533) INFO Stol 13-181-06:21:23.176: mnemonic A_CC_ATTITUDE_ERROR_Y: FLOAT 0.004466618894795716, ANALOG: 0.255919 (13-181-06:21:22.793533) INFO Stol 13-181-06:21:23.177: mnemonic A_CC_ATTITUDE_ERROR_Z: FLOAT -0.001774780790777003, ANALOG: -0.101688 (13-181-06:21:22.793533) INFO Stol 13-181-06:21:23.178: ataos line 158: sho a_isp_attitude_error_x, a_isp_attitude_error_y, a_isp_attitude_error_z INFO Stol 13-181-06:21:23.179: mnemonic A_ISP_ATTITUDE_ERROR_X: FLOAT -4.355841835391821e-05, ANALOG: -8.98458 (13-181-06:21:22.793533) INFO Stol 13-181-06:21:23.180: mnemonic A_ISP_ATTITUDE_ERROR_Y: FLOAT -4.39756128979606e-06, ANALOG: -0.907063 (13-181-06:21:22.793533) INFO Stol 13-181-06:21:23.181: mnemonic A_ISP_ATTITUDE_ERROR_Z: FLOAT -6.759919524251035e-06, ANALOG: -1.39433 (13-181-06:21:22.793533) INFO Stol 13-181-06:21:23.183: ataos line 160: sho b_qm_status_01, b_qm_status_02, b_qm_status_03, b_qm_status_04, b_qm_status_05 INFO Stol 13-181-06:21:23.184: mnemonic B_QM_STATUS_01: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.185: mnemonic B_QM_STATUS_02: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.187: mnemonic B_QM_STATUS_03: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.188: mnemonic B_QM_STATUS_04: UNSIGNED 17 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.189: mnemonic B_QM_STATUS_05: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.190: ataos line 161: sho b_qm_status_06, b_qm_status_07, b_qm_status_08, b_qm_status_09, b_qm_status_10 INFO Stol 13-181-06:21:23.191: mnemonic B_QM_STATUS_06: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.192: mnemonic B_QM_STATUS_07: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.193: mnemonic B_QM_STATUS_08: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.194: mnemonic B_QM_STATUS_09: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.194: mnemonic B_QM_STATUS_10: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.195: ataos line 162: sho b_qm_status_11, b_qm_status_12, b_qm_status_13, b_qm_status_14, b_qm_status_15 INFO Stol 13-181-06:21:23.195: mnemonic B_QM_STATUS_11: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.196: mnemonic B_QM_STATUS_12: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.196: mnemonic B_QM_STATUS_13: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.196: mnemonic B_QM_STATUS_14: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.197: mnemonic B_QM_STATUS_15: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.198: ataos line 163: sho B_QM_EXEC_01 INFO Stol 13-181-06:21:23.199: mnemonic B_QM_EXEC_01: UNSIGNED 0 (13-181-06:21:21.907047) INFO Stol 13-181-06:21:23.208: ataos line 165: sho b_sbm_evt_id_000, b_sbm_evt_id_001, b_sbm_evt_id_002, b_sbm_evt_id_003 INFO Stol 13-181-06:21:23.211: mnemonic B_SBM_EVT_ID_000: (NOVALUE) UNSIGNED 0 (70-001-00:00:00.000000) INFO Stol 13-181-06:21:23.211: mnemonic B_SBM_EVT_ID_001: (NOVALUE) UNSIGNED 0 (70-001-00:00:00.000000) INFO Stol 13-181-06:21:23.212: mnemonic B_SBM_EVT_ID_002: (NOVALUE) UNSIGNED 0 (70-001-00:00:00.000000) INFO Stol 13-181-06:21:23.212: mnemonic B_SBM_EVT_ID_003: (NOVALUE) UNSIGNED 0 (70-001-00:00:00.000000) INFO Stol 13-181-06:21:23.212: ataos line 169: ufmcnts = b_ufm_noop_cnt INFO Stol 13-181-06:21:23.212: Assigning unsigned 102 to local variable UFMCNTS. INFO Stol 13-181-06:21:23.216: ataos line 170: sho b_ufm_noop_cnt INFO Stol 13-181-06:21:23.219: mnemonic B_UFM_NOOP_CNT: UNSIGNED 102 (13-181-06:21:21.909512) INFO Stol 13-181-06:21:23.229: ataos line 171: ask "Are you GO for command from the station?" INFO tlmClient 13-181-06:21:24.888: Parameter in limits B_HW_SA_CURRENT cnv = 11.3501106 at 13-181-06:21:24.568197 INFO iris_packet_arc 13-181-06:21:51.199: Discarded 2 packet(s) due to bad quality (last discarded packet ApID 602 at 2013-181-06:21:51). ERROR tlmClient 13-181-06:21:51.200: Packet 'A_HSKP_3' has 8-byte item at offset 85; only 91 bytes received. WARN frame_sorter 13-181-06:21:55.006: frame_sorter: seeing frame sequence errors. WARN frame_sorter 13-181-06:21:55.006: frame_sorter: seeing frame CRC/R-S errors. ERROR tlmClient 13-181-06:21:59.152: Packet 'B_QM_TIMER' has 4-byte item at offset 228; only 228 bytes received. ERROR tlmClient 13-181-06:22:00.215: Red high violation B_UFM_MEM_ERR_ADRS_0 raw = 79426592 range = 0 at 13-181-06:21:59.911681 ERROR tlmClient 13-181-06:22:00.217: Red high violation B_UFM_MEM_ERR_ADRS_1 raw = 110796928 range = 0 at 13-181-06:21:59.911681 ERROR tlmClient 13-181-06:22:00.221: Red high violation B_UFM_MEM_ERR_ADRS_2 raw = 122093088 range = 0 at 13-181-06:21:59.911681 ERROR tlmClient 13-181-06:22:00.497: Packet 'I_KER_HK5_69' has 4-byte item at offset 32; only 32 bytes received. WARN frame_sorter 13-181-06:22:01.057: frame_sorter: seeing frame sequence errors. WARN frame_sorter 13-181-06:22:01.064: frame_sorter: seeing frame CRC/R-S errors. INFO iris_packet_arc 13-181-06:22:02.285: Discarded 5 packet(s) due to bad quality (last discarded packet ApID 1905 at 2013-181-06:22:02). ERROR tlmClient 13-181-06:22:02.370: Packet 'B_EPS_SOH' has 2-byte item at offset 44; only 44 bytes received. INFO tlmStatic 13-181-06:22:05.025: tlmStatic: Telemetry packet 'I_FSA_MECH_TIMERS_83' has gone static. WARN frame_sorter 13-181-06:22:07.157: frame_sorter: seeing frame sequence errors. WARN frame_sorter 13-181-06:22:07.269: frame_sorter: seeing frame CRC/R-S errors. ERROR tlmClient 13-181-06:22:07.269: Packet 'A_HSKP_1' has 8-byte item at offset 198; only 204 bytes received. INFO iris_packet_arc 13-181-06:22:12.198: Discarded 7 packet(s) due to bad quality (last discarded packet ApID 711 at 2013-181-06:22:12). ERROR tlmClient 13-181-06:22:12.200: Packet 'B_MM_SCI50U' has 452-byte item at offset 62; only 178 bytes received. WARN frame_sorter 13-181-06:22:13.036: frame_sorter: seeing frame sequence errors. WARN frame_sorter 13-181-06:22:13.054: frame_sorter: seeing frame CRC/R-S errors. WARN frame_sorter 13-181-06:22:19.027: frame_sorter: seeing frame sequence errors. WARN frame_sorter 13-181-06:22:19.031: frame_sorter: seeing frame CRC/R-S errors. WARN frame_sorter 13-181-06:22:19.031: frame_sorter: seeing frame s/c ID errors. INFO iris_packet_arc 13-181-06:23:00.350: Discarded 8 packet(s) due to bad quality (last discarded packet ApID 642 at 2013-181-06:23:00). ERROR tlmClient 13-181-06:23:00.354: Packet 'B_MM_AVGFLD' has 4-byte item at offset 44; only 44 bytes received. WARN frame_sorter 13-181-06:23:01.021: frame_sorter: seeing frame sequence errors. WARN frame_sorter 13-181-06:23:01.026: frame_sorter: seeing frame CRC/R-S errors. ERROR tlmClient 13-181-06:23:02.140: Packet 'A_HSKP_3' has 8-byte item at offset 533; only 533 bytes received. WARN frame_sorter 13-181-06:23:07.012: frame_sorter: seeing frame CRC/R-S errors. WARN frame_sorter 13-181-06:23:15.301: frame_sorter: seeing frame sequence errors. WARN frame_sorter 13-181-06:23:15.306: frame_sorter: seeing frame CRC/R-S errors. INFO iris_packet_arc 13-181-06:23:15.306: Discarded 10 packet(s) due to bad quality (last discarded packet ApID 1908 at 2013-181-06:23:15). ERROR tlmClient 13-181-06:23:15.306: Packet 'B_EPS_BCC_STATUS' has 4-byte item at offset 68; only 71 bytes received. ERROR tlmClient 13-181-06:23:18.155: Packet 'B_EPS_BCC_STATUS' has 8-byte item at offset 6; only 11 bytes received. WARN frame_sorter 13-181-06:23:21.010: frame_sorter: seeing frame sequence errors. WARN frame_sorter 13-181-06:23:21.014: frame_sorter: seeing frame CRC/R-S errors. WARN frame_sorter 13-181-06:23:39.770: frame_sorter: seeing frame sequence errors. WARN frame_sorter 13-181-06:23:39.775: frame_sorter: seeing frame CRC/R-S errors. WARN frame_sorter 13-181-06:23:45.033: frame_sorter: seeing frame CRC/R-S errors. INFO Stol 13-181-06:23:45.169: ASK assigning "" to global variable ANSWER. INFO Stol 13-181-06:23:45.183: ataos line 173: cmd b_ufm_noop INFO Stol 13-181-06:23:45.189: Command: destination = defaultCommand.stolEcho.input, (protocol = ccsds, command name = B_UFM_NOOP, fields = (version=0, type=1, PH_SEC_HDR=1, PH_APPID=1990, grouping=3, sequenceCount=10922, PH_PKT_LEN=5, secondaryType=0, functionCode=0, cksm=0, ackFlag=1, hist=1, qFlag=0, spareFlags=0, qnum=0, stts=0, commandVersion=0), severity = 3, length = 12, data = "1fc6eaaa00050000c0000000") INFO graph_process 13-181-06:23:45.191: stolEcho: 1fc6eaaa00050000c0000000 INFO graph_process 13-181-06:23:45.195: ccsdsEcho: aaaaaaaaaaaaaaaaeb9001040412081fc6aaeaaa000500a3c0ac0000002db8555580c5c5c5c5c5c5c579 INFO graph_process 13-181-06:23:45.195: leoTEcho: 0300000000b29259f12f8f50010400000000004200000000aaaaaaaaaaaaaaaaeb9001040412081fc6aaeaaa000500a3c0ac0000002db8555580c5c5c5c5c5c5c579 INFO Stol 13-181-06:23:45.199: ataos line 174: sho "If proc hangs, then it did not get confirmation that the noop sent was received" INFO Stol 13-181-06:23:45.203: If proc hangs, then it did not get confirmation that the noop sent was received INFO Stol 13-181-06:23:45.210: ataos line 175: MOC_PROCLOG = "If proc hangs, and you get no 'successful completion' message, then IRIS did not get the command or send a confirmation " INFO Stol 13-181-06:23:45.210: Assigning string "If proc hangs, and you get no 'successful completion' message, then IRIS did not get the command or send a confirmation " to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:23:45.210: ataos line 176: wait until (b_ufm_noop_cnt .EQ. ufmcnts +1) INFO graph_process 13-181-06:23:45.816: Verified AD frame B_UFM_NOOP, seq 8, on vc 1. INFO graph_process 13-181-06:23:45.822: State changed from ACTIVE to ACTIVE (Event E2). INFO Stol 13-181-06:23:46.210: ataos resumes; the WAIT UNTIL condition became true INFO Stol 13-181-06:23:46.215: ataos line 177: sho b_ufm_noop_cnt INFO Stol 13-181-06:23:46.220: mnemonic B_UFM_NOOP_CNT: UNSIGNED 103 (13-181-06:23:45.910903) INFO Stol 13-181-06:23:46.224: ataos line 179: wait 1 INFO Stol 13-181-06:23:47.223: ataos resumes; the timer expired INFO Stol 13-181-06:23:47.228: ataos line 180: /b_ufm_evt_log_send INFO Stol 13-181-06:23:47.234: Command: destination = defaultCommand.stolEcho.input, (protocol = ccsds, command name = B_UFM_EVT_LOG_SEND, fields = (version=0, type=1, PH_SEC_HDR=1, PH_APPID=1990, grouping=3, sequenceCount=10922, PH_PKT_LEN=5, secondaryType=0, functionCode=26, cksm=0, ackFlag=1, hist=1, qFlag=0, spareFlags=0, qnum=0, stts=0, commandVersion=0), severity = 3, length = 12, data = "1fc6eaaa00051a00c0000000") INFO graph_process 13-181-06:23:47.234: stolEcho: 1fc6eaaa00051a00c0000000 INFO graph_process 13-181-06:23:47.235: ccsdsEcho: aaaaaaaaaaaaaaaaeb9001040412091fc6f8eaaa00051ab9c01e000000b6a9555578c5c5c5c5c5c5c579 INFO graph_process 13-181-06:23:47.240: leoTEcho: 0300000000b29259f33a2e70010400010000004200000000aaaaaaaaaaaaaaaaeb9001040412091fc6f8eaaa00051ab9c01e000000b6a9555578c5c5c5c5c5c5c579 INFO Stol 13-181-06:23:47.245: ataos line 182: MOC_PROCLOG = "We just sent the ufm_evt_log_dump request" INFO Stol 13-181-06:23:47.245: Assigning string "We just sent the ufm_evt_log_dump request" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:23:47.250: ataos line 185: MOC_PROCLOG = "atAOS Proc has successfully completed" INFO Stol 13-181-06:23:47.251: Assigning string "atAOS Proc has successfully completed" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:23:47.252: ataos line 186: MOC_PROCLOG = "" INFO Stol 13-181-06:23:47.253: Assigning string "" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:23:47.256: ataos line 188: ENDPROC INFO Stol 13-181-06:23:47.258: prepass line 174: elseif (myans .NE. "N") then INFO Stol 13-181-06:23:47.259: prepass line 178: endif INFO Stol 13-181-06:23:47.260: prepass line 181: ENDPROC INFO Stol 13-181-06:23:47.269: auto_connect line 264: MOC_PROCLOG = "Prepass has successfully executed" INFO Stol 13-181-06:23:47.271: Assigning string "Prepass has successfully executed" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:23:47.275: auto_connect line 265: MOC_PROCLOG = concat("Auto_connect has successfully executed and connected you to station: ", station) INFO Stol 13-181-06:23:47.277: Assigning string "Auto_connect has successfully executed and connected you to station: ASF" to mnemonic MOC_PROCLOG. INFO Stol 13-181-06:23:47.279: auto_connect line 267: ENDPROC INFO graph_process 13-181-06:23:47.887: Verified AD frame B_UFM_EVT_LOG_SEND, seq 9, on vc 1. INFO graph_process 13-181-06:23:47.888: State changed from ACTIVE to ACTIVE (Event E2). INFO Stol 13-181-06:24:07.609: Interactive: start ssmb_dump(evt,x,hsk,x,inst,x,prev_data,xband) INFO Stol 13-181-06:24:07.613: Opened ssmb_dump in procs/s_utilities/SSMB_dump.proc INFO Stol 13-181-06:24:07.617: ssmb_dump line 46: proc ssmb_dump(ptype1, vcpt1, ptype2, vcpt2, ptype3, vcpt3, data_type, path) INFO Stol 13-181-06:24:07.623: ssmb_dump line 48: SPEED 0.01 INFO Stol 13-181-06:24:07.623: Setting 'ssmb_dump's speed to 0.01 seconds between directives. INFO Stol 13-181-06:24:07.627: ssmb_dump line 54: local ans, ans1, ans2, ans3, vcpt, ptype, transmit_path, timeout INFO Stol 13-181-06:24:07.648: ssmb_dump line 59: SHO "Evaluate whether arguments are passed into STOL" INFO Stol 13-181-06:24:07.648: Evaluate whether arguments are passed into STOL INFO Stol 13-181-06:24:07.657: ssmb_dump line 60: SHO "In not passed, skip to QUERY and prompt operator for input" INFO Stol 13-181-06:24:07.661: In not passed, skip to QUERY and prompt operator for input INFO Stol 13-181-06:24:07.667: ssmb_dump line 62: IF (isnull(ptype1)) GOTO QUERY INFO Stol 13-181-06:24:07.678: ssmb_dump line 65: SHO "Convery argument passes into integrers for dump cmd" INFO Stol 13-181-06:24:07.681: Convery argument passes into integrers for dump cmd INFO Stol 13-181-06:24:07.688: ssmb_dump line 68: if ( isnull( ptype1 ) ) ptype1=3 ; 3=none INFO Stol 13-181-06:24:07.700: ssmb_dump line 69: if ( isnull( vcpt1 ) ) vcpt1=3 ; 3=none INFO Stol 13-181-06:24:07.713: ssmb_dump line 70: if ( isnull( ptype2 ) ) ptype2=3 ; 3=none INFO Stol 13-181-06:24:07.719: ssmb_dump line 71: if ( isnull( vcpt2 ) ) vcpt2=3 ; 3=none INFO Stol 13-181-06:24:07.730: ssmb_dump line 72: if ( isnull( ptype3 ) ) ptype3=3 ; 3=none INFO Stol 13-181-06:24:07.740: ssmb_dump line 73: if ( isnull( vcpt3 ) ) vcpt3=3 ; 3=none INFO Stol 13-181-06:24:07.750: ssmb_dump line 74: if ( isnull( data_type ) ) data_type=0 ; 0=New INFO Stol 13-181-06:24:07.760: ssmb_dump line 75: if ( isnull( path ) ) path=0 ; 0=XBand INFO Stol 13-181-06:24:07.770: ssmb_dump line 77: IF (uppercase(ptype1) .EQ. "INST") ptype1 = 0 INFO Stol 13-181-06:24:07.780: ssmb_dump line 78: IF (uppercase(ptype1) .EQ. "HSK") ptype1 = 1 INFO Stol 13-181-06:24:07.791: ssmb_dump line 79: IF (uppercase(ptype1) .EQ. "EVT") ptype1 = 2 INFO Stol 13-181-06:24:07.794: Assigning int 2 to local variable PTYPE1. INFO Stol 13-181-06:24:07.801: ssmb_dump line 80: IF (uppercase(ptype1) .EQ. "X") ptype1 = 3 INFO Stol 13-181-06:24:07.811: ssmb_dump line 81: IF (uppercase(ptype2) .EQ. "INST") ptype2 = 0 INFO Stol 13-181-06:24:07.821: ssmb_dump line 82: IF (uppercase(ptype2) .EQ. "HSK") ptype2 = 1 INFO Stol 13-181-06:24:07.825: Assigning int 1 to local variable PTYPE2. INFO Stol 13-181-06:24:07.831: ssmb_dump line 83: IF (uppercase(ptype2) .EQ. "EVT") ptype2 = 2 INFO Stol 13-181-06:24:07.842: ssmb_dump line 84: IF (uppercase(ptype2) .EQ. "X") ptype2 = 3 INFO Stol 13-181-06:24:07.853: ssmb_dump line 85: IF (uppercase(ptype3) .EQ. "INST") ptype3 = 0 INFO Stol 13-181-06:24:07.854: Assigning int 0 to local variable PTYPE3. INFO Stol 13-181-06:24:07.862: ssmb_dump line 86: IF (uppercase(ptype3) .EQ. "HSK") ptype3 = 1 INFO Stol 13-181-06:24:07.875: ssmb_dump line 87: IF (uppercase(ptype3) .EQ. "EVT") ptype3 = 2 INFO Stol 13-181-06:24:07.883: ssmb_dump line 88: IF (uppercase(ptype3) .EQ. "X") ptype3 = 3 INFO Stol 13-181-06:24:07.893: ssmb_dump line 90: IF (uppercase(vcpt1) .EQ. "X") vcpt1 = 0 INFO Stol 13-181-06:24:07.896: Assigning int 0 to local variable VCPT1. INFO Stol 13-181-06:24:07.903: ssmb_dump line 91: IF (uppercase(vcpt2) .EQ. "X") vcpt2 = 0 INFO Stol 13-181-06:24:07.903: Assigning int 0 to local variable VCPT2. INFO Stol 13-181-06:24:07.915: ssmb_dump line 92: IF (uppercase(vcpt3) .EQ. "X") vcpt3 = 0 INFO Stol 13-181-06:24:07.918: Assigning int 0 to local variable VCPT3. INFO Stol 13-181-06:24:07.925: ssmb_dump line 94: IF (uppercase(data_type) .EQ. "NEW_DATA") data_type = 0 INFO Stol 13-181-06:24:07.933: ssmb_dump line 95: IF (uppercase(data_type) .EQ. "PREV_DATA") data_type = 1 INFO Stol 13-181-06:24:07.937: Assigning int 1 to local variable DATA_TYPE. INFO Stol 13-181-06:24:07.943: ssmb_dump line 96: IF (uppercase(data_type) .EQ. "OLDEST_DATA") data_type = 2 INFO Stol 13-181-06:24:07.953: ssmb_dump line 98: IF (uppercase(path) .EQ. "XBAND") path = 0 INFO Stol 13-181-06:24:07.957: Assigning int 0 to local variable PATH. INFO Stol 13-181-06:24:07.963: ssmb_dump line 99: IF (uppercase(path) .EQ. "SBAND") path = 1 INFO Stol 13-181-06:24:07.974: ssmb_dump line 103: SHO "Send SSMB Dump Cmd based on arguments" INFO Stol 13-181-06:24:07.977: Send SSMB Dump Cmd based on arguments INFO Stol 13-181-06:24:07.984: ssmb_dump line 107: if ((path .EQ. 0) .OR. (uppercase(path) .EQ. "XBAND")) then INFO Stol 13-181-06:24:07.994: ssmb_dump line 109: if (p@B_HW_X_BAND_XMTR .EQ. "ON") then INFO Stol 13-181-06:24:08.004: ssmb_dump line 111: sho "X-Band Transmitter is ON as required for X-band Dump" INFO Stol 13-181-06:24:08.008: X-Band Transmitter is ON as required for X-band Dump INFO Stol 13-181-06:24:08.015: ssmb_dump line 113: elseif (p@B_HW_X_BAND_XMTR .NE. "ON") then INFO Stol 13-181-06:24:08.019: ssmb_dump line 123: endif INFO Stol 13-181-06:24:08.025: ssmb_dump line 125: endif INFO Stol 13-181-06:24:08.035: ssmb_dump line 127: IF ((type1 .EQ. 2) .OR. (type2 .EQ. 2) .OR. (type3 .EQ. 2)) THEN INFO Stol 13-181-06:24:08.039: ssmb_dump line 130: ENDIF INFO Stol 13-181-06:24:08.046: ssmb_dump line 132: if ((uppercase(path) .EQ. "SBAND") .OR. (path .EQ. 1)) then INFO Stol 13-181-06:24:08.050: ssmb_dump line 148: endif INFO Stol 13-181-06:24:08.057: ssmb_dump line 150: /B_SSMB_DUMP_START PARTITION_TYPE1=ptype1, VC_PRIORITY_TABLE1=vcpt1, PARTITION_TYPE2=ptype2, VC_PRIORITY_TABLE2=vcpt2, PARTITION_TYPE3=ptype3, VC_PRIORITY_TABLE3=vcpt3, TX_TYPE=data_type, XMIT_PATH=path INFO Stol 13-181-06:24:08.066: Command: destination = defaultCommand.stolEcho.input, (protocol = ccsds, command name = B_SSMB_DUMP_START, fields = (XMIT_PATH=0, XMIT_PATH.enum="XBAND", TX_TYPE=1, TX_TYPE.enum="PREV_DATA", VC_PRIORITY_TABLE3=0, PARTITION_TYPE3=0, PARTITION_TYPE3.enum="INST", VC_PRIORITY_TABLE2=0, PARTITION_TYPE2=1, PARTITION_TYPE2.enum="HSK", VC_PRIORITY_TABLE1=0, PARTITION_TYPE1=2, PARTITION_TYPE1.enum="EVT", version=0, type=1, PH_SEC_HDR=1, PH_APPID=1980, grouping=3, sequenceCount=10922, PH_PKT_LEN=21, secondaryType=0, functionCode=21, cksm=0, ackFlag=1, hist=1, qFlag=0, spareFlags=0, qnum=0, stts=0, commandVersion=0), severity = 3, length = 28, data = "1fbceaaa00151500c000000000000001000200000001000000000000") INFO graph_process 13-181-06:24:08.066: stolEcho: 1fbceaaa00151500c000000000000001000200000001000000000000 INFO graph_process 13-181-06:24:08.067: ccsdsEcho: aaaaaaaaaaaaaaaaeb90010404220a1fbc14eaaa001515dec006000000a55aa55be2a558a55aa55ba58c5aa55aa55a0dfa90c5c5c5c5c5c5c579 INFO graph_process 13-181-06:24:08.067: leoTEcho: 0300000000b2925a080fbad0010400020000005200000000aaaaaaaaaaaaaaaaeb90010404220a1fbc14eaaa001515dec006000000a55aa55be2a558a55aa55ba58c5aa55aa55a0dfa90c5c5c5c5c5c5c579 INFO Stol 13-181-06:24:08.075: ssmb_dump line 153: GOTO OUT INFO Stol 13-181-06:24:08.095: ssmb_dump line 266: SHO "Procedure SSMB_dump is complete" INFO Stol 13-181-06:24:08.099: Procedure SSMB_dump is complete INFO Stol 13-181-06:24:08.105: ssmb_dump line 269: ENDPROC INFO graph_process 13-181-06:24:08.717: Verified AD frame B_SSMB_DUMP_START, seq 10, on vc 1. INFO graph_process 13-181-06:24:08.719: State changed from ACTIVE to ACTIVE (Event E2). INFO Stol 13-181-06:24:37.851: Interactive: start IRIS_MOS_AR_proc_20130701B_V02 INFO Stol 13-181-06:24:37.854: Opened IRIS_MOS_AR_proc_20130701B_V02 in procs/IRIS_MOS_AR_proc_20130701B_V02.proc INFO Stol 13-181-06:24:37.862: IRIS_MOS_AR_proc_20130701B_V02 line 79: proc IRIS_MOS_AR_proc_20130701B_V02 INFO Stol 13-181-06:24:37.868: IRIS_MOS_AR_proc_20130701B_V02 line 83: local sc_drift_rate INFO Stol 13-181-06:24:37.874: IRIS_MOS_AR_proc_20130701B_V02 line 84: local inst_drift_rate INFO Stol 13-181-06:24:37.877: IRIS_MOS_AR_proc_20130701B_V02 line 87: sc_drift_rate = -396 ; drift rate correction in ms per day INFO Stol 13-181-06:24:37.881: Assigning int -396 to local variable SC_DRIFT_RATE. INFO Stol 13-181-06:24:37.885: IRIS_MOS_AR_proc_20130701B_V02 line 88: inst_drift_rate = 7124 ; drift rate correction in ms per day, 0 = don't perform INFO Stol 13-181-06:24:37.889: Assigning int 7124 to local variable INST_DRIFT_RATE. INFO Stol 13-181-06:24:37.893: IRIS_MOS_AR_proc_20130701B_V02 line 93: START flt_set_clock_drift (sc_drift_rate, inst_drift_rate) INFO Stol 13-181-06:24:37.894: Opened flt_set_clock_drift in procs/m_test/flt_set_clock_drift.proc INFO Stol 13-181-06:24:37.898: flt_set_clock_drift line 44: proc flt_set_clock_drift (sc_drift_rate, inst_drift_rate) INFO Stol 13-181-06:24:37.899: flt_set_clock_drift line 49: local sc_drift_rate_converted INFO Stol 13-181-06:24:37.904: flt_set_clock_drift line 50: local inst_drift_rate_converted INFO Stol 13-181-06:24:37.909: flt_set_clock_drift line 51: local error_message INFO Stol 13-181-06:24:37.912: flt_set_clock_drift line 54: if ( ISNULL (sc_drift_rate)) sc_drift_rate = 0; INFO Stol 13-181-06:24:37.916: flt_set_clock_drift line 55: if ( ISNULL (inst_drift_rate)) inst_drift_rate = 0; INFO Stol 13-181-06:24:37.923: flt_set_clock_drift line 57: error_message = "" INFO Stol 13-181-06:24:37.926: Assigning string "" to local variable ERROR_MESSAGE. INFO Stol 13-181-06:24:37.930: flt_set_clock_drift line 59: sho "Begin flt_set_clock_drift_rate execution " INFO Stol 13-181-06:24:37.931: Begin flt_set_clock_drift_rate execution INFO Stol 13-181-06:24:37.936: flt_set_clock_drift line 60: error_message = concat ("Requested SC Drift Rate = ", sc_drift_rate) INFO Stol 13-181-06:24:37.936: Assigning string "Requested SC Drift Rate = -396" to local variable ERROR_MESSAGE. INFO Stol 13-181-06:24:37.941: flt_set_clock_drift line 61: sho error_message INFO Stol 13-181-06:24:37.941: local ERROR_MESSAGE: string "Requested SC Drift Rate = -396" INFO Stol 13-181-06:24:37.944: flt_set_clock_drift line 62: error_message = concat ("Requested Inst Drift Rate = ", inst_drift_rate) INFO Stol 13-181-06:24:37.945: Assigning string "Requested Inst Drift Rate = 7124" to local variable ERROR_MESSAGE. INFO Stol 13-181-06:24:37.948: flt_set_clock_drift line 63: sho error_message INFO Stol 13-181-06:24:37.948: local ERROR_MESSAGE: string "Requested Inst Drift Rate = 7124" INFO Stol 13-181-06:24:37.966: flt_set_clock_drift line 66: page bre_b_ufm_soh INFO Stol 13-181-06:24:37.970: flt_set_clock_drift line 72: if ( (sc_drift_rate .lt. -21564 ) .or. (sc_drift_rate .gt. 52128 ) .or. ((sc_drift_rate - trunc(sc_drift_rate)) .gt. 0.000001) ) then INFO Stol 13-181-06:24:37.971: flt_set_clock_drift line 76: endif INFO Stol 13-181-06:24:37.974: flt_set_clock_drift line 81: If (sc_drift_rate .ne. 0) then INFO Stol 13-181-06:24:37.978: flt_set_clock_drift line 83: cmd B_UFM_MOAB_TIME_ADJ BIAS=sc_drift_rate INFO Stol 13-181-06:24:37.979: Command: destination = defaultCommand.stolEcho.input, (protocol = ccsds, command name = B_UFM_MOAB_TIME_ADJ, fields = (BIAS=-396, version=0, type=1, PH_SEC_HDR=1, PH_APPID=1990, grouping=3, sequenceCount=10922, PH_PKT_LEN=9, secondaryType=0, functionCode=18, cksm=0, ackFlag=1, hist=1, qFlag=0, spareFlags=0, qnum=0, stts=0, commandVersion=0), severity = 3, length = 16, data = "1fc6eaaa00091200c0000000fffffe74") INFO graph_process 13-181-06:24:37.979: stolEcho: 1fc6eaaa00091200c0000000fffffe74 INFO graph_process 13-181-06:24:37.983: ccsdsEcho: aaaaaaaaaaaaaaaaeb90010404160b1fc6feeaaa00091237c0620000005aa55b2e440d745555555555d4c5c5c5c5c5c5c579 INFO graph_process 13-181-06:24:37.984: leoTEcho: 0300000000b2925a25f4f0c0010400030000004a00000000aaaaaaaaaaaaaaaaeb90010404160b1fc6feeaaa00091237c0620000005aa55b2e440d745555555555d4c5c5c5c5c5c5c579 INFO Stol 13-181-06:24:37.987: flt_set_clock_drift line 86: sc_drift_rate_converted = TRUNC((sc_drift_rate / 36.0) + 599) INFO Stol 13-181-06:24:37.993: Assigning int 588 to local variable SC_DRIFT_RATE_CONVERTED. INFO Stol 13-181-06:24:37.998: flt_set_clock_drift line 87: sho sc_drift_rate_converted INFO Stol 13-181-06:24:37.998: local SC_DRIFT_RATE_CONVERTED: int 588 INFO Stol 13-181-06:24:38.001: flt_set_clock_drift line 90: wait 8 INFO graph_process 13-181-06:24:38.672: Verified AD frame B_UFM_MOAB_TIME_ADJ, seq 11, on vc 1. INFO graph_process 13-181-06:24:38.677: State changed from ACTIVE to ACTIVE (Event E2). INFO Stol 13-181-06:24:46.007: flt_set_clock_drift resumes; the timer expired INFO Stol 13-181-06:24:46.012: flt_set_clock_drift line 92: if ((sc_drift_rate_converted .gt. B_HW_MOAB_TIME_ADJ +1) .or. (sc_drift_rate_converted .lt. B_HW_MOAB_TIME_ADJ -1)) then INFO Stol 13-181-06:24:46.017: flt_set_clock_drift line 97: else INFO Stol 13-181-06:24:46.022: flt_set_clock_drift line 98: sho "SC Clock drift setting updated successfully" INFO Stol 13-181-06:24:46.022: SC Clock drift setting updated successfully INFO Stol 13-181-06:24:46.027: flt_set_clock_drift line 99: endif INFO Stol 13-181-06:24:46.031: flt_set_clock_drift line 101: else INFO Stol 13-181-06:24:46.031: flt_set_clock_drift line 103: endif INFO Stol 13-181-06:24:46.036: flt_set_clock_drift line 113: sho concat ("Instrument Drift Rate Requested = ", inst_drift_rate) INFO Stol 13-181-06:24:46.036: Instrument Drift Rate Requested = 7124 INFO Stol 13-181-06:24:46.040: flt_set_clock_drift line 115: if (isfloat (inst_drift_rate)) then INFO Stol 13-181-06:24:46.046: flt_set_clock_drift line 120: endif INFO Stol 13-181-06:24:46.046: flt_set_clock_drift line 123: inst_drift_rate_converted = round(inst_drift_rate / ((86400.0 / 8388608.0 ) * 1000)) INFO Stol 13-181-06:24:46.050: Assigning int 692 to local variable INST_DRIFT_RATE_CONVERTED. INFO Stol 13-181-06:24:46.054: flt_set_clock_drift line 124: sho concat ("converted Inst drift value = ", inst_drift_rate_converted ) INFO Stol 13-181-06:24:46.055: converted Inst drift value = 692 INFO Stol 13-181-06:24:46.059: flt_set_clock_drift line 126: if ( (inst_drift_rate .le. -674989 ) .or. (inst_drift_rate .ge. 674989 ) ) then INFO Stol 13-181-06:24:46.060: flt_set_clock_drift line 132: endif INFO Stol 13-181-06:24:46.064: flt_set_clock_drift line 137: If (inst_drift_rate_converted .ne. 0) then INFO Stol 13-181-06:24:46.069: flt_set_clock_drift line 139: cmd I_OBC_SET_DRIFT VALUE=inst_drift_rate_converted INFO Stol 13-181-06:24:46.073: Command: destination = defaultCommand.stolEchoBinary.input, (protocol = ccsds, command name = I_OBC_SET_DRIFT, fields = (VALUE=692, version=0, type=1, PH_SEC_HDR=1, PH_APPID=281, grouping=3, sequenceCount=10922, PH_PKT_LEN=9, secondaryType=0, functionCode=20, cksm=0, ackFlag=0, hist=1, qFlag=0, spareFlags=0, qnum=0, stts=14, commandVersion=2), severity = 3, length = 16, data = "1919eaaa0009140040000e02000002b4") INFO graph_process 13-181-06:24:46.074: stolEchoBinary: 1919eaaa0009140040000e02000002b4 INFO graph_process 13-181-06:24:46.078: ccsdsEcho: aaaaaaaaaaaaaaaaeb90010404160c19199eeaaa000914584006000e02a55aa7ee84f16d555555555508c5c5c5c5c5c5c579 INFO graph_process 13-181-06:24:46.079: leoTEcho: 0300000000b2925a2e12a2d0010400040000004a00000000aaaaaaaaaaaaaaaaeb90010404160c19199eeaaa000914584006000e02a55aa7ee84f16d555555555508c5c5c5c5c5c5c579 INFO Stol 13-181-06:24:46.083: flt_set_clock_drift line 142: wait 10 INFO graph_process 13-181-06:24:46.734: Verified AD frame I_OBC_SET_DRIFT, seq 12, on vc 1. INFO graph_process 13-181-06:24:46.739: State changed from ACTIVE to ACTIVE (Event E2). INFO Stol 13-181-06:24:56.093: flt_set_clock_drift resumes; the timer expired INFO Stol 13-181-06:24:56.097: flt_set_clock_drift line 144: if ( inst_drift_rate_converted .ne. I_OBC_COUNT_INCR ) then INFO Stol 13-181-06:24:56.102: flt_set_clock_drift line 145: error_message = concat("Commanded inst drift rate doesn't match I_OBC_COUNT_INCR, received ", I_OBC_COUNT_INCR) INFO Stol 13-181-06:24:56.105: Assigning string "Commanded inst drift rate doesn't match I_OBC_COUNT_INCR, received 8389300" to local variable ERROR_MESSAGE. INFO Stol 13-181-06:24:56.108: flt_set_clock_drift line 146: sho error_message INFO Stol 13-181-06:24:56.109: local ERROR_MESSAGE: string "Commanded inst drift rate doesn't match I_OBC_COUNT_INCR, received 8389300" INFO Stol 13-181-06:24:56.112: flt_set_clock_drift line 147: error_message = concat("Expected: ", inst_drift_rate_converted) INFO Stol 13-181-06:24:56.115: Assigning string "Expected: 692" to local variable ERROR_MESSAGE. INFO Stol 13-181-06:24:56.118: flt_set_clock_drift line 148: sho error_message INFO Stol 13-181-06:24:56.120: local ERROR_MESSAGE: string "Expected: 692" INFO Stol 13-181-06:24:56.122: flt_set_clock_drift line 149: else INFO Stol 13-181-06:24:56.125: flt_set_clock_drift line 151: endif INFO Stol 13-181-06:24:56.128: flt_set_clock_drift line 153: else INFO Stol 13-181-06:24:56.129: flt_set_clock_drift line 155: endif INFO Stol 13-181-06:24:56.132: flt_set_clock_drift line 156: error_message = " "; if you get here without jumping to out, no errors INFO Stol 13-181-06:24:56.135: Assigning string " " to local variable ERROR_MESSAGE. INFO Stol 13-181-06:24:56.145: flt_set_clock_drift line 160: sho concat( "", error_message ) INFO Stol 13-181-06:24:56.148: INFO Stol 13-181-06:24:56.151: flt_set_clock_drift line 161: sho "End flt_set_clock_drift execution." INFO Stol 13-181-06:24:56.152: End flt_set_clock_drift execution. INFO Stol 13-181-06:24:56.156: flt_set_clock_drift line 163: ENDPROC INFO Stol 13-181-06:24:56.162: IRIS_MOS_AR_proc_20130701B_V02 line 95: endproc INFO Stol 13-181-06:25:02.423: Interactive: start IRIS_MOS_AR_proc_20130701A_V02 INFO Stol 13-181-06:25:02.427: Opened IRIS_MOS_AR_proc_20130701A_V02 in procs/IRIS_MOS_AR_proc_20130701A_V02.proc INFO Stol 13-181-06:25:02.430: IRIS_MOS_AR_proc_20130701A_V02 line 73: proc IRIS_MOS_AR_proc_20130701A_V02 INFO Stol 13-181-06:25:02.435: IRIS_MOS_AR_proc_20130701A_V02 line 78: local bump_sec ;seconds to bump clock INFO Stol 13-181-06:25:02.440: IRIS_MOS_AR_proc_20130701A_V02 line 79: local sync_inst ; INFO Stol 13-181-06:25:02.445: IRIS_MOS_AR_proc_20130701A_V02 line 84: bump_sec = 0.031 INFO Stol 13-181-06:25:02.449: Assigning double 0.031 to local variable BUMP_SEC. INFO Stol 13-181-06:25:02.452: IRIS_MOS_AR_proc_20130701A_V02 line 85: sync_inst = "yes" INFO Stol 13-181-06:25:02.452: Assigning string "yes" to local variable SYNC_INST. INFO Stol 13-181-06:25:02.458: IRIS_MOS_AR_proc_20130701A_V02 line 90: START flt_sc_time_bump (bump_sec, sync_inst) INFO Stol 13-181-06:25:02.462: Opened flt_sc_time_bump in procs/m_test/flt_sc_time_bump.proc INFO Stol 13-181-06:25:02.481: flt_sc_time_bump line 35: proc flt_sc_time_bump (bump_sec, sync_inst) INFO Stol 13-181-06:25:02.486: flt_sc_time_bump line 39: local success ;used for wait until expressions INFO Stol 13-181-06:25:02.490: flt_sc_time_bump line 40: local error_message INFO Stol 13-181-06:25:02.493: flt_sc_time_bump line 41: local UTC_CF_before ;UTC correction factor before adjust INFO Stol 13-181-06:25:02.497: flt_sc_time_bump line 42: local UTC_CF_after ;UTC correction factor after adjust INFO Stol 13-181-06:25:02.504: flt_sc_time_bump line 44: error_message = "" INFO Stol 13-181-06:25:02.507: Assigning string "" to local variable ERROR_MESSAGE. INFO Stol 13-181-06:25:02.510: flt_sc_time_bump line 46: BRE_BANNER = " " INFO Stol 13-181-06:25:02.510: Assigning string " " to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:02.513: flt_sc_time_bump line 47: BRE_BANNER = "Beginning flt_sc_time_bump execution " INFO Stol 13-181-06:25:02.513: Assigning string "Beginning flt_sc_time_bump execution " to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:02.517: flt_sc_time_bump line 48: BRE_BANNER = " " INFO Stol 13-181-06:25:02.523: Assigning string " " to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:02.524: flt_sc_time_bump line 57: if (bump_sec .gt. 10.0 ) then INFO Stol 13-181-06:25:02.524: flt_sc_time_bump line 60: endif INFO Stol 13-181-06:25:02.528: flt_sc_time_bump line 65: if ( (bump_sec .lt. -400000000.0) .or. (bump_sec .gt. 400000000.0) ) then INFO Stol 13-181-06:25:02.533: flt_sc_time_bump line 72: endif INFO Stol 13-181-06:25:02.537: flt_sc_time_bump line 76: if ( ISNULL (sync_inst)) then INFO Stol 13-181-06:25:02.537: flt_sc_time_bump line 78: endif INFO Stol 13-181-06:25:02.541: flt_sc_time_bump line 81: if ( (lowercase(sync_inst) .ne. "yes") .and. (lowercase(sync_inst) .ne. "no") ) then INFO Stol 13-181-06:25:02.541: flt_sc_time_bump line 85: endif INFO Stol 13-181-06:25:02.544: flt_sc_time_bump line 89: page bre_b_ufm_soh INFO dsp_mnepage 13-181-06:25:02.547: page bre_b_ufm_soh: redisplay INFO Stol 13-181-06:25:02.553: flt_sc_time_bump line 92: UTC_CF_before = B_UFM_STCF INFO Stol 13-181-06:25:02.553: Assigning double 1751052560.439783 to local variable UTC_CF_BEFORE. INFO Stol 13-181-06:25:02.557: flt_sc_time_bump line 93: sho concat( "Pre bump B_UFM_STCF =", UTC_CF_before ) INFO Stol 13-181-06:25:02.557: Pre bump B_UFM_STCF =1751052560.439783 INFO Stol 13-181-06:25:02.561: flt_sc_time_bump line 94: BRE_BANNER = concat( "Pre bump B_UFM_STCF =", UTC_CF_before ) INFO Stol 13-181-06:25:02.561: Assigning string "Pre bump B_UFM_STCF =1751052560.439783" to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:02.570: flt_sc_time_bump line 98: sho concat("Bump S/C clock based on ground command ", bump_sec, " seconds") INFO Stol 13-181-06:25:02.574: Bump S/C clock based on ground command 0.031 seconds INFO Stol 13-181-06:25:02.574: flt_sc_time_bump line 99: BRE_BANNER = concat("Bump S/C clock based on gnd cmd ", bump_sec, " seconds") INFO Stol 13-181-06:25:02.574: Assigning string "Bump S/C clock based on gnd cmd 0.031 seconds" to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:02.579: flt_sc_time_bump line 102: cmd B_UFM_TIME_BUMP_STCF SECONDS=bump_sec INFO Stol 13-181-06:25:02.582: Command: destination = defaultCommand.stolEcho.input, (protocol = ccsds, command name = B_UFM_TIME_BUMP_STCF, fields = (SECONDS=0.031, version=0, type=1, PH_SEC_HDR=1, PH_APPID=1990, grouping=3, sequenceCount=10922, PH_PKT_LEN=13, secondaryType=0, functionCode=5, cksm=0, ackFlag=1, hist=1, qFlag=0, spareFlags=0, qnum=0, stts=0, commandVersion=0), severity = 3, length = 20, data = "1fc6eaaa000d0500c00000003f9fbe76c8b43958") INFO graph_process 13-181-06:25:02.582: stolEcho: 1fc6eaaa000d0500c00000003f9fbe76c8b43958 INFO graph_process 13-181-06:25:02.587: ccsdsEcho: aaaaaaaaaaaaaaaaeb900104041a0d1fc6f4eaaa000d05dbc0580000009ac51b2c0c6dee9c02c90e55a0c5c5c5c5c5c5c579 INFO graph_process 13-181-06:25:02.590: leoTEcho: 0300000000b2925a3e929840010400050000004a00000000aaaaaaaaaaaaaaaaeb900104041a0d1fc6f4eaaa000d05dbc0580000009ac51b2c0c6dee9c02c90e55a0c5c5c5c5c5c5c579 INFO Stol 13-181-06:25:02.595: flt_sc_time_bump line 105: wait 20 until (UTC_CF_before .ne. B_UFM_STCF ) status=success INFO graph_process 13-181-06:25:03.253: Verified AD frame B_UFM_TIME_BUMP_STCF, seq 13, on vc 1. INFO graph_process 13-181-06:25:03.258: State changed from ACTIVE to ACTIVE (Event E2). INFO Stol 13-181-06:25:04.261: flt_sc_time_bump resumes; the WAIT UNTIL condition became true INFO Stol 13-181-06:25:04.266: flt_sc_time_bump line 106: if (success) then INFO Stol 13-181-06:25:04.273: flt_sc_time_bump line 107: sho "Bump command processed" INFO Stol 13-181-06:25:04.274: Bump command processed INFO Stol 13-181-06:25:04.278: flt_sc_time_bump line 108: BRE_BANNER = "Bump Command Processed" INFO Stol 13-181-06:25:04.282: Assigning string "Bump Command Processed" to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:04.286: flt_sc_time_bump line 109: else INFO Stol 13-181-06:25:04.286: flt_sc_time_bump line 112: endif INFO Stol 13-181-06:25:04.290: flt_sc_time_bump line 115: UTC_CF_after = B_UFM_STCF INFO Stol 13-181-06:25:04.290: Assigning double 1751052560.470783 to local variable UTC_CF_AFTER. INFO Stol 13-181-06:25:04.296: flt_sc_time_bump line 116: sho concat( "Post bump B_UFM_STCF =", UTC_CF_after ) INFO Stol 13-181-06:25:04.300: Post bump B_UFM_STCF =1751052560.470783 INFO Stol 13-181-06:25:04.300: flt_sc_time_bump line 117: BRE_BANNER = concat( "Post bump B_UFM_STCF =", UTC_CF_after ) INFO Stol 13-181-06:25:04.300: Assigning string "Post bump B_UFM_STCF =1751052560.470783" to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:04.305: flt_sc_time_bump line 120: if ( (UTC_CF_after - UTC_CF_before) .lt. (bump_sec - 0.01) .or. (UTC_CF_after - UTC_CF_before) .gt. (bump_sec + 0.01) ) then INFO Stol 13-181-06:25:04.309: flt_sc_time_bump line 125: else INFO Stol 13-181-06:25:04.314: flt_sc_time_bump line 127: sho "SC UTC adjust was successfull" INFO Stol 13-181-06:25:04.315: SC UTC adjust was successfull INFO Stol 13-181-06:25:04.316: flt_sc_time_bump line 128: BRE_BANNER = "SC UTC adjust was successfull " INFO Stol 13-181-06:25:04.317: Assigning string "SC UTC adjust was successfull " to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:04.321: flt_sc_time_bump line 129: endif INFO Stol 13-181-06:25:04.325: flt_sc_time_bump line 134: if ( sync_inst .EQ. "yes" ) then INFO Stol 13-181-06:25:04.332: flt_sc_time_bump line 136: start flt_sync_inst_clock INFO Stol 13-181-06:25:04.340: Opened flt_sync_inst_clock in procs/m_test/flt_sync_inst_clock.proc INFO Stol 13-181-06:25:04.344: flt_sync_inst_clock line 29: proc flt_sync_inst_clock INFO Stol 13-181-06:25:04.344: flt_sync_inst_clock line 33: local pre_sync_inst_clock_err INFO Stol 13-181-06:25:04.349: flt_sync_inst_clock line 35: BRE_BANNER = " " INFO Stol 13-181-06:25:04.349: Assigning string " " to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:04.356: flt_sync_inst_clock line 36: BRE_BANNER = "Beginning flt_sync_inst_clock execution " INFO Stol 13-181-06:25:04.361: Assigning string "Beginning flt_sync_inst_clock execution " to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:04.361: flt_sync_inst_clock line 37: BRE_BANNER = " " INFO Stol 13-181-06:25:04.361: Assigning string " " to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:04.365: flt_sync_inst_clock line 40: pre_sync_inst_clock_err = I_OBC_TAT_DIFF_SSEC INFO Stol 13-181-06:25:04.365: Assigning int -20911 to local variable PRE_SYNC_INST_CLOCK_ERR. INFO Stol 13-181-06:25:04.377: flt_sync_inst_clock line 43: sho concat("Pre sync Instrument clock offset = ", pre_sync_inst_clock_err) INFO Stol 13-181-06:25:04.378: Pre sync Instrument clock offset = -20911 INFO Stol 13-181-06:25:04.378: flt_sync_inst_clock line 44: BRE_BANNER = concat("Pre sync Inst clock offset = ", pre_sync_inst_clock_err) INFO Stol 13-181-06:25:04.378: Assigning string "Pre sync Inst clock offset = -20911" to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:04.383: flt_sync_inst_clock line 49: sho "Commanding instrument clock sync..." INFO Stol 13-181-06:25:04.384: Commanding instrument clock sync... INFO Stol 13-181-06:25:04.384: flt_sync_inst_clock line 50: BRE_BANNER = "Commanding instrument clock sync..." INFO Stol 13-181-06:25:04.385: Assigning string "Commanding instrument clock sync..." to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:04.389: flt_sync_inst_clock line 51: cmd I_OBC_SYNC_TIME INFO Stol 13-181-06:25:04.393: Command: destination = defaultCommand.stolEchoBinary.input, (protocol = ccsds, command name = I_OBC_SYNC_TIME, fields = (version=0, type=1, PH_SEC_HDR=1, PH_APPID=281, grouping=3, sequenceCount=10922, PH_PKT_LEN=5, secondaryType=0, functionCode=29, cksm=0, ackFlag=0, hist=1, qFlag=0, spareFlags=0, qnum=0, stts=14, commandVersion=1), severity = 3, length = 12, data = "1919eaaa00051d0040000e01") INFO graph_process 13-181-06:25:04.408: stolEchoBinary: 1919eaaa00051d0040000e01 INFO graph_process 13-181-06:25:04.411: ccsdsEcho: aaaaaaaaaaaaaaaaeb90010404120e191998eaaa00051de8409e000e01fdda55553ec5c5c5c5c5c5c579 INFO graph_process 13-181-06:25:04.413: leoTEcho: 0300000000b2925a40629400010400060000004200000000aaaaaaaaaaaaaaaaeb90010404120e191998eaaa00051de8409e000e01fdda55553ec5c5c5c5c5c5c579 INFO Stol 13-181-06:25:04.422: flt_sync_inst_clock line 53: wait 10 ;wait for command to process and update of telemetry INFO graph_process 13-181-06:25:05.044: Verified AD frame I_OBC_SYNC_TIME, seq 14, on vc 1. INFO graph_process 13-181-06:25:05.049: State changed from ACTIVE to ACTIVE (Event E2). INFO dsp_seqprt 13-181-06:25:06.673: 30-Jun-13 06:25:40.938522 INFO 1072 /kExMngr: OBC TIME SYNC: TAT=68622DE4:D25D3BFF PS=68622DE4:ECCE0000 64USEC=589B:5995:5EEA:250. INFO Stol 13-181-06:25:14.428: flt_sync_inst_clock resumes; the timer expired INFO Stol 13-181-06:25:14.433: flt_sync_inst_clock line 56: sho concat ("Current Instrument clock offset = ", I_OBC_TAT_DIFF_SSEC) INFO Stol 13-181-06:25:14.433: Current Instrument clock offset = 36 INFO Stol 13-181-06:25:14.438: flt_sync_inst_clock line 57: BRE_BANNER = concat ("Current Instrument clock offset = ", I_OBC_TAT_DIFF_SSEC) INFO Stol 13-181-06:25:14.438: Assigning string "Current Instrument clock offset = 36" to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:14.443: flt_sync_inst_clock line 59: if ( (I_OBC_TAT_DIFF_SSEC .gt. 0.001) .or. (I_OBC_TAT_DIFF_SSEC .lt. -0.001) ) then INFO Stol 13-181-06:25:14.449: flt_sync_inst_clock line 60: sho "Instrument Time Offset Error, greater than expected." INFO Stol 13-181-06:25:14.450: Instrument Time Offset Error, greater than expected. INFO Stol 13-181-06:25:14.455: flt_sync_inst_clock line 61: BRE_BANNER = "Instrument Time Offset Error, greater than expected." INFO Stol 13-181-06:25:14.456: Assigning string "Instrument Time Offset Error, greater than expected." to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:14.461: flt_sync_inst_clock line 62: else INFO Stol 13-181-06:25:14.462: flt_sync_inst_clock line 66: endif INFO Stol 13-181-06:25:14.466: flt_sync_inst_clock line 68: BRE_BANNER = "End flt_sync_inst_clock execution " INFO Stol 13-181-06:25:14.467: Assigning string "End flt_sync_inst_clock execution " to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:14.471: flt_sync_inst_clock line 70: ENDPROC INFO Stol 13-181-06:25:14.476: flt_sc_time_bump line 137: else INFO Stol 13-181-06:25:14.477: flt_sc_time_bump line 140: endif INFO Stol 13-181-06:25:14.487: flt_sc_time_bump line 145: sho concat( "", error_message ) INFO Stol 13-181-06:25:14.487: INFO Stol 13-181-06:25:14.493: flt_sc_time_bump line 146: BRE_BANNER = error_message INFO Stol 13-181-06:25:14.496: Assigning string "" to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:14.499: flt_sc_time_bump line 147: BRE_BANNER = "End flt_sc_time_bump execution " INFO Stol 13-181-06:25:14.501: Assigning string "End flt_sc_time_bump execution " to mnemonic BRE_BANNER. INFO Stol 13-181-06:25:14.502: flt_sc_time_bump line 149: ENDPROC INFO Stol 13-181-06:25:14.516: IRIS_MOS_AR_proc_20130701A_V02 line 93: endproc WARN tlmClient 13-181-06:26:23.660: Yellow high violation I_TS13_FRNT_APER_ASSY cnv = 23.031090518 range = 0 at 13-181-06:26:58.149460 INFO Stol 13-181-06:27:06.889: Interactive: /B_UFM_EVT_LOG_CLEAR INFO Stol 13-181-06:27:06.890: Command: destination = defaultCommand.stolEcho.input, (protocol = ccsds, command name = B_UFM_EVT_LOG_CLEAR, fields = (version=0, type=1, PH_SEC_HDR=1, PH_APPID=1990, grouping=3, sequenceCount=10922, PH_PKT_LEN=5, secondaryType=0, functionCode=27, cksm=0, ackFlag=1, hist=1, qFlag=0, spareFlags=0, qnum=0, stts=0, commandVersion=0), severity = 3, length = 12, data = "1fc6eaaa00051b00c0000000") INFO graph_process 13-181-06:27:06.893: stolEcho: 1fc6eaaa00051b00c0000000 INFO graph_process 13-181-06:27:06.893: ccsdsEcho: aaaaaaaaaaaaaaaaeb90010404120f1fc69eeaaa00051bb8c09a000000d63355555ac5c5c5c5c5c5c579 INFO graph_process 13-181-06:27:06.893: leoTEcho: 0300000000b2925abaded8f0010400070000004200000000aaaaaaaaaaaaaaaaeb90010404120f1fc69eeaaa00051bb8c09a000000d63355555ac5c5c5c5c5c5c579 INFO graph_process 13-181-06:27:07.496: Verified AD frame B_UFM_EVT_LOG_CLEAR, seq 15, on vc 1. INFO graph_process 13-181-06:27:07.523: State changed from ACTIVE to ACTIVE (Event E2). WARN frame_sorter 13-181-06:28:51.028: frame_sorter: seeing frame sequence errors. WARN frame_sorter 13-181-06:28:51.032: frame_sorter: seeing frame CRC/R-S errors. WARN frame_sorter 13-181-06:29:33.025: frame_sorter: seeing frame CRC/R-S errors. INFO Stol 13-181-06:30:38.064: FIFO: cmd B_SSMB_DUMP_STOP XMIT_PATH="XBAND" INFO Stol 13-181-06:30:38.066: Command: destination = defaultCommand.stolEcho.input, (protocol = ccsds, command name = B_SSMB_DUMP_STOP, fields = (XMIT_PATH=0, XMIT_PATH.enum="XBAND", version=0, type=1, PH_SEC_HDR=1, PH_APPID=1980, grouping=3, sequenceCount=10922, PH_PKT_LEN=7, secondaryType=0, functionCode=22, cksm=0, ackFlag=1, hist=1, qFlag=0, spareFlags=0, qnum=0, stts=0, commandVersion=0), severity = 3, length = 14, data = "1fbceaaa00071600c00000000000") INFO graph_process 13-181-06:30:38.068: stolEcho: 1fbceaaa00071600c00000000000 INFO graph_process 13-181-06:30:38.072: ccsdsEcho: aaaaaaaaaaaaaaaaeb9001040414101fbcaeeaaa000716cdc038000000a55afc3398c5c5c5c5c5c5c579 INFO graph_process 13-181-06:30:38.072: leoTEcho: 0300000000b2925b8e10ce70010400080000004200000000aaaaaaaaaaaaaaaaeb9001040414101fbcaeeaaa000716cdc038000000a55afc3398c5c5c5c5c5c5c579 INFO graph_process 13-181-06:30:38.706: Verified AD frame B_SSMB_DUMP_STOP, seq 16, on vc 1. INFO graph_process 13-181-06:30:38.711: State changed from ACTIVE to ACTIVE (Event E2). ERROR graph_process 13-181-06:31:38.576: Read operation on socket returned an error (Connection reset by peer). INFO graph_process 13-181-06:31:38.580: Socket has changed state from connected to connecting. FATAL frame_sorter 13-181-06:31:40.529: frame_sorter (frame_input): read(): (104) Connection reset by peer INFO frame_sorter 13-181-06:31:40.534: frame_sorter closed input socket INFO graph_process 13-181-06:31:48.579: client_socket_component: initiated socket connection to 129.165.5.200 (129.165.5.200), port 10007, from irisops-ws6.amn.nasa.gov (192.92.160.136), port 50695 INFO graph_process 13-181-06:31:48.581: client_socket_component socket connected to 129.165.5.200 (129.165.5.200), port 10007, from irisops-ws6.amn.nasa.gov (192.92.160.136), port 50695 INFO graph_process 13-181-06:31:48.585: Socket has changed state from connecting to connected. ERROR graph_process 13-181-06:31:48.771: Read operation on socket returned an error (Connection refused). INFO graph_process 13-181-06:31:48.774: Socket has changed state from connected to connecting. INFO tlmStatic 13-181-06:31:50.329: tlmStatic: Telemetry packet 'I_ANALOG_84' has gone static. INFO tlmStatic 13-181-06:31:50.331: tlmStatic: Telemetry packet 'I_CA_ADDITIONAL_36' has gone static. INFO tlmStatic 13-181-06:31:50.342: tlmStatic: Telemetry packet 'I_FSA_HR_78' has gone static. INFO tlmStatic 13-181-06:31:50.347: tlmStatic: Telemetry packet 'I_FSA_MECH_TIMERS_83' has gone static. INFO tlmStatic 13-181-06:31:50.349: tlmStatic: Telemetry packet 'I_KER_HK4_68' has gone static. INFO tlmStatic 13-181-06:31:50.356: tlmStatic: Telemetry packet 'I_KER_RTR_37' has gone static. INFO tlmStatic 13-181-06:31:55.363: tlmStatic: Telemetry packet 'I_FSA_HR_77' has gone static. INFO tlmStatic 13-181-06:31:55.370: tlmStatic: Telemetry packet 'I_FSA_MECH_82' has gone static. INFO tlmStatic 13-181-06:31:55.373: tlmStatic: Telemetry packet 'I_FSA_OH_76' has gone static. INFO tlmStatic 13-181-06:31:55.374: tlmStatic: Telemetry packet 'I_FSA_OHS_75' has gone static. INFO tlmStatic 13-181-06:31:55.376: tlmStatic: Telemetry packet 'I_FSA_STATUS_79' has gone static. INFO tlmStatic 13-181-06:31:55.377: tlmStatic: Telemetry packet 'I_FSW_GT_57' has gone static. INFO tlmStatic 13-181-06:31:55.378: tlmStatic: Telemetry packet 'I_KER_HK1_65' has gone static. INFO tlmStatic 13-181-06:31:55.379: tlmStatic: Telemetry packet 'I_KER_HK2_66' has gone static. INFO tlmStatic 13-181-06:31:55.384: tlmStatic: Telemetry packet 'I_KER_HK3_67' has gone static. INFO tlmStatic 13-181-06:31:55.385: tlmStatic: Telemetry packet 'I_KER_HK5_69' has gone static. INFO tlmStatic 13-181-06:31:55.386: tlmStatic: Telemetry packet 'I_KER_TIM_71' has gone static. INFO tlmStatic 13-181-06:31:55.386: tlmStatic: Telemetry packet 'I_SEQ_55' has gone static. INFO graph_process 13-181-06:31:58.774: client_socket_component: initiated socket connection to 129.165.5.200 (129.165.5.200), port 10007, from irisops-ws6.amn.nasa.gov (192.92.160.136), port 50696 INFO graph_process 13-181-06:31:58.777: client_socket_component socket connected to 129.165.5.200 (129.165.5.200), port 10007, from irisops-ws6.amn.nasa.gov (192.92.160.136), port 50696 INFO graph_process 13-181-06:31:58.780: Socket has changed state from connecting to connected. ERROR graph_process 13-181-06:31:58.966: Read operation on socket returned an error (Connection refused). INFO graph_process 13-181-06:31:58.970: Socket has changed state from connected to connecting. INFO Stol 13-181-06:32:02.586: Interactive: start auto_disconnect INFO Stol 13-181-06:32:02.615: Opened auto_disconnect in procs/m_setup/auto_disconnect.proc INFO Stol 13-181-06:32:02.615: auto_disconnect line 45: PROC auto_disconnect INFO Stol 13-181-06:32:02.615: auto_disconnect line 48: LOCAL answer ; Stores response to ASK directive INFO Stol 13-181-06:32:02.615: auto_disconnect line 49: LOCAL timeout_prev = itos.stol.prompt.timeout ; Stores previous ASK timeout INFO Stol 13-181-06:32:02.615: Assigning double 0 to new local variable TIMEOUT_PREV. INFO Stol 13-181-06:32:02.616: auto_disconnect line 50: LOCAL prompt_time = 20 ; Time to display popup to operator INFO Stol 13-181-06:32:02.616: Assigning int 20 to new local variable PROMPT_TIME. INFO Stol 13-181-06:32:02.616: auto_disconnect line 51: LOCAL connect_timeout = 40 ; Time in seconds to wait before giving up INFO Stol 13-181-06:32:02.616: Assigning int 40 to new local variable CONNECT_TIMEOUT. INFO Stol 13-181-06:32:02.616: auto_disconnect line 55: IF( .NOT. ISVARIABLE(station)) THEN INFO Stol 13-181-06:32:02.620: auto_disconnect line 67: ENDIF INFO Stol 13-181-06:32:02.623: auto_disconnect line 70: itos.stol.prompt.timeout = prompt_time INFO Stol 13-181-06:32:02.623: Assigning double 20 to mnemonic itos.stol.prompt.timeout. INFO Stol 13-181-06:32:02.638: auto_disconnect line 71: ASK (CONCAT("In ", prompt_time, " seconds, Auto Disconnect will sever connection to station.\n\nHit Enter to execute immediately or type ""X"" to cancel")), answer INFO Stol 13-181-06:32:03.129: ASK assigning "" to local variable answer. INFO Stol 13-181-06:32:03.134: auto_disconnect line 72: IF (.NOT. ISNULL(answer)) THEN INFO Stol 13-181-06:32:03.141: auto_disconnect line 73: answer = UPPERCASE(answer) INFO Stol 13-181-06:32:03.145: Assigning string "" to local variable ANSWER. INFO Stol 13-181-06:32:03.145: auto_disconnect line 74: IF (answer .EQ. "X") THEN INFO Stol 13-181-06:32:03.145: auto_disconnect line 77: ENDIF INFO Stol 13-181-06:32:03.149: auto_disconnect line 78: ENDIF INFO Stol 13-181-06:32:03.155: auto_disconnect line 79: itos.stol.prompt.timeout = timeout_prev INFO Stol 13-181-06:32:03.158: Assigning double 0 to mnemonic itos.stol.prompt.timeout. INFO Stol 13-181-06:32:03.161: auto_disconnect line 83: SHOVAL B_SSMB_EVT_TX_TXD INFO Stol 13-181-06:32:03.161: mnemonic B_SSMB_EVT_TX_TXD: INTEGER 63 (13-181-06:31:37.943639) INFO Stol 13-181-06:32:03.165: auto_disconnect line 84: SHOVAL B_SSMB_HSK_TX_TXD INFO Stol 13-181-06:32:03.169: mnemonic B_SSMB_HSK_TX_TXD: INTEGER 126436 (13-181-06:31:37.943639) INFO Stol 13-181-06:32:03.173: auto_disconnect line 85: SHOVAL B_SSMB_INST_TX_TXD INFO Stol 13-181-06:32:03.174: mnemonic B_SSMB_INST_TX_TXD: INTEGER 228987 (13-181-06:31:37.943639) INFO Stol 13-181-06:32:03.178: auto_disconnect line 86: SHOVAL GBL_TM_MC_IN INFO Stol 13-181-06:32:03.178: mnemonic GBL_TM_MC_IN: UNSIGNED 0 (70-001-00:00:00.000000) INFO Stol 13-181-06:32:03.181: auto_disconnect line 89: SHO "Auto Disconnect: Attempting to disconnect from station" INFO Stol 13-181-06:32:03.181: Auto Disconnect: Attempting to disconnect from station INFO Stol 13-181-06:32:03.185: auto_disconnect line 91: LOCAL sys_status INFO Stol 13-181-06:32:03.190: auto_disconnect line 92: ENABLE QUERY STATUS=sys_status INFO Stol 13-181-06:32:03.194: The subsystem status is b'1101 INFO Stol 13-181-06:32:03.197: auto_disconnect line 93: WAIT(1) INFO Stol 13-181-06:32:04.197: auto_disconnect resumes; the timer expired INFO Stol 13-181-06:32:04.204: auto_disconnect line 95: IF (BWAND(sys_status, 8) .EQ. 8) THEN INFO Stol 13-181-06:32:04.208: auto_disconnect line 96: IF ((station .EQ. "remoteLM") .OR. (station .EQ. "remoteOBS") .OR. (station .EQ. "remoteOBSRF") .OR. (station .EQ. "remoteOBSVC4") .OR. (station .EQ. "remoteSocket")) THEN INFO Stol 13-181-06:32:04.213: auto_disconnect line 98: ELSE INFO Stol 13-181-06:32:04.217: auto_disconnect line 100: EVAL(CONCAT("@", p@switchnet_status, "disconnect")) INFO Stol 13-181-06:32:04.217: EVAL: @ASFdisconnect INFO graph_process 13-181-06:32:04.218: Disconnecting the data socket. ERROR graph_process 13-181-06:32:04.218: client_socket_component (socket_close): shutdown(data): (9) Bad file descriptor ERROR graph_process 13-181-06:32:04.222: client_socket_component (socket_close): close(data): (9) Bad file descriptor INFO graph_process 13-181-06:32:04.223: client_socket_component closed socket socket INFO graph_process 13-181-06:32:04.223: Socket has changed state from connecting to disconnected. INFO Stol 13-181-06:32:04.227: auto_disconnect line 101: ENDIF INFO Stol 13-181-06:32:04.231: auto_disconnect line 103: DISABLE CMD, defaultCommand INFO Stol 13-181-06:32:04.232: Disabling the cmd graph 'defaultCommand' INFO Stol 13-181-06:32:05.129: Cmd graph 'defaultCommand' disabled INFO Stol 13-181-06:32:05.134: auto_disconnect line 104: ENDIF INFO Stol 13-181-06:32:05.139: auto_disconnect line 106: DISABLE CMD INFO Stol 13-181-06:32:05.142: Disabling the cmd subsystem INFO Stol 13-181-06:32:05.390: auto_disconnect line 109: archive stop all INFO Stol 13-181-06:32:05.394: auto_disconnect line 110: DISABLE TLM INFO Stol 13-181-06:32:05.398: Disabling the telemetry subsystem INFO frame_sorter 13-181-06:32:05.647: frame_sorter closed output_2 output socket INFO frame_sorter 13-181-06:32:05.648: frame_sorter closed output_1 output socket INFO frame_sorter 13-181-06:32:05.648: frame_sorter closed output_0 output socket INFO Stol 13-181-06:32:05.889: playback stop: no active playbacks INFO graph_process 13-181-06:32:05.931: Process tlmStatic pid: 19069 stopped. INFO graph_process 13-181-06:32:05.938: Process tmController pid: 19071 stopped. INFO tmController 13-181-06:32:05.938: Controller received SIGCHLD but failed to reaped a child INFO tmController 13-181-06:32:05.938: Controller received signal 15. Exiting. INFO frame_sorter 13-181-06:32:05.938: frame_sorter closed output_3 output socket INFO frame_sorter 13-181-06:32:05.939: frame_sorter closed output_4 output socket INFO iris_packet_arc 13-181-06:32:05.939: iris_packet_archiver application shutting down (11 packet(s) discarded). INFO frame_sorter 13-181-06:32:05.939: frame_sorter closed output_5 output socket INFO frame_sorter 13-181-06:32:05.939: frame_sorter closed output_6 output socket INFO frame_sorter 13-181-06:32:05.939: frame_sorter closed cmd_history output socket INFO frame_sorter 13-181-06:32:05.941: frame_sorter closed cmd_Q output socket INFO frame_sorter 13-181-06:32:05.942: frame_sorter closed tlmprintf output socket INFO iris_packet_arc 13-181-06:32:05.942: iris_packet_archiver application shutting down (0 packet(s) discarded). INFO frame_sorter 13-181-06:32:05.942: frame_sorter: terminated INFO iris_packet_arc 13-181-06:32:05.943: iris_packet_archiver application shutting down (0 packet(s) discarded). INFO iris_packet_arc 13-181-06:32:05.943: iris_packet_archiver application shutting down (0 packet(s) discarded). INFO Stol 13-181-06:32:05.943: auto_disconnect line 113: LOCAL state = CONCAT(station, ".input.state") INFO Stol 13-181-06:32:05.943: Assigning string "ASF.input.state" to new local variable STATE. INFO Stol 13-181-06:32:05.949: auto_disconnect line 114: LOCAL wait_status INFO Stol 13-181-06:32:05.954: auto_disconnect line 115: WAIT connect_timeout UNTIL(p@NAME(state) .NE. "CONNECTED") STATUS=wait_status INFO Stol 13-181-06:32:05.955: Not stopping -- condition initially TRUE INFO Stol 13-181-06:32:05.959: auto_disconnect line 116: IF( .NOT. wait_status) THEN INFO Stol 13-181-06:32:05.960: auto_disconnect line 125: ENDIF INFO Stol 13-181-06:32:05.964: auto_disconnect line 127: LOCAL test_station = station INFO Stol 13-181-06:32:05.966: Assigning string "ASF" to new local variable TEST_STATION. INFO Stol 13-181-06:32:05.970: auto_disconnect line 128: IF((station .EQ. "remoteLM") .OR. (station .EQ. "remoteOBS") .OR. (station .EQ. "remoteOBSRF") .OR. (station .EQ. "remoteOBSVC4") .OR. (station .EQ. "remoteSocket")) THEN INFO Stol 13-181-06:32:05.971: auto_disconnect line 130: ELSE INFO Stol 13-181-06:32:05.976: auto_disconnect line 131: test_station = CONCAT(test_station, "_sock") INFO Stol 13-181-06:32:05.982: Assigning string "ASF_sock" to local variable TEST_STATION. INFO Stol 13-181-06:32:05.982: auto_disconnect line 132: ENDIF INFO Stol 13-181-06:32:05.987: auto_disconnect line 133: state = CONCAT("defaultcommand.", test_station, ".status.state") INFO Stol 13-181-06:32:05.990: Assigning string "defaultcommand.ASF_sock.status.state" to local variable STATE. INFO Stol 13-181-06:32:05.993: auto_disconnect line 134: WAIT connect_timeout UNTIL(p@NAME(state) .NE. "CONNECTED") STATUS=wait_status INFO Stol 13-181-06:32:05.993: Not stopping -- condition initially TRUE INFO Stol 13-181-06:32:05.998: auto_disconnect line 135: IF( .NOT. wait_status) THEN INFO Stol 13-181-06:32:06.001: auto_disconnect line 144: ENDIF INFO Stol 13-181-06:32:06.005: auto_disconnect line 146: SHO "Auto Disconnect: Successfully disconnected from station." INFO Stol 13-181-06:32:06.005: Auto Disconnect: Successfully disconnected from station. INFO Stol 13-181-06:32:06.014: auto_disconnect line 147: SYSTEM concat("post_gmsec_msg", " ", "info", " " , "auto_disconnect.proc", " ", "\""Successfully disconnected from station: ",station,"\""") INFO Stol 13-181-06:32:06.015: SYSTEM: ok 19271 INFO Stol 13-181-06:32:06.024: auto_disconnect line 150: start postpass INFO Stol 13-181-06:32:06.027: Opened postpass in procs/m_setup/postpass.proc INFO Stol 13-181-06:32:06.033: postpass line 45: proc postpass(run_full) WARN Stol 13-181-06:32:06.033: Not enough arguments; run_full was initialized to NULL INFO Stol 13-181-06:32:06.045: postpass line 46: SPEED 0 INFO Stol 13-181-06:32:06.046: Setting 'postpass's speed to 0 seconds between directives. INFO Stol 13-181-06:32:06.047: postpass line 47: LOCAL state INFO Stol 13-181-06:32:06.072: postpass line 48: LOCAL wait_status INFO Stol 13-181-06:32:06.072: postpass line 52: IF( .NOT. ISVARIABLE(station)) THEN INFO Stol 13-181-06:32:06.072: postpass line 55: ENDIF INFO Stol 13-181-06:32:06.072: postpass line 59: IF( ISNULL(run_full)) THEN INFO Stol 13-181-06:32:06.078: postpass line 60: run_full = "TRUE" INFO Stol 13-181-06:32:06.078: Assigning string "TRUE" to local variable RUN_FULL. INFO Stol 13-181-06:32:06.082: postpass line 61: ELSE INFO Stol 13-181-06:32:06.088: postpass line 63: ENDIF INFO Stol 13-181-06:32:06.088: postpass line 65: SHO CONCAT("Run Full Flag = ", run_full) INFO Stol 13-181-06:32:06.088: Run Full Flag = TRUE INFO Stol 13-181-06:32:06.089: postpass line 68: IF (run_full .NE. "FALSE") THEN ;Only need check in full INFO Stol 13-181-06:32:06.089: postpass line 69: SHO "Varifying Telemetry is Disabled" INFO Stol 13-181-06:32:06.089: Varifying Telemetry is Disabled INFO Stol 13-181-06:32:06.089: postpass line 70: state = CONCAT(station, ".input.state") INFO Stol 13-181-06:32:06.089: Assigning string "ASF.input.state" to local variable STATE. INFO Stol 13-181-06:32:06.089: postpass line 71: WAIT 40 UNTIL(p@NAME(state) .NE. "CONNECTED") STATUS=wait_status INFO Stol 13-181-06:32:06.089: Not stopping -- condition initially TRUE INFO Stol 13-181-06:32:06.089: postpass line 72: IF( .NOT. wait_status) THEN INFO Stol 13-181-06:32:06.090: postpass line 75: ENDIF INFO Stol 13-181-06:32:06.094: postpass line 77: SHO "Varifying Commanding is Disabled" INFO Stol 13-181-06:32:06.094: Varifying Commanding is Disabled INFO Stol 13-181-06:32:06.101: postpass line 78: LOCAL test_station = station INFO Stol 13-181-06:32:06.101: Assigning string "ASF" to new local variable TEST_STATION. INFO Stol 13-181-06:32:06.101: postpass line 79: IF((station .EQ. "remoteLM") .OR. (station .EQ. "remoteOBS") .OR. (station .EQ. "remoteOBSRF") .OR. (station .EQ. "remoteOBSVC4")) THEN INFO Stol 13-181-06:32:06.101: postpass line 81: ELSE INFO Stol 13-181-06:32:06.102: postpass line 82: test_station = CONCAT(test_station, "_sock") INFO Stol 13-181-06:32:06.102: Assigning string "ASF_sock" to local variable TEST_STATION. INFO Stol 13-181-06:32:06.102: postpass line 83: ENDIF INFO Stol 13-181-06:32:06.102: postpass line 84: state = CONCAT("defaultCommand.", test_station, ".status.state") INFO Stol 13-181-06:32:06.102: Assigning string "defaultCommand.ASF_sock.status.state" to local variable STATE. INFO Stol 13-181-06:32:06.102: postpass line 85: WAIT 40 UNTIL(p@NAME(state) .NE. "CONNECTED") STATUS=wait_status INFO Stol 13-181-06:32:06.102: Not stopping -- condition initially TRUE INFO Stol 13-181-06:32:06.102: postpass line 86: IF( .NOT. wait_status) THEN INFO Stol 13-181-06:32:06.103: postpass line 89: ENDIF INFO Stol 13-181-06:32:06.106: postpass line 90: ENDIF INFO Stol 13-181-06:32:06.106: postpass line 93: sho "Stopping CFGMON" INFO Stol 13-181-06:32:06.106: Stopping CFGMON INFO Stol 13-181-06:32:06.107: postpass line 94: cfgmon clear aos1 INFO Stol 13-181-06:32:06.107: postpass line 96: sho "Stopping collectors" INFO Stol 13-181-06:32:06.107: Stopping collectors INFO Stol 13-181-06:32:06.107: postpass line 97: start itos_tlm_cmd_history_collector(stop, station) INFO eqn_cfgmon 13-181-06:32:06.107: configuration aos1: terminated INFO Stol 13-181-06:32:06.107: Opened itos_tlm_cmd_history_collector in procs/b_test/common/itos_tlm_cmd_history_collector.proc INFO Stol 13-181-06:32:06.107: itos_tlm_cmd_history_collector line 50: proc itos_tlm_cmd_history_collector(operation, station, passed_index, passed_file) WARN Stol 13-181-06:32:06.107: Not enough arguments; passed_index and passed_file were initialized to NULL INFO Stol 13-181-06:32:06.108: itos_tlm_cmd_history_collector line 52: speed 0 INFO Stol 13-181-06:32:06.108: Setting 'itos_tlm_cmd_history_collector's speed to 0 seconds between directives. INFO Stol 13-181-06:32:06.108: itos_tlm_cmd_history_collector line 58: local type = "command" ; change to "command" for command dumps INFO Stol 13-181-06:32:06.108: Assigning string "command" to new local variable TYPE. INFO Stol 13-181-06:32:06.108: itos_tlm_cmd_history_collector line 59: local packet = "B_CHM_CMD_HIST" INFO Stol 13-181-06:32:06.108: Assigning string "B_CHM_CMD_HIST" to new local variable PACKET. INFO Stol 13-181-06:32:06.114: itos_tlm_cmd_history_collector line 60: local filter = "vc1 1202" ; numeric VC and AppID sent to tlm subsystem INFO Stol 13-181-06:32:06.115: Assigning string "vc1 1202" to new local variable FILTER. INFO Stol 13-181-06:32:06.115: itos_tlm_cmd_history_collector line 61: local data_offset INFO Stol 13-181-06:32:06.115: itos_tlm_cmd_history_collector line 62: local system_name = "B_CHM_CMD_HIST_SYSTEM" INFO Stol 13-181-06:32:06.115: Assigning string "B_CHM_CMD_HIST_SYSTEM" to new local variable SYSTEM_NAME. INFO Stol 13-181-06:32:06.115: itos_tlm_cmd_history_collector line 63: local text_mnemonic = "B_CHM_BUFFER" INFO Stol 13-181-06:32:06.115: Assigning string "B_CHM_BUFFER" to new local variable TEXT_MNEMONIC. INFO Stol 13-181-06:32:06.115: itos_tlm_cmd_history_collector line 64: local wrappers = "itp" ; should not be changed INFO Stol 13-181-06:32:06.115: Assigning string "itp" to new local variable WRAPPERS. INFO Stol 13-181-06:32:06.115: itos_tlm_cmd_history_collector line 68: local list ; = dump_list INFO Stol 13-181-06:32:06.116: itos_tlm_cmd_history_collector line 69: local index ; overridded by passed_index INFO Stol 13-181-06:32:06.116: itos_tlm_cmd_history_collector line 74: local array = "B_CHM_BUFFER" INFO Stol 13-181-06:32:06.116: Assigning string "B_CHM_BUFFER" to new local variable ARRAY. INFO Stol 13-181-06:32:06.116: itos_tlm_cmd_history_collector line 75: local indices = "B_CHM_CMD_LOG_IDX" INFO Stol 13-181-06:32:06.116: Assigning string "B_CHM_CMD_LOG_IDX" to new local variable INDICES. INFO Stol 13-181-06:32:06.116: itos_tlm_cmd_history_collector line 80: local log_output INFO Stol 13-181-06:32:06.116: itos_tlm_cmd_history_collector line 81: local file ; overridden by passed_file INFO Stol 13-181-06:32:06.116: itos_tlm_cmd_history_collector line 86: local sx = "B_CHM_CMD_HIST_SYSTEM.B_CHM_BUFFER" INFO Stol 13-181-06:32:06.116: Assigning string "B_CHM_CMD_HIST_SYSTEM.B_CHM_BUFFER" to new local variable SX. INFO Stol 13-181-06:32:06.118: itos_tlm_cmd_history_collector line 90: local regex INFO Stol 13-181-06:32:06.118: itos_tlm_cmd_history_collector line 91: local size INFO Stol 13-181-06:32:06.118: itos_tlm_cmd_history_collector line 92: local nbits INFO Stol 13-181-06:32:06.125: itos_tlm_cmd_history_collector line 97: local output = "cmd_history" ; name given to tlm system for this stream INFO Stol 13-181-06:32:06.125: Assigning string "cmd_history" to new local variable OUTPUT. INFO Stol 13-181-06:32:06.125: itos_tlm_cmd_history_collector line 98: local fd = 3456 INFO Stol 13-181-06:32:06.125: Assigning int 3456 to new local variable FD. INFO Stol 13-181-06:32:06.125: itos_tlm_cmd_history_collector line 99: local resp, id, host, port, junk INFO Stol 13-181-06:32:06.126: itos_tlm_cmd_history_collector line 100: local pid INFO Stol 13-181-06:32:06.126: itos_tlm_cmd_history_collector line 101: local pidvar INFO Stol 13-181-06:32:06.126: itos_tlm_cmd_history_collector line 103: pidvar = concat("gbl_itdc_", station, "_", packet, "_pid") INFO Stol 13-181-06:32:06.126: Assigning string "gbl_itdc_ASF_B_CHM_CMD_HIST_pid" to local variable PIDVAR. INFO Stol 13-181-06:32:06.126: itos_tlm_cmd_history_collector line 104: global name(pidvar) WARN Stol 13-181-06:32:06.126: GLOBAL Symbol 'GBL_ITDC_ASF_B_CHM_CMD_HIST_PID' already exists, ignoring. INFO Stol 13-181-06:32:06.126: itos_tlm_cmd_history_collector line 109: if (.not. isnull(name(pidvar)) .and. name(pidvar) .gt. 0) then INFO Stol 13-181-06:32:06.126: itos_tlm_cmd_history_collector line 110: pid = name(pidvar) INFO Stol 13-181-06:32:06.127: Assigning int 19155 to local variable PID. INFO Stol 13-181-06:32:06.127: itos_tlm_cmd_history_collector line 111: endif INFO Stol 13-181-06:32:06.127: itos_tlm_cmd_history_collector line 116: if (lowercase(operation) .eq. "stop") then INFO Stol 13-181-06:32:06.127: itos_tlm_cmd_history_collector line 117: if (.not. isnull(pid)) then INFO Stol 13-181-06:32:06.127: itos_tlm_cmd_history_collector line 118: system concat("kill -15 ", pid) WARN Stol 13-181-06:32:06.127: SYSTEM: warning process ID 19155 not recognized; kill ignored INFO Stol 13-181-06:32:06.127: itos_tlm_cmd_history_collector line 119: name(pidvar) = tonull(0) INFO Stol 13-181-06:32:06.127: Assigning a NULL object to global variable GBL_ITDC_ASF_B_CHM_CMD_HIST_PID. INFO Stol 13-181-06:32:06.127: itos_tlm_cmd_history_collector line 120: else INFO Stol 13-181-06:32:06.128: itos_tlm_cmd_history_collector line 122: endif INFO Stol 13-181-06:32:06.131: itos_tlm_cmd_history_collector line 123: return INFO Stol 13-181-06:32:06.131: postpass line 98: start itos_tlm_cmdq_collector(stop, station, , queuedumpfile) INFO Stol 13-181-06:32:06.131: Opened itos_tlm_cmdq_collector in procs/b_test/common/itos_tlm_cmdq_collector.proc INFO Stol 13-181-06:32:06.131: itos_tlm_cmdq_collector line 50: proc itos_tlm_cmdq_collector(operation, station, passed_index, passed_file) WARN Stol 13-181-06:32:06.132: Missing argument passed_index initialized to NULL INFO Stol 13-181-06:32:06.132: itos_tlm_cmdq_collector line 52: speed 0 INFO Stol 13-181-06:32:06.132: Setting 'itos_tlm_cmdq_collector's speed to 0 seconds between directives. INFO Stol 13-181-06:32:06.132: itos_tlm_cmdq_collector line 58: local type = "command" ; change to "command" for command dumps INFO Stol 13-181-06:32:06.132: Assigning string "command" to new local variable TYPE. INFO Stol 13-181-06:32:06.132: itos_tlm_cmdq_collector line 59: local packet = "B_QM_Q" INFO Stol 13-181-06:32:06.132: Assigning string "B_QM_Q" to new local variable PACKET. INFO Stol 13-181-06:32:06.132: itos_tlm_cmdq_collector line 60: local filter = "vc1 702" ; numeric VC and AppID sent to tlm subsystem INFO Stol 13-181-06:32:06.132: Assigning string "vc1 702" to new local variable FILTER. INFO Stol 13-181-06:32:06.133: itos_tlm_cmdq_collector line 61: local data_offset INFO Stol 13-181-06:32:06.133: itos_tlm_cmdq_collector line 62: local system_name = "B_QM_Q_SYSTEM" INFO Stol 13-181-06:32:06.136: Assigning string "B_QM_Q_SYSTEM" to new local variable SYSTEM_NAME. INFO Stol 13-181-06:32:06.136: itos_tlm_cmdq_collector line 63: local text_mnemonic = "B_QM_BUFFER" INFO Stol 13-181-06:32:06.136: Assigning string "B_QM_BUFFER" to new local variable TEXT_MNEMONIC. INFO Stol 13-181-06:32:06.136: itos_tlm_cmdq_collector line 64: local wrappers = "itp" ; should not be changed INFO Stol 13-181-06:32:06.136: Assigning string "itp" to new local variable WRAPPERS. INFO Stol 13-181-06:32:06.137: itos_tlm_cmdq_collector line 68: local list ; = dump_list INFO Stol 13-181-06:32:06.137: itos_tlm_cmdq_collector line 69: local index ; overridded by passed_index INFO Stol 13-181-06:32:06.137: itos_tlm_cmdq_collector line 74: local array = "B_QM_BUFFER" INFO Stol 13-181-06:32:06.137: Assigning string "B_QM_BUFFER" to new local variable ARRAY. INFO Stol 13-181-06:32:06.137: itos_tlm_cmdq_collector line 75: local indices = "B_QM_QUEUE_NUM B_QM_QUEUE_IDX" INFO Stol 13-181-06:32:06.137: Assigning string "B_QM_QUEUE_NUM B_QM_QUEUE_IDX" to new local variable INDICES. INFO Stol 13-181-06:32:06.137: itos_tlm_cmdq_collector line 80: local log_output INFO Stol 13-181-06:32:06.137: itos_tlm_cmdq_collector line 81: local file ; overridden by passed_file INFO Stol 13-181-06:32:06.141: itos_tlm_cmdq_collector line 86: local sx = "B_QM_Q_SYSTEM.B_QM_BUFFER" INFO Stol 13-181-06:32:06.141: Assigning string "B_QM_Q_SYSTEM.B_QM_BUFFER" to new local variable SX. INFO Stol 13-181-06:32:06.142: itos_tlm_cmdq_collector line 90: local regex INFO Stol 13-181-06:32:06.143: itos_tlm_cmdq_collector line 91: local size INFO Stol 13-181-06:32:06.143: itos_tlm_cmdq_collector line 92: local nbits INFO Stol 13-181-06:32:06.143: itos_tlm_cmdq_collector line 97: local output = "cmd_Q" ; name given to tlm system for this stream INFO Stol 13-181-06:32:06.143: Assigning string "cmd_Q" to new local variable OUTPUT. INFO Stol 13-181-06:32:06.143: itos_tlm_cmdq_collector line 98: local fd = 3456 INFO Stol 13-181-06:32:06.143: Assigning int 3456 to new local variable FD. INFO Stol 13-181-06:32:06.143: itos_tlm_cmdq_collector line 99: local resp, id, host, port, junk INFO Stol 13-181-06:32:06.144: itos_tlm_cmdq_collector line 100: local pid INFO Stol 13-181-06:32:06.144: itos_tlm_cmdq_collector line 101: local pidvar INFO Stol 13-181-06:32:06.144: itos_tlm_cmdq_collector line 103: pidvar = concat("gbl_itdc_", station, "_", packet, "_pid") INFO Stol 13-181-06:32:06.156: Assigning string "gbl_itdc_ASF_B_QM_Q_pid" to local variable PIDVAR. INFO Stol 13-181-06:32:06.156: itos_tlm_cmdq_collector line 104: global name(pidvar) WARN Stol 13-181-06:32:06.156: GLOBAL Symbol 'GBL_ITDC_ASF_B_QM_Q_PID' already exists, ignoring. INFO Stol 13-181-06:32:06.156: itos_tlm_cmdq_collector line 109: if (.not. isnull(name(pidvar)) .and. name(pidvar) .gt. 0) then INFO Stol 13-181-06:32:06.156: itos_tlm_cmdq_collector line 110: pid = name(pidvar) INFO Stol 13-181-06:32:06.156: Assigning int 19163 to local variable PID. INFO Stol 13-181-06:32:06.156: itos_tlm_cmdq_collector line 111: endif INFO Stol 13-181-06:32:06.156: itos_tlm_cmdq_collector line 116: if (lowercase(operation) .eq. "stop") then INFO Stol 13-181-06:32:06.157: itos_tlm_cmdq_collector line 117: if (.not. isnull(pid)) then INFO Stol 13-181-06:32:06.157: itos_tlm_cmdq_collector line 118: system concat("kill -15 ", pid) WARN Stol 13-181-06:32:06.157: SYSTEM: warning process ID 19163 not recognized; kill ignored INFO Stol 13-181-06:32:06.157: itos_tlm_cmdq_collector line 119: name(pidvar) = tonull(0) INFO Stol 13-181-06:32:06.157: Assigning a NULL object to global variable GBL_ITDC_ASF_B_QM_Q_PID. INFO Stol 13-181-06:32:06.157: itos_tlm_cmdq_collector line 120: else INFO Stol 13-181-06:32:06.157: itos_tlm_cmdq_collector line 122: endif INFO Stol 13-181-06:32:06.157: itos_tlm_cmdq_collector line 123: return INFO Stol 13-181-06:32:06.157: postpass line 99: start itos_tlm_printf_collector(stop, station) INFO Stol 13-181-06:32:06.158: Opened itos_tlm_printf_collector in procs/b_test/common/itos_tlm_printf_collector.proc INFO Stol 13-181-06:32:06.161: itos_tlm_printf_collector line 50: proc itos_dump_collector_printf(operation, station, passed_index, passed_file) WARN Stol 13-181-06:32:06.161: Not enough arguments; passed_index and passed_file were initialized to NULL INFO Stol 13-181-06:32:06.161: itos_tlm_printf_collector line 52: speed 0 INFO Stol 13-181-06:32:06.161: Setting 'itos_tlm_printf_collector's speed to 0 seconds between directives. INFO Stol 13-181-06:32:06.162: itos_tlm_printf_collector line 58: local type = "text" ; change to "command" for command dumps INFO Stol 13-181-06:32:06.162: Assigning string "text" to new local variable TYPE. INFO Stol 13-181-06:32:06.162: itos_tlm_printf_collector line 59: local packet = "B_UFM_TLMPRINTF" INFO Stol 13-181-06:32:06.162: Assigning string "B_UFM_TLMPRINTF" to new local variable PACKET. INFO Stol 13-181-06:32:06.162: itos_tlm_printf_collector line 60: local filter = "vc1 1993" ; numeric VC and AppID sent to tlm subsystem INFO Stol 13-181-06:32:06.162: Assigning string "vc1 1993" to new local variable FILTER. INFO Stol 13-181-06:32:06.162: itos_tlm_printf_collector line 61: local data_offset INFO Stol 13-181-06:32:06.162: itos_tlm_printf_collector line 62: local system_name = "B_UFM_TLMPRINTF_SYSTEM" INFO Stol 13-181-06:32:06.162: Assigning string "B_UFM_TLMPRINTF_SYSTEM" to new local variable SYSTEM_NAME. INFO Stol 13-181-06:32:06.163: itos_tlm_printf_collector line 63: local text_mnemonic = "B_UFM_MESSAGE" INFO Stol 13-181-06:32:06.163: Assigning string "B_UFM_MESSAGE" to new local variable TEXT_MNEMONIC. INFO Stol 13-181-06:32:06.176: itos_tlm_printf_collector line 64: local wrappers = "itp" ; should not be changed INFO Stol 13-181-06:32:06.176: Assigning string "itp" to new local variable WRAPPERS. INFO Stol 13-181-06:32:06.176: itos_tlm_printf_collector line 68: local list = "B_UFM_MESSAGE" ; = dump_list INFO Stol 13-181-06:32:06.177: Assigning string "B_UFM_MESSAGE" to new local variable LIST. INFO Stol 13-181-06:32:06.177: itos_tlm_printf_collector line 69: local index ; overridded by passed_index INFO Stol 13-181-06:32:06.177: itos_tlm_printf_collector line 74: local array INFO Stol 13-181-06:32:06.183: itos_tlm_printf_collector line 75: local indices INFO Stol 13-181-06:32:06.183: itos_tlm_printf_collector line 80: local log_output = 1 INFO Stol 13-181-06:32:06.183: Assigning int 1 to new local variable LOG_OUTPUT. INFO Stol 13-181-06:32:06.183: itos_tlm_printf_collector line 81: local file ; overridden by passed_file INFO Stol 13-181-06:32:06.183: itos_tlm_printf_collector line 86: local sx = "B_UFM_TLMPRINTF_SYSTEM.B_UFM_MESSAGE" INFO Stol 13-181-06:32:06.183: Assigning string "B_UFM_TLMPRINTF_SYSTEM.B_UFM_MESSAGE" to new local variable SX. INFO Stol 13-181-06:32:06.184: itos_tlm_printf_collector line 90: local regex INFO Stol 13-181-06:32:06.184: itos_tlm_printf_collector line 91: local size INFO Stol 13-181-06:32:06.184: itos_tlm_printf_collector line 92: local nbits INFO Stol 13-181-06:32:06.184: itos_tlm_printf_collector line 97: local output = "tlmprintf" ; name given to tlm system for this stream INFO Stol 13-181-06:32:06.184: Assigning string "tlmprintf" to new local variable OUTPUT. INFO Stol 13-181-06:32:06.184: itos_tlm_printf_collector line 98: local fd = 3456 INFO Stol 13-181-06:32:06.184: Assigning int 3456 to new local variable FD. INFO Stol 13-181-06:32:06.184: itos_tlm_printf_collector line 99: local resp, id, host, port, junk INFO Stol 13-181-06:32:06.185: itos_tlm_printf_collector line 100: local pid INFO Stol 13-181-06:32:06.188: itos_tlm_printf_collector line 101: local pidvar INFO Stol 13-181-06:32:06.188: itos_tlm_printf_collector line 103: pidvar = concat("gbl_itdc_", station, "_", packet, "_pid") INFO Stol 13-181-06:32:06.188: Assigning string "gbl_itdc_ASF_B_UFM_TLMPRINTF_pid" to local variable PIDVAR. INFO Stol 13-181-06:32:06.193: itos_tlm_printf_collector line 104: global name(pidvar) WARN Stol 13-181-06:32:06.196: GLOBAL Symbol 'GBL_ITDC_ASF_B_UFM_TLMPRINTF_PID' already exists, ignoring. INFO Stol 13-181-06:32:06.196: itos_tlm_printf_collector line 109: if (.not. isnull(name(pidvar)) .and. name(pidvar) .gt. 0) then INFO Stol 13-181-06:32:06.196: itos_tlm_printf_collector line 110: pid = name(pidvar) INFO Stol 13-181-06:32:06.196: Assigning int 19173 to local variable PID. INFO Stol 13-181-06:32:06.196: itos_tlm_printf_collector line 111: endif INFO Stol 13-181-06:32:06.197: itos_tlm_printf_collector line 116: if (lowercase(operation) .eq. "stop") then INFO Stol 13-181-06:32:06.197: itos_tlm_printf_collector line 117: if (.not. isnull(pid)) then INFO Stol 13-181-06:32:06.197: itos_tlm_printf_collector line 118: system concat("kill -15 ", pid) WARN Stol 13-181-06:32:06.197: SYSTEM: warning process ID 19173 not recognized; kill ignored INFO Stol 13-181-06:32:06.200: itos_tlm_printf_collector line 119: name(pidvar) = tonull(0) INFO Stol 13-181-06:32:06.200: Assigning a NULL object to global variable GBL_ITDC_ASF_B_UFM_TLMPRINTF_PID. INFO Stol 13-181-06:32:06.200: itos_tlm_printf_collector line 120: else INFO Stol 13-181-06:32:06.200: itos_tlm_printf_collector line 122: endif INFO Stol 13-181-06:32:06.201: itos_tlm_printf_collector line 123: return INFO Stol 13-181-06:32:06.201: postpass line 102: SHO "Stopping All Archives" INFO Stol 13-181-06:32:06.201: Stopping All Archives INFO Stol 13-181-06:32:06.202: postpass line 104: start iris_packet_archiver_packet_timestamp("stop",station,"vc0",,"/mds/phase/archive/packets/vc0/") INFO Stol 13-181-06:32:06.202: Opened iris_packet_archiver_packet_timestamp in procs/m_test/iris_packet_archiver_packet_timestamp.proc INFO Stol 13-181-06:32:06.202: iris_packet_archiver_packet_timestamp line 57: PROC iris_packet_archiver_packet_timestamp(op, station, vc, packet_filter, output_dir) WARN Stol 13-181-06:32:06.207: Missing argument packet_filter initialized to NULL INFO post_gmsec_msg 13-181-06:32:06.214: Database command line record insert complete INFO Stol 13-181-06:32:06.221: iris_packet_archiver_packet_timestamp line 59: SPEED 0 INFO Stol 13-181-06:32:06.228: Setting 'iris_packet_archiver_packet_timestamp's speed to 0 seconds between directives. INFO Stol 13-181-06:32:06.228: iris_packet_archiver_packet_timestamp line 61: LOCAL wrappers = "'itp anno12'" ; should not be changed INFO Stol 13-181-06:32:06.228: Assigning string "'itp anno12'" to new local variable WRAPPERS. INFO Stol 13-181-06:32:06.228: iris_packet_archiver_packet_timestamp line 62: LOCAL timestamp_offset = 6 INFO Stol 13-181-06:32:06.228: Assigning int 6 to new local variable TIMESTAMP_OFFSET. INFO Stol 13-181-06:32:06.228: iris_packet_archiver_packet_timestamp line 63: LOCAL timestamp_length = 8 INFO Stol 13-181-06:32:06.229: Assigning int 8 to new local variable TIMESTAMP_LENGTH. INFO Stol 13-181-06:32:06.229: iris_packet_archiver_packet_timestamp line 65: IF ( ISNULL(op) .OR. ((UPPERCASE(op) .NE. "START") .AND. (UPPERCASE(op) .NE. "STOP")) ) THEN INFO Stol 13-181-06:32:06.229: iris_packet_archiver_packet_timestamp line 68: ENDIF INFO Stol 13-181-06:32:06.229: iris_packet_archiver_packet_timestamp line 70: IF ( ISNULL(station) .OR. (station .EQ. "") ) THEN INFO Stol 13-181-06:32:06.229: iris_packet_archiver_packet_timestamp line 73: ENDIF INFO Stol 13-181-06:32:06.229: iris_packet_archiver_packet_timestamp line 75: IF ( ISNULL(vc) .OR. (vc .EQ. "") ) THEN INFO Stol 13-181-06:32:06.229: iris_packet_archiver_packet_timestamp line 77: ENDIF INFO Stol 13-181-06:32:06.229: iris_packet_archiver_packet_timestamp line 79: IF ( ISNULL(output_dir) .OR. ( output_dir .EQ. "" ) ) THEN INFO Stol 13-181-06:32:06.236: iris_packet_archiver_packet_timestamp line 81: ENDIF INFO Stol 13-181-06:32:06.236: iris_packet_archiver_packet_timestamp line 83: LOCAL pidvar = concat("iris_packet_archiver_", station, "_", vc) INFO Stol 13-181-06:32:06.236: Assigning string "iris_packet_archiver_ASF_vc0" to new local variable PIDVAR. INFO Stol 13-181-06:32:06.236: iris_packet_archiver_packet_timestamp line 85: IF ( UPPERCASE(op) .EQ. "START" ) THEN INFO Stol 13-181-06:32:06.237: iris_packet_archiver_packet_timestamp line 114: ELSEIF ( UPPERCASE(op) .EQ. "STOP" ) THEN INFO Stol 13-181-06:32:06.237: iris_packet_archiver_packet_timestamp line 115: IF ( .NOT. ISGLOBAL(name(pidvar))) THEN INFO Stol 13-181-06:32:06.243: iris_packet_archiver_packet_timestamp line 119: ELSE INFO Stol 13-181-06:32:06.244: Proc 'iris_packet_archiver_packet_timestamp' Event: stopping iris_packet_archiver INFO Stol 13-181-06:32:06.244: iris_packet_archiver_packet_timestamp line 121: SYSTEM concat("kill -15 ", name(pidvar)) WARN Stol 13-181-06:32:06.244: SYSTEM: warning process ID 19112 not recognized; kill ignored INFO Stol 13-181-06:32:06.244: iris_packet_archiver_packet_timestamp line 122: FREE name(pidvar) INFO Stol 13-181-06:32:06.244: FREEing global variable "iris_packet_archiver_ASF_vc0" INFO Stol 13-181-06:32:06.244: iris_packet_archiver_packet_timestamp line 123: ENDIF INFO Stol 13-181-06:32:06.244: iris_packet_archiver_packet_timestamp line 124: ENDIF INFO Stol 13-181-06:32:06.244: iris_packet_archiver_packet_timestamp line 126: RETURN INFO Stol 13-181-06:32:06.259: postpass line 105: start iris_packet_archiver_packet_timestamp("stop",station,"vc1",,"/mds/phase/archive/packets/vc1/") INFO Stol 13-181-06:32:06.259: Opened iris_packet_archiver_packet_timestamp in procs/m_test/iris_packet_archiver_packet_timestamp.proc INFO Stol 13-181-06:32:06.259: iris_packet_archiver_packet_timestamp line 57: PROC iris_packet_archiver_packet_timestamp(op, station, vc, packet_filter, output_dir) WARN Stol 13-181-06:32:06.259: Missing argument packet_filter initialized to NULL INFO Stol 13-181-06:32:06.259: iris_packet_archiver_packet_timestamp line 59: SPEED 0 INFO Stol 13-181-06:32:06.260: Setting 'iris_packet_archiver_packet_timestamp's speed to 0 seconds between directives. INFO Stol 13-181-06:32:06.260: iris_packet_archiver_packet_timestamp line 61: LOCAL wrappers = "'itp anno12'" ; should not be changed INFO Stol 13-181-06:32:06.260: Assigning string "'itp anno12'" to new local variable WRAPPERS. INFO Stol 13-181-06:32:06.260: iris_packet_archiver_packet_timestamp line 62: LOCAL timestamp_offset = 6 INFO Stol 13-181-06:32:06.260: Assigning int 6 to new local variable TIMESTAMP_OFFSET. INFO Stol 13-181-06:32:06.260: iris_packet_archiver_packet_timestamp line 63: LOCAL timestamp_length = 8 INFO Stol 13-181-06:32:06.260: Assigning int 8 to new local variable TIMESTAMP_LENGTH. INFO Stol 13-181-06:32:06.260: iris_packet_archiver_packet_timestamp line 65: IF ( ISNULL(op) .OR. ((UPPERCASE(op) .NE. "START") .AND. (UPPERCASE(op) .NE. "STOP")) ) THEN INFO Stol 13-181-06:32:06.260: iris_packet_archiver_packet_timestamp line 68: ENDIF INFO Stol 13-181-06:32:06.261: iris_packet_archiver_packet_timestamp line 70: IF ( ISNULL(station) .OR. (station .EQ. "") ) THEN INFO Stol 13-181-06:32:06.261: iris_packet_archiver_packet_timestamp line 73: ENDIF INFO Stol 13-181-06:32:06.261: iris_packet_archiver_packet_timestamp line 75: IF ( ISNULL(vc) .OR. (vc .EQ. "") ) THEN INFO Stol 13-181-06:32:06.261: iris_packet_archiver_packet_timestamp line 77: ENDIF INFO Stol 13-181-06:32:06.261: iris_packet_archiver_packet_timestamp line 79: IF ( ISNULL(output_dir) .OR. ( output_dir .EQ. "" ) ) THEN INFO Stol 13-181-06:32:06.261: iris_packet_archiver_packet_timestamp line 81: ENDIF INFO Stol 13-181-06:32:06.261: iris_packet_archiver_packet_timestamp line 83: LOCAL pidvar = concat("iris_packet_archiver_", station, "_", vc) INFO Stol 13-181-06:32:06.261: Assigning string "iris_packet_archiver_ASF_vc1" to new local variable PIDVAR. INFO Stol 13-181-06:32:06.262: iris_packet_archiver_packet_timestamp line 85: IF ( UPPERCASE(op) .EQ. "START" ) THEN INFO Stol 13-181-06:32:06.262: iris_packet_archiver_packet_timestamp line 114: ELSEIF ( UPPERCASE(op) .EQ. "STOP" ) THEN INFO Stol 13-181-06:32:06.262: iris_packet_archiver_packet_timestamp line 115: IF ( .NOT. ISGLOBAL(name(pidvar))) THEN INFO Stol 13-181-06:32:06.262: iris_packet_archiver_packet_timestamp line 119: ELSE INFO Stol 13-181-06:32:06.262: Proc 'iris_packet_archiver_packet_timestamp' Event: stopping iris_packet_archiver INFO Stol 13-181-06:32:06.262: iris_packet_archiver_packet_timestamp line 121: SYSTEM concat("kill -15 ", name(pidvar)) WARN Stol 13-181-06:32:06.262: SYSTEM: warning process ID 19120 not recognized; kill ignored INFO Stol 13-181-06:32:06.262: iris_packet_archiver_packet_timestamp line 122: FREE name(pidvar) INFO Stol 13-181-06:32:06.262: FREEing global variable "iris_packet_archiver_ASF_vc1" INFO Stol 13-181-06:32:06.263: iris_packet_archiver_packet_timestamp line 123: ENDIF INFO Stol 13-181-06:32:06.263: iris_packet_archiver_packet_timestamp line 124: ENDIF INFO Stol 13-181-06:32:06.263: iris_packet_archiver_packet_timestamp line 126: RETURN INFO Stol 13-181-06:32:06.263: postpass line 106: start iris_packet_archiver_packet_timestamp("stop",station,"vc4",,"/mds/phase/archive/packets/vc4/") INFO Stol 13-181-06:32:06.263: Opened iris_packet_archiver_packet_timestamp in procs/m_test/iris_packet_archiver_packet_timestamp.proc INFO Stol 13-181-06:32:06.263: iris_packet_archiver_packet_timestamp line 57: PROC iris_packet_archiver_packet_timestamp(op, station, vc, packet_filter, output_dir) WARN Stol 13-181-06:32:06.263: Missing argument packet_filter initialized to NULL INFO Stol 13-181-06:32:06.263: iris_packet_archiver_packet_timestamp line 59: SPEED 0 INFO Stol 13-181-06:32:06.263: Setting 'iris_packet_archiver_packet_timestamp's speed to 0 seconds between directives. INFO Stol 13-181-06:32:06.263: iris_packet_archiver_packet_timestamp line 61: LOCAL wrappers = "'itp anno12'" ; should not be changed INFO Stol 13-181-06:32:06.271: Assigning string "'itp anno12'" to new local variable WRAPPERS. INFO Stol 13-181-06:32:06.271: iris_packet_archiver_packet_timestamp line 62: LOCAL timestamp_offset = 6 INFO Stol 13-181-06:32:06.271: Assigning int 6 to new local variable TIMESTAMP_OFFSET. INFO Stol 13-181-06:32:06.271: iris_packet_archiver_packet_timestamp line 63: LOCAL timestamp_length = 8 INFO Stol 13-181-06:32:06.271: Assigning int 8 to new local variable TIMESTAMP_LENGTH. INFO Stol 13-181-06:32:06.271: iris_packet_archiver_packet_timestamp line 65: IF ( ISNULL(op) .OR. ((UPPERCASE(op) .NE. "START") .AND. (UPPERCASE(op) .NE. "STOP")) ) THEN INFO Stol 13-181-06:32:06.272: iris_packet_archiver_packet_timestamp line 68: ENDIF INFO Stol 13-181-06:32:06.272: iris_packet_archiver_packet_timestamp line 70: IF ( ISNULL(station) .OR. (station .EQ. "") ) THEN INFO Stol 13-181-06:32:06.272: iris_packet_archiver_packet_timestamp line 73: ENDIF INFO Stol 13-181-06:32:06.272: iris_packet_archiver_packet_timestamp line 75: IF ( ISNULL(vc) .OR. (vc .EQ. "") ) THEN INFO Stol 13-181-06:32:06.272: iris_packet_archiver_packet_timestamp line 77: ENDIF INFO Stol 13-181-06:32:06.272: iris_packet_archiver_packet_timestamp line 79: IF ( ISNULL(output_dir) .OR. ( output_dir .EQ. "" ) ) THEN INFO Stol 13-181-06:32:06.272: iris_packet_archiver_packet_timestamp line 81: ENDIF INFO Stol 13-181-06:32:06.272: iris_packet_archiver_packet_timestamp line 83: LOCAL pidvar = concat("iris_packet_archiver_", station, "_", vc) INFO Stol 13-181-06:32:06.273: Assigning string "iris_packet_archiver_ASF_vc4" to new local variable PIDVAR. INFO Stol 13-181-06:32:06.273: iris_packet_archiver_packet_timestamp line 85: IF ( UPPERCASE(op) .EQ. "START" ) THEN INFO Stol 13-181-06:32:06.273: iris_packet_archiver_packet_timestamp line 114: ELSEIF ( UPPERCASE(op) .EQ. "STOP" ) THEN INFO Stol 13-181-06:32:06.273: iris_packet_archiver_packet_timestamp line 115: IF ( .NOT. ISGLOBAL(name(pidvar))) THEN INFO Stol 13-181-06:32:06.273: iris_packet_archiver_packet_timestamp line 119: ELSE INFO Stol 13-181-06:32:06.273: Proc 'iris_packet_archiver_packet_timestamp' Event: stopping iris_packet_archiver INFO Stol 13-181-06:32:06.273: iris_packet_archiver_packet_timestamp line 121: SYSTEM concat("kill -15 ", name(pidvar)) WARN Stol 13-181-06:32:06.273: SYSTEM: warning process ID 19128 not recognized; kill ignored INFO Stol 13-181-06:32:06.274: iris_packet_archiver_packet_timestamp line 122: FREE name(pidvar) INFO Stol 13-181-06:32:06.274: FREEing global variable "iris_packet_archiver_ASF_vc4" INFO Stol 13-181-06:32:06.274: iris_packet_archiver_packet_timestamp line 123: ENDIF INFO Stol 13-181-06:32:06.274: iris_packet_archiver_packet_timestamp line 124: ENDIF INFO Stol 13-181-06:32:06.274: iris_packet_archiver_packet_timestamp line 126: RETURN INFO Stol 13-181-06:32:06.274: postpass line 107: start iris_packet_archiver_packet_timestamp("stop",station,"vc8",,"/mds/phase/archive/packets/vc8/") INFO Stol 13-181-06:32:06.274: Opened iris_packet_archiver_packet_timestamp in procs/m_test/iris_packet_archiver_packet_timestamp.proc INFO Stol 13-181-06:32:06.279: iris_packet_archiver_packet_timestamp line 57: PROC iris_packet_archiver_packet_timestamp(op, station, vc, packet_filter, output_dir) WARN Stol 13-181-06:32:06.279: Missing argument packet_filter initialized to NULL INFO Stol 13-181-06:32:06.279: iris_packet_archiver_packet_timestamp line 59: SPEED 0 INFO Stol 13-181-06:32:06.280: Setting 'iris_packet_archiver_packet_timestamp's speed to 0 seconds between directives. INFO Stol 13-181-06:32:06.280: iris_packet_archiver_packet_timestamp line 61: LOCAL wrappers = "'itp anno12'" ; should not be changed INFO Stol 13-181-06:32:06.280: Assigning string "'itp anno12'" to new local variable WRAPPERS. INFO Stol 13-181-06:32:06.280: iris_packet_archiver_packet_timestamp line 62: LOCAL timestamp_offset = 6 INFO Stol 13-181-06:32:06.280: Assigning int 6 to new local variable TIMESTAMP_OFFSET. INFO Stol 13-181-06:32:06.280: iris_packet_archiver_packet_timestamp line 63: LOCAL timestamp_length = 8 INFO Stol 13-181-06:32:06.280: Assigning int 8 to new local variable TIMESTAMP_LENGTH. INFO Stol 13-181-06:32:06.280: iris_packet_archiver_packet_timestamp line 65: IF ( ISNULL(op) .OR. ((UPPERCASE(op) .NE. "START") .AND. (UPPERCASE(op) .NE. "STOP")) ) THEN INFO Stol 13-181-06:32:06.280: iris_packet_archiver_packet_timestamp line 68: ENDIF INFO Stol 13-181-06:32:06.281: iris_packet_archiver_packet_timestamp line 70: IF ( ISNULL(station) .OR. (station .EQ. "") ) THEN INFO Stol 13-181-06:32:06.281: iris_packet_archiver_packet_timestamp line 73: ENDIF INFO Stol 13-181-06:32:06.281: iris_packet_archiver_packet_timestamp line 75: IF ( ISNULL(vc) .OR. (vc .EQ. "") ) THEN INFO Stol 13-181-06:32:06.282: iris_packet_archiver_packet_timestamp line 77: ENDIF INFO Stol 13-181-06:32:06.282: iris_packet_archiver_packet_timestamp line 79: IF ( ISNULL(output_dir) .OR. ( output_dir .EQ. "" ) ) THEN INFO Stol 13-181-06:32:06.282: iris_packet_archiver_packet_timestamp line 81: ENDIF INFO Stol 13-181-06:32:06.282: iris_packet_archiver_packet_timestamp line 83: LOCAL pidvar = concat("iris_packet_archiver_", station, "_", vc) INFO Stol 13-181-06:32:06.282: Assigning string "iris_packet_archiver_ASF_vc8" to new local variable PIDVAR. INFO Stol 13-181-06:32:06.283: iris_packet_archiver_packet_timestamp line 85: IF ( UPPERCASE(op) .EQ. "START" ) THEN INFO Stol 13-181-06:32:06.296: iris_packet_archiver_packet_timestamp line 114: ELSEIF ( UPPERCASE(op) .EQ. "STOP" ) THEN INFO Stol 13-181-06:32:06.296: iris_packet_archiver_packet_timestamp line 115: IF ( .NOT. ISGLOBAL(name(pidvar))) THEN INFO Stol 13-181-06:32:06.296: iris_packet_archiver_packet_timestamp line 119: ELSE INFO Stol 13-181-06:32:06.296: Proc 'iris_packet_archiver_packet_timestamp' Event: stopping iris_packet_archiver INFO Stol 13-181-06:32:06.296: iris_packet_archiver_packet_timestamp line 121: SYSTEM concat("kill -15 ", name(pidvar)) WARN Stol 13-181-06:32:06.296: SYSTEM: warning process ID 19146 not recognized; kill ignored INFO Stol 13-181-06:32:06.297: iris_packet_archiver_packet_timestamp line 122: FREE name(pidvar) INFO Stol 13-181-06:32:06.297: FREEing global variable "iris_packet_archiver_ASF_vc8" INFO Stol 13-181-06:32:06.297: iris_packet_archiver_packet_timestamp line 123: ENDIF INFO Stol 13-181-06:32:06.297: iris_packet_archiver_packet_timestamp line 124: ENDIF INFO Stol 13-181-06:32:06.297: iris_packet_archiver_packet_timestamp line 126: RETURN INFO Stol 13-181-06:32:06.297: postpass line 111: local sysVar INFO tlmClient 13-181-06:32:06.297: tlmClient()- exited nbytes = 40683743.000000 rate = 456797.886489 bits/sec INFO Stol 13-181-06:32:06.297: postpass line 114: IF(gbl_tm_vc_in[1] .eq. 0) then INFO Stol 13-181-06:32:06.297: postpass line 116: ELSE INFO tlmClient 13-181-06:32:06.298: tlmClient()- exited nbytes = 0.000000 rate = 0.000000 bits/sec INFO Stol 13-181-06:32:06.298: postpass line 117: sysVar = system concat("mv -f ", gbl_tm_archdir, "/IRIS_VC1* /mds/phase/archive/pass/realtime/vc1/") INFO Stol 13-181-06:32:06.298: SYSTEM: ok 19280 INFO tlmClient 13-181-06:32:06.301: tlmClient()- exited nbytes = 0.000000 rate = 0.000000 bits/sec INFO graph_process 13-181-06:32:06.421: Process tlmStatic pid: 19069 exited with status: 0. INFO graph_process 13-181-06:32:06.425: Process tmController pid: 19071 exited with status: 0. INFO Stol 13-181-06:32:06.669: postpass line 118: system concat("echo '", startPlotTime, " ", strfdate("%y-%j-%H:%M:%S", gbl_mr_pkttime), "' > /mds/phase/log/vc1_archive_done.log") INFO Stol 13-181-06:32:06.670: SYSTEM: ok 19294 INFO Stol 13-181-06:32:06.670: postpass line 119: ENDIF INFO Stol 13-181-06:32:06.670: postpass line 121: IF(gbl_tm_vc_in[2] .eq. 0) THEN INFO Stol 13-181-06:32:06.670: postpass line 122: system concat("rm -f ", gbl_tm_archdir, "/", VC2filename, "*") INFO Stol 13-181-06:32:06.670: SYSTEM: ok 19295 INFO Stol 13-181-06:32:06.670: postpass line 123: ELSE INFO Stol 13-181-06:32:06.670: postpass line 126: ENDIF INFO Stol 13-181-06:32:06.670: postpass line 129: IF(gbl_tm_vc_in[3] .eq. 0) THEN INFO Stol 13-181-06:32:06.671: postpass line 130: system concat("rm -f ", gbl_tm_archdir, "/", VC3filename, "*") INFO Stol 13-181-06:32:06.671: SYSTEM: ok 19298 INFO Stol 13-181-06:32:06.671: postpass line 131: ELSE INFO Stol 13-181-06:32:06.671: postpass line 134: ENDIF INFO Stol 13-181-06:32:06.671: postpass line 136: IF(gbl_tm_vc_in[4] .eq. 0) THEN INFO Stol 13-181-06:32:06.671: postpass line 137: system concat("rm -f ", gbl_tm_archdir, "/", VC4filename, "*") INFO Stol 13-181-06:32:06.678: SYSTEM: ok 19309 INFO Stol 13-181-06:32:06.679: postpass line 138: ELSE INFO Stol 13-181-06:32:06.679: postpass line 140: ENDIF INFO Stol 13-181-06:32:06.679: postpass line 142: IF(gbl_tm_vc_in[8] .eq. 0) THEN INFO Stol 13-181-06:32:06.679: postpass line 143: system concat("rm -f ", gbl_tm_archdir, "/", VC8filename, "*") INFO Stol 13-181-06:32:06.679: SYSTEM: ok 19314 INFO Stol 13-181-06:32:06.679: postpass line 144: ELSE INFO Stol 13-181-06:32:06.679: postpass line 146: ENDIF INFO Stol 13-181-06:32:06.679: postpass line 150: IF(run_full .NE. "FALSE") THEN ;Only needed to run in FULL postpass INFO Stol 13-181-06:32:06.680: postpass line 152: seqprt clear all INFO Stol 13-181-06:32:06.680: postpass line 156: local retval INFO dsp_seqprt 13-181-06:32:06.680: seqprt cmd_pass_logs: Terminated INFO dsp_seqprt 13-181-06:32:06.680: seqprt cmd_pass_logs2: Terminated INFO dsp_seqprt 13-181-06:32:06.680: seqprt i_events_forward: Terminated INFO dsp_seqprt 13-181-06:32:06.680: seqprt m_time: Terminated INFO dsp_seqprt 13-181-06:32:06.680: seqprt b_events_forward: Terminated INFO dsp_seqprt 13-181-06:32:06.680: seqprt i_events: Terminated INFO dsp_seqprt 13-181-06:32:06.680: seqprt b_events: Terminated INFO Stol 13-181-06:32:06.719: postpass line 157: retval = system("/usr/local/itos/iris/scripts/move_clock_cal_seqprnt.sh /usr/local/itos/iris/output/prints/timecollect_seqprt /mdps/phase/eass/clock_cal/") INFO Stol 13-181-06:32:06.720: SYSTEM: ok 19316 INFO move_clock_cal_ 13-181-06:32:06.767: Database command line record insert complete INFO Stol 13-181-06:32:06.782: postpass line 160: IF(ISVARIABLE(socket_connect_time)) THEN INFO Stol 13-181-06:32:06.785: postpass line 161: SHO CONCAT("Capturing log from ", socket_connect_time, " to current time.") INFO Stol 13-181-06:32:06.785: Capturing log from 13-181-06:20:06.981800 to current time. INFO Stol 13-181-06:32:06.785: postpass line 162: System concat("python /usr/local/itos/iris/scripts/GDS_capture_evtlog.py ", strfdate("%Y%m%d_%H%M",p@gbl_wallclock), " ", socket_connect_time) INFO Stol 13-181-06:32:06.785: SYSTEM: ok 19355 INFO Stol 13-181-06:32:06.789: postpass line 163: FREE socket_connect_time INFO Stol 13-181-06:32:06.789: FREEing global variable "socket_connect_time" INFO Stol 13-181-06:32:06.789: postpass line 164: ELSE INFO Stol 13-181-06:32:06.789: postpass line 166: ENDIF INFO Stol 13-181-06:32:06.790: postpass line 167: ENDIF INFO Stol 13-181-06:32:06.790: postpass line 170: sho concat("VC0 Frames Received: ", gbl_tm_vc_in[0]) INFO Stol 13-181-06:32:06.790: VC0 Frames Received: 1 INFO Stol 13-181-06:32:06.790: postpass line 171: sho concat("VC1 Frames Received: ", gbl_tm_vc_in[1]) INFO Stol 13-181-06:32:06.793: VC1 Frames Received: 10947 INFO Stol 13-181-06:32:06.793: postpass line 172: sho concat("VC2 Frames Received: ", gbl_tm_vc_in[2]) INFO Stol 13-181-06:32:06.793: VC2 Frames Received: 0 INFO Stol 13-181-06:32:06.793: postpass line 173: sho concat("VC3 Frames Received: ", gbl_tm_vc_in[3]) INFO Stol 13-181-06:32:06.794: VC3 Frames Received: 0 INFO Stol 13-181-06:32:06.796: postpass line 174: sho concat("VC4 Frames Received: ", gbl_tm_vc_in[4]) INFO Stol 13-181-06:32:06.798: VC4 Frames Received: 0 INFO Stol 13-181-06:32:06.798: postpass line 175: sho concat("VC8 Frames Received: ", gbl_tm_vc_in[8]) INFO Stol 13-181-06:32:06.801: VC8 Frames Received: 0 INFO Stol 13-181-06:32:06.801: postpass line 176: sho concat("VC51 Frames Received: ", gbl_tm_vc_in[51]) INFO Stol 13-181-06:32:06.801: VC51 Frames Received: 7 INFO Stol 13-181-06:32:06.801: postpass line 178: sho concat("Number of commands sent: ", defaultCommand.cmdCount.status.count) INFO Stol 13-181-06:32:06.802: Number of commands sent: 9 INFO Stol 13-181-06:32:06.802: postpass line 182: wait 2 INFO python 13-181-06:32:06.816: Storing Event Log from 13-181-06:20:06.9 to 13-181-06:32:06 into location: INFO python 13-181-06:32:06.819: /mdps/phase/dacs/reports/2013/06/Iris_itos_events_20130630_0632.log INFO Stol 13-181-06:32:08.788: postpass resumes; the timer expired INFO Stol 13-181-06:32:08.796: postpass line 183: sho "running QueueDumpCompare" INFO Stol 13-181-06:32:08.797: running QueueDumpCompare INFO Stol 13-181-06:32:08.797: postpass line 184: System "python /usr/local/itos/iris/scripts/QueueDumpCompare.py" INFO Stol 13-181-06:32:08.797: SYSTEM: ok 19376 INFO Stol 13-181-06:32:08.797: postpass line 186: System concat("mkdir -p /mdps/phase/dacs/reports/", strfdate("%Y/%m",P@GBL_GMTOFF)) INFO Stol 13-181-06:32:08.798: SYSTEM: ok 19377 INFO Stol 13-181-06:32:08.799: postpass line 187: System concat("mv -f /usr/local/itos/iris/output/logs/* /mds/phase/archive/diag/logs/", strfdate("%Y/%m/",P@GBL_GMTOFF)) INFO Stol 13-181-06:32:08.799: SYSTEM: ok 19378 INFO Stol 13-181-06:32:08.801: postpass line 189: sho "PostPass Finished Successfully." INFO Stol 13-181-06:32:08.801: PostPass Finished Successfully. INFO Stol 13-181-06:32:08.802: postpass line 191: ENDPROC INFO Stol 13-181-06:32:08.811: auto_disconnect line 152: ENDPROC