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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
Hello,
I am searching to do the exact same thing. Have you received a response or determined how to do this yourself?
You might find this helpful.
l viewtopic.php?f=23&t=6247&p=20740#p20740 l