Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

External reset signal into counter

Paul
2007-04-13
2007-04-13
  • Paul - 2007-04-13

    How to external used reset on counter. I have some counters in SCF stpes, when I not used reset. On the end if is valid condition I wanted to used this myCounter.reset := true;

    On this record is ignore.

     
  • Ralph Holz - 2007-04-13

    Hi Paul,

    a Function Block must be called to react (A counter is a Function Block) so try it this way:

    myCounter(reset:= True);

    regards

    Ralph

     

Log in to post a comment.