Damon Vinciguerra
-
MQTT Collector Doesn't Honor DataSet Name Change
v24.1 I've got an MQTT collector. For personal reasons, I wanted to change the name of the data set it was writing to. I stopped the instance of the collector and update the DataSet prefix field.…
-
CanaryAnd, and, &&, &
As far as I can tell, there are at least 4 ways to do an AND operation in Calculation: CanaryAnd, and, &&, &. Similarly for OR (CanaryOr, or, ||, |). And not equal has != and <>.…
-
Time Since False
I've got a use case where I want to keep a running timer of how long a piece of equipment has been off. There is a tag for status: 1 = running, 0 = off.…
-
Allow admins to see/edit other user's private displays in Axiom
As a Canary admin, if a user has an issue with a display, I need to log into the server, grab the file, copy it to my private folder, and then I can open it up and troubleshoot it.…
-
Remove Hardcoded Limit on Scatter Plot TVQs
Right now, the Scatter Plot Control is limited to 10,000 TVQs. In Administrator Views\Configuration\Settings there is a configuration item for Max Return Tvq Count.…
-
Custom defaults for Add-In settings
I know it's all personal preference, but for my customers and I, it feels like the default settings applied to a new data pull (like Processed Data) are always the exact opposite of what we want.…
-
Search for tags by properties
In Axiom, if you enable properties in the tag picker list, search queries will look in both the tag name and the properties (like description). In the Excel Add-In,…
-
Defined Method for Editing Excel Add-In Data Pull
If I pull data into Excel using the Add-In, then I want to edit it. My options are to edit the formula directly, or, select a cell in the output array, then select a button at the top (and I have to…
-
Improve DateTime Picker in Trend
The popup for selecting a Date and Time on a Trend is pretty cumbersome. It would be nice to have the option to type in entries. Examples would be 1/1/24 10/1 (this year) 1/1/24 12PM 1/1/24 15:…
-
CSV Collector processes relative path to C:\System32
For the CSV collector, you have to create a SAF_Import.config for each folder you want to process. One of the parameters is ProcessedDirectory. In the example, there is an absolute path configured (C:…
-
Document External Properties in SQLite
The document https://helpcenter.canarylabs.com/t/m1y8gf3/how-to-configure-external-property-storage-for-populating-metadata-in-virtual-views-version-24 indicates that you can store external…
-
Excel Add-In Only pull when needed
Right now, if I pull historical data for the previous month (say, raw values). Then I go to a new cell and type in '=1+1'. When I hit enter, Canary will repull the previous month data.…
-
Search function for Symbol Picker
As the help video says, there are over 4,000 symbols available in the Symbol Control. It would be nice if there was a search bar to help filter through them all.