Aggiunta conf x OSAI OPEN
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user