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 FUNCTION type VOID

hki75
2013-10-17
2013-10-18
  • hki75 - 2013-10-17

    is it possible in Codesys 2.3 to have a function return value VOID?
    I need it to create some function that return more values (defined maybe as IN_OUT for example)

     
  • shooter - 2013-10-17

    no a function can not have more outputs. only one.
    but a function block can and that should be used,

     
  • hki75 - 2013-10-17

    I know, thanks, but a FB need to be declared also as instance data.. so for sure it'll need more memory usage than a FC.
    This is my habit coming from Step7 IDE.. I used few time FB, almost always FC.And when need flags data as counters or latched memory I add some INOUT parameters in my FC

     
  • HeHo - 2013-10-18

    hi, i think you can return a struct with all data you need!

     

Log in to post a comment.