@dmprodry needling wrote: Hi, I am looking to write a script that can auto-disconnect users connected to a live ActiveMover after being inactive for a few minutes, any advice? Thanks dmpro To write a script that auto-disconnects inactive users from a live ActiveMover, you can: Use the ActiveMover API to monitor user activity and manage connections. Implement a timeout mechanism in your script to track inactivity (e.g., by checking last activity timestamps). Call the API to disconnect users who exceed the inactivity threshold. Refer to the Bosch Rexroth developer documentation for specific API endpoints and methods related to user management and inactivity detection.
... View more