Skip to content

[UI Builder] Connect to the TM Robot and Log In to TMflow

At the beginning of every Operator, connect is the first step then followed by log in to the target robot.

Connect to the target robot by addressing the robot current IP.
bool success/fail = OperatorActiveX1->ConnectRobot->[RobotIP]

If the connection is successful, the next step is LogIn by addressing the user name and password. The default user name is “administrator” and the password is an empty string.
OperatorActiveX1->LogIn = "administrator",""

To ensure the status of the login, use IsRobotLink to check the boolean.
bool success/fail = = OperatorActiveX1->IsRobotLink

Powered by BetterDocs