Search Results for

    Show / Hide Table of Contents

    Class RemoteLogin

    Methods that will allow a certain type of users to request a remote login/logout of a TPU user. When the TPU gets a remote login request it will logoff current user and login as the remote requested user.

    Inheritance
    object
    NamedObject
    SDKBase
    SDKControllerBoundBase
    RemoteLogin
    Implements
    IComparable
    INamedObject
    IDisposable
    Inherited Members
    NamedObject.Equals(string)
    NamedObject.Equals(NamedObject)
    NamedObject.Equals(object)
    NamedObject.CompareTo(string)
    NamedObject.CompareTo(NamedObject)
    NamedObject.CompareTo(object)
    NamedObject.GetHashCode()
    NamedObject.ToString()
    NamedObject.Name
    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public sealed class RemoteLogin : SDKControllerBoundBase, IComparable, INamedObject, IDisposable

    Methods

    View Source

    GetLoginState()

    TPU, confirm that an logout event has been received. Valid only via the controller TPU port.

    Declaration
    public RemoteLoginStateAndChangeCount GetLoginState()
    Returns
    Type Description
    RemoteLoginStateAndChangeCount
    Remarks

    Supported on RobotWare 6.07 and later.

    View Source

    LoginRequest()

    Request login as another user. The TPU will get an event that it shall logoff the current user and login as another user.

    Declaration
    public void LoginRequest()
    Remarks

    Supported on RobotWare 6.07 and later.

    View Source

    LogoutRequest()

    Logout current logged on user on the TPU.

    Declaration
    public void LogoutRequest()
    Remarks

    Supported on RobotWare 6.07 and later.

    Implements

    IComparable
    INamedObject
    IDisposable
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics