FANUC:
- Correzione nomi variabili...
This commit is contained in:
@@ -75,7 +75,7 @@ MAX_SEND_PZC_BLOCK=100
|
||||
; conf cablata set Art/Commessa
|
||||
SET_NUM_ART=STD.MACRO.966
|
||||
SET_NUM_COM=STD.MACRO.965
|
||||
;indica se il numero articolo è semplicemente il trim dei caratteri alfabetici (chiama comunque server...)
|
||||
;indica se il numero articolo � semplicemente il trim dei caratteri alfabetici (chiama comunque server...)
|
||||
NUM_ART_CHR_TRIM=TRUE
|
||||
; conf parametri memoria READ/WRITE
|
||||
PARAM_CONF=VL27.json
|
||||
|
||||
@@ -1922,7 +1922,7 @@ namespace IOB_WIN_NEXT.Iob
|
||||
// se non trovato... leggo da OPT_PAR
|
||||
if (string.IsNullOrEmpty(memName))
|
||||
{
|
||||
memName = "PZCOUNT_MODE";
|
||||
memName = "PZ_COUNT";
|
||||
}
|
||||
return memName;
|
||||
}
|
||||
@@ -1944,7 +1944,7 @@ namespace IOB_WIN_NEXT.Iob
|
||||
// se non trovato... leggo da OPT_PAR
|
||||
if (string.IsNullOrEmpty(memName))
|
||||
{
|
||||
memName = "PZGTOT_MODE";
|
||||
memName = "PZ_GTOT";
|
||||
}
|
||||
return memName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user