Title: LLRP RFID plugin Post by: Pe4kin on December 13, 2019, 01:56:12 PM Hello,
Is it possible to change "Polling interval" in this protocol for less than 1 second? I'm trying to work with data from an SQL database in real time, but despite the fact that I can change the interval in the SQL query to insert data to database for less than second. I still have a 1 second delay from LLRP RFID in the main application. Title: Re: LLRP RFID plugin Post by: Arthur Grasin on December 13, 2019, 02:24:28 PM Hello,
You cannot change the interval. You may switch from the "Polling" to "Wait events" mode. In this case, you 'll receive data faster. Title: Re: LLRP RFID plugin Post by: Pe4kin on December 16, 2019, 05:12:40 AM Thank you for your reply Arthur.
I have tried use such settings as: Convert time - yes 1. Start tag detection every N seconds - 0 2. Detect tags dring N seconds - 0 Enable antenna only when reading tags - off Wait for event - yes (As you told me in previous post instead "Poll") 1. Group N tags... - 0 Adn section Log data enable first two settings appearing and disappearing tags with out of FOV timeout 0 seconds. But with these settings increased even showing tags at my screen not even speaking about transfer to SQL database. Am I doing something wrong? Also have question about launching app. I't always run in service mode and I stop service and run application when I need to change some settings. Today after stoping service app doesn't launch. I't give me an Application Error and close System event log always shows same error message Error offset: 0x000e4a7e Failed Process ID: 0xa40 Title: Re: LLRP RFID plugin Post by: Arthur Grasin on December 16, 2019, 07:20:16 AM 1. Try to enable logging for every reading.
2. Error: does the program start in the desktop mode? Title: Re: LLRP RFID plugin Post by: Pe4kin on December 16, 2019, 07:22:50 AM 1. I have tried it. But as I remembered it doesn't help. Now I cannot open app.
2. Yes. It's about desktop mode. Title: Re: LLRP RFID plugin Post by: Arthur Grasin on December 16, 2019, 07:46:47 AM You may try to reset all the program settings:
1. Start regedit.exe 2. Delete the following registry nodes: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\AGG Software\Advanced TCP/IP Data Logger HKEY_CURRENT_USER\SOFTWARE\AGG Software\Advanced TCP/IP Data Logger |