***************************************** * * * R E L E A S E N O T E S * * * ***************************************** SV Programmmer Copyright (C) 2012 Thomas Kurz ********************************************************** SvProgrammer 2.0 ********************************************************** Added Editor for Wattenscheider Decoder. If detected Decoder is Type Watti, and you double click on Element in List, the Watti Editor ist opened. Otherwise the generic editor. If Watti Editor is opened, klick "Read" in Toolbar. Then the settings will be read from decoder, and the interpretation will be shown. Now you can alter the values. All changes will be handled internally only, and marked as change. To write changes to decoder, klick "Write" in Toolbar. ********************************************************** SvProgrammer 1.5 ********************************************************** - BugFix: Load SV in Generic SV Editor - Feature: Added tag in SV xml File If sv.xml is used, use following protocol ADD HERE THE SV VALUES You can use 2 different Formats for SV definition: VARIANT 1: Integer Value 13 15 Here is a numeric value of the SV Number is a numeric (integer) value of the SV VALUE! VARIANT 2: HEX Value 20 3 Here is a numeric value of the SV Number is a HEXADECIMAL value of the SV VALUE! Why this? If you use BCD Value (e.g. for Adresses) you want to use the HEX value, to have it readable, and not have to calculate integer out of it. HINT: If you use AND in the same , the HEX value will overwrite the integer value. HINT: You can use different xml files with subset, if you want to jaust change or set dedicated SVs. In that case you can load them in sequence. HINT: If you write SV File from Generic SV Editor, all SV values will be written to file. You can use this to save a image copy of you decoder. All values will be written with INTEGER values!