Doc. AHIT101C0208.doc Date: 10/11/2009 P. 12 / 18
n
Esempio
Il valore all’indirizzo 2100H è 0x05 (esadecimale),
= 0x00000101 vuol dire che gli ingressi 1 e 3 sono
attivi.
o
Il bit 0 = l’allarme ritenitivo.
Il bit 1 = l’allarme attivo.
n
Example
The value at address 2100H is 0x05 (hexadecimal)
= 0x00000101 means that the inputs 1 and 3 are
active
o
Il bit 0 = latch alarm.
Il bit 1 = alarm active.
Indirizzo
Address
WORDS
Misura
MEASURE
UNITA’
UNIT
FORMATO FORMAT
DMG
210
DMG
300
DMG
700
DMG
800
1D00H 2
Contatore
1
Counter 1
Nr
Unsigned long
●
●
●
1D02H 2
Contatore
2
Counter 2
Nr
Unsigned long
●
●
●
1D04H 2
Contatore
3
Counter 3
Nr
Unsigned long
●
●
●
1D06H 2
Contatore
4
Counter 4
Nr
Unsigned long
●
●
●
2100H
1
OR di tutti gli ingressi
OR of all Inputs
n
Unsigned
int
●
●
●
2101H
1
Ingresso 1
Input 1
bool
Unsigned int
●
●
●
…..
2108H
1
Ingresso 8
Input 8
bool
Unsigned int
●
●
●
2110H
1
OR di tutte le uscite
OR of all Outputs
n
Unsigned int
●
●
●
2111H
1
Uscite 1
Output 1
bool
Unsigned int
●
●
●
……
2118H
1
Uscite 8
Output 8
bool
Unsigned int
●
●
●
2120H
1
OR di tutti gli allarmi
OR of all Alarms
n
Unsigned int
●
●
●
2121H
1
Allarme 1
Alarm 1
o
Unsigned int
●
●
●
….
2128H
1
Allarme 8
Alarm 8
o
Unsigned int
●
●
●
2130H
1
OR di tutti i booleani
OR of all Boolean
n
Unsigned int
●
●
●
2131H
1
Booleano 1
Boolean 1
bool
Unsigned int
●
●
●
…
2138H
1
Booleano 8
Boolean 8
bool
Unsigned int
●
●
●
2140H
1
Tutti i limiti
All Limits
n
Unsigned int
●
●
●
2141H
1
Limite 1
Limit 1
bool
Unsigned int
●
●
●
…
0148H
1
Limite 8
Limit 8
bool
Unsigned int
●
●
●
4F00H
1
Remoto 1
Remote 1
bool
Unsigned int
●
●
●
….
4F07H
1
Remoto 8
Remote 8
bool
Unsigned int
●
●
●