RobotStudio event

users - controller

Options
Hi people!! I have a problem:
I want to know if there are users connected to a controller (the number of users is not important), but I don't know how I can do it. Can anyone help me?
Thank you a lot.

Comments

  • RussD
    Options

    Actually the # of users can be important, because the controller can only support remote connections from 3 unique clients (MAC IDs), any higher number will be refused.

    It looks like from RAB you can only get the name of the user that your application is logged in as. What you describe would probably be a useful feature for future versions.

    Every logon/logoff event creates a log message, subscribing to the MessageWritten event and looking for the event numbers might be a primitive way to keep track.

     

    Russell Drown