User's Manual

Table Of Contents
WISE-2834 User Manual 34
5.3.3 Tag Read
Read tag data according to the memory bank and offset
1. Add the rfid tag read node in Node-RED.
2. Fill-in the settings.
Memory Bank: EPC/TID/USER/Reserved.
Word Offset: The offset of the first 16-bit word, zero is the first 16-bit word.
Word Count: The number of 16-bit words to be read.
Activate Post-Singulation Rules: Enable/disable the filter function.
Access Password: Saves the access password for the tags. Zero value indi-
cates no access password.
3. Node output.
The EPC value is included in msg.Inv.acc_data.
The tag access data is included in msg.Acc.acc_data.
Other information please reference the appendix for detail information.
4. Tag mask setting.
Enable Activate Post-Singulation Rules to filter the tags to be inventory
There are two way to set filter rule
1. Set Tag Filter Setting at web utility.
2. Sends msg.mask to this node.
Example: msg.mask = { "MaskMatch": "1", "MaskOffset": "0", "MaskCount":
"32", "MaskData": "12345678" };
3. Node-RED built in examples.
Import
LibraryAdvantechRFIDBasic_Example.