7-8 Logic Task ECODRIVE03-FL*-04VRS
DOK-ECODR3-FL*-04VRS**-FK01-EN-P
Example 2: Spurious pulse, positive starting edge
M6.00.0 = Input
M6.00.1 = Result
M6.00.4 = Intermediate flag
M6.00.0 & M6.00.1
M6.00.4 o
M6.00.0 & M6.00.4
LD M6.00.0
ANDN M6.00.4
ST M6.00.1
LD M6.00.0
ST M6.00.4
Example 3: Spurious pulse, negative starting edge
M6.00.0 = Input
M6.00.1 = Result
M6.00.4 = Intermediate flag
M6.00.0 o & M6.00.1
M6.00.4 o
M6.00.0 o & M6.00.4
LDN M6.00.0
ANDN M6.00.4
ST M6.00.1
LDN M6.00.0
ST M6.00.4