-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnos3-eps-simulator.xml
94 lines (94 loc) · 4.4 KB
/
nos3-eps-simulator.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<simulator>
<name>generic_eps_sim</name>
<active>true</active>
<library>libgeneric_eps_sim.so</library>
<hardware-model>
<type>GENERIC_EPS</type>
<connections>
<connection>
<type>command</type>
<bus-name>command</bus-name>
<node-name>generic-eps-sim-command-node</node-name>
</connection>
<connection>
<type>i2c</type>
<bus-name>i2c_1</bus-name>
<bus-address>0x2B</bus-address>
<node-port>10</node-port>
</connection>
</connections>
<data-provider>
<type>GENERIC_EPS_PROVIDER</type>
</data-provider>
<physical>
<bus>
<battery-voltage>24.0</battery-voltage>
<battery-temperature>30.0</battery-temperature>
<battery-watt-hours>10.00</battery-watt-hours>
<solar-array-voltage>32.0</solar-array-voltage>
<solar-array-current>4.0</solar-array-current>
<solar-array-temperature>80.0</solar-array-temperature>
<solar-array-power-per-panel>26.91</solar-array-power-per-panel>
<bus-low-voltage>3.3</bus-low-voltage>
<bus-mid-voltage>5.0</bus-mid-voltage>
<bus-high-voltage>12.0</bus-high-voltage>
<bus-low-current>1.0</bus-low-current>
<bus-mid-current>1.0</bus-mid-current>
<bus-high-current>1.0</bus-high-current>
</bus>
<always-on>
<main-bus-voltage>24.0</main-bus-voltage>
<main-bus-temperature>30.0</main-bus-temperature>
<main-bus-amperage>5.00</main-bus-amperage>
</always-on>
<switch-0>
<node-name>sample-sim-command-node</node-name>
<voltage>1.23</voltage>
<current>4.56</current>
<hex-status>00AA</hex-status>
</switch-0>
<switch-1>
<node-name>unknown-sim-command-node</node-name>
<voltage>3.30</voltage>
<current>0.25</current>
<hex-status>0000</hex-status>
</switch-1>
<switch-2>
<node-name>unknown-sim-command-node</node-name>
<voltage>3.30</voltage>
<current>0.25</current>
<hex-status>0000</hex-status>
</switch-2>
<switch-3>
<node-name>unknown-sim-command-node</node-name>
<voltage>3.30</voltage>
<current>0.25</current>
<hex-status>0000</hex-status>
</switch-3>
<switch-4>
<node-name>unknown-sim-command-node</node-name>
<voltage>3.30</voltage>
<current>0.25</current>
<hex-status>0000</hex-status>
</switch-4>
<switch-5>
<node-name>unknown-sim-command-node</node-name>
<voltage>3.30</voltage>
<current>0.25</current>
<hex-status>0000</hex-status>
</switch-5>
<switch-6>
<node-name>unknown-sim-command-node</node-name>
<voltage>3.30</voltage>
<current>0.25</current>
<hex-status>0000</hex-status>
</switch-6>
<switch-7>
<node-name>unknown-sim-command-node</node-name>
<voltage>12.00</voltage>
<current>1.23</current>
<hex-status>00AA</hex-status>
</switch-7>
</physical>
</hardware-model>
</simulator>