Edge Coupler Block for Rising Edge Detection

Lib.Mervis.v1_0.EdgeCoupler

  • Lib.Mervis

A helper block used for detecting a rising edge coming from multiple sources.

program test
    var
        edgeCoupler: lib.mervis.v1_0.EdgeCoupler;
    end_var

    edgeCoupler();
end_program
Name Data TypeRetainMandatory ConnectionMeaning
Input1bool No No Input value
Input2bool No No Input value
Input3bool No No Input value
Input4bool No No Input value
Name Data TypeMeaning
Outputbool Output

The block is used for detecting a rising edge that can be generated from multiple sources. It also handles the case where an input remains “stuck” at the active (=true) level. For proper operation, ensure that there is at least one computation cycle gap between individual edges on the inputs.

  • © Energocentrum Plus, s.r.o. 2017 - 2024