![AEG ACM 9 Manual Download Page 33](http://html.mh-extra.com/html/aeg/acm-9/acm-9_manual_3048210033.webp)
Manual ACM 9 - ARE i9 release
Version: 10
Page: 33 / 51
Manual ACM9_ARE i9 release V10.docx
3.4.8
CN
CN – Filter no read from being transmitted via interface.
CN is used in those cases, where no read information ‘XXXXXXXX’ is not to appear on the interface. Only valid transponder
UID will be transmitted.
Parameters:
0 – no filter function
|
1 – filter no read information from being transmitted
Input format:
CID<SP>1<CR>
Hex:
43
4E
20
31
ASCII:
‘C’
‘N’
<SP>
‘1’
Output (example): 1<CR>
Hex:
31
0D
ASCII:
‘1’
<CR>
3.4.9
RD
RD – Read transponder memory page
RD is used to read an individual memory page from a transponder in the field.
Input format:
RD<SP> 1<CR>
Hex:
52
44
20
31
0D
ASCII:
‘R’
‘D’
<SP>
’1’
<CR>
Output (example): 12345678<CR>
Hex:
31
32
33
...
...
38
0D
ASCII:
‘1’
‘2’
‘3’
...
...
‘8’
<CR>
3.4.10
WD
WD – Write transponder memory page
WD is used to write to individual memory page from a transponder in the field.
Input format:
WD<SP> 5<SP> 12345678<CR>
Hex:
57
44
20
35
20
31
...
38
0D
ASCII:
‘W’
‘D’
<SP>
‘5’
<SP>
‘1’
...
’8’
<CR>
Output (example): 12345678<CR>
Hex:
31
32
33
...
...
38
0D
ASCII:
‘1’
‘2’
‘3’
...
...
‘8’
<CR>