Справочник Пользователя для Siemens A31003-51730-U103-7619

Скачать
Страница из 336
BHB_DCO_05.fm
07/2010
OScAR-Pro Customized Operator, User Manual
5-7
   
  
  
For internal use only
The Elements of a DCO-Script
The DCO data types and their value ranges
5.2
The DCO data types and their value ranges
Every DCO-Script uses special data types, or references to Controls that belong to these data 
types, for the properties of the different objects.
Also, the DCO-Designer only supports meaningful assignments of data types and references 
to the pertinent properties.
The below table summarizes the possible data types and their values ranges:
Data type
Value range
Description
bool
0, 1
Data type for logic statements with
0 = false/untrue/not assigned/not enabled, and
1 = correct/true/assigned/enabled.  
byte
Positive integer 
between 0 and 
255
Data type for various small integers.
int
Positive or
negative integer 
between
-32768..32767
Data type for overall integers.
uint
Positive integer 
between
0..65535
Data type for overall and purely positive integers.
string
Any text,
max. 256
Data type for texts.
phone_no
Text, max. 24 
characters
Phone numbers with:
space character, #, (, ), *, +, -, /, comma, 0, 1, 2, 3, 4, 5, 6, 7, 
8, 9.
float
Floating point 
number between
± 1,4 e
-45
 ..
± 3,4 e
+38
Data type for very precise rational values.
bdc_id
Broadcast ID
Valid ID of a broadcast administrated in the DAKS-TT Admin-
istrator-Tool.
con_id
Conference ID
Valid ID of a conference administrated in the DAKS-TT Ad-
ministrator-Tool.
cas_id
Call profile ID
Valid ID of a call profile administrated in the DAKS-TT Admin-
istrator-Tool.
Table 5-2
Summary of the different data types