52 lines
1.6 KiB
PHP
52 lines
1.6 KiB
PHP
<?php include('partialpage/header.php');?>
|
|
<?php include('partialpage/sidebar.php');?>
|
|
|
|
<!-- !PAGE CONTENT! -->
|
|
<div class="w3-main" style="margin-left:340px;margin-right:40px">
|
|
|
|
<!-- Header -->
|
|
<div class="w3-container" style="margin-top:80px" id="showcase">
|
|
<h1 class="w3-jumbo"><b>H1502 help</b></h1>
|
|
<br>
|
|
<div style="border:5px solid red; width:100px" class="w3-round"></div>
|
|
<br>
|
|
</div>
|
|
|
|
<!-- led -->
|
|
<div class="w3-container" id="leds" style="margin-top:25px">
|
|
<h1 class="w3-xxlarge w3-text-red"><b>Onboard leds</b></h1>
|
|
<p><b>Orange: </b>timer</p>
|
|
<p><b>Red: </b>heartbeat</p>
|
|
<p><b>Yellow: </b>HDD</p>
|
|
<p><b>Green: </b>CPU</p>
|
|
</div>
|
|
|
|
<!-- inputs -->
|
|
<div class="w3-container" id="inputs" style="margin-top:25px">
|
|
<h1 class="w3-xxlarge w3-text-red"><b>Inputs</b></h1>
|
|
<p><b>8 X digital inputs: </b>potial free contact</p>
|
|
<p><b>4 X analog input: </b>configurable 0-10volt / 4-20mA</p>
|
|
</div>
|
|
|
|
<!-- outputs -->
|
|
<div class="w3-container" id="outputs" style="margin-top:25px">
|
|
<h1 class="w3-xxlarge w3-text-red"><b>outputs</b></h1>
|
|
<p><b>4 X relay: </b>multicontact</p>
|
|
<p><b>4 X solidstate relay: </b>single contact</p>
|
|
</div>
|
|
|
|
<!-- update -->
|
|
<div class="w3-container" id="update" style="margin-top:25px">
|
|
<h1 class="w3-xxlarge w3-text-red"><b>update</b></h1>
|
|
<p><b>UP + reboot: </b>USB update</p>
|
|
<p><b>DOWN + reboot: </b>TFTP update</p>
|
|
<p><b>RIGHT + reboot: </b>boot in u-boot console</p>
|
|
<p><b>ESC + reboot: </b>erase all flash!!</p>
|
|
</div>
|
|
|
|
<!-- End page content -->
|
|
</div>
|
|
|
|
<?php include('partialpage/footer.php');?>
|
|
|