Switching Vision Window based on operator logon

Thanks

Thanks for this post too:

Mobile Client MAC Address - #9 by jlivingston]
I didn't understand it at first, but now that I used it, thanks so much.

# Call the function and print the MAC addresses
mac_addresses = myMacIds()
for mac in mac_addresses:
    print(mac)

I used this to print the addresses, but I could instead match and then open the window if I understand correctly. Thanks.

1 Like