CARL (6)Level-0 Processing (b) HK Processing i. Hk Processing on HSB ii. RT HK Extraction

9
Page 1 JSOC for SDO MOR October 2007 CARL (6)Level-0 Processing (b) HK Processing i. Hk Processing on HSB ii. RT HK Extraction Iii Dayfile HK Processing

description

CARL (6)Level-0 Processing (b) HK Processing i. Hk Processing on HSB ii. RT HK Extraction Iii Dayfile HK Processing. HK Processing on High Speed Bus- Overview. HK Processing on High Speed bus- More Details. HK Processing on High Speed Bus. Module Description - PowerPoint PPT Presentation

Transcript of CARL (6)Level-0 Processing (b) HK Processing i. Hk Processing on HSB ii. RT HK Extraction

Page 1: CARL (6)Level-0 Processing (b) HK Processing i. Hk Processing on HSB ii. RT HK Extraction

Page 1 JSOC for SDO MOR October 2007

CARL(6)Level-0 Processing

(b) HK Processing

i. Hk Processing on HSB

ii. RT HK Extraction

Iii Dayfile HK Processing

Page 2: CARL (6)Level-0 Processing (b) HK Processing i. Hk Processing on HSB ii. RT HK Extraction

Page 2 JSOC for SDO MOR October 2007

HK Processing on High Speed Bus- Overview

Page 3: CARL (6)Level-0 Processing (b) HK Processing i. Hk Processing on HSB ii. RT HK Extraction

Page 3 JSOC for SDO MOR October 2007

HK Processing on High Speed bus- More Details

Page 4: CARL (6)Level-0 Processing (b) HK Processing i. Hk Processing on HSB ii. RT HK Extraction

Page 4 JSOC for SDO MOR October 2007

HK Processing on High Speed Bus

Module Description

• HK Processing module receives hk VCDUs from the main Level Zero process and decodes and translates hk packets in VCDUs into keywords and values using hk configuration data. A link list structure of keywords and values is returned and saved in a DRMS hk keyword data series. Data series names are based on source (hmi or aia), APID and the JSOC Version Number (i.e., hmi.lev0_0445_0009). Data series are indexed by packet time to make data retrieval easy. HK data is saved in data series in DRMS and archived to tape.

• HK Processing module saves received hk packet data in VCDUs to dayfiles base on packet APID. Each dayfile is saved on file system and will contain hk packets per APID per day.

StatusStatus

• HK Processing is operational in EGSE and needs to be ported to JSOC environment. Need to update code that loops thru VCDU, write function to save hk packets to dayfiles, update write to drms function, integrate with other Level Zero modules, change decode of digital keywords, and add decode of thermistor temperature keywords. 60% complete

Page 5: CARL (6)Level-0 Processing (b) HK Processing i. Hk Processing on HSB ii. RT HK Extraction

Page 5 JSOC for SDO MOR October 2007

Real Time HK Extraction - Overview

Page 6: CARL (6)Level-0 Processing (b) HK Processing i. Hk Processing on HSB ii. RT HK Extraction

Page 6 JSOC for SDO MOR October 2007

Real Time HK Extraction

Module Description

• Real Time Extraction module receives real time HK dayfile data from LMSAL. If needed processes hk packets into keyword names and values and writes data to DRMS hk data series. If needed, saves hk packet data to dayfiles on file system.

StatusStatus

• Need to program interface to real time stream of HK dayfile data. Need to reuse routines already created to decode hk data and read hk dayfile data. 0% complete

Page 7: CARL (6)Level-0 Processing (b) HK Processing i. Hk Processing on HSB ii. RT HK Extraction

Page 7 JSOC for SDO MOR October 2007

Retrieve & Save HK Dayfile Processing-Overview

Page 8: CARL (6)Level-0 Processing (b) HK Processing i. Hk Processing on HSB ii. RT HK Extraction

Page 8 JSOC for SDO MOR October 2007

Decode HK Dayfile Processing - Overview

Page 9: CARL (6)Level-0 Processing (b) HK Processing i. Hk Processing on HSB ii. RT HK Extraction

Page 9 JSOC for SDO MOR October 2007

Retrieve, Save & Decode Dayfile HK Processing

Module Description

• Retrieve & Save HK Dayfile Processing module gets dayfiles from LMSAL, SDO MOC Product Server, and JSOC(via Level Zero Save Dayfile process) and saves dayfiles to DRMS dayfile data series(i.e., aia.hk_dayfile). These dayfiles are archived to tape. The dayfile data can be easily retrieved from DRMS or tape.

• Decode Dayfile HK Processing gets dayfiles from DRMS and decodes and translated dayfile data into hk keyword names and values. Keyword names and values are saved in DRMS hk keyword data series. Data series names are based on APID and the JSOC Version Number (i.e., hmi.lev0_0445_0009). The data series are indexed by packet time to make data retrieval easy. The data series’s are save to DRMS and archived to tape.

StatusStatus

• Retrieve and Save HK Dayfile Processing is operational for LMSAL day files. Need to setup and update scripts to load dayfiles from SDO dayfiles and Level Zero created dayfiles, change hk dayfile date format from string to integer(yyyymmdd). 70% complete

• Decode Dayfile HK Processing is operational for loading LMSAL dayfiles from file system. Need to update script for getting dayfiles from DRMS, decode SDO dayfiles using SDO configuration data, and setup processing Level Zero created dayfiles. 60% complete