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

Detecting Target Selection

bvanbata
2007-01-15
2015-11-10
  • bvanbata - 2007-01-15

    Is there a way to detect the target selection from ST, FB, etc...? I would like to create some code to check the target settings and set a global variable? Based on this global variable, my application will call the proper functions that are specific for each target that can be selected.

     
  • Ralph Holz - 2007-01-16

    CoDeSys 2.3 does not support such a functionalty.

    CoDeSys 3.x will get conditional pragmas and in this way conditional compilation which will solve your questions.

     
  • learnetk - 2015-11-09

    Hi,
    Does anyone have an idea how this could be done with Codesys V3.

    Thanks & regards

     
  • eschwellinger

    eschwellinger - 2015-11-10

    Hi.

    I would give Systarget.library a try.
    See screenshot.

    BR
    Edwin

    IMG: Systarget.jpg

     
  • learnetk - 2015-11-10

    Thanks a lot for that Herr Schwellinger.

    i had tried this Library and I can read out the Vendor name and Device name.

    Actually i intend to use a few device specific libraries which would trigger an error when i would change the
    device type to Win3. But maybe if i could use Pragma to read the Vendor Name, and thus decide on the libraries i
    could use, i could avoid the compiler error.
    Do you have an idea i could do this.

    IMG: Unresolved reference.PNG

     

Log in to post a comment.