File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 197197
198198?>
199199<html>
200- <h4><p><?= $ thetimeis?> </p></h4>
201200
202- <head>
203- <style>
204- table, th, td {
205- border: 1px solid black;
206- border-collapse: collapse;
207- }
208- <meta charset="UTF-8">
209- <title>Battery One</title>
210- <style>
211- table,
212- td,
213- th {
214- border: 1px solid;
215- padding: 20px;
216- }
217-
218- table {
219- text-align: center;
220- }
221- </style>
222- </style>
223- </head>
224-
225- <body>
226- <table style="width: 70%;">
227- <tr>
228- <th>Bat</th>
229- <th>SOC</th>
230- <th>Energy</th>
231- <th>Current</th>
232- <th>Power</th>
233- <th>Chg.Cur.Lmt</th>
234- <th>DChg.Cur.Lmt</th>
235- <th>Voltage</th>
236- <th>Temperature</th>
237- </tr>
238- <tr>
239- <td><p><?= $ batnum?> </p></td>
240- <td><p><?= round ($ SOC ,1 )?> %</p></td>
241- <td><p><?= round ($ StoredEnergy ,1 )?> kWh</p></td>
242- <td><p><?= round ($ Current ,1 )?> A</p></td>
243- <td><p><?= round ($ Voltage *$ Current /1000 ,1 )?> kW</p></td>
244- <td><p><?= round ($ ChargeCurrentLimit ,1 )?> A</p></td>
245- <td><p><?= round ($ DischargeCurrentLimit ,1 )?> A</p></td>
246- <td><p><?= round ($ Voltage ,1 )?> V</p></td>
247- <td><p><?= round ($ Temperature ,1 )?> C</p></td>
248- </tr>
249- </table>
250- </body>
201+
202+
251203<!-------------------------------------------------------------------------------------------------------------------------->
252204<head>
253205 <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
You can’t perform that action at this time.
0 commit comments