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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
|
\begingroup
\clearpage% Manually insert \clearpage
\let\clearpage\relax% Remove \clearpage functionality
\vspace*{-16pt}% Insert needed vertical retraction
\chapter[METHODOLOGY]{METHODOLOGY}
\endgroup
\section{General Aircraft System}
\section{Configuration One}
\begin{table}[!h]
\centering
\begin{tabular}{|c c c|}
\hline
Component& Specification& Serial Number\\
\hline
Generator&50-kW, 27-kV,120-V Max&15412015470\\
Rectifier 3$\times$& 500-A, 1600-V&MDS400A1600V\\
Main Battery 2$\times$&LiPo, 17000-mAh, 14S, 15C, 880.6-Wh&MA-17000-14s-Lipo-Pack\\
Engine Battery&24-V Lead Acid&\\
Contactor 2$\times$&500-A, 900-VDC, 24-VDC Coil&LEV200A5ANA\\
Pre-Charge Resistor& 100-$\Omega$&\\
Crowbar Resistor&10-$\Omega$ 1500-W Continuous&279-TE1500B10RJ\\
Main Wire&6AWG Silicone Jacket Wire, 200$^\circ$C, tinned&SW6A3200008F25C2\\
Battery/ESC Connector&500-A Max, 200$^\circ$C&QS10-S\\
Phase Connectors&10-mm Bullet Connectors&B00CDAPJ74\\
ESC 2$\times$&Flier 120-V, 500A&F-500S-A\\
Wing Mounted Motor 2$\times$&50-kW, 36-kV, 120-V Max&15412015470\\
Wing Mounted Propeller 2$\times$&2 Blade CF, 0.7-kg, 50$\times$12-in, 77-lbf&\\
\hline
\end{tabular}
\caption{\label{tab:1components}Configuration One Power System Components}
\end{table}
\subsection{Data Acquisition}
The turboprop engine control unit
(ECU) connects to a laptop-based program. This program outputs
various metrics of the engine and can be used to record data visually.
Unfortunately, the controller area network bus protocol used by the
engine is proprietary and the manufacturer did not provide software
to record data directly. Thus, all engine data was recorded from
video capture of real-time graphical read-out, and figures were
created during postprocessing. \textbf{Include PBS CAN Table!!!!}
The main data acquisition system consists of three Arduino
Megas. Two of the microcontrollers were utilized to record most of
the sensor inputs. The third Arduino only measures voltage and was
located inside the aircraft with the pilot. The two main boards interface
with printed circuit boards serve to isolate the controllers from the high voltage
of the system and filter noise. The board was designed
to accommodate the numerous sensors present on the aircraft,
though this paper will focus on the power data because most of the
recorded data was thermistor data and not particularly interesting.
All the specifics of the relevant DAQ components are listed in
Table \ref{tab:1acquisition}.
\begin{table}[!h]
\centering
\begin{tabular}{|c c c|}
\hline
Component& Specification& Serial Number\\
\hline
DAQ 3$\times$&Arduino Mega&A000067\\
Current Sensor& 500-A, 2\%&LEM DHAB S-124\\
Current Sensor 2$\times$&750-A, 2\%&LEM DHAB S-133\\
Voltage Sensor&Arduino Mega ADC, 10-bit&A000067\\
ESC Controller&Variable PWM Output&B09TW3CY87\\
Microphone 3$\times$& Dual Omnidirectional Microphones&DR-05V2\\
\hline
\end{tabular}
\caption{\label{tab:1acquisition}Configuration One Data Acquisition Components}
\end{table}
The locations of the hall effect current sensors can be seen in the
main electrical system diagram shown in \textbf{REDO Diagram!!!}. The aircraft testbed
consists of 2 LEM DHAB S-133 current sensors that can read up to
750-A and are accurate to within 2\% of the actual value. They are
located after the generator and before the crowbar circuit. A third
DHAB S-124 current sensor was also used before the battery, and it
can read up to 500-A accurately. This sensor is slightly more
accurate than the S-133 because it has a smaller current rating. The
amount of power expended from the battery was not expected to
exceed 300-A. These three sensors allow for current in the system to
be fully accounted for and monitored. The current sensors are
bidirectional and so can determine the direction electrical current is
flowing. All power production (battery and generator) and power
utilization (battery, wings, and crowbar) can be accurately measured
in real-time.
A voltage divider was utilized to reduce the 120-V to a 5-V range.
This scaled range was then read by the analog port on an Arduino.
For the voltage sensor, a separate dedicated Arduino was used to
allow for an increased response rate and ease of electrical isolation.
\subsection{Experimental Procedure}
\begin{table}[!h]
\centering
\begin{tabular}{|c c|}
\hline
ESC Throttle& Turboprop Throttle\\
\hline
Off& Step 0\\
Low& Step 1\\
Medium& Step 2\\
High& Step 3\\
Medium& Step 4\\
Low& Step 5\\
\hline
\end{tabular}
\caption{\label{tab:1testmatrix}Configuration One Test Matrix}
\end{table}
Before hybrid-power testing
commenced, the system went through a series of preliminary tests to
reduce the technical risk of a full hybrid-power system test. These
tests were important for informing the test matrix design. First, the
turboprop engine was tested to ensure the engine was operating
nominally, before adding the generator \cite{melvincessna}. Next, a check run was
performed using only the batteries, ensuring the power system and
electric motors worked properly. The test confirmed that the data
acquisition system and electric motors worked correctly. Before full
system testing commenced, the generator was plugged into the
power system and the engine was slowly brought up to speed to find
the point where the generator voltage exceeded the battery voltage.
During this testing, it was discovered that the generator had a k V of
27 instead of the expected value of 23.
The test procedure for the ground test rig consists of first charging
and balancing the batteries. The batteries are then installed into the
aircraft, with one battery connector left disconnected until just prior
to the test. The aircraft strut is filled with air, the engine oil level is
checked, and the brakes are checked. The aircraft is rolled out of its
hanger and brought to an open field. The aircraft is then secured with
a chain to the ground. The precharge circuit is then activated, and
batteries are plugged into the main bus. The precharge circuit is then
disabled. Two people then get into the aircraft, a pilot and a data
recorder with a laptop. A third person records a video with a fire
extinguisher on standby. The data recorder confirms that all sensors
are working. Then the engine is started and brought to idle. Once the
engine has reached operating temperature and is ready, the pilot
designates the beginning of testing and brings up the throttle to the
test point. The data recorder then brings up the electric motors to
the respective test points. Finally, after the data have been recorded,
the engine is brought down to idle and then turned off. The engine is
cooled, the main power battery is disconnected, and the data are
exported to the laptop hard drive.
The test matrix was designed to accommodate the 27-k V value
generator. If the voltage of the battery is higher than the output
voltage of the generator, then no power is generated and the
generator spins freely. This amounts to an all-electric configuration
in practice if the generator is outputting below the battery voltage.
The output voltage of the generator is around 111.1-V at the
maximum power turbine shaft speed. The minimum battery voltage
that was deemed safe is around 20\% of the useful capacity.
This meant that the cell voltage of the batteries was brought down
to 3.81-V per cell. This brought the 28S battery to a total of 106.7-V,
which meant that the generator would only be operating slightly
above the battery voltage. The maximum voltage of the battery at
4.2-V per cell is 117.6-V. This has practical advantages as it makes it
difficult to overcharge the battery if the generator’s output voltage is
less than the total maximum voltage of the battery. The net effect of
the 27-k V generator was that the generator voltage would only
exceed the battery voltage at full throttle. This meant that the full
engine throttle test point was the only engine test point of interest.
The maximum charging current of the battery specified by the
manufacturer is 85-A and should not be exceeded. Based on this
value and the known resistance values of the batteries, Eq. (2) was
used to determine that a voltage difference of 7-V between the
battery and generator would be needed to exceed the maximum
current rating. However, the largest value that the generator could
output was 111.1-V and the minimum battery voltage was 106.7,
which lead to a maximum difference of 4.3-V, which is well below
7-V. In practice, because the maximum RPM is not normally
achieved under normal operation and there is a voltage drop across
the rectifier the full 111.1-V, generator output will not be achieved.
The test matrix in Table \ref{tab:1testmatrix} was designed to operate at the full
turboprop throttle position. The test procedure was developed to
capture steady and transient data. The engine would be brought up to
idle and then brought to full throttle. The low ESC throttle value was
intended to be around 30-A per motor based on previous electric
tests, with a medium value of around 80-A, and a high value intended
to be around 150-A per motor. Both electric motors are brought up to
a low value and then held for 5-s, before moving to the next value and
holding it for 5-s as well. The result provided data at different
relatively steady conditions, as well as the transient reaction of the
electromechanical system to changes in the electrical load.
\section{Configuration Two}
\subsection{Data Acquisition}
\subsection{Experimental Procedure}
|