State.ReaStatusFlankeExt



ReaStatusFlankeExt() As Long
ED
avaliable
RT
read only

Remarks

Specifies, if the additional state bits in a MultiBinary Rema trigger on edges.

In order to use state driven trigger (no triggering on edges), the ReaStatusFlankeExt has to be set to &h0.

To enable several state bits triggering on edges, the single masks have to be combined by ORing (logical OR).

It has to be distinguished among three options:

Trigger on edges (positive + negative) ReaStatusFlankeExt TRUE
ReaStatusMaskeExt FALSE
Trigger on positive edges ReaStatusFlankeExt TRUE
ReaStatusMaskeExt TRUE
ReaStatusExt TRUE
Trigger on negative edges ReaStatusFlankeExt TRUE
ReaStatusMaskeExt TRUE
ReaStatusExt FALSE
In order to get further information about the usage, please have a look at the ReaStatusFlankeStd part.

See Also

State