QUOTE(Jeevan @ Mar 31 2006, 08:00 PM) [snapback]30866[/snapback]
QUOTE(TWControls @ Mar 31 2006, 07:00 AM) [snapback]30803[/snapback]
You used to be able to password protect individual data files and routines in PLC5s but I don't think Controllogix has that particular option. It does come with a Security Server which is located on your RsLogix 5000 CD. I have never used it so I don't know if it will serve your purpose or not.
Are you trying to keep accidental programming changes from happening or are you trying to protect your code from being copied?
I have rsview32 works installed in my computer and use its security features to protect areas in my HMI authorised only for administrator level people but people often add user accounts to with all keys available to them to be able to access those protected areas so i want to passwod protect by comparing it with a numeric digit in my PLC and generating a bit, if entered digit equals set digit (inside PLC) and use this bit to protect my areas in HMI but i dont want them to able to access the the routine in which i have stored the password digit by going online with the PLC so i just want to protect that particular routine in which the password digit is Set.
I hope u get my point? if not i will elaborate later. Short on time right now.........
easier way (well maybe) is this....if you are using RSView32 you can either write some VBA code and some form of hash (i've frequently used the Date and Time as indexes) or if you're familar with VB and you think VBA is too transparent, write an ActiveX component and embed it into the RSView32 app. If you still think they will get around it, then they must want it very badly.