URA Timestamps get stuck? Hecto M6E

I am having some issues with my new Hecto M7E. When I connect it to URA everything works. Then I start to read tags and I can see that the timestamp registers. But then after a while I can see the read count go up, but the timestamp only changes some milliseconds, or is just stuck all together.

The transport log says this, so obviously the timestamps get registered, but the timestamp on URA is stuck at 07:47:47 when one of the first reads were.

My end goal is to update an SQL server online with the data. So I need to get the data from the Hecto to another progrm somehow. If you have any advice on what to use there I would like that as well. I got the Stream to TCP port working, but it also gives me these wrong timestamps. When I am doing the testing, I use just standard settings. Disabling Tag Aging in URA did help for a while, but it seems random when it works or not.

Also, is there any documentation of how to decode the HEX? I have been seeing so many documents saying different things.

08-03-2024 07:47:48.618 Received
FF 21 22 00 00 88 10 05 1B 00 57 01 01 AF 01 00
00 03 FC 05 00 80 30 00 16 06 20 24 00 00 00 00
00 01 62 18 0B 68 BC 7F
08-03-2024 07:47:48.646 Received
FF 0B 22 00 00 88 00 05 1B 02 82 00 82 00 01 24
DC B7
08-03-2024 07:47:49.665 Received
FF 0B 22 00 00 88 00 05 1B 02 82 00 82 00 01 25
DC B6
08-03-2024 07:47:49.696 Received
FF 0B 22 00 00 88 00 05 1B 02 82 00 82 00 01 24
DC B7
08-03-2024 07:47:50.714 Received
FF 0B 22 00 00 88 00 05 1B 02 82 00 82 00 01 26
DC B5
08-03-2024 07:47:50.725 Received
FF 21 22 00 00 88 10 05 1B 00 57 01 01 B1 01 00
00 03 FC 05 00 80 30 00 16 06 20 24 00 00 00 00
00 01 62 18 0B 68 DA 29
08-03-2024 07:47:50.752 Received
FF 0B 22 00 00 88 00 05 1B 02 82 00 82 00 01 25
DC B6
08-03-2024 07:47:51.771 Received
FF 0B 22 00 00 88 00 05 1B 02 82 00 82 00 01 25
DC B6
08-03-2024 07:47:51.781 Received
FF 21 22 00 00 88 10 05 1B 00 57 01 01 BA 01 00
00 03 FB 05 00 80 30 00 16 06 20 24 00 00 00 00
00 01 62 18 0B 68 9D DA

long ago I started working on a decoder. Did not get to finalize is but you HEX code above translates in :
******************************** RECEIVED DATA *********************************
ff 0b 22 00 00 88 00 05 1b 02 82 00 82 00 01 24 dc b7


received OK

0x88 : TMR_SR_TAGOP_MULTI_SELECT
Status update: 0x00
Search flag requested: 0x051b
0x400 TMR_SR_SEARCH_FLAG_DUTY_CYCLE_CONTROL
0x100 TMR_SR_SEARCH_FLAG_STATS_REPORT_STREAMING
0x10 TMR_SR_SEARCH_FLAG_LARGE_TAG_POPULATION_SUPPORT
0x08 TMR_SR_SEARCH_FLAG_TAG_STREAMING
0x03 TMR_SR_SEARCH_FLAG_CONFIGURED_LIST
Temperature received 36 *C

******************************** RECEIVED DATA *********************************
ff 0b 22 00 00 88 00 05 1b 02 82 00 82 00 01 25 dc b6


received OK

0x88 : TMR_SR_TAGOP_MULTI_SELECT
Status update: 0x00
Search flag requested: 0x051b
0x400 TMR_SR_SEARCH_FLAG_DUTY_CYCLE_CONTROL
0x100 TMR_SR_SEARCH_FLAG_STATS_REPORT_STREAMING
0x10 TMR_SR_SEARCH_FLAG_LARGE_TAG_POPULATION_SUPPORT
0x08 TMR_SR_SEARCH_FLAG_TAG_STREAMING
0x03 TMR_SR_SEARCH_FLAG_CONFIGURED_LIST
Temperature received 37 *C

******************************** RECEIVED DATA *********************************
ff 0b 22 00 00 88 00 05 1b 02 82 00 82 00 01 24 dc b7


received OK

0x88 : TMR_SR_TAGOP_MULTI_SELECT
Status update: 0x00
Search flag requested: 0x051b
0x400 TMR_SR_SEARCH_FLAG_DUTY_CYCLE_CONTROL
0x100 TMR_SR_SEARCH_FLAG_STATS_REPORT_STREAMING
0x10 TMR_SR_SEARCH_FLAG_LARGE_TAG_POPULATION_SUPPORT
0x08 TMR_SR_SEARCH_FLAG_TAG_STREAMING
0x03 TMR_SR_SEARCH_FLAG_CONFIGURED_LIST
Temperature received 36 *C

