Jetter AG
Registers - Overview | 8
JVM-104-O15 User Manual
53 / 60
Application registers with overlaid flags
1000025
1056 ... 1087
1000053
1952 ... 1983
1000026
1088 ... 1119
1000054
1984 ... 2015
1000027
1120 ... 1151
1000055
2016 ... 2047
8.18 System Functions
For reasons of compatibility, the system functions are listed below.
In JetSym STX, use the corresponding JetSym STX functions instead of the sys-
tem functions.
System functions
Description
4
Converting BCD to HEX
5
Converting HEX to BCD
20
Square root
21
Sine
22
Cosine
23
Tangent
24
Arc sine
25
Arc cosine
26
Arc tangent
27
Exponential function
28
Natural logarithm
29
Absolute value
30
Separation of digits before and after the decimal point
50
Sorting register values
90
Writing a data file
91
Appending a data file
92
Reading a data file
96
Deleting a data file
System functions
Corresponding JetSym STX function
4
Function Bcd2Hex(Bcd: int): Int;
5
Function Hex2Bcd(Hex: int): Int;
50
Function QSort(DataPtr: Int, ElementCnt: Int, Element-
Size: Int, SortOffset: Int, SortType: STXBASETYPE,
SortMode: QSORTMODE): Int;
90/91
Function FileDAWrite(Const Ref FileName: String, Const
Ref Mode: String, VarType: DAWRITE_TYPE, First: Int,
Last: int): Int;
92
Function FileDARead(Const Ref FileName: String): Int;