Hi team!
Is there any way to know the antenna from which the reading is coming? I mean, identify the antenna that reads the tag so we can trigger an output on the GPIO, according to each antenna?
I saw some functions on the EMDK (RFID3), but not really sure if they apply or not.
Regards,
Seve.
FX9500. Identifying which antenna reads a tag// Expert user has replied. |
1 Replies
In RFID3 API(https://portal.motorolasolutions.com/Support/XU-EN/Resolution?solutionI…… ), a reported tag data contains a ‘Antenna ID’ value indentify the antenna on which this tag is seen.
Symbol.RFID3.TagData.AntennaID
Thanks team!