Page Tree
Other Releases
Communication Driver Name: Prediktor Historian
Current Version: 1.0.0.4
Implementation DLL: T.ProtocolDriver.Prediktor.dll
Manufacturer: Prediktor
The APIS SDK must be installed on the local computer before communication is setup with the Prediktor driver
Once the APIS is installed, you will need to copy some dll files to your products installation folder
The files are located in the APIS installation folder, which is usually: C:\ProgramFiles(x86)\APIS\NET_API\Bin
From this folder, copy the following files:
Paste the files into your products installation directory folder, which is usually at: C:\ProgramFiles(x86)\<CompanyName>\<ProductName>\<ProductVersion>
Not used in this driver
Hive
Honeystore
Name | Node | PrimaryStation | SecondaryStation | Description |
---|---|---|---|---|
Prediktor1 | Prediktor | Hive;localhost;Prediktor.ApisLoader.1; |
Note Item
Use the Test Connection button to check the connection with the Server and Database.
You can use the Browse button to see all available data in the Prediktor database, or you can write the Tag address directly into the field
Use the Verify button to check if the name is valid and to get the current value and quality
TagName | Address | DataType | Access Type | Description |
---|---|---|---|---|
Line001 Temperature | Line[1].Furnace Temperature | Integer | ReadWrite |
The status of the driver execution can be observed through the diagnostic tools, which are:
• Trace window
• Property Watch
• Module Information
The above tools indicate if the operations have succeeded or have failed. A status of 0 (zero) means communication is successful. Negative values indicate internal driver errors, and positive values indicate protocol error codes.
Error Code | Description | Possible Solution |
---|---|---|
0 | Success |
|
-100 | Error Sending Message |
|
-101 | Error Sending and Waiting Message | |
-102 . . . -105 | Error creating TCP/IP connection | |
-106 | Error Receiving Message | |
-112 | Timeout Start Message |
|
-113 | Timeout between Treated Chars | |
-114 | Timeout End Message | |
-115 | Timeout Connect | |
-200 | Protocol Error |
|
-201 | Invalid Protocol |
|
-202 | Invalid Station |
|
-204 | Invalid Message Sequence |
|