x, y: Numeric value or numeric variable
n, m: Numeric value made a certain digit or greater by rounding or truncation
a, b: String or string variable
Category
Type Identifier Description
num val2SILE(a)
Regards the top 2 characters as a 2 byte signed integer little
endian and converts it.
(2 byte Signed Integer Little Endian)
num val4SIBE(a)
Regards the top 4 characters as a 4 byte signed integer big
endian and converts it. (4 byte Signed Integer Big Endian )
num val4SILE(a)
Regards the top 4 characters as a 4 byte signed integer little
endian and converts it. (4 byte Signed Integer Little Endian )
num val4FBE(a)
Regards the top 4 characters as a floating decimal big endian
and converts it. (4 byte Float Big Endian )
num val4FLE(a)
Regards the top 4 characters as a floating decimal little endian
and converts it. (4 byte Float Little Endian )
num val8DBE(a)
Regards the top 8 characters as a double floating decimal big
endian and converts it. (8 byte Double Big Endian )
num val8DLE(a)
Regards the top 8 characters as a double floating decimal little
endian and converts it. (8 byte Double Little Endian )
num valSum(a) Returns the sum of a string code added from top to bottom.
num valCRC(a)
Remainder of dividing a character string as a bit string by
generation polynomial
X
16
+X
12
+X
5
+1
str bitNot(a) Bit inversion
str bitAnd(a,b) Bit logical multiple
str bitOr(a,b) Bit logical add
String system
str bitXor(a,b) Bit exclusive logical add
Features II CARTESIAN Benchtop Robot
12