User's Manual

V750 RFID READER/WRITER, ANTENNA 2006-06, REV.C
OPERATION MANUAL
72 of 110
©OMRON CORPORATION 2006
OT3 Output port #3 function
setting
Same as OT1 (None)
OT4 Output port #4 function
setting
Same as OT1 (None)
If the NML mode is specified in output function setting, you can set conditions by using the following format.
Condition(A)
Condition(B)
Dynamic comparison
data
“DAT”: data (リードしたタグデータ)
“TCT”: tag count (リードしたタグ枚数)
Comparison operators “==”:Data match
”!=”:Data unmatch
“>=”:data value or more
”<=”:data or less
When comparison data is “TCT”, the code is able to be
specified.
Static comparison
data
00 [Hex]
*mark is a wild card (effective only for Data matched or Data
unmatched )
Logical operator “&”:AND operator
Format: condition A & condition B
“|”: OR operator
Format: condition A | condition B
* If there is no condition to be set or condition (A) is set, condition (B) shall not be included in the setting.
Ex.) When the characters from 5
th
to 8
th
in read data or when the number of tags is 8 or more,
"DAT==
XXXX0000|TCT>=8"
In the case that ERR mode is specified for output function setting, you can set conditions with the following format.
Conditions Error code specifying.
Error code: Specified error has occurred (Max 6 code can be specified.)
ex. ”7071”・・・
* If there is no condition to be set, any condition shall not be specified.
Ex.) When communication error or verify error has been occurred,
"dat==7071"