|
Canary Historian systems
On This Page:
The platform includes enhancements specifically designed to leverage Canary Historian, a time-series database that provides high speed performance and friendly configuration tools. This integration includes:
Native Solution Historian: Canary Historian embeds in the platform easily as if it were a native tool. Solutions can use it in conjunction with the existing built-in SQL Historian.
Create Canary Points directly at Designer: No need to use or learn additional tools other than FrameworX Solution Designer.
Simplified License Management: Request license upgrades directly from FrameworX.
Out of Box TrendChart Monitor: Zero configuration is required; an out-of-the-box TrendChart monitor for Canary Historian tags.
Edge Data Collector: Any of the 70+ communication protocols is now a Data Collector for Canary Historian, with Store and Forward support.
Canary Driver and TagProvider: Connection with other Canary Historian instances, either mapping to Local Tags or using dynamic referencing, with tunneling features included.
Canary Historian is a time series database built for industrial automation. It is a high-performance historian designed for large-scale applications that handle substantial volumes of data writing. It provides scalability and enables efficient management of high-volume write operations. Its design supports extensive dataset analysis within time contexts for effective trend identification, avoiding the constraints of relational schemas. Canary's architecture balances speed, accuracy, and volume, making it an ideal choice for specialized time series data management needs.
Solutions can use both systems concurrently. Performance on SQL storage has increased over the years, but it cannot reach the speed and storage capabilities that a database specifically designed for time-series data, like Canary, can deliver. Use Canary for the tags that require high speed and/or long time retention. Keep those in SQL where the retrieval and storage requirements can be managed with SQL storage.
Trend Charts on Displays, Scripts, and all other modules use data abstraction layers, so there are no changes to the remaining configuration of the solution when you decide to modify the configuration of tags from using one historian to another. |
The software platform should be installed and, when necessary, licensed.
Set up the Sender's EndPoints and access the Receiver's EndPoints in the Canary Admin Tool.
Done! The initial configuration is finished.
This integration includes support specifically for Windows, as Canary Labs is a Windows-only integration. |
Canary Historian can be used in different ways by the various modules.
Historian: Uses Canary as a Storage Location for archiving or retrieving HistorianTags.
Devices: Read and Write to external Canary Historian Server with the Device Module.
TagProvider: Map external Canary Historian Server to dynamic integration of its data and structures.
Displays and Scripts: No custom configuration is required, TrendCharts will use Canary Historian Data Automatically if available.
Configuring Historian using Canary
→ Read about the Historian Module.
Configuring Devices using Canary.
→ Read about the Devices Module, or Read about the specific Canary Labs Communication driver.
Configuring TagProvider using Canary.
→ Read about Unified Namespaces
→ Read about the specific Canary Labs TagProvider
Displays and Scripts, with no additional configuration, will query Canary Historian when using tags that were previously connected with Canary using the Historian Module.
Examples of the automated usage:
In Displays TendCharts. See TrendChart Control.
In Scripts, using the Historian Tables method to query data. See Historian Namespace (Reference).
This document has only the specific information about the device connection settings and its address syntax.
Refer to the User Guide for more information on the Device Module.
Communication Driver Information | |
---|---|
Driver name | CanaryLabs Historian |
Assembly Name | T.ProtocolDriver.CanaryLabs.dll |
Assembly Version | 1.0.0.8 |
Manufacturer | CanaryLabs |
The following requirements must be matched in order to use the CanaryLabs driver:
For more information on how to set up the CanaryLabs Environment, see the Appendix.
Protocol options are not used in this driver. The remaining channel configurations are the same as in the reference guide.
The station parameters are:
Use the Test Connection button to check the connection with the Server and Database. |
With an OK! status message, 3 features are enabled for this Driver:
The Import Tool is described in this section, and the other two are detailed in the Appendix.
You can automatically import the existing Canary Variables into your Project by clicking the Import button.
This tool allows you to choose variables, from the list, that will be imported into your project; automatically creating the Tags and Communication Points.
You can use the Browse button to see the available data in the CanaryHistorian database, or you can write a Tag address directly in the Item field.
For a simple Tag, use the syntax: <DatabaseName>.<VariableName>. E.g.:
TagName | Address |
Motor1 Temperature | Motor1.Temperature |
Motor1 RPM | Motor1.RPM |
Motor2 Temperature | Motor2.Temperature |
Motor2 RPM | Motor2.RPM |
Or, you can create a Template (ex. Motor1 and Motor2), and input it into the Points list. Its members (e.g.: Temperature and RPM) will be mapped automatically. E.g.:
Engineering Environment | |
TagName Address | |
Motor1 | Motor1 |
Motor2 | Motor2 |
Runtime | |
TagName Address | |
Motor1.Temperature | Motor1.Temperature1 |
Motor1.RPM | Motor1.RPM |
Motor2.Temperature | Motor2.Temperature1 |
Motor2.RPM | Motor2.RPM |
Array elements are also automatically expanded in runtime. |
Use the Verify button to check if a name is valid and get the current value and quality.
This Communication Protocol supports the TagProvider feature, which is a tool that allows you to access your Communication Device Data Model without creating project Tags.
For more information, please refer to the TagProvider document.
To configure the CanaryLabs protocol as a TagProvider, go to Edit / Tags / Providers, and create a new provider for the CanaryLabs protocol.
Configure the items under the PrimaryStation column the same way that was described in the Node Configuration.
The status of the driver execution can be observed through the diagnostic tools, which are:
A status value of 0 (zero) means the communication was successful. Negative values indicate an internal driver error, and positive values are the protocol's error codes.
In this section: