adccommunitymod (AutomationDirect) asked a question.

System tag to log what password is entered

Created Date: October 30,2019

Created By: Ryan_Poethke

**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****

Is there a way to log which group name has entered a password on a button? I want to record which operator is logging into the screen from the lock screen I 've programmed. Does an internal or system tag exist that changes depending on which password group entered the password on a button? It would also be great to log a "log out " event; I should be able to log that by using the screen number. Thanks, Ryan Poethke


  • adccommunitymod (AutomationDirect)

    Created Date: October 30,2019

    Created by: Ryan_Poethke

    Is there a way to log which group name has entered a password on a button? I want to record which operator is logging into the screen from the lock screen I 've programmed. Does an internal or system tag exist that changes depending on which password group entered the password on a button?

    It would also be great to log a "log out " event; I should be able to log that by using the screen number.

    Thanks,

    Ryan Poethke

    Expand Post
  • adccommunitymod (AutomationDirect)

    Created Date: October 30,2019

    Created by: quaizywabbit

    i write login/logout ladder in the plc instead. extra work, but the result works just the way you want, shows screens as you see fit to show them, etc...

    worth it if youre going to get fancy. plus it works with pretty much any hmi with some tweaking. (cmore, cmore-micro)

  • adccommunitymod (AutomationDirect)

    Created Date: November 08,2019

    Created by: Cap

    Same here.. To log in, I open a Numeric Entry, that is PLC based.. If the PLC likes the Number, it sets a Tag that allows Buttons to appear.. then sets a timer.. I watch the Screen Bits to see when the Screen is changed.. then I reset the timer again every time the screen is changed.. If after ( about ) 10 minutes the screen has not changed, I log out automatically..

    Cap

    Expand Post
  • adccommunitymod (AutomationDirect)

    Created Date: November 11,2019

    Created by: quaizywabbit

    how i did mine on a p1000 using a 4inch cmore micro, note im using the text entry to allow any kind of password, just comparing strings

    { "alt ": "Click image for larger version Name:\tlogin 1.PNG Views:\t0 Size:\t61.2 KB ID:\t126493 ", "data-align ": "none ", "data-attachmentid ": "126493 ", "data-size ": "medium "} { "alt ": "Click image for larger version Name:\tlogin 2.PNG Views:\t0 Size:\t67.9 KB ID:\t126492 ", "data-align ": "none ", "data-attachmentid ": "126492 ", "data-size ": "medium "} { "alt ": "Click image for larger version Name:\tlogin 3.PNG Views:\t0 Size:\t48.5 KB ID:\t126491 ", "data-align ": "none ", "data-attachmentid ": "126491 ", "data-size ": "medium "}

    Expand Post