Aggiunta conf x OSAI OPEN

This commit is contained in:
Samuele E. Locatelli
2018-11-19 19:18:02 +01:00
parent f009f8e337
commit 2efe65aa89
3 changed files with 15 additions and 3 deletions
+8
View File
@@ -701,6 +701,14 @@ namespace IOB_UT
/// </summary>
ND,
/// <summary>
/// Adapter OSAI CNDEX (Cndex)
/// </summary>
OSAI_CNDEX,
/// <summary>
/// Adapter OSAI OPEN (ws)
/// </summary>
OSAI_OPEN,
/// <summary>
/// Adapter SIEMENS
/// </summary>
SIEMENS,
+4
View File
@@ -622,6 +622,10 @@ namespace IOB_WIN
iobObj = new IobKawasaki(this, IOBConf);
start.Enabled = true;
break;
case tipoAdapter.OSAI_OPEN:
iobObj = new IobOSAI(this, IOBConf);
start.Enabled = true;
break;
case tipoAdapter.SIEMENS:
iobObj = new IobSiemens(this, IOBConf);
start.Enabled = true;
+3 -3
View File
@@ -1,10 +1,10 @@
;Configurazione IOB-WIN
[IOB]
CNCTYPE=KAWASAKI
CNCTYPE=OSAI_OPEN
[MACHINE]
VENDOR=KAWASAKI
MODEL=E-CONTROLLER
VENDOR=CMS
MODEL=OSAI_OPEN
[CNC]
; TEST OSAI su VirtSAM