Programming options
5.4 Other features to make programming easy
Easy Book
Manual, 05/2009, A5E02486774-01
71
You can selectively display only the blocks causing conflicts within the call structure.
Conflicts are caused by the following conditions:
●
Blocks executing any calls with older or newer code time stamps.
●
Blocks calling a block with modified interface.
●
Blocks using a tag with modified address and/or data type.
●
Block called neither directly, nor indirectly by an OB.
●
Blocks calling a block which no longer exists.
You can group several block calls and data blocks as a group. You use a drop-down list to
see the links to the various call locations.
You can also perform a consistency check to show time stamp conflicts. Changing the time
stamp of a block during or after the program is generated can lead to time stamp conflicts,
which in turn cause inconsistencies among the blocks that are calling and being called.
●
Most time stamp and interface conflicts can be corrected by recompiling the code blocks.
●
If compilation fails to clear up inconsistencies, use the link in the "Details" column to go to
the source of the problem in the program editor. You can then manually eliminate any
inconsistencies.
●
Any blocks marked in red must be recompiled.