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 change the current user level in the codesys program

merlijn
2019-07-07
2019-09-04
  • merlijn - 2019-07-07

    Hello Everyone

    at this moment I am converting a program from codesys 2.3 to codesys 3.5 sp13

    in the codesys 2.3 program I was able to change the current user level in the programm
    and I could change the user level when ever I wanted without user input on the user interface

    the code looks like this

    IF CURR_PASSWRD[INDEX] = ACCESCODE THEN
    CurrentUserLevel:= INDEX;
    END_IF

    I want to do the same in codesys 3.5.
    Has anyone programmed something like this in codesys 3.5 and can show me how to do it

    Already thanks

    kind regards

     
  • dougrilee - 2019-09-04

    Hello,

    I am searching to do the exact same thing. Have you received a response or determined how to do this yourself?

     

Log in to post a comment.