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

Reinitialize pointers after online change?

Joan M
2017-07-21
2017-08-08
  • Joan M - 2017-07-21

    Hi all,

    Usually I login with "full download" as I use extensively pointers and I don't want to have problems with a bad address after adding variables.

    Now a customer is asking me to be able to use the "online change" method to avoid needing to stop the machine to apply changes.

    Is there any way to automatically reassign all the pointers after an online change?

    PS:
    I've been able to detect the online change and then I've reassigned the pointers (mostly inputs and outputs and some variables).
    But I'm also using __NEW to create some function blocks inside other function blocks...
    What would happen in those cases?
    I've not seen any mistake with that, but I can't be sure of that as the help files doesn't seem clear to me about that.

    Any advice?

    Thank you in advance.

     
  • nothinrandom - 2017-07-24

    Joan M hat geschrieben:
    Hi all,
    Usually I login with "full download" as I use extensively pointers and I don't want to have problems with a bad address after adding variables.
    Now a customer is asking me to be able to use the "online change" method to avoid needing to stop the machine to apply changes.
    Is there any way to automatically reassign all the pointers after an online change?
    PS:
    I've been able to detect the online change and then I've reassigned the pointers (mostly inputs and outputs and some variables).
    But I'm also using __NEW to create some function blocks inside other function blocks...
    What would happen in those cases?
    I've not seen any mistake with that, but I can't be sure of that as the help files doesn't seem clear to me about that.
    Any advice?
    Thank you in advance.

    Hi Joan. Could you share of how you're detecting online change and reassigning the pointers? Thanks

     
  • Joan M - 2017-07-24

    In soMachine from Schneider, using the library PD_Template, call the function block FB_DetectOnlineChange.

    Once this is done reassigning the pointers is easy using ADR() again.

     
  • krakers - 2017-08-08

    PD_Template , is this Schneider only or Codesys?

    How about interfaces and online change? E.g. an array of interfaces assigned different instances of the interface. It says somewhere in the manual that interfaces are realized using references.

    How does interfaces and references behave during an online change?

     

Log in to post a comment.