VA Motion Controller Programming Manual
17
IV Data Types
4.1 Basic Data Types
The program includes two parts: code and data. The code can be any one of five programming
languages: IL, ST, FBD, LD, SFC, or a combination of several languages. The data is divided into
three types: basic data type, derived data. Types and user-defined data types, data must exist in the
form of variables, the data type determines the format of the variable, the number of bits, the
initial value of the range of possible values.
Declared in the basic data type
-2147483648 to
+2147483647
-3.402823466 E + 38 to
-1.175494351 E-38 and
+1.175494351 E-38 to
+3.402823466 E + 38
NOTE: scientific
notation of decimal 7
-11.798E + 308 to
-2.225 E-308
as well as
+ 2.225E-308 to
+1.798 E + 308
0 to 255 (16 # 00..16 # FF)
0 Dao 65535
(16 # 00 ... 16 # FF)