Hi.
I need to get info about users of Visu User Management (what users are created in the project - logins, user ID, group ID, etc.) in IEC-code.
I suspect I should use method Get Users from FB VisuUserMgmt (VisuUserManagement library).
But i don't understand how to do it right.
Please show me a code snippet to nudge in the right direction.
Last edit: kislov 2021-05-31
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I ended up with system crashes every thing i tried, described in this thread, too: https://forge.codesys.com/forge/talk/Visualization/thread/6aff74da37/
So, some help from the persons who know whats going on in the background, will be very appreceated. Especially how the parameters of GetUsers(.....) has to be set in the right way, preventing this system crashes. How does the start/end index belong to ArrSize of the array which the pointer is pointing at. Tankyou!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
I need to get info about users of Visu User Management (what users are created in the project - logins, user ID, group ID, etc.) in IEC-code.
I suspect I should use method Get Users from FB VisuUserMgmt (VisuUserManagement library).
But i don't understand how to do it right.
Please show me a code snippet to nudge in the right direction.
Last edit: kislov 2021-05-31
more posts ...
Sir Prestel, I hopefully appeal to your help. π
I ended up with system crashes every thing i tried, described in this thread, too: https://forge.codesys.com/forge/talk/Visualization/thread/6aff74da37/
So, some help from the persons who know whats going on in the background, will be very appreceated. Especially how the parameters of GetUsers(.....) has to be set in the right way, preventing this system crashes. How does the start/end index belong to ArrSize of the array which the pointer is pointing at. Tankyou!
Attached you can find an example on how to use the visu user management from IEC.
Best regards,
Marcel
Thanks, this is exactly what i wanted. β€β€β€