Jetter AG
Registers - Overview | 9
System Functions
For reasons of compatibility, the system functions
are listed below.
In JetSym STX, use the corresponding JetSym
STX functions instead of the system functions.
System
function
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 af-
ter 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
function
Corresponding JetSym STX
function
4
Function Bcd2Hex(Bcd: int): Int;
5
Function Hex2Bcd(Hex: int): Int;
50
Function QSort(DataPtr: Int, Ele-
mentCnt: Int, ElementSize: 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;
User Manual – JCM-501-E01
57 / 65