72 lines
2.8 KiB
HTML
72 lines
2.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<script language=javascript src=../common.js></script>
|
|
<script language=javascript>
|
|
start_page("../"); //path to root direction
|
|
</script>
|
|
|
|
<h1>Pipeworks example: Auto charge a digtron</h1>
|
|
<p>What could be nicer than being able to automatically charge the batteries in your digtron!
|
|
with pipeworks, it's possible! <a href="digtron.html">here you can learn about the digtron</a>
|
|
<br/> note that this tutorials is working with any other chest than the digtron batteries holder</p>
|
|
|
|
|
|
|
|
<h2>digtron batteries holder (or any other chest)</h2>
|
|
<p> it can be filled with any kind of batteries
|
|
<ul>
|
|
<li><b>RE batteries</b> - with a full holder of it it will discharge quickly </li>
|
|
<li><b>Crystals</b> - better batteries!</li>
|
|
<li><b>Blue crystals</b> - the best! ... with a few batteries it lasts longer!! </li>
|
|
</ul>
|
|
</p><p>
|
|
if you use a self-contained injetor chest as source ... it had to be set on <b>Itemwise</b> and the stackwise injector is not to put after.
|
|
</p>
|
|
|
|
<h2>Stackwise injector</h2>
|
|
<p> place with the batteries holder it push batteries into tubes. you can trigger it with:
|
|
<ul>
|
|
</p><p>
|
|
<li><b>A blinky plant and a mesecon</b> - the mesecon is put on the injector and the plant at right or left of the injector (with shift+ click). You can remove the plant or put a switch to stop the process when all batteries are charged </li>
|
|
<li><b>manually</b> you can hit the injector, with a shift+click several times</li>
|
|
</ul>
|
|
|
|
|
|
</p>
|
|
|
|
<h2>hv battery box</h2>
|
|
<p>the high voltage battery box is the central element of the system.
|
|
here are the parameters when you are facing the box:
|
|
<ul>
|
|
<li><b>control unit</b> - put on the right upgrade slot</li>
|
|
<li><b>RE bettery</b> - put on the left upgrade slot</li>
|
|
<li><b>input tube</b> - plug at rear of the box</li>
|
|
<li><b>output tube</b> - plug at the right of the box</li>
|
|
</ul>
|
|
</p><p>
|
|
<i>note that the boxes can be stacked from left to right, the charged batteries will be automatically ejected towards the boxes / the tube on its right (when you are facing the box)</i>
|
|
</p>
|
|
|
|
<script language=javascript>
|
|
images = [
|
|
{img:"img/digtroncharge_hvbatterybox_param.jpg", txt:"hv battery box parameters"},
|
|
{img:"img/digtroncharge_system.jpg", txt:"the whole system"},
|
|
];
|
|
galery(images, "300px");
|
|
</script>
|
|
|
|
<hr>
|
|
|
|
(notice: into the whole system picture, the blinky plant is missing and on the left background there is a pipework system to auto empty inventory by switching on/off quickly to make the blinky signal on the injectors as suggest by onePlayer)
|
|
<hr>
|
|
|
|
<p>
|
|
<br/><i>Thanks you to everybody and especially to onePlayer and Sgik for their answers and precious help!</i>
|
|
<br/>Tutorial made on March 3th, 2020 by Guill4um
|
|
</p>
|
|
|
|
<script language=javascript>
|
|
end_page();
|
|
</script>
|
|
</html>
|