Login method
Logs on the specified user.
Syntax
Application
.Login
UserName
, Password
where
Application
– is the name of a FactoryTalk View SE
Client Application object or an expression that evaluates to a FactoryTalk View SE
Client Application object.UserName
– is the name of the user that is logging on.Password
– is the password of the user that is logging onRemarks
- If the logon fails, an error will be raised with Err.Number equal to gfxErrorLoginFailed.
- When testing the animation in displays in the Graphic Display editor, calls to this method raise an error with Err.Number equal to gfxErrorTestAnimation.
Provide Feedback