![Okuma OSP-P200L Programming Manual Download Page 314](http://html1.mh-extra.com/html/okuma/osp-p200l/osp-p200l_programming-manual_3667818314.webp)
5238-E P-301
SECTION 12 USER TASK
5.
Supplemental Information on User Task Programs
5-1.
Sequence Return in Program Using User Task
Basically, sequence return can be performed in the same manner as in a conventional program and
there are no restrictions on activating the sequence return function.
When variables are set in a block preceding the one where the sequence return is executed, the set
data are all registered in the memory.
5-2.
Data Types, Constants
5-2-1. Type of Data
There are three types of data: "integer type", "real type" and "logical type".
•
Integer type
Data of integer type accurately express integer values and can be zero, a positive integer or a
negative integer.
•
Real type
Data of real type accurately express real values and can be zero, a positive real number or a
negative real number.
•
Logical type
Data of logical type may be either true (1) or false (0).
5-2-2. Constants
There are two types of constant: "integer constant" and "real constant"
•
Integer constant
Integer constants are constants of integer type. They are expressed by up to eight digits and
are interpreted as a decimal number.
•
Real constant
Real constants are constants of real type. They are expressed by up to eight digits including a
decimal point and are interpreted as a decimal number.