AVEVA data connection properties
- Last UpdatedSep 06, 2023
- 1 minute read
Refer to the following table for the key configurable properties of AVEVA data connection.
Connection properties
|
Property |
Description |
|---|---|
|
ConnectionState |
Displays the current state of the connection to the AVEVA™ Historian server. Possible values are Disconnected, Connected, Pending, and Error. |
|
ConnectionType |
Can either be ServerCredentials or ConnectionDetails. If you are connecting to AVEVA™ Insight instance, you need to provide connection details.
|
|
LastError |
Displays the last error message received from the AVEVA™ Historian server. |
|
ServerName |
The name of the AVEVA™ Historian server. |
|
UserName |
The user name for authenticating connection to the AVEVA Historian server. |
|
Password |
the user password for authenticating connection to the AVEVA Historian server. connectionArgs.ServerName = "HistorianComputer"; connectionArgs.UserName = "MyDomainMyUserName"; connectionArgs.Password = "MyPassword"; |