Specifications

1
OUTLINE
2
SYSTEM
CONFIGURATION
3
SPECIFICATIONS
4
GT CONVERTER2
SCREEN LAYOUT
5
GT CONVERTER2
OPERATION METHODSAPPENDICES
Appendix 2 Conversion Specifications for GP-PRO/PB III Series
Appendix 2.8 D-Script
App - 20
: Convertible, : Inconvertible
*1 When the relative setting is specified for bar graphs, pie graphs, half pie graphs, tank graphs, and meter graphs,
the maximum and minmum values in the input range are converted into the upper and lower limits.
*2 Data in the alarm range set for the keypad input display are converted into data in the display range of the
numerical input. Data outside the alarm range are converted into data in the input range of the numerical input.
Appendix 2.8 D-Script
1 Restrictions
The following describes the restrictions related to D-Script conversion.
(1) When a script includes any inconvertible items other than a trigger, that script will not be converted.
(2) Trigger expressions, "Detect true (nonzero)" and "Detect false (zero)" will be converted to
[Ordinary] of trigger type.
How to convert functions similar to expressions, true (nonzero) and false (zero)
The script to which the following control statement is added to the head part after
being converted to GT Designer2 can be executed under the same condition as D-
Script.
When "Detect true (nonzero)" is used in D-Script
*1 The above <Condition> is an expression that is considered to be true at the trigger
conditions of "Detect true (nonzero)"
• When "Detect false (zero)" is used in D-Script
*2 The above <Condition> is an expression that is considered to be true at the trigger
conditions of "Detect false (zero)"
Parts information item
Conversion
applicability
Conversion destination Remarks
Graphic display ------ ------
Window Display ------ ------
if( !<Condition>
*1
){ return; }
if( <Condition>
*2
){ return; }