Remove DATA_SOURCE_FULL_NAME from RFID report

Started by atavano, May 11, 2018, 09:30:23 AM

Previous topic - Next topic

atavano

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

Arthur Grasin

If you like my work, please take a few seconds and add feedback about our site or our software [here]

atavano

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,

Arthur Grasin

Andrea,

All our parsers add this variable automatically for all parsed data packets.

Where this variable disturb you?
If you like my work, please take a few seconds and add feedback about our site or our software [here]

atavano

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