SOE List - User

Hello,

I am working with citect 2018. I have a problem with the SOE list. In the column User always appear "System" and not the user who is logged in.

How can i solve this?

Thanks

Parents
  • Hi Jao,

    Use the SOEEventAdd function in your genies/HMI inputs. If you also use a filter on the Events page, you can scrub out all of the "System" events under the User column. This way when the person logged in turns on a pump, for example, it will display "Turned on Pump 10" and under User say the name of the logged in user.

    SOEEventAdd("Turned on", +?STRING Desc?) is an example of what that might look like in the input window of your genies.
Reply
  • Hi Jao,

    Use the SOEEventAdd function in your genies/HMI inputs. If you also use a filter on the Events page, you can scrub out all of the "System" events under the User column. This way when the person logged in turns on a pump, for example, it will display "Turned on Pump 10" and under User say the name of the logged in user.

    SOEEventAdd("Turned on", +?STRING Desc?) is an example of what that might look like in the input window of your genies.
Children
No Data