Jetter AG
Programming | 7
JVM-104-O09 User Manual
24 / 62
7 Programming
7.1 Abbreviations, module register properties and formats
Abbreviations
The abbreviations used in this document are listed in the table below:
Abbreviation
Description
R 100
Register 100
MR 150
Module register 150
Tab. 25:
Abbreviations
Module register
properties
Each module register is characterized by certain properties. For many module
registers most properties are identical. For example, their value after reset is 0. In
the following description, module register properties are mentioned only if a prop-
erty deviates from the default properties listed below.
Property
Standard design
Type of access
Read/write
Value after reset
0 or undefined (e.g. revision/version number)
Takes effect
Immediately
Write access
Always
Data type
Integer
Tab. 26:
Module register properties
Numerical formats
The numerical formats used in this document are listed in the table below:
Notation
Format of numerical val-
ues
100
Decimal
0x100
Hexadecimal
0b100
Binary
Tab. 27:
Numerical formats
JetSym sample pro-
grams
The notation for sample programs used in this document is listed in the table be-
low:
Notation
Format of numerical val-
ues
Var
,
When
,
Task
Keyword
BitClear();
Commands
100 0x100 0b100
Constant numerical values
// This is a com-
ment
Comment
// ...
Further program processing
Tab. 28:
JetSym sample programs