This UDT belongs to the Module LGF_ActDeactDevice
and lists all possible parameter to configure its behavior.
Identifier | Data type | Default value | Description |
---|---|---|---|
timeOutActDeact | Time | T#2500ms | Time to monitor the commands `activate` and `deactivate` should be greater than the configured `configuration time` in the PLC hardware configuration section `Startup` |
timeOutStateMonitoring | Time | T#100ms | Time to monitor the device state while the device is activated After time has expired an error is present as long as the state is faulty. |
enableAndDeactivate | Bool | TRUE | TRUE: Disable / Deactivate device during startup / enabling (prior to `enableAndActive`) FALSE: Keep actual state or `enableAndActivate` |
enableAndActivate | Bool | FALSE | TRUE: Enable / Activate device during startup / enabling FALSE: Keep actual state or `enableAndDeactivate` |
disableAndDeactivate | Bool | TRUE | TRUE: Disable / Deactivate device during disabling of the module FALSE: Keep actual state |