1<?xml version="1.0" encoding="UTF-8"?>
2<sources xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:noNamespaceSchemaLocation="http://chart/eps/schemas/sources.xsd">
4
5 <sampling-options>
6 <sampling>AUTO</sampling>
7 <sampling>ALL_POINTS</sampling>
8 <!-- <sampling>FIT</sampling> -->
9 <sampling>SEC_10</sampling>
10 <sampling>MIN_1</sampling>
11 <sampling>MIN_5</sampling>
12 <sampling>MIN_20</sampling>
13 <sampling>ORBITAL</sampling>
14 <sampling>HALF_DAILY</sampling>
15 <sampling>DAILY</sampling>
16 <sampling>THREE_DAILY</sampling>
17 </sampling-options>
18
19 <auto-sampling-options>
20 <sampling>SEC_10</sampling>
21 <sampling>MIN_1</sampling>
22 <sampling>MIN_5</sampling>
23 <sampling>MIN_20</sampling>
24 <sampling>ORBITAL</sampling>
25 <sampling>HALF_DAILY</sampling>
26 <sampling>DAILY</sampling>
27 <sampling>THREE_DAILY</sampling>
28 </auto-sampling-options>
29
30 <selector>pus</selector>
31
32 <sids>
33 <sid>
34 <sid-num>1</sid-num>
35 <name>SGA1</name>
36 <long-name>EPS SGA1 (OPE)</long-name>
37 <description>EPS SGA1 data from operational ground segment</description>
38 <satellite>EPSSGA</satellite>
39 <colour>#2E5CB8</colour>
40 <visible>true</visible>
41 <default>true</default>
42 <orbiter>chart.common.orbits_epssg_events.OrbitDeterminer</orbiter>
43 <db-path>EPSSGA</db-path>
44 <group>Primary</group>
45 </sid>
46 <sid>
47 <sid-num>2</sid-num>
48 <name>SGB1</name>
49 <long-name>EPS SGB1 (OPE)</long-name>
50 <description>EPS SGB1 data from operational ground segment</description>
51 <satellite>EPSSGB</satellite>
52 <colour>#2E00B8</colour>
53 <visible>true</visible>
54 <default>true</default>
55 <orbiter>chart.common.orbits_epssg_events.OrbitDeterminer</orbiter>
56 <db-path>EPSSGB</db-path>
57 <group>Primary</group>
58 </sid>
59 <sid>
60 <sid-num>3</sid-num>
61 <name>SGxx</name>
62 <long-name>EPS SYS (OPE)</long-name>
63 <description>EPS System (MOC) data from operational ground segment</description>
64 <satellite>SYS</satellite>
65 <colour>#2E5CB8</colour>
66 <visible>true</visible>
67 <default>true</default>
68 <orbiter>chart.common.orbits_epssg_events.OrbitDeterminer</orbiter>
69 <group>Primary</group>
70 </sid>
71 </sids>
72
73 <satellites>
74 <satellite>
75 <name>EPSSGA</name>
76 <launch-date>2020-10-01</launch-date>
77 <orbit-duration>PT6745S</orbit-duration>
78 </satellite>
79 <satellite>
80 <name>EPSSGB</name>
81 <launch-date>2021-10-01</launch-date>
82 <orbit-duration>PT6745S</orbit-duration>
83 </satellite>
84 <satellite>
85 <name>SYS</name>
86 <launch-date>2020-10-01</launch-date>
87 <orbit-duration>PT6745S</orbit-duration>
88 </satellite>
89 </satellites>
90
91 <special-packets>
92 <good-frame-spid>10</good-frame-spid>
93 <bad-frame-spid>20</bad-frame-spid>
94 <unknown-packet-spid>30</unknown-packet-spid>
95 <bad-packet-spid>40</bad-packet-spid>
96 <idle-packet-spid>50</idle-packet-spid>
97 <idle-frame-spid>60</idle-frame-spid>
98 <dynamic-udc-spid>200</dynamic-udc-spid>
99 </special-packets>
100 <!--
101# Mission specific SCOS Events, System, Behaviour, OOL Events
102# Matching OOL-Event Class Name to id/spid.
103# this seems to be program specific
104# MTG: 91000, 93000, 93001, 93002, 93003
105# EPS_SG: 1000, 3000, 3001, 3002, 3003
106#
107# Also, as these are SCOS/MCS packets rather than satellite packets
108# they are not defined in the associated SCOS MIB. The packet files,
109# held in db/packets/ev are currently hand generated.
110#
111-->
112 <scos-events-packets>
113 <fixed-scos-events-packet>
114 <packet>
115 <name>MOF_SYS</name>
116 <description>System Event</description>
117 <id>1000</id>
118 </packet>
119 <packet>
120 <name>BEHV</name>
121 <description>Liveliness Behaviour Event</description>
122 <id>3002</id>
123 </packet>
124 </fixed-scos-events-packet>
125
126 <variable-scos-events-packet>
127 <packet>
128 <name>OOL_EV</name>
129 <description>OOL Event</description>
130 <id>3000</id>
131 </packet>
132
133 <packet>
134 <name>SCC_EV</name>
135 <description>SCC Event</description>
136 <id>3001</id>
137 </packet>
138
139 <packet>
140 <name>NOM_OOL_EV</name>
141 <description>Nominal OOL Event</description>
142 <id>3003</id>
143 </packet>
144 </variable-scos-events-packet>
145
146 <ool-event-types>
147 <packet>
148 <name>LIMIT</name>
149 <description>Limit OOL Event Record</description>
150 <id>30001</id>
151 </packet>
152
153 <packet>
154 <name>STATE</name>
155 <description>Limit State OOL Event Record</description>
156 <id>30002</id>
157 </packet>
158
159 <packet>
160 <name>STATUS_CONS</name>
161 <description>State Consistency OOL Event Record</description>
162 <id>30003</id>
163 </packet>
164
165 <packet>
166 <name>LIMIT_SH</name>
167 <description>Limit Soft/Hard OOL Event Record</description>
168 <id>30004</id>
169 </packet>
170
171 <packet>
172 <name>DELTA</name>
173 <description>Delta OOL Event Record</description>
174 <id>30005</id>
175 </packet>
176
177 <packet>
178 <name>SCC</name>
179 <description>SCC Event Record</description>
180 <id>30010</id>
181 </packet>
182 </ool-event-types>
183
184 <ool-header-id>30000</ool-header-id>
185 <scc-packet-id>3001</scc-packet-id>
186 <scc-packet-def-id>30010</scc-packet-def-id>
187 </scos-events-packets>
188
189
190</sources>