
APPENDIX B - CONFIGURATION EDITOR SYNTAX
ENG
Axel Technology srl
www.axeltechnology.com
31 APPENDIX B - CONFIGURATION EDITOR SYNTAX
General Rules:
•From first ';' symbol (semicolon) to the line end the following text is
considered a commentary.
•The symbol '=' (equals) assigns a single value (or a list of values) to the
related command.
•The items of a data list are separated by ',' (comma) symbol.
•A non predefined alphanumeric string containing blank spaces must be typed
between inverted commas (normally, blank spaces are syntax separators).
•Each numeric digit must carry own sign (plus-minus) and unit of measure. As
default 0 (zero) has a positive sign.
•Non significant trailing zeroes for numeric fields are avoided (e.g. +05dB is
incorrect, +5dB is right).
•Each logical command group is grouped by an identifier closed between square
brackets. In turn logic groups joints are memory blocks (e.g. in the case of
Dataset)
•Blanks, capital letters, small letters and indentations are not relevants. Any
way, we highly suggest to follow the data format provided by Demo files, or
software newly generated ones.
•The configuration editor may highlight syntax errors and warnings. Pay
attention to warnings because they traces small data insertion errors.
•Possible predefined values for each parameter are shown here between curly
braces {} and separated by commas. This notation doesn't reflect real syntax
rule and was be used only to identify possible valus that can be assigned to
a parameter.
•The end of logical programming blocks are indicated as “ End Point(x) “. Long
programming sequences may be therefore interrupted without errors only in
corrispondance of these End lines.
[GENERAL_SETTINGS]
TARGET_MODEL=SMART_CODER
FIRMWARE_VERSION=1.0
TARGET_NAME;up to 32 chars (it appears in the Navigation Tree of control software)
TARGET_LABEL="Gabry FM" ; up to 8 chars (it appears on target frontal display)
INPUT_SIGNAL={ Analogic , Digital }
DIGITAL_RESOLUTION={ 16Bits , 24Bits }
LEFT_GAIN=={-12.0dB , -11.9dB , ... , +0.0dB , ... , +11.9dB , +12.0dB }
RIGHT_GAIN={ -12.0dB , -11.9dB , ... , +0.0dB , ... , +11.9dB , +12.0dB }
ANALOGIC_SENSITIVITY=+0.0dBm
DIGITAL_SENSITIVITY=-10.0dBFs
[END_GENERAL_SETTINGS]
Komentáře k této Příručce