Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何配置阅读器以在标签移出 RFID 阅读器读取范围时触发事件?
您可以将缺席检测模块与 Tagit Trapeze 中间件一起使用。此功能开箱即用
我不确定 Octane SDK 是否会给您这样的事件。我们编写了一个中间件来跟踪标签读取和最后一个时间戳,这样我们每次分配时只将它们发送到 Web 服务一次。如果我想在我的情况下实施超出范围的监控,我会设置一个计时器来检查数据库中时间戳超过几秒的任何标签。