Programming Manual Keyboard
SATO Europe
18
Long Integer Data Type Variables
The “%” identifier is used to declare a long integer variable by placing the “%” at the
end of variable name. For example, A% and SUM% are integer variables.
Float Data Type Variables
The default data type in TSKL is float data type. If no identifier is placed at the end of
variable name, the variable will be treated as float data type in the system. For
example, A and B are float variables. The precision of float data type is to 6 digits.
Double Float Data Type Variables
The “#” identifier is used to declare a double float variable by placing the “#” at the end
of variable name. For example, A# and SUM# are floating point variables. The
precision of double float data type is to 15 digits.
String Variables
The “$” identifier is used to declare a string variable by placing the “$” at the end of
variable name. For example, A$ and TITLE$ are string variables. Each string variable
can store 254 bytes of data.
System Variables
System variables are the data maintained by the K012. For example, Real Time Clock.
All the system variables are listed below:
YEAR
MONTH
DATE
HOUR
MINUTE
SECOND
IDNUMBER$
Содержание Smart Keyboard
Страница 1: ...SATO Smart Keyboard Programming manual...
Страница 90: ...Programming Manual Keyboard SATO Europe 88...
Страница 93: ......