Pattern A |
|
With GP-Pro EX, device names can not be changed. In case that the fix variable mode is used, the device names are converted to the ones that have been defined in advance.
|
|
|
Pattern B |
|
In case that the variable mode is used, the setting contents of the instructions will be changed after conversion.
|
-
|
Before Conversion |
|
|
Variable
|
Variable Type
|
IntArr_a
|
Integer Array-Type
|
Int_b
|
Integer-Type
|
Int_c
|
Integer-Type
|
IntArr_d
|
Integer Array-Type
|
|
|
- |
After Conversion |
|
1. |
"Int_c" to specify the number of the arrays is specified.
|
2. |
The integer array variable "IntArr_d" and "Int_b" to specify the element number are combined. "IntArr_d[Int_b]" is allocated.
|
|
 |
|