Configuring the comparison (only for S7 Blocks)¶
Prerequisite¶
To configure the following options, you need administrative rights in User Management.
Configuring the comparison of CFC files¶
- Open the AdminClient.
- Select the INI files menu. The Edit INI file dialog is displayed.
- Select the
Compare\Classes.ini
file. - Click on Edit.
- Search for the [SimaticS7] section. If this section does not exist in the INI file, create it at the end of the file.
-
Set the key with the corresponding value:
7167=Y: CFC files are compared by name
7167=N: CFC files are compared by content (default setting)
Example:
Ignoring blocks created by the SCL compiler¶
Info
Blocks created can be identified by their author. If the author is ES_MAP, then the block was created with the SCL compiler. You can configure octoplant so that blocks created by the SCL compiler are compared or ignored.
- Open the AdminClient.
- Select the INI files menu. The Edit ini file dialog is displayed.
- Select the
Compare\Classes.ini
file. - Click on Edit.
- Search for the [SimaticS7] section. If this section does not exist in the INI file, create it at the end of the file.
-
Set the key with the corresponding value:
36802=Y
: The blocks generated by the SCL compiler are ignored36802=N
: The blocks generated by the SCL compiler are not ignored (default setting).Example:
-
Save the file.