Specifications

App - 5
Appendix 2 Conversion Specifications for GP-PRO/PB III Series
Appendix 2.1 Conversion specifications of project data
(e) Part and figure that are sticking out of the upper/left sides of the display area are inconvertible.
Before conversion, check that parts and figures are not stuck out.
2 Conversion specifications of GP system setting
(1) Restrictions
The initial screen number of the initial screen settings is not convertible.
How to convert screen setup and screen number
To convert screen numbers on GOT, set a script or a ladder program to open the
screen having the same number as the initial screen number at a GOT startup.
(1)Setting example of opening the initial screen (screen No. 2) at a GOT startup
using a script
GT Designer2 setting
• Base screen switch device GD100
Script setting example
(2)Program example for opening the initial screen (screen No. 2) at a GOT startup
using a ladder program
GT Designer2 setting
• Base screen switching device D100
• System signal 2-1 D300
Program example
Item Description
Data range Unsigned BIN16
Trigger type Rise
Trigger device GS0.b4
Script [w:GD100] = 2; //Writes screen No. 2 of initial screen
//to base screen switching device.
Display area
Inconvertible
Before conversion After conversion
Display area : Temporary area
: Part, figure
Writes screen No. 2 of initial
screen to base screen switch
device on rising edge of GOT
ready bit (bit 1 of system signal
2-1).