E_BA_Mdlt
Enum for the regulation of a drive or aggregate.
{attribute 'qualified_only'}
TYPE E_BA_Mdlt :
(
eOff := 1,
eOn := 2,
eMin := 3,
eMax := 4
) UDINT;
END_TYPE
Name | Description |
---|---|
eOff | Switch off the drive. |
eOn | Switching on the drive. |
eMin | Minimum power step of the drive. |
eMax | Maximum power step of the drive. |