Search found 9 matches

by gabrielsb
Mon Oct 02, 2017 2:04 pm
Forum: Edge Server Developers
Topic: Zebra FX7500 Reader configuration
Replies: 1
Views: 654159

Zebra FX7500 Reader configuration

Hello all, Does anyone has worked with the FX7500 Zebra reader and have a SET_READER_CONFIG llrp message fully functional, working with 4 antennas? I've been working with only one antenna, and when I add more antennas the behavior gets confusing, and most of the times only tag reports from a particu...
by gabrielsb
Fri Jul 21, 2017 11:23 pm
Forum: Edge Server Developers
Topic: LLRPEncode with antenna number
Replies: 1
Views: 4751

LLRPEncode with antenna number

Is it possible to define which antenna the encoding should be made, via REST api or even programmatically?

Thanks,
Gabriel
by gabrielsb
Tue Jan 06, 2015 3:04 pm
Forum: Edge Server Developers
Topic: Tag stop reading
Replies: 2
Views: 2773

Tag stop reading

Hello guys, Im facing a problem with the edge server. Using a Impinj Speedway R420 (and some other LLRP models), with i have a tag in the readzone and i close the connection (stopsession) with the reader, when i start the session this specific tag stops generating read events. If i get some other ta...
by gabrielsb
Mon Nov 24, 2014 4:32 pm
Forum: Edge Server Developers
Topic: Close LLRP sessions on edge shutdown
Replies: 6
Views: 5523

Re: Close LLRP sessions on edge shutdown

Ok, thank you. A REST call to shutdown would be nice too.

Gabriel
by gabrielsb
Mon Nov 24, 2014 4:30 pm
Forum: Edge Server Developers
Topic: useRegex on other subscriber
Replies: 3
Views: 2823

Re: useRegex on other subscriber

OK, i got it. I used it passing multiple readzones like you said.

Thanks,

Gabriel
by gabrielsb
Wed Nov 19, 2014 10:09 am
Forum: Edge Server Developers
Topic: Close LLRP sessions on edge shutdown
Replies: 6
Views: 5523

Re: Close LLRP sessions on edge shutdown

Hi Matt, it actually does. But when i call the rifidi-server.sh stop, the server stops by killing the pids in the rifidi-shutdown.py script. It never closes by telnet connection, so it don't stop the sessions. Is the rifidi-server.sh stop call the best way to stop the server?

Thx,
Gabriel
by gabrielsb
Wed Nov 19, 2014 10:09 am
Forum: Edge Server Developers
Topic: Close LLRP sessions on edge shutdown
Replies: 6
Views: 5523

Re: Close LLRP sessions on edge shutdown

Hi Matt, it actually does. But when i call the rifidi-server.sh stop, the server stops by killing the pids in the rifidi-shutdown.py script. It never closes by telnet connection, so it don't stop the sessions. Is the rifidi-server.sh stop call the best way to stop the server?

Thx,
Gabriel
by gabrielsb
Tue Nov 18, 2014 2:58 pm
Forum: Edge Server Developers
Topic: useRegex on other subscriber
Replies: 3
Views: 2823

useRegex on other subscriber

Hello there, Is there any reason for the useRegex flag only can be used with the ReadZoneMonitoringService and the RSSIMonitoringService I want to use the UniqueTagIntervalService with multiple readers, but without the useRegex i think it isn't possible, right? If i change the UniqueTagIntervalEsper...
by gabrielsb
Tue Nov 18, 2014 12:27 pm
Forum: Edge Server Developers
Topic: Close LLRP sessions on edge shutdown
Replies: 6
Views: 5523

Close LLRP sessions on edge shutdown

Hello all, Is there a proper way to disconect all readers on the rifidi server shutdown? Becouse if i start the edge server it conects to all readers on the .xml configuration file, but when i stop the server, all conections remains. In my app, on the _stop method i manually stop all the connected r...