The RFIDLinked app manages the assigned serial numbers. For each unique GTIN it will generate serial numbers making sure to never repeat over time.
You should use this option if you only print from a single device and need to ensure that serial numbers are unique for a given product over time.
INCREMENT
This strategy allows you to set a starting serial number. For every tag generated, the RFIDLinked app will increment the serial number by 1.
You should use this strategy if you want to associate unique serial numbers with each tag but do not already have a unique identifying serial number for your product.
SINGLE VALUE
This strategy will encode the same serial number with every tag generated.
You should use this strategy if you want to encode data into the Serial Number field but want the value to remain the same across all tags.
NONE
This strategy will encode a serial number of “0” for every generated RFID tag.
You should use this strategy if you do not have a need for associating tags with specific serial numbers.