diff --git a/IOB-WIN/DATA/CONF/IOB_BDecode_1_HF.map b/IOB-WIN/DATA/CONF/IOB_BDecode_1_HF.map new file mode 100644 index 00000000..52e1f5c7 --- /dev/null +++ b/IOB-WIN/DATA/CONF/IOB_BDecode_1_HF.map @@ -0,0 +1,24 @@ +# 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) +# +#------------------------------------------ +# REGIONE SEGNALI STANDARD +#------------------------------------------ +F|0.4|FEED_HOLD_LAMP +F|0.5|START_CYCLE_LAMP +F|0.7|AUTO_OP_SIGNAL +F|1.0|ALARM +F|1.1|RESET +F|1.7|CN_READY +G|7.2|START +G|8.5|FEED_HOLD +#------------------------------------------ +# +#------------------------------------------ +# REGIONE SEGNALI CUSTOM CLIENTE +#------------------------------------------ +Y|8.4|SEM_RED +Y|8.5|SEM_YEL +Y|8.6|SEM_GRE +Y|8.7|SEM_WRK_ZONE +Y|10.5|DOOR_CLSD +#------------------------------------------ \ No newline at end of file diff --git a/IOB-WIN/DATA/CONF/IOB_BDecode_2_MF.map b/IOB-WIN/DATA/CONF/IOB_BDecode_2_MF.map new file mode 100644 index 00000000..fb336cb6 --- /dev/null +++ b/IOB-WIN/DATA/CONF/IOB_BDecode_2_MF.map @@ -0,0 +1,9 @@ +# Commenti con cancelletto, struttura un AREA MEMORIA per riga, tipo A | B | C (il separatore è configurato da .cofig come "testCharSep"); +# +# Struttura memoria: AREA MEMORIA | inizio memoria | dimensione memoria in BYTE +# es: Y|8|6 --> significa che legge da Y8 a Y13 +G|43.0|MD1 +G|43.1|MD2 +G|43.2|MD4 +G|43.5|DNCI +G|43.7|ZRN diff --git a/IOB-WIN/DATA/CONF/IOB_BDecode_3_LF.map b/IOB-WIN/DATA/CONF/IOB_BDecode_3_LF.map new file mode 100644 index 00000000..c8df4f9e --- /dev/null +++ b/IOB-WIN/DATA/CONF/IOB_BDecode_3_LF.map @@ -0,0 +1,4 @@ +# Commenti con cancelletto, struttura un AREA MEMORIA per riga, tipo A | B | C (il separatore è configurato da .cofig come "testCharSep"); +# +# Struttura memoria: AREA MEMORIA | inizio memoria | dimensione memoria in BYTE +# es: Y|8|6 --> significa che legge da Y8 a Y13 diff --git a/IOB-WIN/DATA/CONF/IOB_BRead_1_HF.map b/IOB-WIN/DATA/CONF/IOB_BRead_1_HF.map new file mode 100644 index 00000000..5aa8a96a --- /dev/null +++ b/IOB-WIN/DATA/CONF/IOB_BRead_1_HF.map @@ -0,0 +1,7 @@ +# Commenti con cancelletto, struttura un AREA MEMORIA per riga, tipo A | B | C (il separatore è configurato da .cofig come "testCharSep"); +# +# Struttura memoria: AREA MEMORIA | inizio memoria | dimensione memoria in BYTE +# es: Y|8|6 --> significa che legge da Y8 a Y13 +F|0|2 +G|7|2 +Y|8|6 \ No newline at end of file diff --git a/IOB-WIN/DATA/CONF/IOB_BRead_2_MF.map b/IOB-WIN/DATA/CONF/IOB_BRead_2_MF.map new file mode 100644 index 00000000..07d374fc --- /dev/null +++ b/IOB-WIN/DATA/CONF/IOB_BRead_2_MF.map @@ -0,0 +1,5 @@ +# Commenti con cancelletto, struttura un AREA MEMORIA per riga, tipo A | B | C (il separatore è configurato da .cofig come "testCharSep"); +# +# Struttura memoria: AREA MEMORIA | inizio memoria | dimensione memoria in BYTE +# es: Y|8|6 --> significa che legge da Y8 a Y13 +G|43|1 \ No newline at end of file diff --git a/IOB-WIN/DATA/CONF/IOB_BRead_3_LF.map b/IOB-WIN/DATA/CONF/IOB_BRead_3_LF.map new file mode 100644 index 00000000..c8df4f9e --- /dev/null +++ b/IOB-WIN/DATA/CONF/IOB_BRead_3_LF.map @@ -0,0 +1,4 @@ +# Commenti con cancelletto, struttura un AREA MEMORIA per riga, tipo A | B | C (il separatore è configurato da .cofig come "testCharSep"); +# +# Struttura memoria: AREA MEMORIA | inizio memoria | dimensione memoria in BYTE +# es: Y|8|6 --> significa che legge da Y8 a Y13