I want to make a password level that is identical to operator level except that they can also edit Registers. How difficult is that? What do I need to know about xml to make that happen? Any resources and answers are helpful.
XML file for password levels
-
EPeters1 -
December 6, 2021 at 4:00 PM -
Thread is Unresolved
-
-
Figured it out. For anyone who might have their own questions/if I forget and come back here this is basically what you need.
<?xml version="1.0"?>
<!-- Password configuration file -->
<PASSWORD>
<!-- Level name -->
<LEVEL level="0" name="OPERATOR" lang="eg"/>
<!-- Screen access -->
<!-- SELECT -->
<SCREEN level="0" sp_id="23" scrn_id="1" access="1" rw_access="1"/>
</PASSWORD>
Potentially the sp_id number and scrn_id number might be different for different software versions or robots, I don't know but that worked for me.
-
Wondering how and where you got those informations.
What is the filename with that content?
-
Screen definitions can be found on web server page under error diagnostic files TPMENU.DG or in a backup as TPMENU.DG To see current screen with web browser its in PASSCFG.DG as a sub selection this will format an .xml statement for you. You can add more to it if need be, they will compile in the controller as far as I know