Merge Function
When you import objects in a GF_ProjectVX code project or insert a copied mapped variable, you may encounter an overlapping address or duplicate naming warning.By setting the corresponding environment options (see Paragraph 3.6 for more details) you can choose the behaviour that GF_ProjectVX code should keep when encountering those problems.The possible actions are:
Ask | Automatic | Take from library | Do nothing | ||
Naming behaviour | If different types | X | X | X | |
Naming behaviour | If same type but not variables | X | X | X | |
Naming behaviour | If both variables | X | X | X | |
Address behaviour | If address overlaps | X | X | X | |
Address behaviour | Copy/paste mapped variable | X | X |
- Ask (default): user has to decide every time an action is required.
- Automatic: a valid name or address is automatically generated by GF_ProjectVX code and as- signed to the imported object.
- Take from library: the name or the address is taken from the imported object.
- Do nothing: the name or the address of the objects in the project are not modified.