1
2
3
4
5
6
Outline 2-1
1
Outline
Constants can be divided into two main categories: "numeric types" and "character types". These
categories are further divided as shown below.
Category
Type
Details/Range
Numeric
type
Integer
type
Decimal constants
-2,147,483,648 to 2,147,483,647
Binary constants
&B0 to &B11111111
Hexadecimal constants
&H80000000 to &H7FFFFFFF
Real type
Single-precision real numbers
-999,999.9 to +999,999.9
Exponential format single-precision real numbers
-1.0
×
10
38
to +1.0
×
10
38
Character
type
Character
string
Alphabetic, numeric, special character, or katakana (Japanese)
character string of 255 bytes or less.
2
Numeric constants
2.1
Integer constants
1. Decimal constants
Integers from -2,147,483,648 to 2,147,483,647 may be used.
2. Binary constants
Unsigned binary numbers of 8 bits or less may be used. The prefix "&B" is attached to the
number to define it as a binary number.
Range: &B0 (decimal: 0) to &B11111111 (decimal: 255)
3. Hexadecimal constants
Signed hexadecimal numbers of 32 bits or less may be used. The prefix "&H" is attached to the
number to define it as a hexadecimal number.
Range: &H80000000 (decimal: -2,147,483,648) to &H7FFFFFFF (decimal: 2,147,483,647)
2.2
Real constants
1. Single-precision real numbers
Real numbers from -999999.9 to +999999.9 may be used.
• 7 digits including integers and decimals. (For example, ".0000001" may be used.)
2. Single-precision real numbers in exponent form
Numbers from -1.0×10
38
to +1.0
×10
38
may be used.
• Mantissas should be 7 digits or less, including integers and decimals.
Examples: -1. 23456E-12
3. 14E0
1. E5
• An integer constant range of –1,073,741,824 to 1,073,741,823 is expressed in signed
hexadecimal number as &H80000000 to &H7FFFFFFF.
MEMO
Содержание SCARA YRCX Series
Страница 1: ... 7 6HULHV DW 1R 1 5 5RERW RQWUROOHU 352 5 00 1 0 18 6 5 5RERWV 5 6HULHV ...
Страница 2: ......
Страница 20: ......
Страница 26: ......
Страница 27: ...Chapter 2 Constants 1 1 Outline 2 1 2 2 Numeric constants 2 1 3 3 Character constants 2 2 ...
Страница 28: ......
Страница 32: ......
Страница 52: ......
Страница 54: ......
Страница 61: ...Chapter 5 Multiple Robot Control 1 1 Overview 5 1 2 2 Command list with a robot setting 5 2 ...
Страница 62: ......
Страница 66: ......
Страница 76: ......
Страница 78: ......
Страница 92: ......
Страница 328: ......
Страница 408: ......
Страница 409: ...Chapter 11 User program examples 1 1 Basic operation 11 1 2 2 Application 11 8 ...
Страница 410: ......
Страница 432: ......
Страница 488: ......
Страница 489: ...Chapter 13 Appendix 1 1 Reserved word list 13 1 2 2 Changes from conventional models 13 3 ...
Страница 490: ......
Страница 496: ......
Страница 497: ...Index ...
Страница 498: ......
Страница 504: ......
Страница 505: ......
Страница 506: ... DW 1R 1 XWKRUL HG LVWULEXWRU 3ULQWHG LQ XURSH ...