James Wise
-
Calcs & Events should show an error if the tag name is invalid
Normally if there is a problem in a calc/event we see the error like this: BUT it doesn't look like tag names are checked. Below for example we have an event property for a tag but that tag doesn't…
-
Is there a limit (6?) on # of properties for an event?
We setup an event in Canary under calcs & events and tried to backfill but it immediately went live without adding any events. If we removed properties from the event it worked.…
-
Including event duration in end event email
Event Duration is available in the events table control in Axiom and in the event pull in Canary's Excel Add-In. We didn't find a way right off though to include the event duration in an end event…
-
Re: Value Box Limit Comparison to another tag should allow for range (e.g. actual within +/- 5 of set point)
@Steve Mason Thank you! For now the way we did it by using an add hoc calculation and limits on that like this: Abs(Fallback([Eagle_Act_Speed],0)-Fallback([Eagle_Spec_Speed],0))<5 Which gives us:… -
Value Box Limit Comparison to another tag should allow for range (e.g. actual within +/- 5 of set point)
We have 2 tags: Speed Actual and Speed Set Point. We have a value box on an Axiom Application showing the speed. It would be nice if we could use the existing limit options to make that box green or…
-
Canary Installer for just the Client Tools
Right now there is a single Canary Installer.exe that is used for the collector, historian, and client tools. It would be helpful to have a version that is just the client tools so that the file is…
-
Internal ID for tags so that they could be renamed without Axiom charts/applications loosing their link
When a tag is renamed, any Axiom applications/charts using the old name will no longer work correctly. Would it be possible to have some sort of internal ID or something whereby that didn't happen?…
-
Timer in Axiom
We had a plant ask: I want to add a tag to my dashboard that starts a timer after a stop so that if the line is stopped, you can see on the dashboard how long it has been down.…
- Answered
-
Can the (OPC DA) "Logger Administrator" be run remotely?
Is it possible to run the Logger Administrator program locally (like Canary Admin and the OPC UA collector tile) instead of having to remote into the collector computer and running it from there?…
-
Option to filter raw/processed data
In Canary's Excel Add-In, we would like to be able to get the raw or processed data for one tag based on a filter expression. For example, I want to see the values of RSX-02.…
-
Add cursor option for min/max/avg like we have for delta
The delta cursor mode is great. It would be nice if there was a way to do the same for min/max/avg. Our current workaround is using cursor mode = zoom and then clicking statistics after zooming…
-
Min/Max/Avg of selected section in trend chart (like we can do with delta)
The delta cursor mode is great. Is there a way to do the same for min/max/avg? I guess one option is using cursor mode = zoom and then clicking statistics after zooming but I wanted to see if there…
- Answered
-
Total line for asset template (or for a grid using an asset type)
We used asset template and grid controls to show information for multiple assets individually and this works well. Is there a way to have a total of a column at the bottom?…
-
How to set a list box to a certain selected item
Let's say I have a list box (ListBox1) with 2 values (Test1 and Test2) with multi-select off. It is currently showing "Test2". I know how to know what it is set to and use that elsewhere in scripting.…
- Answered
-
Calculation option to evaluate the calculation as of a specific date/time
We can select an asset and see the current results of the calculation but it could be helpful if there was a way to also select a date and time and see what the current calculation definition would…
-
Events Table control option to filter on property value
We have an event setup for the beginning and ending of every stop that occurs. That event is setup with a property for the stop reason. It would be nice if the events table control in Axiom had an…