diff --git a/MTC_Adapter/MTC_Adapter/AdapterFanuc.cs b/MTC_Adapter/MTC_Adapter/AdapterFanuc.cs index 79fbfcb..a959f2b 100644 --- a/MTC_Adapter/MTC_Adapter/AdapterFanuc.cs +++ b/MTC_Adapter/MTC_Adapter/AdapterFanuc.cs @@ -879,6 +879,7 @@ namespace MTC_Adapter base.loadOtherFile(); loadMaintData("R", 14000, 4); loadStatusData("R", 14512, 1); + loadAnalogData("R", 15000, 4); } /// /// Processing allarmi CNC diff --git a/MTC_Adapter/MTC_Adapter/DATA/CONF/Adapter_ItemList.xml b/MTC_Adapter/MTC_Adapter/DATA/CONF/Adapter_ItemList.xml index ee9d1b6..9bf8da6 100644 --- a/MTC_Adapter/MTC_Adapter/DATA/CONF/Adapter_ItemList.xml +++ b/MTC_Adapter/MTC_Adapter/DATA/CONF/Adapter_ItemList.xml @@ -1,8 +1,8 @@ 1 - ADAPTER_SIEMENS - SIEMENS + ADAPTER_FANUC + FANUC 0 0 0 @@ -169,135 +169,5 @@ - - Axis_07 - - - Axis_07_Type - LINEAR - - - Axis_07_Grp - 00 - - - - - Axis_08 - - - Axis_08_Type - LINEAR - - - Axis_08_Grp - 00 - - - - - Axis_09 - - - Axis_09_Type - LINEAR - - - Axis_09_Grp - 00 - - - - - Axis_10 - - - Axis_10_Type - LINEAR - - - Axis_10_Grp - 00 - - - - - Axis_11 - - - Axis_11_Type - LINEAR - - - Axis_11_Grp - 00 - - - - - Axis_12 - - - Axis_12_Type - LINEAR - - - Axis_12_Grp - 00 - - - - - Axis_13 - - - Axis_13_Type - ROTARY - - - Axis_13_Grp - 00 - - - - - Axis_14 - - - Axis_14_Type - ROTARY - - - Axis_14_Grp - 00 - - - - - Axis_15 - - - Axis_15_Type - LINEAR - - - Axis_15_Grp - 00 - - - - - Axis_16 - - - Axis_16_Type - LINEAR - - - Axis_16_Grp - 00 - - - \ No newline at end of file diff --git a/MTC_Adapter/MTC_Adapter/DATA/CONF/AlarmList.map b/MTC_Adapter/MTC_Adapter/DATA/CONF/AlarmList.map index 6698345..c799ba6 100644 --- a/MTC_Adapter/MTC_Adapter/DATA/CONF/AlarmList.map +++ b/MTC_Adapter/MTC_Adapter/DATA/CONF/AlarmList.map @@ -377,7 +377,7 @@ 000376|PLC|FAULT|[COD 002107] - 530 PULSANTIERA ESTERNA ABILITATA 000377|PLC|FAULT|[COD 002108] - 504 CAMBIO UTENSILE INTERROTTO 000378|PLC|FAULT|[COD 002109] - 363 MONTANTE CENTRALE ALTO -000379|PLC|FAULT|[COD 002110] - =--- PREALLARME TERMICO TORQUE A +000379|PLC|FAULT|[COD 002110] - --- PREALLARME TERMICO TORQUE A 000380|PLC|FAULT|[COD 002111] - 498 CARICO MASSIMO SUL MANDRINO SUPERATO SOGLIA S1 000381|PLC|FAULT|[COD 002112] - --- PREALLARME TERMICO TORQUE C 000382|PLC|FAULT|[COD 002113] - 432 UTENSILE NON SGANCIATO @@ -431,7 +431,7 @@ 000430|PLC|FAULT|[COD 002161] - 289 ATTREZZAGGIO CAMBIO UTENSILE 2 IN CORSO 000431|PLC|FAULT|[COD 002162] - 584 PORTA DI SICUREZZA MAGAZZINO DISCO 2 NON CHIUSA 000432|PLC|FAULT|[COD 002163] - 514 PROTEZIONE MAGAZZINO DISCO 2 NON IN POSIZIONE -000433|PLC|FAULT|[COD 002164] - +000433|PLC|FAULT|[COD 002164] - ... 000434|PLC|FAULT|[COD 002165] - 550 GRUPPO DI FORATURA NON IN POSIZIONE 000435|PLC|FAULT|[COD 002166] - ... 000436|PLC|FAULT|[COD 002167] - ... diff --git a/MTC_Adapter/MTC_Adapter/DATA/CONF/AnalogData.map b/MTC_Adapter/MTC_Adapter/DATA/CONF/AnalogData.map index 9177953..d2d1122 100644 --- a/MTC_Adapter/MTC_Adapter/DATA/CONF/AnalogData.map +++ b/MTC_Adapter/MTC_Adapter/DATA/CONF/AnalogData.map @@ -1 +1,2 @@ -# Commenti con cancelletto, struttura un variabile per riga, tipo chiave|valore (occhio che il separatore è configurato da .cofig come "testCharSep"); spazi e tabulazioni dovrei trimmarli in acquisizione (qui inseriti per comodità di lettura) \ No newline at end of file +# Commenti con cancelletto, struttura un variabile per riga, tipo chiave|valore (occhio che il separatore è configurato da .cofig come "testCharSep"); spazi e tabulazioni dovrei trimmarli in acquisizione (qui inseriti per comodità di lettura) +001|Temp_01 |NUM \ No newline at end of file