public int InventoryQ { get; set; }
Q - value | Slots |
---|---|
0 | automatic (default) |
1 | 2 |
2 | 4 |
3 | 8 |
4 | 16 |
5 | 32 |
6 | 64 |
7 | 128 |
8 | 256 |
9 | 512 |
10 | 1024 |
11 | 2048 |
12 | 4096 |
13 | 8192 |
14 | 16384 |
15 | 32768 |
Q-value defines the amount of open response slots that tags can use per one inventory round.
Number of slots can be calculated by this formula (s = number of "time slots"): s= Q^2 i.e. slots equal to Q to the power of 2. It is advised to use twice as much slots compared to amount of tags that you have in your readers reading field simultaneously. Selectable values are 0 – 15 and value 0 means automatic Q-value adjustment. When Q=0 is used reader will automatically increase the Q-value when lots of collisions are noticed and decreased the value when there are only few collisions. By default Q-value is set to 0.