1. Cross reference table
1. Cross reference table
1.1. Explanation
You must compile the program to view the cross reference table.
To understand whether a software component has been used in the program and where it is used, use a cross reference table. The cross reference table identifies all software components used in the program and specifies their specific usage locations and instructions.
Double clicking on an item in the cross reference table will navigate the program editor to the corresponding location.
| Table Properties | Description |
|---|---|
| Software component | The software component used by the program. |
| POU | The program that uses this software component. |
| Location | Where is the software component used by the program. |
| Instructions | Instructions for using this software component. |
1.2. Example
The following example displays a cross reference table of a simple program in all three languages: ladder diagram (LAD), function block diagram (FBD), and instruction list (STL).
1.2.1. (LAD)Example
图1 LAD program
图2 Cross reference table
1.2.2. (FBD) Example
图3 FBD program
图4 Cross reference table
1.2.3. command table (STL) Example
图5 command table program
图6 Cross reference table