Title: Remove DATA_SOURCE_FULL_NAME from RFID report Post by: atavano on May 11, 2018, 12:30:23 PM Hello,
I'm using Advanced TCP/IP Data Logger to get data from a RFID reader. I would like to remove the variable DATA_SOURCE_FULL_NAME from the tags report. Is it possible? If so, how to do? Many thanks, Andrea Title: Re: Remove DATA_SOURCE_FULL_NAME from RFID report Post by: Arthur Grasin on May 11, 2018, 01:20:10 PM Hello Andrea.
What report do you mean? Title: Re: Remove DATA_SOURCE_FULL_NAME from RFID report Post by: atavano on May 14, 2018, 06:29:46 PM Hello Arthur,
I mean the rfid tags report. In the file llrp-init.xml there is no reference to the DATA_SOURCE_FULL_NAME to remove it from the report. Is there any other way to remove this parameter from the data received by the RFID reader in the tags report? Thanks a lot, Title: Re: Remove DATA_SOURCE_FULL_NAME from RFID report Post by: Arthur Grasin on May 15, 2018, 07:22:57 AM Andrea,
All our parsers add this variable automatically for all parsed data packets. Where this variable disturb you? Title: Re: Remove DATA_SOURCE_FULL_NAME from RFID report Post by: atavano on May 15, 2018, 11:34:28 AM Hello Arthur,
ok, I see. Actually this does not disturb me, but since in our project we are going to have a huge data traffic (more than 30 RFID readers, each with 4 antennas, trasmitting the tags report every second) we are working to optimize each data report, removing any redundant info. Since we don't need the port info, DATA_SOURCE_NAME is enough for us and we don't need both info. By the way, I though it was easily removable by any configuration. Since it is not, this is not a big issue for us. Thanks again, Andrea |