-
Data Type return from GetTagData, GetTagData2 WebAPI Methods
Would it be possible to add an additional return parameter "Data Type" to the GetTagData, GetTagData2 WEB API methods? This seems to be available as an option from within the Excel Addin when I use…
-
gRPC connectivity
Hello, I'm interested in conducting a connectivity test with CanaryLabs using gRPC. However, I couldn't locate any instructions or proto files that would assist me in establishing a connection.
-
Support for Array Tags
In many cases it would be extremely beneficial to monitor and manipulate array tags. Specifically an array tag with a continuous set of process data. In our previous historian we had multiple 200…
-
MQTT Collector
The current MQTT collector is based in Sparkplug B specification, wich is not easy to implement in a PLC environment. Please, in the near future, consider a simple MQTT payload like this:…
- Released
-
Filtering Options for JSON Message vs Topic
Dear Canary Given the distinct structure of JSON messages (in contrast with spark message structures), it would be beneficial to provide users with the option to filter based on the content of the…
-
OPC Collector Security Settings
The OPC Collector should allow us to add username and password through the .ocf file. We are generating the .ocf file through automation scripts as we have a lot of tags (100,000+).…
-
ODBC Driver - Auto Pivot Option
Is it possible to add a feature in Canary ODBC driver that automaticly pivots the tag names to columns. See the SQL PIVOT below. SELECT * FROM ( SELECT tag_name, time_stamp,…