INI File Format
SmartCAM INI files use the standard Windows format.
- Each file contains several sections. The first line in each section is a section header, surrounded by
brackets, that identifies the section.
For example:
[Setup]
Do not make changes to a section name.
Other lines, in the section, contain properties and their values. For example:
FontSize=11
- If the line starts with a semicolon (;), that line is a comment and is ignored by the system.
- Maximum length of a line is 127 characters.
- Maximum size of any
.ini
file is 32KB. - Section and key-names (properties) are case-sensitive. This means
[Setup]
if not the same as[setup]
INI File Example
[Defaults]
Elements=99000
MenuSide=Left
SwapMidRightMouse=0
NumSteps=600
In the above example, the section name is Defaults
and Elements
is a property and is set
to the value 99000
.
Related Topics
Integration with SmartCAM User Interface