Aggiunti file di conf mappatura memoria da leggere
This commit is contained in:
@@ -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
|
||||
#------------------------------------------
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user