pidf v2_DPMF { $********************************************************************* float version = 2.0; $$ version string institution = "Martin(MMA)"; $$ institute string project = "TSS"; $$ project string mission = "TSS-1R"; $$ mission string experiment = "DPLY"; $$ experiment string instrument = "DPLY"; $$ instrument string vinst = "DPMF"; $$ vinst $********************************************************************* int num_groups = 3; $$ no. groups string group_name = "Current Monitors"; $$ group name string group_name = "Temperature Monitors"; $$ group name string group_name = "Tehter Tension Monitors"; $$ group name int plot_avail_flag = 0x1; $$ plot avail int data_type_mask = 0x11; $$ Sen/Scn/Cal/Mode/Qual int instrument_dep = 0; $$ avg over $********************************************************************* int num_bin_sets = 0; $$ no. bin sets $********************************************************************* int num_units = 10; $$ no. units struct Unit0 { $-------------------------UNIT 00------------------------------------- int id = 0; $$ unit id float min = -2500.0; $$ unit min/max float max = 2500.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "unitless"; $$ unit label string long_description = "telemetry"; $$ long desc. string short_description = "raw"; $$ short desc. int num_tables = 0; $$ number of tables }; struct Unit1 { $-------------------------UNIT 01------------------------------------- int id = 0; $$ unit id float min = -1.0; $$ unit min/max float max = 3.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "unitless"; $$ unit label string long_description = "telemetry"; $$ long desc. string short_description = "raw"; $$ short desc. int num_tables = 0; $$ number of tables }; struct Unit2 { $-------------------------UNIT 02------------------------------------- int id = 0; $$ unit id float min = -30.0; $$ unit min/max float max = 30.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "amps"; $$ unit label string long_description = "Current"; $$ long desc. string short_description = "I"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit3 { $-------------------------UNIT 03------------------------------------- int id = 0; $$ unit id float min = -6.0; $$ unit min/max float max = 6.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "amps"; $$ unit label string long_description = "Current"; $$ long desc. string short_description = "I"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit4 { $-------------------------UNIT 04------------------------------------- int id = 0; $$ unit id float min = -200.0; $$ unit min/max float max = 200.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "amps"; $$ unit label string long_description = "Current"; $$ long desc. string short_description = "I"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit5 { $-------------------------UNIT 05------------------------------------- int id = 0; $$ unit id float min = -150.0; $$ unit min/max float max = 150.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "volts"; $$ unit label string long_description = "Voltage"; $$ long desc. string short_description = "V"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit6 { $-------------------------UNIT 06------------------------------------- int id = 0; $$ unit id float min = -50.0; $$ unit min/max float max = 50.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "volts"; $$ unit label string long_description = "Voltage"; $$ long desc. string short_description = "V"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit7 { $-------------------------UNIT 07------------------------------------- int id = 0; $$ unit id float min = -10.0; $$ unit min/max float max = 10.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "newtons"; $$ unit label string long_description = "Tension"; $$ long desc. string short_description = "Tn"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit8 { $-------------------------UNIT 08------------------------------------- int id = 0; $$ unit id float min = -75.0; $$ unit min/max float max = 75.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "newtons"; $$ unit label string long_description = "Tension"; $$ long desc. string short_description = "Tn"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit9 { $-------------------------UNIT 09------------------------------------- int id = 0; $$ unit id float min = -150.0; $$ unit min/max float max = 150.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "newtons"; $$ unit label string long_description = "Tension"; $$ long desc. string short_description = "Tn"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; $********************************************************************* int num_sensors = 26; $$ no. of sensors struct Sensor0 { $-----------------------SENSOR 00------------------------------------- string name = "Latch Gr1 Motor I"; $$ sensor name string component = "Latch Group 1 Motor"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 0; $$ pidf sensor num int vidf_sensor_num = 0; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 2; $$ unit numbers }; struct Sensor1 { $-----------------------SENSOR 01------------------------------------- string name = "Latch Gr2 Motor I"; $$ sensor name string component = "Latch Group 2 Motor"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 1; $$ pidf sensor num int vidf_sensor_num = 1; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 2; $$ unit numbers }; struct Sensor2 { $-----------------------SENSOR 02------------------------------------- string name = "Boom Motors I"; $$ sensor name string component = "Boom Motors"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 2; $$ pidf sensor num int vidf_sensor_num = 2; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 2; $$ unit numbers }; struct Sensor3 { $-----------------------SENSOR 03------------------------------------- string name = "MCA-Reel Motor I"; $$ sensor name string component = "MCA-Reel Motor"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 3; $$ pidf sensor num int vidf_sensor_num = 3; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 2; $$ unit numbers }; struct Sensor4 { $-----------------------SENSOR 04------------------------------------- string name = "Sat Bat Htr I"; $$ sensor name string component = "Satellite Battery Heater"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 4; $$ pidf sensor num int vidf_sensor_num = 4; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 2; $$ unit numbers }; struct Sensor5 { $-----------------------SENSOR 05------------------------------------- string name = "Sat P/L Mod Htr I"; $$ sensor name string component = "Satellite Payload Module Heater"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 5; $$ pidf sensor num int vidf_sensor_num = 5; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 2; $$ unit numbers }; struct Sensor6 { $-----------------------SENSOR 06------------------------------------- string name = "Sat Serv Mod Htr I"; $$ sensor name string component = "Satellite Service Module Heater"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 6; $$ pidf sensor num int vidf_sensor_num = 6; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 2; $$ unit numbers }; struct Sensor7 { $-----------------------SENSOR 07------------------------------------- string name = "MPC-MCA I"; $$ sensor name string component = "MPC-MCA"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 7; $$ pidf sensor num int vidf_sensor_num = 7; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 3; $$ unit numbers }; struct Sensor8 { $-----------------------SENSOR 08------------------------------------- string name = "MPC Input I Hi Rng"; $$ sensor name string component = "MPC Input Current, High Range"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 8; $$ pidf sensor num int vidf_sensor_num = 8; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 4; $$ unit numbers }; struct Sensor9 { $-----------------------SENSOR 09------------------------------------- string name = "MPC Input I Low Rng"; $$ sensor name string component = "MPC Input Current, Low Range"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 9; $$ pidf sensor num int vidf_sensor_num = 9; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 2; $$ unit numbers }; struct Sensor10 { $-----------------------SENSOR 10------------------------------------- string name = "Sat Ext Pwr I"; $$ sensor name string component = "Satellite Exernal Power"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 10; $$ pidf sensor num int vidf_sensor_num = 10; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 2; $$ unit numbers }; struct Sensor11 { $-----------------------SENSOR 11------------------------------------- string name = "MCP V"; $$ sensor name string component = "MCP"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 11; $$ pidf sensor num int vidf_sensor_num = 11; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 5; $$ unit numbers }; struct Sensor12 { $-----------------------SENSOR 12------------------------------------- string name = "Sat Ext Pwr V"; $$ sensor name string component = "Satellite Exernal Power"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 12; $$ pidf sensor num int vidf_sensor_num = 12; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 6; $$ unit numbers }; struct Sensor13 { $-----------------------SENSOR 13------------------------------------- string name = "Pri Upper Tether Cut V"; $$ sensor name string component = "Primary Upper Tether Cut"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 13; $$ pidf sensor num int vidf_sensor_num = 13; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 6; $$ unit numbers }; struct Sensor14 { $-----------------------SENSOR 14------------------------------------- string name = "Pri Lower Tether Cut V"; $$ sensor name string component = "Primary Lower Tether Cut"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 14; $$ pidf sensor num int vidf_sensor_num = 14; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 6; $$ unit numbers }; struct Sensor15 { $-----------------------SENSOR 15------------------------------------- string name = "Pri Boom Eject V1"; $$ sensor name string component = "Primary Boom Eject 1"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 15; $$ pidf sensor num int vidf_sensor_num = 15; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 6; $$ unit numbers }; struct Sensor16 { $-----------------------SENSOR 16------------------------------------- string name = "Pri Boom Eject V2"; $$ sensor name string component = "Primary Boom Eject 2"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 16; $$ pidf sensor num int vidf_sensor_num = 16; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 6; $$ unit numbers }; struct Sensor17 { $-----------------------SENSOR 17------------------------------------- string name = "Pri Boom Eject V3"; $$ sensor name string component = "Primary Boom Eject 3"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 17; $$ pidf sensor num int vidf_sensor_num = 17; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 6; $$ unit numbers }; struct Sensor18 { $-----------------------SENSOR 18------------------------------------- string name = "Sec Upper Tether Cut V"; $$ sensor name string component = "Secondary Upper Tether Cut"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 18; $$ pidf sensor num int vidf_sensor_num = 18; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 6; $$ unit numbers }; struct Sensor19 { $-----------------------SENSOR 19------------------------------------- string name = "Sec Lower Tether Cut V"; $$ sensor name string component = "Secondary Lower Tether Cut"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 19; $$ pidf sensor num int vidf_sensor_num = 19; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 6; $$ unit numbers }; struct Sensor20 { $-----------------------SENSOR 20------------------------------------- string name = "Sec Boom Eject V1"; $$ sensor name string component = "Secondary Boom Eject 1"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 20; $$ pidf sensor num int vidf_sensor_num = 20; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 6; $$ unit numbers }; struct Sensor21 { $-----------------------SENSOR 21------------------------------------- string name = "Sec Boom Eject V2"; $$ sensor name string component = "Secondary Boom Eject 2"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 21; $$ pidf sensor num int vidf_sensor_num = 21; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 6; $$ unit numbers }; struct Sensor22 { $-----------------------SENSOR 22------------------------------------- string name = "Sec Boom Eject V3"; $$ sensor name string component = "Secondary Boom Eject 3"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 22; $$ pidf sensor num int vidf_sensor_num = 22; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 6; $$ unit numbers }; struct Sensor23 { $-----------------------SENSOR 23------------------------------------- string name = "Outbrd Fine Tether Ten"; $$ sensor name string component = "Outboard Fine Tether Tension"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 23; $$ pidf sensor num int vidf_sensor_num = 23; $$ sensor vidf no. int group_num = 2; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 7; $$ unit numbers }; struct Sensor24 { $-----------------------SENSOR 24------------------------------------- string name = "Outbrd Coarse Tether Ten"; $$ sensor name string component = "Outboard Coarse Tether Tension"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 24; $$ pidf sensor num int vidf_sensor_num = 24; $$ sensor vidf no. int group_num = 2; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 8; $$ unit numbers }; struct Sensor25 { $-----------------------SENSOR 25------------------------------------- string name = "Inbrd Tether Ten"; $$ sensor name string component = "Inboard Tether Tension"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 25; $$ pidf sensor num int vidf_sensor_num = 25; $$ sensor vidf no. int group_num = 2; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 9; $$ unit numbers }; struct DataQual { $********************************************************************* string name = "Data Quality"; $$ dqual name string short_name = "Dqual"; $$ dqual name int num_units = 1; $$ no. of units int unit_number = 1; $$ unit numbers }; }