EVTPARAM_CmpMgr_DisableOperation
(STRUCT)
TYPE EVTPARAM_CmpMgr_DisableOperation : STRUCT
<category>Event parameter</category>
<element name=”udiCmpId” type=”IN”>ComponentID</element>
<element name=”udiOperation” type=”IN”>Operation that can be disabled. See category “Operations” in Itf.h file of the corresponding component for details.</element>
<element name=”udiCmpIdDisabled” type=”IN”>ComponentID of the source, which disabled the operation</element>
<element name=”bDisable” type=”IN”>Must be set to 1 to disable the operation, else: do nothing and remain the value as it is!</element>
- InOut:
Name
Type
udiCmpId
UDINT
udiOperation
UDINT
udiCmpIdDisabled
UDINT
bDisable
DINT