E_BA_PosMod
Enumerator for the definition of the positioning mode.
TYPE E_BA_PosMod :
(
Invalid := 0,
eFix := 1,
eTab := 2,
eMaxIndc := 3
) BYTE;
END_TYPE
Name | Description |
---|---|
eFix | The blind height is a fixed value, which is set at function block FB_BA_SunPrtc via the value fFixPos [%]. |
eTab | The height positioning takes place with the help of a table of 6 interpolation points, 4 of which are parameterizable. A blind position is then calculated from these points by linear interpolation, depending on the position of the sun (see FB_BA_BldPosEntry). |
eMaxIndc | The positioning takes place with specification of the maximum desired incidence of light. |