Configuration of the memory bank size for reading
The option allows you to set the size of the tag memory bank to be read by the reader.
This option is configured in the " MB_SIZE " line.
It is required that the user declares the given value in a byte unit.
Example
If the user wants the reader to read 64 bytes of the memory bank, the record would look like this:
MB_SIZE;64
The memory bank that will be read will have the form:
3C49443E313030303030303030313C2F49443E3C5245463E4B313030323530313C2F5245463E4243483E353431313C2F4243483E3C5154593E3230353C2F5154
However, if the value were set to 128 bytes, the read bank in the tag memory would look like this:
3C49443E313030303030303030313C2F49443E3C5245463E4B313030323530313C2F5245463E4243483E353431313C2F4243483E3C5154593E3230353C2F5154593E3C50523E74657374313C2F50523E000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Warning! The given value cannot be ⩽ 0 and > 512. In the event of a wrong entry, the system will automatically assign the value 64, and the console will display the message:
"Wprowadzono nieprawidlowa wartosc dla MB_SIZE. Przyjeto domyslna wartosc 64"
By leaving the field blank, the system takes the default value to 64.
Return