mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-25 08:41:54 +00:00
Had to put style inline as web server deletes my style from the head
This commit is contained in:
parent
49134553d7
commit
b45114fe37
@ -5,20 +5,8 @@
|
|||||||
<title>CUCC Expedition Handbook: Drill Battery Charging</title>
|
<title>CUCC Expedition Handbook: Drill Battery Charging</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
||||||
|
|
||||||
<style>
|
|
||||||
p.bluedisplay {
|
|
||||||
color:darkblue;
|
|
||||||
background-color:lightblue;
|
|
||||||
display: block;
|
|
||||||
margin-top: 1em;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
margin-left: 10px;
|
|
||||||
margin-right: 65%;
|
|
||||||
border: 2px solid blue;
|
|
||||||
padding:2%;
|
|
||||||
font:22px/30px monospace;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
||||||
@ -36,7 +24,17 @@ This is the charger which has the Makita slide-socket for the battery which is c
|
|||||||
<p>
|
<p>
|
||||||
Check that screen looks like this: Displaying <br>
|
Check that screen looks like this: Displaying <br>
|
||||||
|
|
||||||
<p class="bluedisplay">
|
<p style="
|
||||||
|
color:darkblue;
|
||||||
|
background-color:lightblue;
|
||||||
|
display: block;
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 65%;
|
||||||
|
border: 2px solid blue;
|
||||||
|
padding:2%;
|
||||||
|
font:22px/30px monospace;">
|
||||||
LiIo CHARGE<br>
|
LiIo CHARGE<br>
|
||||||
C=3300mAh 14.4Vp
|
C=3300mAh 14.4Vp
|
||||||
</p>
|
</p>
|
||||||
@ -47,7 +45,17 @@ C=3300mAh 14.4Vp
|
|||||||
The screen will display "battery check" and then start charging.
|
The screen will display "battery check" and then start charging.
|
||||||
<p>The screen will then look something like below
|
<p>The screen will then look something like below
|
||||||
(but with different numbers) when charging:
|
(but with different numbers) when charging:
|
||||||
<p class="bluedisplay">
|
<p style="
|
||||||
|
color:darkblue;
|
||||||
|
background-color:lightblue;
|
||||||
|
display: block;
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 65%;
|
||||||
|
border: 2px solid blue;
|
||||||
|
padding:2%;
|
||||||
|
font:22px/30px monospace;">
|
||||||
CHG 0.04 00002<br>
|
CHG 0.04 00002<br>
|
||||||
LI+3.26A 15.331V
|
LI+3.26A 15.331V
|
||||||
</p>
|
</p>
|
||||||
@ -69,7 +77,17 @@ You can do this as follows.
|
|||||||
<p>Now hold down the "<b>Enter, Start Stop</b>" button for 2 seconds until "<b>Battery Check</b>" is displayed
|
<p>Now hold down the "<b>Enter, Start Stop</b>" button for 2 seconds until "<b>Battery Check</b>" is displayed
|
||||||
and the screen looks similar to below, but with but with different numbers:
|
and the screen looks similar to below, but with but with different numbers:
|
||||||
|
|
||||||
<p class="bluedisplay">
|
<p style="
|
||||||
|
color:darkblue;
|
||||||
|
background-color:lightblue;
|
||||||
|
display: block;
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 65%;
|
||||||
|
border: 2px solid blue;
|
||||||
|
padding:2%;
|
||||||
|
font:22px/30px monospace;">
|
||||||
CHG 0.04 00002<br>
|
CHG 0.04 00002<br>
|
||||||
LI+3.26A 15.331V
|
LI+3.26A 15.331V
|
||||||
</p>
|
</p>
|
||||||
@ -236,7 +254,17 @@ adaptor.</li>
|
|||||||
<li>Check display says 'Lion' or 'Lipo' and '14.4V' and '3A' and 'CHARGE'. Hold
|
<li>Check display says 'Lion' or 'Lipo' and '14.4V' and '3A' and 'CHARGE'. Hold
|
||||||
down "<b>Enter, Start Stop</b>" button
|
down "<b>Enter, Start Stop</b>" button
|
||||||
(the one at the <b>right-hand end</b>, the <b>4th one from the left</b>) . It will do a battery check.
|
(the one at the <b>right-hand end</b>, the <b>4th one from the left</b>) . It will do a battery check.
|
||||||
<p class="bluedisplay">
|
<p style="
|
||||||
|
color:darkblue;
|
||||||
|
background-color:lightblue;
|
||||||
|
display: block;
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 65%;
|
||||||
|
border: 2px solid blue;
|
||||||
|
padding:2%;
|
||||||
|
font:22px/30px monospace;">
|
||||||
LiIo CHARGE<br>
|
LiIo CHARGE<br>
|
||||||
C=3300mAh 14.4Vp
|
C=3300mAh 14.4Vp
|
||||||
</p></li>
|
</p></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user