EasyManua.ls Logo

Janome JR3403N-AC

Janome JR3403N-AC
134 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Specifications
Desktop Robot JR3000
x, y: Numerical value or numerical variable
n, m: Round the numeric value up or off to the specified digit(s)
a, b: String or string variable
Category Type Identifier Description
String
System
str
str2SILE (x)
Rounds a numeric value to a 2-byte signed integer to
convert it to a 2-byte string using the Little Endian byte
order. (2-byte Signed Integer Little Endian)
str
str4SIBE (x)
Rounds a numeric value to a 4-byte signed integer to
convert it to a 4-byte string using the Big Endian byte order.
(4-byte Signed Integer Big Endian)
str
str4SILE (x)
Rounds a numeric value to a 4-byte signed integer to
convert it to a 4-byte string using the Little Endian byte
order. (4-byte Signed Integer Little Endian)
str
str4FBE (x)
Regards a numeric value as a decimal float to convert it to a
4-byte string using the Big Endian byte order. (4-byte Float
Big Endian)
str
str4FLE (x)
Regards a numeric value as a decimal float to convert it to a
4-byte string using the Little Endian byte order. (4-byte Float
Big Endian)
str
str8DBE (x)
Regards a numeric value as a decimal float to convert it to
an 8-byte string using the Big Endian byte order. (8-byte
Double Float Big Endian)
str
str8DLE (x)
Regards a numeric value as a decimal float to convert it to
an 8-byte string using the Little Endian byte order. (8-byte
Double Float Little Endian)
num
val (a)
Regards a character string as a decimal digit string to
convert it to a numeric value.
num
valBin (a)
Regards a character string as a binary string (sequence of
“0”, “1”) to convert it to a numeric value.
num
valHex (a)
Regards a character string as a hexadecimal string
(sequence of “0” 9”, “A” “F”, or “a” “f”) to convert it to a
numeric value.
num
val1SI (a)
Converts the top character to a 1-byte signed integer.
(1-byte Signed Integer)
num
val2SIBE (a)
Converts the top 2 characters to a 2-byte signed integer
using the Big Endian byte order. (2-byte Signed Integer Big
Endian)
num
val2SILE (a)
Converts the top 2 characters to a 2-byte signed integer
using the Little Endian byte order. (2-byte Signed Integer
Little Endian)
num
val4SIBE (a)
Converts the top 4 characters to a 4-byte signed integer
using the Big Endian byte order. (4-byte Signed Integer Big
Endian)
num
val4SILE (a)
Converts the top 4 characters to a 4-byte signed integer
using the Little Endian byte order. (4-byte Signed Integer
Little Endian)
num
val4FBE (a)
Converts the top 4 characters to a decimal float using the
Big Endian byte order. (4-byte Float Big Endian)
num
val4FLE (a)
Converts the top 4 characters to a decimal float using the
Little Endian byte order. (4-byte Float Little Endian)
num
val8DBE (a)
Converts the top 8 characters to a double-precision decimal
float using the Big Endian byte order. (8-byte Double Big
Endian)
116

Table of Contents

Related product manuals