User manual

ICP Family User’s Manual
Rev: 4.7.3 Jan-2011 Page 12 of 18
PIC16xxx
0005: 3434
0006: 3412
PIC12C5xx
0005: 0834
0006: 0812
13.3 Serialization File Example 2 (User File Scheme)
SerializationScheme = 3 (0-Random, 1-Pseudo-Random, 2-Sequential, 3-User File)
StartAddress = 0005 (Hex)
NumberOfWords = 2 (Hex)
CurrentValue = 0000000000001234 (Hex)
IncrementValue = 1 (Hex)
UserFile = File1.num
User file should contain serial numbers in HEX radix, for example:
1111
2222
3333
4444
5FC1
The user file will be updated by placing semicolon (;) at very beginning of the string, for example:
; 1111
; 2222
3333
4444
5FC1
If your numbers start from very beginning of the string the 1-st digit will be replaced by semicolon:
;111
;222
3333
4444
5FC1
13.4 Enable Serialization
Select "Serialization/Load File" to activate serialization
13.5 Disable Serialization
The serialization will be disabled in the following cases:
- "File/Open..." command is executed
- "Serialization/Disable" command is executed
- "Edit/Read-only Editors" is set to edit mode
- "Run/Read" command is executed
- a new device is selected
- user's serialization file is empty
- Control Center switches between PC-driven and standalone modes