Object list
COMPAX CANopen
Reading and writing the program memory.
58
Definition of Operands
An operand consists of 7 bytes; 1 byte for the type indicator and 6 data bytes.
Operand
Type
D1
D2
D3
D4
D5
D6
Parameter
0x50
No.H
No.L
0x00
0x00
0x00
0x00
Status
0x53
No.H
No.L
0x00
0x00
0x00
0x00
Variable
0x56
No.H
No.L
0x00
0x00
0x00
0x00
Constants
0x20
NL
NM
NH
VL
VM
VH
Definition of Comparison Operators
A comparison operator consists of 1 byte.
Comparison operator
Symbols
Code
Equal
=
0x3D
Less than
<
0x3C
Greater than
>
0x3E
Equal to/less than
<=
0xBC
Equal to/greater than
>=
0xBE
Does not equal
<>
0xBB
Definition of Arithmetical Operators
An arithmetic operator consists of 1 byte.
Arithmetic Operator
Symbols
Code
Addition
+
0xB2
Subtraction
-
0x2D
Multiplication
*
0x2A
Division
/
0x2F
Whole number division
\
0x5C
Modulo calculation
%
0x25
Use of this coding results in the following record memory - command code table. All of the commands are listed
individually here!