Doc. AHIT101C0208.doc Date: 10/11/2009 P. 16 / 18
n
ESEMPIO
•
Se si vuole scrivere/leggere il registro STATUS
dell’ingresso
1
(P13.
1
.02), bisogna utilizzare la
formula:
6482H (n -1) *80H
dove n =
1
quindi:
6482H (
1
-1) *80H = 6482H
•
Se si vuole scrivere/leggere il registro TIME
PULSE del pulse
2
(P11.
2
.03), bisogna
utilizzare la formula :
5E04H+ (n -1) * 80H
dove n =
2
quindi:
5E04H
+ (
2
-1) * 80H = 5E84H
•
Se si vuole scrivere/leggere il registro
SOURCE dell’uscita
8
(P14.
8
.01), bisogna
utilizzare la formula:
6480H + (n -1) *80H
dove n =
8
quindi:
6880H
+ (
8
-1) * 80H = 6C00H
n
EXAMPLE
•
If you want to read/write the STATUS register
of input
1
(P13.
1
.02), you must use the
formula:
6482H (n -1) *80H
where n =
1
thus:
6482H (
1
-1) *80H = 6482H
•
If you want read/write to the TIME PULSE
register of pulse
2
(P11.
2
.03), you must use
the formula:
5E04H+ (n -1) * 80H
where n =
2
thus:
5E04H
+ (
2
-1) * 80H = 5E84H
•
If you want to read/write the SOURCE register
of output
8
(P14.
8
.01), you must use the
formula:
6480H + (n -1) *80H
where n=
8
thus:
6880H
+ (
8
-1) * 80H = 6C00H
CODE
MENU
MENU
MIN
MAX
DEF
WORDS
ADDRESS
DMG
210
DMG
300
DMG
700
DMG
800
M13 Ingressi
Inputs
P13.n .01
Funzione ingresso
Input function
0
5
0
1
n
6480H + (n -1) * 80H
●
●
●
P13.n .02
Stato a riposo
Normal status
0
1
0
1
n
6482H + (n -1) * 80H
●
●
●
P13.n .03
Ritardo ON
ON delay
0
60000
5
2
n
6484H + (n-1) * 80H
●
●
●
P13.n .04
Ritardo OFF
OFF delay
0
60000
5
2
n
6486H + (n -1) * 80H
●
●
●
M14 Uscite
Outputs
P14.n .01
Funzione uscita
Output function
0
7
0
1
n
6880H + (n -1) * 80H
●
●
●
P14. n.02
Numero canale (x)
Channel number (x)
1
8
1
1
n
6882H + (n -1) * 80H
●
●
●
P14. n.03
Stato a riposo
Idle status
0
1
0
1
n
6884H + (n -1) * 80H
●
●
●
M15
Pagina Utente
Users Pages
P15.n..01 Abilitazione
Page
enabling
0
1
0
1
n
6C80H + (n -1) * 80H
●
●
●
P15. n.02
Titolo
Title
PAGn
8
n
6C82H + (n -1) * 80H
●
●
●
P15. n.03
Misura 1
Measurement 1
0
47
0
1
n
6C8AH + (n -1) * 80H
●
●
●
P15. n.04
Misura 2
Measurement 2
0
47
0
1
n
6C8CH + (n -1) * 80H
●
●
●
P15. n.05
Misura 3
Measurement 3
0
47
0
1
n
6C8EH + (n -1) * 80H
●
●
●
P15. n.06
Misura 4
Measurement 4
0
47
0
1
n
6C90H + (n -1) * 80H
●
●
●
M16
Ingressi Analogici
Analog Input
P16.n..01
Tipo di ingresso
Input type
0
5
0
1
n
6E80H + (n -1) * 40H
●
P16. n.02
Valore inizio scala
Start of scale value
-9999 9999
0
1(signed)
n
6E82H + (n -1) * 40H
●
P16. n.03
Moltiplicatore
Multiplier
0
6
2
1
n
6E84H + (n -1) * 40H
●
P16. n.04
Valore fondo scala
Full scale value
-9999 9999
0
1(signed)
n
6E86H + (n -1) * 40H
●
P16. n.05
Moltiplicatore
Multiplier
0
6
2
1
n
6E88H + (n -1) * 40H
●
P16. n.06
Descrizione
Description
AINn
8
n
6E8AH + (n -1) * 40H
●
P16. n.07
Unità
Unito of measure
UMn
3
n
6E92H + (n -1) * 40H
●
M17
Uscite Analogici
Analog Outputs
P17.n..01
Tipo di uscita
Output type
0
4
0
1
n
7080H + (n -1) * 40H
●
P17. n.02
Misura di riferimento Reference
measure
0
47
0
1
n
7082H + (n -1) * 40H
●
P17. n.03
Valore inizio scala
Start of scale value
-9999 9999
0
1(signed)
n
7084H + (n -1) * 40H
●
P17. n.04
Moltiplicatore
Multiplier
0
6
2
1
n
7086H + (n -1) * 40H
●
P17. n.05
Valore fondo scala
Full scale value
-9999 9999
0
1(signed)
n
7088H + (n -1) * 40H
●
P17. n.06
Moltiplicatore
Multiplier
0
6
2
1
n
708AH + (n -1) * 40H
●