diff --git a/MTC_Adapter/MTC_Adapter/AdapterSiemens.cs b/MTC_Adapter/MTC_Adapter/AdapterSiemens.cs index 508f1f6..efaf7ce 100644 --- a/MTC_Adapter/MTC_Adapter/AdapterSiemens.cs +++ b/MTC_Adapter/MTC_Adapter/AdapterSiemens.cs @@ -1275,7 +1275,6 @@ namespace MTC_Adapter } else { - mAlarmCNC.Add(MTConnect.Condition.Level.FAULT, allarme.alm_msg, codAllarme, "", ""); vettAxis[allarme.axis - 1].mAxAlarmCNC.Add(MTConnect.Condition.Level.FAULT, allarme.alm_msg, codAllarme, "", ""); } } diff --git a/MTC_Adapter/MTC_Adapter/DATA/CONF/AnalogData.map b/MTC_Adapter/MTC_Adapter/DATA/CONF/AnalogData.map new file mode 100644 index 0000000..9e81ede --- /dev/null +++ b/MTC_Adapter/MTC_Adapter/DATA/CONF/AnalogData.map @@ -0,0 +1,7 @@ +# 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|Axis_01_Load |NUM +002|Axis_02_Load |NUM +003|Axis_03_Load |NUM +004|Axis_04_Load |NUM +005|Axis_05_Load |NUM +006|Axis_06_Load |NUM \ No newline at end of file