******************************** RECEIVED DATA *********************************
ff 0b 22 00 00 88 00 05 1b 02 82 00 82 00 01 26 dc b5


received OK

0x88 : TMR_SR_TAGOP_MULTI_SELECT
Status update: 0x00
Search flag requested: 0x051b
0x400 TMR_SR_SEARCH_FLAG_DUTY_CYCLE_CONTROL
0x100 TMR_SR_SEARCH_FLAG_STATS_REPORT_STREAMING
0x10 TMR_SR_SEARCH_FLAG_LARGE_TAG_POPULATION_SUPPORT
0x08 TMR_SR_SEARCH_FLAG_TAG_STREAMING
0x03 TMR_SR_SEARCH_FLAG_CONFIGURED_LIST
Temperature received 38 *C

******************************** RECEIVED DATA *********************************
ff 21 22 00 00 88 10 05 1b 00 57 01 01 b1 01 00 00 03 fc 05 00 80 30 00 16 06 20 24 00 00 00 00 00 01 62 18 0b 68 da 29


received OK

0x88 : TMR_SR_TAGOP_MULTI_SELECT
option code (as requested) 0x10
Receiving data from Read Multi Tag-ID (0x22): TMR_SR_OPCODE_READ_TAG_ID_MULTIPLE
received data:
Select options: 0x88
TMR_SR_GEN2_SINGULATION_OPTION_INVERSE_SELECT_BIT
Start location (bits) -2012216037, (bytes) 285343907
Maskbit length (bits) 00000000, (bytes) 0
Received status word: 0x0000 (TMR_ALL_GOOD_OK)

to be extended. non continuous reading
other data: 88 10 05 1b 00 57 01 01 b1 01 00 00 03 fc 05 00 80 30 00 16 06 20 24 00 00 00 00 00 01 62 18 0b 68

******************************** RECEIVED DATA *********************************
ff 0b 22 00 00 88 00 05 1b 02 82 00 82 00 01 25 dc b6


received OK

0x88 : TMR_SR_TAGOP_MULTI_SELECT
Status update: 0x00
Search flag requested: 0x051b
0x400 TMR_SR_SEARCH_FLAG_DUTY_CYCLE_CONTROL
0x100 TMR_SR_SEARCH_FLAG_STATS_REPORT_STREAMING
0x10 TMR_SR_SEARCH_FLAG_LARGE_TAG_POPULATION_SUPPORT
0x08 TMR_SR_SEARCH_FLAG_TAG_STREAMING
0x03 TMR_SR_SEARCH_FLAG_CONFIGURED_LIST
Temperature received 37 *C

******************************** RECEIVED DATA *********************************
ff 0b 22 00 00 88 00 05 1b 02 82 00 82 00 01 25 dc b6


received OK

0x88 : TMR_SR_TAGOP_MULTI_SELECT
Status update: 0x00
Search flag requested: 0x051b
0x400 TMR_SR_SEARCH_FLAG_DUTY_CYCLE_CONTROL
0x100 TMR_SR_SEARCH_FLAG_STATS_REPORT_STREAMING
0x10 TMR_SR_SEARCH_FLAG_LARGE_TAG_POPULATION_SUPPORT
0x08 TMR_SR_SEARCH_FLAG_TAG_STREAMING
0x03 TMR_SR_SEARCH_FLAG_CONFIGURED_LIST
Temperature received 37 *C

******************************** RECEIVED DATA *********************************
ff 21 22 00 00 88 10 05 1b 00 57 01 01 ba 01 00 00 03 fb 05 00 80 30 00 16 06 20 24 00 00 00 00 00 01 62 18 0b 68 9d da


received OK

0x88 : TMR_SR_TAGOP_MULTI_SELECT
option code (as requested) 0x10
Receiving data from Read Multi Tag-ID (0x22): TMR_SR_OPCODE_READ_TAG_ID_MULTIPLE
received data:
Select options: 0x88
TMR_SR_GEN2_SINGULATION_OPTION_INVERSE_SELECT_BIT
Start location (bits) -2012216037, (bytes) 285343907
Maskbit length (bits) 00000000, (bytes) 0
Received status word: 0x0000 (TMR_ALL_GOOD_OK)

to be extended. non continuous reading
other data: 88 10 05 1b 00 57 01 01 ba 01 00 00 03 fb 05 00 80 30 00 16 06 20 24 00 00 00 00 00 01 62 18 0b 68

Done with log file