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

How to call a method in ladder

2016-06-28
2016-06-28
  • yannickasselin1 - 2016-06-28

    Hi all,

    I cannot figure out how to call a method in ladder.

    I have a FB containing an action in ladder. In this action I want to call a method using the THIS pointer.
    In ST I would just need to write this: THIS^.myMethod()
    How can I do this in ladder?
    I usually use ST but in this particular case I wanted to use ladder.

    Thank you.

     
  • r.evbatyrov - 2016-06-28

    Hi yannickasselin1,

    this will work in Ladder too.

    Regards,
    Roman

    IMG: Method_Ladder.PNG

     
  • yannickasselin1 - 2016-06-28

    Thanks, it works.

    I also figured out that using an empty box with EN and just put the method name in it also works.
    Don't even need to put the THIS^ on top of it.

     

Log in to post a comment.