Page Tree
Other Releases
...
Warning |
---|
TKDataAccess.py is provided by Tatsoft, and when used, you need to make sure the installPath into the TKDataAccess.py file is with the correct path of Studio installation. |
See below Below are some methods from TKDataAccess.py that you can use:
...
Code Block |
---|
Connect(runtimeHostAddress, userName, password): runtimeHostAddress = IP address or server name userName = User name. password = Password |
Code Block |
---|
GetConnectionStatus () |
...
Code Block |
---|
IsConnected () |
Code Block |
---|
Disconnect() |
Code Block |
---|
SetSyncFlag(flag): flag = True wait value from server, false does not wait value from server. |
Code Block |
---|
GetObjectValue(name) name = TagName |
...
Code Block |
---|
SetObjectValue(name, newValue) name = TagName newValue = new value to set in the tag. |
...
Code Block |
---|
ExecuteClassMethodOnServer(className, methodName, parameters) className = name of the class in the remote project. methodName = name of the method in the remote class. parameters = if any, necessary to the invoke the remove method. |
...