The function FC_CloseSlcCommunication deactivates the port rules for the controller firewall. (Also refer to FC_OpenSlcCommunication).
Input |
Data type |
Description |
---|---|---|
i_ifSafeLogic |
SystemConfigurationItf.IF_SafeLogic |
Specifies the SLC (Safety Logic Controller) for which the communication should be disabled. |
Output |
Data type |
Description |
---|---|---|
q_etResult |
Provides diagnostic and status information as an enumeration value. |
|
q_sResultMsg |
STRING [80] |
Provides additional diagnostic and status information as a text message. |
Data type |
Description |
---|---|
BOOL |
Indicates whether or not the execution of the method was successful. |
The following elements of ET_Result are used for q_etResult.
Name |
Data type |
Value |
Description |
---|---|---|---|
Ok |
UDINT |
0 |
Operation completed successfully. |
FunctionNotSupported |
UDINT |
100 |
Function not available for this controller. |
InvalidIfSafeLogic |
UDINT |
200 |
The interface assigned to i_ifSafeLogic must be provided by an instance of the Safety Logic Controller in the tree of the project. |