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

Program (POU's) getting disbaled on Build

praveena
2014-05-05
2014-05-05
  • praveena - 2014-05-05

    Dear Sir,
    I have developed some Programs(POU's) in codesysV3.5. Some POU's were developed on another workstation . so we have exported them from that Workstation and then imported them in our project. Now when we build the ,it gives no errors but all pages get disabled(turn grey). Because of this i am unable to test the pages for the logic when we login and start.

    why is this happening? how can i solve this problem.

    with regards
    praveena

    IMG: img4.png

     
  • plcmax - 2014-05-05

    Hi,

    you need to call them either in your pou which is called (Pou or PLC_PRG)
    pou_name1();
    pou_name2();
    pou_name3();

    or you add them to the taskconfig (drag an drop is possible) -> drag pou_name1 , drop it below where your existing POU is called.

    Regeards
    plcmax

     

Log in to post a comment.