Gilligan

MrPLC Member
  • Content count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Gilligan

  • Rank
    Hi, I am New!

Profile Information

  • Country United States
  1. PanelView Plus 6 Log Off

    Good morning! I agree,  I hate using the PV security and am using a "security" PLC that just runs code for the user information. I am doing this as I have multiple systems which are all linked to the same HMI.  I have a USB RFID reader attached to the HMI which reads into a tag in the security PLC. My program then sets the visibility of items on the screen according to what user is logged in. The programming is not super complex but is much easier to use than the PV security. As far as "knowing" whether a user is making changes, I am using a simple bit of code to monitor when a user moves between screens. I have a tag called out in the PV global connections, display tab, which I query in my PLC code. See attached. This tag is entered in the field "ReplaceDisplayNumber" which is actually what display is currently in use (not intuitive). The PLC code monitors if there is a change to the screen number. To use this, each screen must have a unique number at design as has been previously discussed by JRoss. PV Code Snippet.pdf
  2. I just figured out this process and I got it to work fine. Follow the attached document and you shouldn't have any problems. You will need a few things if you do not have the correct firmware in your 750-352 unit. If you have a FW version less than 1.06, there will be some features not available when you go online with the unit. These features are helpful when figuring out the correct instance and size when you make a new module in your RSLogix code. WAGO 750-352 setup1.doc