-
Release V22.3.3
Requires Ignition 8.1.5+ Released on: 5/3/2023 Bug Fixes Fixed issue with reading Boolean tag history.
-
Scripting value box property changes with an asset template
I have some controls at the top where users can select a date and shift. I have scripting on the controls to update the aggregateinterval and aggregatestarttime on some value boxes.…
-
Save controls when changing asset type in Asset Template
Right now, when you create an Asset Template with a specific asset type, then change that asset type, all controls inside of the Asset Template Panel get removed.…
-
Embed the URL of the application or chart in an automated report
Include the URL of the application that created an automated report in the report. This would allow users to quickly open the application and conduct further analysis if needed.…
-
Limits on a Bar Chart
Add controls to show limits on a bar chart. The bar will change colors based on whether its above or below the limit(s). For instance, say I have a target of 50 widgets per hour.…
-
Sunsetting Services
Starting in version 24, the following applications will no longer be included or compatible with the rest of the Canary suite: Mirror HDA Server Trend Link If wishing to use these services,…
-
Publisher
Open Canary Admin application Select Publisher tile Click 'Configuration' from the bottom tab menu Select 'NEW' Configure based on the information below,…
-
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,…
-
Specifying timestamp in MQTT payload
Hello, I have an MQTT SpB payload coming in from HighByte where one of the fields is a "Date & Time". Is there a way to have Canary take this value as the timestamp and not the value of the…
-
Cross Reference Table to turn operator id number into name
We have a tag with the numeric employee number of the operator on the machine. We have a simple table (e.g. Excel file) with columns for that number and the employee name.…
- Answered
-
Configuring the Canary System to Send Email Alerts (version 24)
By configuring the Canary System to send email alerts, users can be notified if: a DataSet stops receiving data for x minutes disk space is running low a data file was improperly closed and taken…
-
Configuring the Canary System to Send Email Alerts (version 23)
By configuring the Canary System to send email alerts, users can be notified if: a DataSet stops receiving data for x minutes disk space is running low a data file was improperly closed and taken…
-
Configuring the Canary System to Send Email Alerts (version 25)
By configuring the Canary System to send email alerts, users can be notified if: a DataSet stops receiving data for x minutes disk space is running low a data file was improperly closed and taken…
-
Removing commas from string values shown as numbers
I have a tag that is setup as a string but in Events in Canary shown in Axiom using an event table control, it is shown with commas. Is there a way to setup my event property calculation or…
-
Aggregate Interval Picker
I have 2 x DateTime pickers that return the start and end values of motor run hours correctly in 2 x Value Boxes. I need to either:- Subtract ValueBox1 From ValueBox2 and put results into ValueBox3…
-
Time-zones in chart URL parameter
Dear Canary team, It would be nice to be able to specify the timezone for the TimeEnd parameter in the Chart URL, similar to how the API format supports timezone format.
-
Axiom Script - Finding the Value of a Tag at a Given Time Using the DateTimePicker
The following code snippet can be used to update the AggregateStartTime of a ValueBox using the OnDateTimeChange function of the DateTimePicker. public void DateTimePicker1_OnDateTimeChange(object…
-
export data to excel from a grid
It would be useful to export data from a grid so we don't have to use the excel add-in. Since the grid autopopulates the assets it is also easier to maintain the asset list for exporting data.…
-
Error executing script on Scatter Plot
Hi Canarylabs teams, I would like to write a simple script, to control the "IsVisible" property of scatterplot by a button. But the script cannot execute, pls see the attached screenshot. Tks.
-
Bug in Trend Chart General Number Format Lower Limit
When setting the number format on a trend line, if the General number format is selected, the number of digits can be set to zero, but this triggers a bug where the application will not load and it…
-
Font is different on identical value box
Hi, I have a bunch of value boxes in an axiom application that point to different tags but they look different, some are darker that others. I can't find a settings in the valuebox's property to fix…
-
How to Configure the Canary Admin to Require Authentication for Local Admins (version 23)
By default, the Canary Admin allows anonymous access for local users via the 'Net.Pipe' endpoint. If wishing to restrict local admin access, simply uncheck this box.…
-
Showing Value as Text
I have a tag (integer) that is 0 - 9; I want to show a text for the value itself. Such as, '0' as OFF, '1' as ON, '2' as FAULT, etc. Is there a formatting option for ValueBox like this?
-
Inconsistent Vector Size When Writing Historical Data
Hey Guys, I'm fairly new to Canary, and I'm struggling to understand how Vectors work. The only documentation I found says the Vector size should be based on data type.…