aggiunto avvio x NUOVO tipo IOB SIEMENS FAPE

This commit is contained in:
Samuele E. Locatelli
2018-11-27 18:50:59 +01:00
parent 4cf6dda6cf
commit 3ecfc4a903
2 changed files with 9 additions and 1 deletions
+4
View File
@@ -717,6 +717,10 @@ namespace IOB_UT
/// </summary>
SIEMENS,
/// <summary>
/// Adapter SIEMENS, interfaccia versione FAPE (punzonatrici)
/// </summary>
SIEMENS_FAPE,
/// <summary>
/// Adapter SIEMENS, interfaccia versione Torri
/// </summary>
SIEMENS_TORRI
+5 -1
View File
@@ -632,7 +632,11 @@ namespace IOB_WIN
case tipoAdapter.SIEMENS:
iobObj = new IobSiemens(this, IOBConf);
start.Enabled = true;
break;
break;
case tipoAdapter.SIEMENS_FAPE:
iobObj = new IobSiemensFape(this, IOBConf);
start.Enabled = true;
break;
case tipoAdapter.SIEMENS_TORRI:
iobObj = new IobSiemensTorri(this, IOBConf);
start.Enabled = true;