Web login permissions in A500 example
Hello, I have a question about the ABB example:
http://search-ext.abb.com/library/Dow...
It use a file weblogin.xml to set users and passwords for web-access permission. I need the documentation that explain how to create and use the file for example:
<login-config>
<user>
<username> Musterfrau </username>
<password> Testpasswort </password>
<startvisu> VISU_START </startvisu>
<userid> 2 </userid>
<userlevel> 3 </userlevel>
</user>
<user>
<username> Mustermann </username>
<password> Testpasswort </password>
<startvisu> PLC_VISU </startvisu>
<userid> 1 </userid>
<userlevel> 7 </userlevel>
</user>
</login-config>
It seems be part of a library inside AC500 firmware so I imagine <login-config> is a keyword. I want use it in another project, so it would be nice to find an help file that explain all keywords I can use in my project.
Thanks a lot.
Answers
This question has not yet been answered.
by FabioPD Rank: 285 on 9/6/2016 2:07:21 AM | Like (0) | Report
The example title is: Application Example AC500 Web server Login with PM564-ETH
Add new comment