Aggiunta info counter, update appunti
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
|
||||
- da completare traduzione prog CNC di GD32 e GLD25
|
||||
- se possibile leggere (fanuc/siemens) i PEZZI LANCIATI che sono <= dei pezzi richiesti dall'Ordine di Produzione (es ordine: 20'000, lancio 5'000, poi 10'000, poi 15'000, poi 21'000 che finisce la notte)
|
||||
- pagina con resoconto di QUALE IOB-WIN gestisce una singola macchina (in MP/TAB)
|
||||
|
||||
### Donati
|
||||
|
||||
|
||||
BIN
Binary file not shown.
@@ -23,8 +23,9 @@
|
||||
<ul class="list-group mb-5">
|
||||
<li class="list-group-item d-flex justify-content-between align-items-center">Machine Cod: <b><%: IdxMacchina %></b></li>
|
||||
<li class="list-group-item d-flex justify-content-between align-items-center">IOB Type: <b><i class='<%: IobFeeder.typeCss %>'></i> <%: IobFeeder.iType %></b></li>
|
||||
<li class="list-group-item d-flex justify-content-between align-items-center">IOB Name: <b><%: IobFeeder.name %></b></li>
|
||||
<li class="list-group-item d-flex justify-content-between align-items-center">IOB Name: <b><%: IobFeeder.name %></b></li>
|
||||
<li class="list-group-item d-flex justify-content-between align-items-center">IOB Addr: <b><%: IobFeeder.IP %></b></li>
|
||||
<li class="list-group-item d-flex justify-content-between align-items-center">CNC Absolute counter: <b><%: IobFeeder.CNC_Counter %></b></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
|
||||
Reference in New Issue
Block a user