Update x versione ESA da portare UP TO DATE...
This commit is contained in:
@@ -597,6 +597,7 @@ namespace MTC_Adapter
|
||||
lg.Error("Errore connessione mancante in getIotMem_Word");
|
||||
}
|
||||
|
||||
StringBuilder sb = new StringBuilder();
|
||||
int numAlarmCNC = 0;
|
||||
int numero = 0;
|
||||
int byteNum = 0;
|
||||
@@ -774,6 +775,13 @@ namespace MTC_Adapter
|
||||
}
|
||||
}
|
||||
}
|
||||
// verifico se nei mandini ho un tool e quanti cambi...
|
||||
for (int i = 0; i < vettUnOp.Length; i++)
|
||||
{
|
||||
if (vettUnOp[i].mUnOpToolId.Value.ToString() != "") sb.AppendLine(string.Format("UnOp_{0}: ToolId: {1} | NumCU: {2}", i+1, vettUnOp[i].mUnOpToolId.Value, vettUnOp[i].mUnOpNumCU.Value));
|
||||
}
|
||||
// update form!
|
||||
parentForm.dataMonitor_2 += sb.ToString();
|
||||
}
|
||||
/// <summary>
|
||||
/// Carica ed acquisisce dati del buffer DWORD (32 bit) di memoria
|
||||
@@ -986,7 +994,7 @@ namespace MTC_Adapter
|
||||
sb.AppendLine(string.Format("{0}: {1}", mapIOT_String[j].varName, valString));
|
||||
}
|
||||
// update form!
|
||||
parentForm.dataMonitor_1 += sb.ToString();
|
||||
parentForm.dataMonitor_2 += sb.ToString();
|
||||
}
|
||||
public override void getGlobalData()
|
||||
{
|
||||
@@ -1000,6 +1008,8 @@ namespace MTC_Adapter
|
||||
{
|
||||
// inizializzo data monitor su FORM
|
||||
parentForm.dataMonitor_1 = "";
|
||||
parentForm.dataMonitor_2 = "";
|
||||
parentForm.dataMonitor_3 = "";
|
||||
|
||||
// recupero le varie memorie (prima string che mi serve x area selezionata --> programma selezionato)
|
||||
getIotMem_String();
|
||||
@@ -1107,7 +1117,7 @@ namespace MTC_Adapter
|
||||
prevDirAxis[i] = newDir;
|
||||
}
|
||||
|
||||
parentForm.dataMonitor_1 += sb.ToString();
|
||||
parentForm.dataMonitor_3 += sb.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
||||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||||
<appSettings>
|
||||
<!--clock di base update...-->
|
||||
<add key="timerIntMs" value="5" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="fastCount" value="20" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="normCount" value="50" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
@@ -13,11 +14,12 @@
|
||||
<add key="autoLoadConf" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="openDumpOnStart" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="procIotMem" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="cycleWatchDog" value="2" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<!--COMMENTATO IN DEBUG LOCALE-->
|
||||
<add key="startMinimized" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="windowCanMax" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="trayClose" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="recTime" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="ipPLC" value="192.168.139.1" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="cycleWatchDog" value="2" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
</appSettings>
|
||||
</configuration>
|
||||
@@ -2,6 +2,7 @@
|
||||
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
||||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||||
<appSettings>
|
||||
<!--clock di base update...-->
|
||||
<add key="timerIntMs" value="10" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="fastCount" value="20" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="normCount" value="100" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
@@ -13,11 +14,12 @@
|
||||
<add key="autoLoadConf" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="openDumpOnStart" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="procIotMem" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="cycleWatchDog" value="2" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<!--COMMENTATO IN DEBUG LOCALE-->
|
||||
<add key="startMinimized" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="windowCanMax" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="trayClose" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="recTime" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="ipPLC" value="192.168.139.1" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="cycleWatchDog" value="2" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
</appSettings>
|
||||
</configuration>
|
||||
@@ -2,6 +2,7 @@
|
||||
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
||||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||||
<appSettings>
|
||||
<!--clock di base update...-->
|
||||
<add key="timerIntMs" value="5" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="fastCount" value="60" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="normCount" value="150" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
@@ -13,11 +14,12 @@
|
||||
<add key="autoLoadConf" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="openDumpOnStart" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="procIotMem" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="cycleWatchDog" value="3" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<!--COMMENTATO IN DEBUG LOCALE-->
|
||||
<add key="startMinimized" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="windowCanMax" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="trayClose" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="recTime" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="ipPLC" value="192.168.214.1" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="cycleWatchDog" value="3" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
</appSettings>
|
||||
</configuration>
|
||||
@@ -2,6 +2,7 @@
|
||||
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
||||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||||
<appSettings>
|
||||
<!--clock di base update...-->
|
||||
<add key="timerIntMs" value="10" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="fastCount" value="20" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="normCount" value="50" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
@@ -14,12 +15,11 @@
|
||||
<add key="openDumpOnStart" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="procIotMem" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="cycleWatchDog" value="2" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<!--clock di base update...-->
|
||||
<add key="timerIntMs" value="10" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<!--COMMENTATO IN DEBUG LOCALE-->
|
||||
<add key="startMinimized" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="windowCanMax" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="trayClose" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="recTime" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="ipPLC" value="127.0.0.1" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
</appSettings>
|
||||
</configuration>
|
||||
@@ -73,9 +73,9 @@
|
||||
<add key="SubModeListFilePath" value="SubModeList.map"/>
|
||||
<!--conf gestione "semplificata" accesso a tutta la memoria ogni volta-->
|
||||
<!--conf x CMS-->
|
||||
<add key="procIotMem" value="false"/>
|
||||
<!--<add key="procIotMem" value="false"/>-->
|
||||
<!--conf x ESA-KVARA-->
|
||||
<!--<add key="procIotMem" value="true"/>-->
|
||||
<add key="procIotMem" value="true"/>
|
||||
<!--file configurazione IotMem (ESA KVARA)-->
|
||||
<add key="IOTByteFilePath" value="IOT_ByteList.map"/>
|
||||
<add key="IOTWordFilePath" value="IOT_WordList.map"/>
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<AdapterConf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Version>1</Version>
|
||||
<NomeAdapt>ADAPTER_SIEMENS</NomeAdapt>
|
||||
<TipoAdapt>SIEMENS</TipoAdapt>
|
||||
<NomeAdapt>ADAPTER_ESAGV</NomeAdapt>
|
||||
<TipoAdapt>ESAGV</TipoAdapt>
|
||||
<ContOreMaccOn>0</ContOreMaccOn>
|
||||
<ContOreMaccLav>0</ContOreMaccLav>
|
||||
<ContSlittaTast>0</ContSlittaTast>
|
||||
<VacuumPump>
|
||||
<element>
|
||||
<ident>VacPump_01</ident>
|
||||
@@ -25,6 +24,14 @@
|
||||
<ident>VacAct_02</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
<element>
|
||||
<ident>VacAct_03</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
<element>
|
||||
<ident>VacAct_04</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
</VacuumAct>
|
||||
<Lubro>
|
||||
<element>
|
||||
@@ -36,18 +43,6 @@
|
||||
<dataRefList />
|
||||
</element>
|
||||
</Lubro>
|
||||
<ProtMag>
|
||||
<element>
|
||||
<ident>ProtMagazzino_01</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
</ProtMag>
|
||||
<SlittaMag>
|
||||
<element>
|
||||
<ident>SlittaMagazzino_</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
</SlittaMag>
|
||||
<Cooler>
|
||||
<element>
|
||||
<ident>Cooler_01</ident>
|
||||
@@ -83,16 +78,40 @@
|
||||
<ident>Path_01</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
<element>
|
||||
<ident>Path_02</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
</Path>
|
||||
<UnOp>
|
||||
<element>
|
||||
<ident>UnOp_01</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
<element>
|
||||
<ident>UnOp_02</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
<element>
|
||||
<ident>UnOp_03</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
<element>
|
||||
<ident>UnOp_04</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
<element>
|
||||
<ident>UnOp_05</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
<element>
|
||||
<ident>UnOp_06</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
<element>
|
||||
<ident>UnOp_07</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
<element>
|
||||
<ident>UnOp_08</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
</UnOp>
|
||||
<Axis>
|
||||
<element>
|
||||
@@ -256,7 +275,7 @@
|
||||
<dataRefList>
|
||||
<dataRef>
|
||||
<Key>Axis_13_Type</Key>
|
||||
<Value>ROTARY</Value>
|
||||
<Value>LINEAR</Value>
|
||||
</dataRef>
|
||||
<dataRef>
|
||||
<Key>Axis_13_Grp</Key>
|
||||
@@ -269,7 +288,7 @@
|
||||
<dataRefList>
|
||||
<dataRef>
|
||||
<Key>Axis_14_Type</Key>
|
||||
<Value>ROTARY</Value>
|
||||
<Value>LINEAR</Value>
|
||||
</dataRef>
|
||||
<dataRef>
|
||||
<Key>Axis_14_Grp</Key>
|
||||
@@ -290,18 +309,23 @@
|
||||
</dataRef>
|
||||
</dataRefList>
|
||||
</element>
|
||||
<element>
|
||||
<ident>Axis_16</ident>
|
||||
<dataRefList>
|
||||
<dataRef>
|
||||
<Key>Axis_16_Type</Key>
|
||||
<Value>LINEAR</Value>
|
||||
</dataRef>
|
||||
<dataRef>
|
||||
<Key>Axis_16_Grp</Key>
|
||||
<Value>00</Value>
|
||||
</dataRef>
|
||||
</dataRefList>
|
||||
</element>
|
||||
</Axis>
|
||||
<MemArea>
|
||||
<element>
|
||||
<ident>MemArea_01</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
<element>
|
||||
<ident>MemArea_02</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
<element>
|
||||
<ident>MemArea_03</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
<element>
|
||||
<ident>MemArea_04</ident>
|
||||
<dataRefList />
|
||||
</element>
|
||||
</MemArea>
|
||||
</AdapterConf>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1 +1,654 @@
|
||||
# Commenti con "#", elenco tipo COD_NUM|GRUPPO|LEVEL|DESCRIZIONE completa
|
||||
# Commenti con "#", elenco tipo COD_NUM|GRUPPO|LEVEL|DESCRIZIONE completa
|
||||
000001|CNC|FAULT|[1] Atteso carattere [
|
||||
000002|CNC|FAULT|[2] Numero Registro Errato
|
||||
000003|CNC|FAULT|[3] Funzione non valida
|
||||
000004|CNC|FAULT|[4] Parametrica: carattere non valido
|
||||
000005|CNC|FAULT|[5] IF: Atteso carattere =
|
||||
000006|CNC|FAULT|[6] JSR: Livello Annidamento Subroutine Errato
|
||||
000007|CNC|FAULT|[7] RET: Annidamento Subroutine Errato
|
||||
000008|CNC|FAULT|[8] Funzione non disponibile
|
||||
000009|CNC|FAULT|[9] Troppe funzioni M consecutive
|
||||
000010|CNC|FAULT|[10] Raggio senza G2/G3
|
||||
000011|CNC|FAULT|[11] Raggio Inconsistente
|
||||
000012|CNC|FAULT|[12] Errore inizializzazione canale
|
||||
000013|CNC|FAULT|[13] Canale in stallo (deadlock)
|
||||
000014|CNC|FAULT|[14] Ciclo Fisso non esistente
|
||||
000015|CNC|FAULT|[15] Troppi livelli di parentesi (
|
||||
000016|CNC|FAULT|[16] Assegnamento: atteso carattere =
|
||||
000017|CNC|FAULT|[17] Atteso carattere CR
|
||||
000018|CNC|FAULT|[18] Modo operativo cambiato
|
||||
000019|CNC|FAULT|[19] JMP: Numero Blocco non trovato
|
||||
000020|CNC|FAULT|[20] Programma non trovato
|
||||
000021|CNC|FAULT|[21] Errore da procedura esterna
|
||||
000022|CNC|FAULT|[22] Quota Fuori Limite
|
||||
000023|CNC|FAULT|[23] Asse non configurato
|
||||
000024|CNC|FAULT|[24] Mandrino non configurato
|
||||
000025|CNC|FAULT|[25] Piano Selezionato Errato
|
||||
000026|CNC|FAULT|[26] Asse non Disponibile
|
||||
000027|CNC|FAULT|[27] Passo Maschiatura Nullo
|
||||
000028|CNC|FAULT|[28] Asse in Allarme
|
||||
000029|CNC|FAULT|[29] Feed Nulla
|
||||
000030|CNC|FAULT|[30] Raggio Utensile Nullo
|
||||
000031|CNC|FAULT|[31] Simbolo % non trovato
|
||||
000032|CNC|FAULT|[32] Cambio Piano o Lato con CUT Attiva
|
||||
000033|CNC|FAULT|[33] Mandrino senza Encoder
|
||||
000034|CNC|FAULT|[34] Indirizzo senza numero
|
||||
000035|CNC|FAULT|[35] SQRT: Argomento negativo
|
||||
000036|CNC|FAULT|[36] TAN: Valore Infinito
|
||||
000037|CNC|FAULT|[37] ASIN, ACOS: Argomento fuori range
|
||||
000038|CNC|FAULT|[38] Divisione per zero
|
||||
000039|CNC|FAULT|[39] Indirizzo non usato
|
||||
000040|CNC|FAULT|[40] Numero senza indirizzo
|
||||
000041|CNC|FAULT|[41] Parametro su indirizzo G
|
||||
000042|CNC|FAULT|[42] Programma senza M2-M30
|
||||
000043|CNC|FAULT|[43] Interpolazione con assi incompatibili
|
||||
000044|CNC|FAULT|[44] Velocità mandrino troppo elevata
|
||||
000045|CNC|FAULT|[45] Vel Asse Z > Vel Max Canale
|
||||
000046|CNC|FAULT|[46] Correzione Tornio G18
|
||||
000047|CNC|FAULT|[47] Tipo Geometria Utensile non gestita
|
||||
000048|CNC|FAULT|[48] Coda Trasmissione Esaurita
|
||||
000049|CNC|FAULT|[49] Coda Pacchetti Liberi Esaurita
|
||||
000050|CNC|FAULT|[50] Raggio profilo minore Raggio Utensile
|
||||
000051|CNC|FAULT|[51] Punto Finale Arco inconsistente
|
||||
000052|CNC|FAULT|[52] Il Percorso non puo' essere seguito
|
||||
000053|CNC|FAULT|[53] Segmento nullo
|
||||
000054|CNC|FAULT|[54] Angolo nullo
|
||||
000055|CNC|FAULT|[55] Operazione Illegale
|
||||
000056|CNC|FAULT|[56] Intersezione tra segmenti o archi
|
||||
000057|CNC|FAULT|[57] Attacco Profilo non permesso: usare G0
|
||||
000058|CNC|FAULT|[58] Sovrataglio su Segmento Lineare
|
||||
000059|CNC|FAULT|[59] Sovrataglio su Arco di Circonferenza
|
||||
000060|CNC|FAULT|[60] Atteso carattere ]
|
||||
000061|CNC|FAULT|[61] Valore troppo elevato
|
||||
000062|CNC|FAULT|[62] Errore accesso file
|
||||
000063|CNC|FAULT|[63] Descrittore Utensile Errato
|
||||
000064|CNC|FAULT|[64] Troppi parametri
|
||||
000065|CNC|FAULT|[65] Troppi caratteri nei campi stringa
|
||||
000066|CNC|FAULT|[66] Atteso oggetto dopo ^
|
||||
000067|CNC|FAULT|[67] Assegnazione a registro inesistente
|
||||
000068|CNC|FAULT|[68] Argomento inesistente
|
||||
000069|CNC|FAULT|[69] Codice SPC non riconosciuto
|
||||
000070|CNC|FAULT|[70] Violazione semantica blocco APND
|
||||
000071|CNC|FAULT|[71] Per spiegazioni vedere il Manuale
|
||||
000072|CNC|FAULT|[72] CFC: Subroutine non trovata
|
||||
000073|CNC|FAULT|[73] CFC: Parametri errati
|
||||
000074|CNC|FAULT|[74] CFC: Errore di gestione risorse
|
||||
000075|CNC|FAULT|[75] CFC: Nessuna risorsa
|
||||
000076|CNC|FAULT|[76] CFC: Errore di chiusura
|
||||
000077|CNC|FAULT|[77] CFC: Non specificato
|
||||
000078|CNC|FAULT|[78] CFC: <DEBUG 1>
|
||||
000079|CNC|FAULT|[79] CFC: (Per spiegazioni vedere il Manuale)
|
||||
000080|CNC|FAULT|[80] CFC: Task eseguito correttamente
|
||||
000081|CNC|FAULT|[81] CVB: Codice operativo sconosciuto
|
||||
000082|CNC|FAULT|[82] CVB: Errore di gestione risorse
|
||||
000083|CNC|FAULT|[83] CVB: Nessuna risorsa
|
||||
000084|CNC|FAULT|[84] CVB: Errore di chiusura
|
||||
000085|CNC|FAULT|[85] CVB: Pipe interrotta
|
||||
000086|CNC|FAULT|[86] CVB: Ripristinato da stallo/Fine file inattesa
|
||||
000087|CNC|FAULT|[87] CVB: Non specificato
|
||||
000088|CNC|FAULT|[88] CVB: <DEBUG 1>
|
||||
000089|CNC|FAULT|[89] CVB: (Per le spiegazioni vedere il Manuale)
|
||||
000090|CNC|FAULT|[90] CVB: Task eseguito correttamente
|
||||
000093|CNC|FAULT|[93] APIO: Nessuna risorsa
|
||||
000094|CNC|FAULT|[94] APIO: Errore di chiusura
|
||||
000095|CNC|FAULT|[95] APIO: Non specificato
|
||||
000096|CNC|FAULT|[96] APIO: <DEBUG 1>
|
||||
000097|CNC|FAULT|[97] APIO: (Per spiegazioni vedere il Manuale)
|
||||
000098|CNC|FAULT|[98] APIO: Task eseguito correttamente
|
||||
000099|CNC|FAULT|[99] XCL: Codice operativo sconosciuto
|
||||
000100|CNC|FAULT|[100] XCL: Errore di gestione risorse
|
||||
000101|CNC|FAULT|[101] XCL: Nessuna risorsa
|
||||
000102|CNC|FAULT|[102] XCL: Errore di chiusura
|
||||
000103|CNC|FAULT|[103] XCL: Pipe interrotta
|
||||
000104|CNC|FAULT|[104] XCL: Ripristinato da stallo/Fine file inattesa
|
||||
000105|CNC|FAULT|[105] XCL: Non specificato
|
||||
000106|CNC|FAULT|[106] XCL: <DEBUG 1>
|
||||
000107|CNC|FAULT|[107] XCL: (Per le spiegazioni vedere il Manuale)
|
||||
000108|CNC|FAULT|[108] XCL: Compito eseguito correttamente
|
||||
000109|CNC|FAULT|[109] XAM: Codice operativo sconosciuto
|
||||
000110|CNC|FAULT|[110] XAM: Errore di gestione risorse
|
||||
000111|CNC|FAULT|[111] XAM: Nessuna risorsa
|
||||
000112|CNC|FAULT|[112] XAM: Errore di chiusura
|
||||
000113|CNC|FAULT|[113] XAM: Pipe interrotta
|
||||
000114|CNC|FAULT|[114] XAM: Ripristinato da stallo/Fine file inattesa
|
||||
000115|CNC|FAULT|[115] XAM: Non specificato
|
||||
000116|CNC|FAULT|[116] XAM: <DEBUG 1>
|
||||
000117|CNC|FAULT|[117] XAM: (Per le spiegazioni vedere il Manuale)
|
||||
000118|CNC|FAULT|[118] XAM: Task eseguito correttamente
|
||||
000119|CNC|FAULT|[119] RETR: Codice operativo sconosciuto
|
||||
000120|CNC|FAULT|[120] RETR: Errore di gestione risorse
|
||||
000121|CNC|FAULT|[121] RETR: Nessuna risorsa
|
||||
000122|CNC|FAULT|[122] RETR: Errore di chiusura
|
||||
000123|CNC|FAULT|[123] RETR: Pipe interrotta
|
||||
000124|CNC|FAULT|[124] RETR: Ripristinato da stallo/Fine file inattesa
|
||||
000125|CNC|FAULT|[125] RETR: Non specificato
|
||||
000126|CNC|FAULT|[126] RETR: <DEBUG 1>
|
||||
000127|CNC|FAULT|[127] RETR: (Per le spiegazioni vedere il Manuale)
|
||||
000128|CNC|FAULT|[128] RETR: Task eseguito correttamente
|
||||
000129|CNC|FAULT|[129] PG2: Codice operativo sconosciuto
|
||||
000130|CNC|FAULT|[130] PG2: Errore di gestione risorse
|
||||
000131|CNC|FAULT|[131] PG2: Nessuna risorsa
|
||||
000132|CNC|FAULT|[132] PG2: Errore di chiusura
|
||||
000133|CNC|FAULT|[133] PG2: Pipe interrotta
|
||||
000134|CNC|FAULT|[134] PG2: Ripristinato da stallo/Fine file inattesa
|
||||
000135|CNC|FAULT|[135] PG2: Non specificato
|
||||
000136|CNC|FAULT|[136] PG2: <DEBUG 1>
|
||||
000137|CNC|FAULT|[137] PG2: (Per le spiegazioni vedere il Manuale)
|
||||
000138|CNC|FAULT|[138] PG2: Task eseguito correttamente
|
||||
000139|CNC|FAULT|[139] WARP: Codice operativo sconosciuto
|
||||
000140|CNC|FAULT|[140] WARP: Errore di gestione risorse
|
||||
000141|CNC|FAULT|[141] WARP: Nessuna risorsa
|
||||
000142|CNC|FAULT|[142] WARP: Errore di chiusura
|
||||
000143|CNC|FAULT|[143] WARP: Pipe interrotta
|
||||
000144|CNC|FAULT|[144] WARP: Ripristinato da stallo/Fine file inattesa
|
||||
000145|CNC|FAULT|[145] WARP: Non specificato
|
||||
000146|CNC|FAULT|[146] WARP: <DEBUG 1>
|
||||
000147|CNC|FAULT|[147] WARP: (Per le spiegazioni vedere il Manuale)
|
||||
000148|CNC|FAULT|[148] WARP: Task eseguito correttamente
|
||||
000149|CNC|FAULT|[149] PAG: Codice operativo sconosciuto
|
||||
000150|CNC|FAULT|[150] PAG: Errore di gestione risorse
|
||||
000151|CNC|FAULT|[151] PAG: Nessuna risorsa
|
||||
000152|CNC|FAULT|[152] PAG: Errore di chiusura
|
||||
000153|CNC|FAULT|[153] PAG: Pipe interrotta
|
||||
000154|CNC|FAULT|[154] PAG: Ripristinato da stallo/Fine file inattesa
|
||||
000155|CNC|FAULT|[155] PAG: Non specificato
|
||||
000156|CNC|FAULT|[156] PAG: <DEBUG 1>
|
||||
000157|CNC|FAULT|[157] PAG: (Per le spiegazioni vedere il Manuale)
|
||||
000158|CNC|FAULT|[158] PAG: Task eseguito correttamente
|
||||
000159|CNC|FAULT|[159] Codice di errore sconosciuto
|
||||
000160|CNC|FAULT|[160] Asse X Quota Fuori Limite
|
||||
000161|CNC|FAULT|[161] Asse Y Quota Fuori Limite
|
||||
000162|CNC|FAULT|[162] Asse Z Quota Fuori Limite
|
||||
000163|CNC|FAULT|[163] Asse U Quota Fuori Limite
|
||||
000164|CNC|FAULT|[164] Asse V Quota Fuori Limite
|
||||
000165|CNC|FAULT|[165] Asse W Quota Fuori Limite
|
||||
000166|CNC|FAULT|[166] Asse A Quota Fuori Limite
|
||||
000167|CNC|FAULT|[167] Asse B Quota Fuori Limite
|
||||
000168|CNC|FAULT|[168] Asse C Quota Fuori Limite
|
||||
000170|CNC|FAULT|[170] Errore definizione variabile record [simbolo]
|
||||
000171|CNC|FAULT|[171] Errore assegnazione variabile record [simbolo]
|
||||
000172|CNC|FAULT|[172] Errore definizione variabile record [var defcn]
|
||||
000173|CNC|FAULT|[173] Errore assegnazione variabile record [var defcn]
|
||||
000174|CNC|FAULT|[174] Errore definizione variabile record [INPUT]
|
||||
000175|CNC|FAULT|[175] Impossibile assegnare registro di input
|
||||
000176|CNC|FAULT|[176] Errore definizione variabile record [OUT]
|
||||
000177|CNC|FAULT|[177] Errore assegnazione variabile record [OUT]
|
||||
000178|CNC|FAULT|[178] Errore definizione variabile record [registro logico]
|
||||
000179|CNC|FAULT|[179] Errore definizione variabile record [variabile automatica]
|
||||
000180|CNC|FAULT|[180] Atteso valore da assegnare a variabile record
|
||||
000181|CNC|FAULT|[181] Array oltre il massimo consentito
|
||||
000182|CNC|FAULT|[182] Simbolo giá definito
|
||||
000183|CNC|FAULT|[183] Impossibile inizializzare gli Array
|
||||
000184|CNC|FAULT|[184] Errore inizializzazione variabile
|
||||
000185|CNC|FAULT|[185] Errore sintattico definizione parametrica
|
||||
000186|CNC|FAULT|[186] Tipo di dato incompatibile
|
||||
000187|CNC|FAULT|[187] Impossibile definire altri simboli
|
||||
000188|CNC|FAULT|[188] Simbolo non definito
|
||||
000189|CNC|FAULT|[189] Errore assegnamento stringa
|
||||
000190|CNC|FAULT|[190] Errore assegnamento numerico
|
||||
000191|CNC|FAULT|[191] Simbolo inesistente
|
||||
000192|CNC|FAULT|[192] Errore definizione variabile record [registro logico]
|
||||
000193|CNC|FAULT|[193] Atteso simbolo parametrica
|
||||
000194|CNC|FAULT|[194] Errore accesso registro in defcn
|
||||
000195|CNC|FAULT|[195] Superato numero massimo di variabili simboliche
|
||||
000197|CNC|FAULT|[197] Out of memory/Memory not awarded
|
||||
000199|CNC|FAULT|[199] Errore di inizializzazione
|
||||
000200|CNC|FAULT|[200] <DEBUG: TCO: Codice operativo sconosciuto>
|
||||
000201|CNC|FAULT|[201] <DEBUG: TCO: Errore di gestione risorse>
|
||||
000202|CNC|FAULT|[202] <DEBUG: TCO: Nessuna risorsa>
|
||||
000203|CNC|FAULT|[203] <DEBUG: TCO: Errore di chiusura>
|
||||
000204|CNC|FAULT|[204] <DEBUG: TCO: Pipe interrotta>
|
||||
000205|CNC|FAULT|[205] <DEBUG: TCO: Ripristinato da stallo/Fine file inattesa>
|
||||
000206|CNC|FAULT|[206] <DEBUG: TCO: Non specificato>
|
||||
000207|CNC|FAULT|[207] <DEBUG: TCO: <DEBUG 1>>
|
||||
000208|CNC|FAULT|[208] <DEBUG: TCO: (Per le spiegazioni vedere il Manuale)>
|
||||
000209|CNC|FAULT|[209] <DEBUG: TCO: Task eseguito correttamente>
|
||||
000210|CNC|FAULT|[210] XCL: Violazione Semantica Blocco APND
|
||||
000211|CNC|FAULT|[211] XAM: Violazione Semantica Blocco APND
|
||||
000212|CNC|FAULT|[212] <DEBUG: PMI: Codice operativo non valido>
|
||||
000213|CNC|FAULT|[213] <DEBUG: PMI: Paratetri vettore di I/O errati>
|
||||
000214|CNC|FAULT|[214] <DEBUG: PMI: Ricevuto segnale di terminazione>
|
||||
000215|CNC|FAULT|[215] <DEBUG: PMI: Errore di inizializzazione>
|
||||
000216|CNC|FAULT|[216] <DEBUG: PMI: Errore di chiusura>
|
||||
000217|CNC|FAULT|[217] <DEBUG: PMI: Non specificato>
|
||||
000218|CNC|FAULT|[218] <DEBUG: PMI: (Per le spiegazioni vedere il Manuale)>
|
||||
000219|CNC|FAULT|[219] <DEBUG: PMI: Task eseguito correttamente>
|
||||
000220|CNC|FAULT|[220] Dati Tagliente non trovati
|
||||
000221|CNC|FAULT|[221] Cinematica non supportata
|
||||
000222|CNC|FAULT|[222] Errato orientamento entità TWI
|
||||
000223|CNC|FAULT|[223] Orientamento utensile non definito
|
||||
000224|CNC|FAULT|[224] TCP non trovato
|
||||
000225|CNC|FAULT|[225] Trasformazione THD non supportata
|
||||
000226|CNC|FAULT|[226] Impossibile selezionare tagliente, IJK assenti
|
||||
000227|CNC|FAULT|[227] Violazione tagliente
|
||||
000228|CNC|FAULT|[228] XCL: Vedi manuale
|
||||
000229|CNC|FAULT|[229] Orientamento utensile impossibile
|
||||
000230|CNC|FAULT|[230] Driver assi polari non supportato
|
||||
000231|CNC|FAULT|[231] Beccheggio incoerente
|
||||
000232|CNC|FAULT|[232] Imbardata incoerente
|
||||
000233|CNC|FAULT|[233] Modalità ICDSID non supportata
|
||||
000234|CNC|FAULT|[234] Relazione ambigua tra tagliente e lavorazione
|
||||
000235|CNC|FAULT|[235] Richiesto blocco di movimento dopo G00
|
||||
000236|CNC|FAULT|[236] Troppi blocchi non di movimento
|
||||
000237|CNC|FAULT|[237] Sequenza assi di percorso non gestita
|
||||
000238|CNC|FAULT|[238] Errore interno XCL
|
||||
000240|CNC|FAULT|[240] Overflow buffer DLE
|
||||
000241|CNC|FAULT|[241] Deceleration Look-Ahead: Troppi blocchi non di movimento
|
||||
000242|CNC|FAULT|[242] Formato non riconosciuto da DLE
|
||||
000243|CNC|FAULT|[243] La Pipe interna di DLE é interrotta
|
||||
000244|CNC|FAULT|[244] Errore interno DLE
|
||||
000245|CNC|FAULT|[245] DLE: (Per le spiegazioni vedere il Manuale)
|
||||
000250|CNC|FAULT|[250] TCO: Violazione Semantica Blocco APND
|
||||
000251|CNC|FAULT|[251] PG2: Violazione Semantica Blocco APND
|
||||
000256|CNC|FAULT|[256] Orientamento utensile non definito con ICDSID
|
||||
000257|CNC|FAULT|[257] Vettore di superficie non definito con ICDSID
|
||||
000258|CNC|FAULT|[258] Beccheggio utensile incompatibile con la lavorazione
|
||||
000259|CNC|FAULT|[259] Imbardata utensile indeterminata con PADSID attivo
|
||||
000260|CNC|FAULT|[260] Modalità PADSID non supportata
|
||||
000261|CNC|FAULT|[261] Modalità PADCHK non supportata
|
||||
000262|CNC|FAULT|[262] Discontinuità superficie troppo elevata
|
||||
000263|CNC|FAULT|[263] Avanzamento nel materiale incompatibile con l'utensile
|
||||
000265|CNC|FAULT|[265] Codice TWI troppo elevato
|
||||
000266|CNC|FAULT|[266] Codice THD troppo elevato
|
||||
000267|CNC|FAULT|[267] Codice D troppo elevato
|
||||
000270|CNC|FAULT|[270] Richiesto idoneo orientamento utensile con xSCMOD
|
||||
000271|CNC|FAULT|[271] Richiesto idoneo vettore di superficie con xSCMOD
|
||||
000272|CNC|FAULT|[272] Orientamento utensile non definito con xSCMOD
|
||||
000273|CNC|FAULT|[273] Vettore di superficie non definito con xSCMOD
|
||||
000274|CNC|FAULT|[274] Soli blocchi G1 consentiti con xSCMOD
|
||||
000275|CNC|FAULT|[275] Lunghezza blocco in testa incompatibile con ESCMOD
|
||||
000276|CNC|FAULT|[276] Lunghezza unico blocco incompatibile con xSCMOD
|
||||
000277|CNC|FAULT|[277] Lunghezza blocco in coda incompatibile con XSCMOD
|
||||
000282|CNC|FAULT|[282] PAG: Implementation restriction
|
||||
000283|CNC|FAULT|[283] PAG: Not enough data
|
||||
000284|CNC|FAULT|[284] PAG: Ambiguous data
|
||||
000285|CNC|FAULT|[285] PAG: Undetermined solution
|
||||
000286|CNC|FAULT|[286] PAG: No solution found
|
||||
000287|CNC|FAULT|[287] PAG: Invalid feed command
|
||||
000290|CNC|FAULT|[290] <DEBUG: PMI: Estensione utente non inizializzata>
|
||||
000292|CNC|FAULT|[292] Speed Mandrino < Speed Min
|
||||
000400|CNC|FAULT|[400] Superato numero massimo strutture di controllo
|
||||
000401|CNC|FAULT|[401] IF () THEN non sono sullo stesso blocco
|
||||
000402|CNC|FAULT|[402] BREAK non inserito in struttura di controllo
|
||||
000403|CNC|FAULT|[403] ELSE senza IF/THEN
|
||||
000404|CNC|FAULT|[404] Due ELSE consecutivi
|
||||
000405|CNC|FAULT|[405] Disallineamento strutture di controllo
|
||||
000406|CNC|FAULT|[406] ENDW, ENDFOR,REPEAT non devono essere seguiti da codice
|
||||
000407|CNC|FAULT|[407] UNTIL senza REPEAT
|
||||
000408|CNC|FAULT|[408] FOR senza valore limite
|
||||
000409|CNC|FAULT|[409] RPT/BREAK: errore salto fuori dal ciclo
|
||||
000412|CNC|FAULT|[412] Errore accesso dati ricerca blocco in DEFCN
|
||||
000413|CNC|FAULT|[413] Procedura Overstore: blocchi di movimentazione non ammessi
|
||||
000420|CNC|FAULT|[420] Errore di condivisione file
|
||||
000421|CNC|FAULT|[421] Memoria insufficiente per aprire il file
|
||||
000422|CNC|FAULT|[422] Errore sconosciuto sul file
|
||||
000424|CNC|FAULT|[424] Vita utensile esaurita
|
||||
000513|CNC|FAULT|[513] <DEBUG: Errore accesso dati limiti assi>
|
||||
000514|CNC|FAULT|[514] <DEBUG: Errore interno>
|
||||
000522|CNC|FAULT|[522] Asse X Quota Fuori Limite
|
||||
000523|CNC|FAULT|[523] Asse Y Quota Fuori Limite
|
||||
000524|CNC|FAULT|[524] Asse Z Quota Fuori Limite
|
||||
000525|CNC|FAULT|[525] Asse U Quota Fuori Limite
|
||||
000526|CNC|FAULT|[526] Asse V Quota Fuori Limite
|
||||
000527|CNC|FAULT|[527] Asse W Quota Fuori Limite
|
||||
000528|CNC|FAULT|[528] Asse A Quota Fuori Limite
|
||||
000529|CNC|FAULT|[529] Asse B Quota Fuori Limite
|
||||
000530|CNC|FAULT|[530] Asse C Quota Fuori Limite
|
||||
000549|CNC|FAULT|[549] <DEBUG: Errore sulla pipe di uscita della grafica>
|
||||
000550|CNC|FAULT|[550] <DEBUG: Chiamata alle TMAPI non implementata>
|
||||
000554|CNC|FAULT|[554] <DEBUG: Connessione al server grafico gia' stabilita>
|
||||
000555|CNC|FAULT|[555] <DEBUG: Impossibile registrarsi presso il server grafico>
|
||||
000556|CNC|FAULT|[556] <DEBUG: Nessuna connessione stabilita col server grafico>
|
||||
000557|CNC|FAULT|[557] <DEBUG: Il server grafico ha interrotto le attivita'>
|
||||
000560|CNC|FAULT|[560] <DEBUG: L'evento di chiusura e' stato segnalato dal Kernel>
|
||||
000564|CNC|FAULT|[564] <DEBUG: Non c'e' abbastanza memoria per inizializzare TMAPI>
|
||||
000565|CNC|FAULT|[565] <DEBUG: Non e' stato possibile liberare tutte le risorse>
|
||||
000566|CNC|FAULT|[566] <DEBUG: Non specificato>
|
||||
000569|CNC|FAULT|[569] <DEBUG: Vedere il manuale>
|
||||
000609|CNC|FAULT|[609] <DEBUG: Configurazione di assi non gestita>
|
||||
000610|CNC|FAULT|[610] <DEBUG: La prestazione non e' implementata>
|
||||
000612|CNC|FAULT|[612] <DEBUG: GRAPH Multitool setup has bad freecells>
|
||||
000613|CNC|FAULT|[613] <DEBUG: GRAPH Multitool setup has NO freecells>
|
||||
000625|CNC|FAULT|[625] <DEBUG: Errore nella lettura della configurazione del server grafico>
|
||||
000641|CNC|FAULT|[641] <DEBUG: Fallita scrittura di dati packed>
|
||||
000642|CNC|FAULT|[642] <DEBUG: Errato tipo di destinazione per dato packed>
|
||||
000643|CNC|FAULT|[643] <DEBUG: Errato tipo di sorgente per dato packed>
|
||||
000644|CNC|FAULT|[644] <DEBUG: Impossibile arrotondare il valore del dato packed>
|
||||
000649|CNC|FAULT|[649] <DEBUG: Fallita scrittura di dati unpacked>
|
||||
000650|CNC|FAULT|[650] <DEBUG: Errato tipo di destinazione per dato unpacked>
|
||||
000657|CNC|FAULT|[657] <DEBUG: Semantica errata>
|
||||
000658|CNC|FAULT|[658] <DEBUG: Comando sconosciuto>
|
||||
000659|CNC|FAULT|[659] Codice SPC non riconosciuto
|
||||
000673|CNC|FAULT|[673] <DEBUG: Errore accesso dati CED, THD o TWI>
|
||||
000674|CNC|FAULT|[674] Memoria insufficiente per il tool caching
|
||||
000682|CNC|FAULT|[682] Cinematica non supportata
|
||||
000692|CNC|FAULT|[692] Codice TWI troppo elevato
|
||||
000693|CNC|FAULT|[693] Codice THD troppo elevato
|
||||
000694|CNC|FAULT|[694] Codice D troppo elevato
|
||||
000695|CNC|FAULT|[695] Driver assi polari non supportato
|
||||
000714|CNC|FAULT|[714] Cinematica non supportata
|
||||
000715|CNC|FAULT|[715] Errato orientamento entità TWI
|
||||
000716|CNC|FAULT|[716] Orientamento utensile non definito
|
||||
000717|CNC|FAULT|[717] TCP non trovato
|
||||
000718|CNC|FAULT|[718] Trasformazione THD non supportata
|
||||
000719|CNC|FAULT|[719] Impossibile selezionare tagliente, IJK assenti
|
||||
000720|CNC|FAULT|[720] Violazione tagliente
|
||||
000724|CNC|FAULT|[724] <DEBUG: Vedere il manuale>
|
||||
000738|CNC|FAULT|[738] <DEBUG: Errore pipe di ingresso esec. passante>
|
||||
000743|CNC|FAULT|[743] <DEBUG: Il server della esec. passante ha interrotto le attivita'>
|
||||
000746|CNC|FAULT|[746] <DEBUG: Troppi file non remoti aperti in esec. passante>
|
||||
000749|CNC|FAULT|[749] Salto ad etichetta impossibile in esecuzione passante
|
||||
000750|CNC|FAULT|[750] <DEBUG: Errore nella lettura della configurazione in esec. passante>
|
||||
000751|CNC|FAULT|[751] Linea troppo lunga in esecuzione passante
|
||||
001001|CNC|FAULT|[1001] PLC IN BLOCCO
|
||||
001002|CNC|FAULT|[1002] ERRORE CARICAMENTO PLC
|
||||
001003|CNC|FAULT|[1003] PLC LENTO TIMEOUT
|
||||
001005|CNC|FAULT|[1005] PLC VELOCE TIMEOUT
|
||||
001006|CNC|FAULT|[1006] CN IN BLOCCO
|
||||
001007|CNC|FAULT|[1007] CONFIGURAZIONE NULLA
|
||||
001008|CNC|FAULT|[1008] DATI MACCHINA ERRATI
|
||||
001033|CNC|FAULT|[1033] Errore I/O: CRC
|
||||
001034|CNC|FAULT|[1034] Errore I/O: TIMEOUT
|
||||
001035|CNC|FAULT|[1035] Errore I/O: NACK
|
||||
001036|CNC|FAULT|[1036] Errore I/O: INVALID ID
|
||||
001039|CNC|FAULT|[1039] Errore I/O: RX not READY
|
||||
001040|CNC|FAULT|[1040] Errore I/O: ERRORE GENERICO
|
||||
001041|CNC|FAULT|[1041] Errore I/O: ALIMENTAZIONE NODO KO
|
||||
001042|CNC|FAULT|[1042] Errore I/O: USCITA IN PROTEZIONE
|
||||
001043|CNC|FAULT|[1043] Errore I/O: MANCA 24 VOLT
|
||||
001044|CNC|FAULT|[1044] Errore I/O: ADC BUSY
|
||||
001047|CNC|FAULT|[1047] Errore I/O: SCHEDA NON PRESENTE
|
||||
001049|CNC|FAULT|[1049] V+12 FUORI SOGLIA
|
||||
001050|CNC|FAULT|[1050] V-12 FUORI SOGLIA
|
||||
001051|CNC|FAULT|[1051] V ENCODER FUORI SOGLIA
|
||||
001052|CNC|FAULT|[1052] V BATTERIA FUORI SOGLIA
|
||||
001056|CNC|FAULT|[1056] TEMPERATURA FUORI SOGLIA
|
||||
001057|CNC|FAULT|[1057] CN HARDWARE ERROR: BOARD OR NODE ERROR
|
||||
001058|CNC|FAULT|[1058] X:F.C. Avanti
|
||||
001059|CNC|FAULT|[1059] X:F.C. Indietro
|
||||
001060|CNC|FAULT|[1060] X:F.C. Software
|
||||
001061|CNC|FAULT|[1061] X:Allarme Asse: Richiesta esterna
|
||||
001062|CNC|FAULT|[1062] X:Errore Taratura
|
||||
001063|CNC|FAULT|[1063] X:Asse non definito
|
||||
001064|CNC|FAULT|[1064] X:Asse non presente e fly
|
||||
001065|CNC|FAULT|[1065] X:Errore Tolleranza
|
||||
001066|CNC|FAULT|[1066] X:Errore d'inseguimento
|
||||
001067|CNC|FAULT|[1067] X:Errore Offset
|
||||
001068|CNC|FAULT|[1068] X:Richiesta Allarme I/O di controllo
|
||||
001069|CNC|FAULT|[1069] X:Interfaccia DAC o Encoder mancante
|
||||
001070|CNC|FAULT|[1070] X:Mancanza conteggio Encoder
|
||||
001071|CNC|FAULT|[1071] X:Asse in collisione
|
||||
001072|CNC|FAULT|[1072] X:Gamma non presente
|
||||
001073|CNC|FAULT|[1073] X:Encoder non collegato
|
||||
001074|CNC|FAULT|[1074] X:Asse non disponibile
|
||||
001075|CNC|FAULT|[1075] X:Allarme Servodrive Digitale
|
||||
001076|CNC|FAULT|[1076] X:Disallineamento assi Gantry
|
||||
001077|CNC|FAULT|[1077] X:Allarme Protocollo CanOpen
|
||||
001078|CNC|FAULT|[1078] X:Drive in Allarme
|
||||
001079|CNC|FAULT|[1079] X:Errore Comando
|
||||
001080|CNC|FAULT|[1080] X:Reserved
|
||||
001081|CNC|FAULT|[1081] X:Reserved
|
||||
001082|CNC|FAULT|[1082] X:Reserved
|
||||
001083|CNC|FAULT|[1083] X:Reserved
|
||||
001084|CNC|FAULT|[1084] X:Reserved
|
||||
001085|CNC|FAULT|[1085] X:Azionamento digitale non pronto
|
||||
001086|CNC|FAULT|[1086] X:Dati non validi
|
||||
001087|CNC|FAULT|[1087] X:Pacchetto dati corrotto errore di BCC
|
||||
001088|CNC|FAULT|[1088] X:Rumore sulla linea di comunicazione con l'azionamento
|
||||
001089|CNC|FAULT|[1089] X:Timeout comunicazione con azionamento digitale
|
||||
001090|CNC|FAULT|[1090] Y:F.C. Avanti
|
||||
001091|CNC|FAULT|[1091] Y:F.C. Indietro
|
||||
001092|CNC|FAULT|[1092] Y:F.C. Software
|
||||
001093|CNC|FAULT|[1093] Y:Allarme Asse: Richiesta esterna
|
||||
001094|CNC|FAULT|[1094] Y:Errore Taratura
|
||||
001095|CNC|FAULT|[1095] Y:Asse non definito
|
||||
001096|CNC|FAULT|[1096] Y:Asse non presente e fly
|
||||
001097|CNC|FAULT|[1097] Y:Errore Tolleranza
|
||||
001098|CNC|FAULT|[1098] Y:Errore d'inseguimento
|
||||
001099|CNC|FAULT|[1099] Y:Errore Offset
|
||||
001100|CNC|FAULT|[1100] Y:Richiesta Allarme I/O di controllo
|
||||
001101|CNC|FAULT|[1101] Y:Interfaccia DAC o Encoder mancante
|
||||
001102|CNC|FAULT|[1102] Y:Mancanza conteggio Encoder
|
||||
001103|CNC|FAULT|[1103] Y:Asse in collisione
|
||||
001104|CNC|FAULT|[1104] Y:Gamma non presente
|
||||
001105|CNC|FAULT|[1105] Y:Encoder non collegato
|
||||
001106|CNC|FAULT|[1106] Y:Asse non disponibile
|
||||
001107|CNC|FAULT|[1107] Y:Allarme Servodrive Digitale
|
||||
001108|CNC|FAULT|[1108] Y:Disallineamento assi Gantry
|
||||
001109|CNC|FAULT|[1109] Y:Allarme Protocollo CanOpen
|
||||
001110|CNC|FAULT|[1110] Y:Drive in Allarme
|
||||
001111|CNC|FAULT|[1111] Y:Errore Comando
|
||||
001112|CNC|FAULT|[1112] Y:Reserved
|
||||
001113|CNC|FAULT|[1113] Y:Reserved
|
||||
001114|CNC|FAULT|[1114] Y:Reserved
|
||||
001115|CNC|FAULT|[1115] Y:Reserved
|
||||
001116|CNC|FAULT|[1116] Y:Reserved
|
||||
001117|CNC|FAULT|[1117] Y:Azionamento digitale non pronto
|
||||
001118|CNC|FAULT|[1118] Y:Dati non validi
|
||||
001119|CNC|FAULT|[1119] Y:Pacchetto dati corrotto errore di BCC
|
||||
001120|CNC|FAULT|[1120] Y:Rumore sulla linea di comunicazione con l'azionamento
|
||||
001121|CNC|FAULT|[1121] Y:Timeout comunicazione con azionamento digitale
|
||||
001122|CNC|FAULT|[1122] Z:F.C. Avanti
|
||||
001123|CNC|FAULT|[1123] Z:F.C. Indietro
|
||||
001124|CNC|FAULT|[1124] Z:F.C. Software
|
||||
001125|CNC|FAULT|[1125] Z:Allarme Asse: Richiesta esterna
|
||||
001126|CNC|FAULT|[1126] Z:Errore Taratura
|
||||
001127|CNC|FAULT|[1127] Z:Asse non definito
|
||||
001128|CNC|FAULT|[1128] Z:Asse non presente e fly
|
||||
001129|CNC|FAULT|[1129] Z:Errore Tolleranza
|
||||
001130|CNC|FAULT|[1130] Z:Errore d'inseguimento
|
||||
001131|CNC|FAULT|[1131] Z:Errore Offset
|
||||
001132|CNC|FAULT|[1132] Z:Richiesta Allarme I/O di controllo
|
||||
001133|CNC|FAULT|[1133] Z:Interfaccia DAC o Encoder mancante
|
||||
001134|CNC|FAULT|[1134] Z:Mancanza conteggio Encoder
|
||||
001135|CNC|FAULT|[1135] Z:Asse in collisione
|
||||
001136|CNC|FAULT|[1136] Z:Gamma non presente
|
||||
001137|CNC|FAULT|[1137] Z:Encoder non collegato
|
||||
001138|CNC|FAULT|[1138] Z:Asse non disponibile
|
||||
001139|CNC|FAULT|[1139] Z:Allarme Servodrive Digitale
|
||||
001140|CNC|FAULT|[1140] Z:Disallineamento assi Gantry
|
||||
001141|CNC|FAULT|[1141] Z:Allarme Protocollo CanOpen
|
||||
001142|CNC|FAULT|[1142] Z:Drive in Allarme
|
||||
001143|CNC|FAULT|[1143] Z:Errore Comando
|
||||
001144|CNC|FAULT|[1144] Z:Reserved
|
||||
001145|CNC|FAULT|[1145] Z:Reserved
|
||||
001146|CNC|FAULT|[1146] Z:Reserved
|
||||
001147|CNC|FAULT|[1147] Z:Reserved
|
||||
001148|CNC|FAULT|[1148] Z:Reserved
|
||||
001149|CNC|FAULT|[1149] Z:Azionamento digitale non pronto
|
||||
001150|CNC|FAULT|[1150] Z:Dati non validi
|
||||
001151|CNC|FAULT|[1151] Z:Pacchetto dati corrotto errore di BCC
|
||||
001152|CNC|FAULT|[1152] Z:Rumore sulla linea di comunicazione con l'azionamento
|
||||
001153|CNC|FAULT|[1153] Z:Timeout comunicazione con azionamento digitale
|
||||
001154|CNC|FAULT|[1154] U:F.C. Avanti
|
||||
001155|CNC|FAULT|[1155] U:F.C. Indietro
|
||||
001156|CNC|FAULT|[1156] U:F.C. Software
|
||||
001157|CNC|FAULT|[1157] U:Allarme Asse: Richiesta esterna
|
||||
001158|CNC|FAULT|[1158] U:Errore Taratura
|
||||
001159|CNC|FAULT|[1159] U:Asse non definito
|
||||
001160|CNC|FAULT|[1160] U:Asse non presente e fly
|
||||
001161|CNC|FAULT|[1161] U:Errore Tolleranza
|
||||
001162|CNC|FAULT|[1162] U:Errore d'inseguimento
|
||||
001163|CNC|FAULT|[1163] U:Errore Offset
|
||||
001164|CNC|FAULT|[1164] U:Richiesta Allarme I/O di controllo
|
||||
001165|CNC|FAULT|[1165] U:Interfaccia DAC o Encoder mancante
|
||||
001166|CNC|FAULT|[1166] U:Mancanza conteggio Encoder
|
||||
001167|CNC|FAULT|[1167] U:Asse in collisione
|
||||
001168|CNC|FAULT|[1168] U:Gamma non presente
|
||||
001169|CNC|FAULT|[1169] U:Encoder non collegato
|
||||
001170|CNC|FAULT|[1170] U:Asse non disponibile
|
||||
001171|CNC|FAULT|[1171] U:Allarme Servodrive Digitale
|
||||
001172|CNC|FAULT|[1172] U:Disallineamento assi Gantry
|
||||
001173|CNC|FAULT|[1173] U:Allarme Protocollo CanOpen
|
||||
001174|CNC|FAULT|[1174] U:Drive in Allarme
|
||||
001175|CNC|FAULT|[1175] U:Errore Comando
|
||||
001176|CNC|FAULT|[1176] U:Reserved
|
||||
001177|CNC|FAULT|[1177] U:Reserved
|
||||
001178|CNC|FAULT|[1178] U:Reserved
|
||||
001179|CNC|FAULT|[1179] U:Reserved
|
||||
001180|CNC|FAULT|[1180] U:Reserved
|
||||
001181|CNC|FAULT|[1181] U:Azionamento digitale non pronto
|
||||
001182|CNC|FAULT|[1182] U:Dati non validi
|
||||
001183|CNC|FAULT|[1183] U:Pacchetto dati corrotto errore di BCC
|
||||
001184|CNC|FAULT|[1184] U:Rumore sulla linea di comunicazione con l'azionamento
|
||||
001185|CNC|FAULT|[1185] U:Timeout comunicazione con azionamento digitale
|
||||
001186|CNC|FAULT|[1186] V:F.C. Avanti
|
||||
001187|CNC|FAULT|[1187] V:F.C. Indietro
|
||||
001188|CNC|FAULT|[1188] V:F.C. Software
|
||||
001189|CNC|FAULT|[1189] V:Allarme Asse: Richiesta esterna
|
||||
001190|CNC|FAULT|[1190] V:Errore Taratura
|
||||
001191|CNC|FAULT|[1191] V:Asse non definito
|
||||
001192|CNC|FAULT|[1192] V:Asse non presente e fly
|
||||
001193|CNC|FAULT|[1193] V:Errore Tolleranza
|
||||
001194|CNC|FAULT|[1194] V:Errore d'inseguimento
|
||||
001195|CNC|FAULT|[1195] V:Errore Offset
|
||||
001196|CNC|FAULT|[1196] V:Richiesta Allarme I/O di controllo
|
||||
001197|CNC|FAULT|[1197] V:Interfaccia DAC o Encoder mancante
|
||||
001198|CNC|FAULT|[1198] V:Mancanza conteggio Encoder
|
||||
001199|CNC|FAULT|[1199] V:Asse in collisione
|
||||
001200|CNC|FAULT|[1200] V:Gamma non presente
|
||||
001201|CNC|FAULT|[1201] V:Encoder non collegato
|
||||
001202|CNC|FAULT|[1202] V:Asse non disponibile
|
||||
001203|CNC|FAULT|[1203] V:Allarme Servodrive Digitale
|
||||
001204|CNC|FAULT|[1204] V:Disallineamento assi Gantry
|
||||
001205|CNC|FAULT|[1205] V:Allarme Protocollo CanOpen
|
||||
001206|CNC|FAULT|[1206] V:Drive in Allarme
|
||||
001207|CNC|FAULT|[1207] V:Errore Comando
|
||||
001208|CNC|FAULT|[1208] V:Reserved
|
||||
001209|CNC|FAULT|[1209] V:Reserved
|
||||
001210|CNC|FAULT|[1210] V:Reserved
|
||||
001211|CNC|FAULT|[1211] V:Reserved
|
||||
001212|CNC|FAULT|[1212] V:Reserved
|
||||
001213|CNC|FAULT|[1213] V:Azionamento digitale non pronto
|
||||
001214|CNC|FAULT|[1214] V:Dati non validi
|
||||
001215|CNC|FAULT|[1215] V:Pacchetto dati corrotto errore di BCC
|
||||
001216|CNC|FAULT|[1216] V:Rumore sulla linea di comunicazione con l'azionamento
|
||||
001217|CNC|FAULT|[1217] V:Timeout comunicazione con azionamento digitale
|
||||
001218|CNC|FAULT|[1218] W:F.C. Avanti
|
||||
001219|CNC|FAULT|[1219] W:F.C. Indietro
|
||||
001220|CNC|FAULT|[1220] W:F.C. Software
|
||||
001221|CNC|FAULT|[1221] W:Allarme Asse: Richiesta esterna
|
||||
001222|CNC|FAULT|[1222] W:Errore Taratura
|
||||
001223|CNC|FAULT|[1223] W:Asse non definito
|
||||
001224|CNC|FAULT|[1224] W:Asse non presente e fly
|
||||
001225|CNC|FAULT|[1225] W:Errore Tolleranza
|
||||
001226|CNC|FAULT|[1226] W:Errore d'inseguimento
|
||||
001227|CNC|FAULT|[1227] W:Errore Offset
|
||||
001228|CNC|FAULT|[1228] W:Richiesta Allarme I/O di controllo
|
||||
001229|CNC|FAULT|[1229] W:Interfaccia DAC o Encoder mancante
|
||||
001230|CNC|FAULT|[1230] W:Mancanza conteggio Encoder
|
||||
001231|CNC|FAULT|[1231] W:Asse in collisione
|
||||
001232|CNC|FAULT|[1232] W:Gamma non presente
|
||||
001233|CNC|FAULT|[1233] W:Encoder non collegato
|
||||
001234|CNC|FAULT|[1234] W:Asse non disponibile
|
||||
001235|CNC|FAULT|[1235] W:Allarme Servodrive Digitale
|
||||
001236|CNC|FAULT|[1236] W:Disallineamento assi Gantry
|
||||
001237|CNC|FAULT|[1237] W:Allarme Protocollo CanOpen
|
||||
001238|CNC|FAULT|[1238] W:Drive in Allarme
|
||||
001239|CNC|FAULT|[1239] W:Errore Comando
|
||||
001240|CNC|FAULT|[1240] W:Reserved
|
||||
001241|CNC|FAULT|[1241] W:Reserved
|
||||
001242|CNC|FAULT|[1242] W:Reserved
|
||||
001243|CNC|FAULT|[1243] W:Reserved
|
||||
001244|CNC|FAULT|[1244] W:Reserved
|
||||
001245|CNC|FAULT|[1245] W:Azionamento digitale non pronto
|
||||
001246|CNC|FAULT|[1246] W:Dati non validi
|
||||
001247|CNC|FAULT|[1247] W:Pacchetto dati corrotto errore di BCC
|
||||
001248|CNC|FAULT|[1248] W:Rumore sulla linea di comunicazione con l'azionamento
|
||||
001249|CNC|FAULT|[1249] W:Timeout comunicazione con azionamento digitale
|
||||
001250|CNC|FAULT|[1250] A:F.C. Avanti
|
||||
001251|CNC|FAULT|[1251] A:F.C. Indietro
|
||||
001252|CNC|FAULT|[1252] A:F.C. Software
|
||||
001253|CNC|FAULT|[1253] A:Allarme Asse: Richiesta esterna
|
||||
001254|CNC|FAULT|[1254] A:Errore Taratura
|
||||
001255|CNC|FAULT|[1255] A:Asse non definito
|
||||
001256|CNC|FAULT|[1256] A:Asse non presente e fly
|
||||
001257|CNC|FAULT|[1257] A:Errore Tolleranza
|
||||
001258|CNC|FAULT|[1258] A:Errore d'inseguimento
|
||||
001259|CNC|FAULT|[1259] A:Errore Offset
|
||||
001260|CNC|FAULT|[1260] A:Richiesta Allarme I/O di controllo
|
||||
001261|CNC|FAULT|[1261] A:Interfaccia DAC o Encoder mancante
|
||||
001262|CNC|FAULT|[1262] A:Mancanza conteggio Encoder
|
||||
001263|CNC|FAULT|[1263] A:Asse in collisione
|
||||
001264|CNC|FAULT|[1264] A:Gamma non presente
|
||||
001265|CNC|FAULT|[1265] A:Encoder non collegato
|
||||
001266|CNC|FAULT|[1266] A:Asse non disponibile
|
||||
001267|CNC|FAULT|[1267] A:Allarme Servodrive Digitale
|
||||
001268|CNC|FAULT|[1268] A:Disallineamento assi Gantry
|
||||
001269|CNC|FAULT|[1269] A:Allarme Protocollo CanOpen
|
||||
001270|CNC|FAULT|[1270] A:Drive in Allarme
|
||||
001271|CNC|FAULT|[1271] A:Errore Comando
|
||||
001272|CNC|FAULT|[1272] A:Reserved
|
||||
001273|CNC|FAULT|[1273] A:Reserved
|
||||
001274|CNC|FAULT|[1274] A:Reserved
|
||||
001275|CNC|FAULT|[1275] A:Reserved
|
||||
001276|CNC|FAULT|[1276] A:Reserved
|
||||
001277|CNC|FAULT|[1277] A:Azionamento digitale non pronto
|
||||
001278|CNC|FAULT|[1278] A:Dati non validi
|
||||
001279|CNC|FAULT|[1279] A:Pacchetto dati corrotto errore di BCC
|
||||
001280|CNC|FAULT|[1280] A:Rumore sulla linea di comunicazione con l'azionamento
|
||||
001281|CNC|FAULT|[1281] A:Timeout comunicazione con azionamento digitale
|
||||
001282|CNC|FAULT|[1282] B:F.C. Avanti
|
||||
001283|CNC|FAULT|[1283] B:F.C. Indietro
|
||||
001284|CNC|FAULT|[1284] B:F.C. Software
|
||||
001285|CNC|FAULT|[1285] B:Allarme Asse: Richiesta esterna
|
||||
001286|CNC|FAULT|[1286] B:Errore Taratura
|
||||
001287|CNC|FAULT|[1287] B:Asse non definito
|
||||
001288|CNC|FAULT|[1288] B:Asse non presente e fly
|
||||
001289|CNC|FAULT|[1289] B:Errore Tolleranza
|
||||
001290|CNC|FAULT|[1290] B:Errore d'inseguimento
|
||||
001291|CNC|FAULT|[1291] B:Errore Offset
|
||||
001292|CNC|FAULT|[1292] B:Richiesta Allarme I/O di controllo
|
||||
001293|CNC|FAULT|[1293] B:Interfaccia DAC o Encoder mancante
|
||||
001294|CNC|FAULT|[1294] B:Mancanza conteggio Encoder
|
||||
001295|CNC|FAULT|[1295] B:Asse in collisione
|
||||
001296|CNC|FAULT|[1296] B:Gamma non presente
|
||||
001297|CNC|FAULT|[1297] B:Encoder non collegato
|
||||
001298|CNC|FAULT|[1298] B:Asse non disponibile
|
||||
001299|CNC|FAULT|[1299] B:Allarme Servodrive Digitale
|
||||
001300|CNC|FAULT|[1300] B:Disallineamento assi Gantry
|
||||
001301|CNC|FAULT|[1301] B:Allarme Protocollo CanOpen
|
||||
001302|CNC|FAULT|[1302] B:Drive in Allarme
|
||||
001303|CNC|FAULT|[1303] B:Errore Comando
|
||||
001304|CNC|FAULT|[1304] B:Reserved
|
||||
001305|CNC|FAULT|[1305] B:Reserved
|
||||
001306|CNC|FAULT|[1306] B:Reserved
|
||||
001307|CNC|FAULT|[1307] B:Reserved
|
||||
001308|CNC|FAULT|[1308] B:Reserved
|
||||
001309|CNC|FAULT|[1309] B:Azionamento digitale non pronto
|
||||
001310|CNC|FAULT|[1310] B:Dati non validi
|
||||
001311|CNC|FAULT|[1311] B:Pacchetto dati corrotto errore di BCC
|
||||
001312|CNC|FAULT|[1312] B:Rumore sulla linea di comunicazione con l'azionamento
|
||||
001313|CNC|FAULT|[1313] B:Timeout comunicazione con azionamento digitale
|
||||
001314|CNC|FAULT|[1314] C:F.C. Avanti
|
||||
001315|CNC|FAULT|[1315] C:F.C. Indietro
|
||||
001316|CNC|FAULT|[1316] C:F.C. Software
|
||||
001317|CNC|FAULT|[1317] C:Allarme Asse: Richiesta esterna
|
||||
001318|CNC|FAULT|[1318] C:Errore Taratura
|
||||
001319|CNC|FAULT|[1319] C:Asse non definito
|
||||
001320|CNC|FAULT|[1320] C:Asse non presente e fly
|
||||
001321|CNC|FAULT|[1321] C:Errore Tolleranza
|
||||
001322|CNC|FAULT|[1322] C:Errore d'inseguimento
|
||||
001323|CNC|FAULT|[1323] C:Errore Offset
|
||||
001324|CNC|FAULT|[1324] C:Richiesta Allarme I/O di controllo
|
||||
001325|CNC|FAULT|[1325] C:Interfaccia DAC o Encoder mancante
|
||||
001326|CNC|FAULT|[1326] C:Mancanza conteggio Encoder
|
||||
001327|CNC|FAULT|[1327] C:Asse in collisione
|
||||
001328|CNC|FAULT|[1328] C:Gamma non presente
|
||||
001329|CNC|FAULT|[1329] C:Encoder non collegato
|
||||
001330|CNC|FAULT|[1330] C:Asse non disponibile
|
||||
001331|CNC|FAULT|[1331] C:Allarme Servodrive Digitale
|
||||
001332|CNC|FAULT|[1332] C:Disallineamento Assi Gantry
|
||||
001333|CNC|FAULT|[1333] C:Allarme Protocollo CanOpen
|
||||
001334|CNC|FAULT|[1334] C:Drive Guasto
|
||||
001335|CNC|FAULT|[1335] C:Errore Comando
|
||||
001336|CNC|FAULT|[1336] C:Reserved
|
||||
001337|CNC|FAULT|[1337] C:Reserved
|
||||
001338|CNC|FAULT|[1338] C:Reserved
|
||||
001339|CNC|FAULT|[1339] C:Reserved
|
||||
001340|CNC|FAULT|[1340] C:Reserved
|
||||
001341|CNC|FAULT|[1341] C:Azionamento digitale non pronto
|
||||
001342|CNC|FAULT|[1342] C:Dati non validi
|
||||
001343|CNC|FAULT|[1343] C:Pacchetto dati corrotto errore di BCC
|
||||
001344|CNC|FAULT|[1344] C:Rumore sulla linea di comunicazione con l'azionamento
|
||||
001345|CNC|FAULT|[1345] C:Timeout comunicazione con azionamento digitale
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 145 KiB |
Reference in New Issue
Block a user