Skip to main content
Canary Community
How to enable Javascript
Sign Up
Login
Welcome to the community!
Home
Feedback
Issues and Bug Report
Product Ideas and Feature Requests
Forum
Latest News
Axiom Showcase
Questions & Answers
Knowledge Base
Version 25
Version 24
Version 23
Explore & Learn
Upcoming Events
On Demand Learning
Roadmap & Releases
Roadmap
Canary System Release Notes
Ignition Module Release Notes
Distributor Release Links
Partners
Resources
Utilities
Home
Profile
Steve Mason
smason
Martinsburg, PA
1524
240
4
Joined: Mon Jun 07 15:41:47 UTC 2021
Follow
My Posts
Latest Posts
Re: MQTT Collector Doesn't Honor DataSet Name Change
Hi@Damon Vinciguerra , If you change the DataSet, that change will only affect new tags that are logged from that point forward. When the collector picks up a tag,…
Steve Mason
smason
11 mths ago
Bugs or Issues
Reported - view
Re: Time Since False
@Damon Vinciguerra That is correct. It looks at the last raw value, not the time-extended value. Setting the 2nd parameter to true or false would have no bearing in this scenario as it is only used…
Steve Mason
smason
11 mths ago
Questions & Answers
Reported - view
Re: Simple calculation. Don't understand where the results go
Hi@alistair. frith , Your calculation looks good. I just think it's a matter of understanding the output destination. The first branch in your output name (in this case,…
Steve Mason
smason
11 mths ago
1
Questions & Answers
Reported - view
Re: Obsolete tags
@Damon Vinciguerra I'm not sure what would've been holding on to an obsoleted tag. Once a tag is flagged for obsoletion, it is no longer available to clients.…
Steve Mason
smason
11 mths ago
Questions & Answers
Reported - view
Re: Missing 'End of Event' Email Notifications
@Patch Hyland Strange. I would suggest opening a support ticket with support@canarylabs.com. Include the link to this post. It may be beneficial to look at the…
Steve Mason
smason
11 mths ago
1
Questions & Answers
Reported - view
Re: Obsolete tags
Hi@Damon Vinciguerra , I think the original post was from a pre-24 version using Sender/Receiver, not SaF. I was able to replicate the same error, but that may be the expected behavior with the new…
Steve Mason
smason
11 mths ago
Questions & Answers
Reported - view
Re: Time Since False
@Damon Vinciguerra Yeah, the last value would just continue and I think we want to create a break. Test it out and see if it works for you.
Steve Mason
smason
11 mths ago
Questions & Answers
Reported - view
Re: Time Since False
@Damon Vinciguerra You're right. I think it would use the latest 0 timestamp. I don't think your initial method will work because we don't have any function that outputs a timestamp as a value,…
Steve Mason
smason
11 mths ago
Questions & Answers
Reported - view
Re: CanaryAnd, and, &&, &
Not really. && compares two logical statements and if they are both true, it returns true. & compares the individual bits of two values. In the diagram above, it is comparing the bits of two numbers,…
Steve Mason
smason
11 mths ago
Questions & Answers
Reported - view
Re: CanaryAnd, and, &&, &
Hi@Damon Vinciguerra , && and "and" are interchangeable. CanaryAnd has the same functionality, but you can pass in multiple items as an array. For example, these three expressions are equivalent:…
Steve Mason
smason
11 mths ago
Questions & Answers
Reported - view
Re: Time Since False
Hi@Damon Vinciguerra , If you just used DurationSinceLastTVQ, that would output the number of milliseconds since the last value. You would want to make this a periodic calculation.…
Steve Mason
smason
11 mths ago
Questions & Answers
Reported - view
Re: Time a bool is true!!
You're welcome, @timothy. vertin . Glad you could find a solution!
Steve Mason
smason
11 mths ago
Questions & Answers
Reported - view
Re: Missing 'End of Event' Email Notifications
I don't know how it would be able to do this. What does it have stored for the Duration in the event table within the Canary Admin?
Steve Mason
smason
11 mths ago
Questions & Answers
Reported - view
Re: Restricting edit access in axiom
A new URL parameter (Mode) is available in v24 (https://helpcenter.canarylabs.com/t/60y8gkg/application-url-parameters-version-24#mode) which allows you to set a chart or application to ReadOnly if…
Steve Mason
smason
11 mths ago
Axiom
Reported - view
Re: Accessing Calculated Tags
Hi@pinettec , when you output a calculation, you must provide a DataSet name as the first branch in the tag name. Once the calc is running, the output tag is stored in the Historian in the specified…
Steve Mason
smason
11 mths ago
Questions & Answers
Reported - view
Re: MQTT Collector Overview (version 23)
@aris. macaballug You would need to use the JSON message type setting at the top of the Subscription window then choose the Script option for Message Parser.…
Steve Mason
smason
11 mths ago
Data Collection
Reported - view
Re: Donut Gauge Color Change
Hi@nmaloney , I think the IsLimitRangeVisible property will accomplish what you're looking for.
Steve Mason
smason
11 mths ago
Axiom
Reported - view
Re: Historian saves tag path but no data
Hi@gilbert. delgado , I'm not certain what would be causing that. It appears something may have been orphaned off somehow, but it is not completely removed.…
Steve Mason
smason
11 mths ago
Bugs or Issues
Reported - view
Re: Excel Add-In Missing API Token Option
Hi@srieger , Did you pull the Views license? The Excel Add-in clients are included with the Views license. Also, the API token option just became available with 24.1.…
Steve Mason
smason
11 mths ago
Questions & Answers
Reported - view
Re: Axiom v23.2.1 - ScaleMode selection bug
Hi@jpooler , I think the number of tags is causing the list to grow so large that it cannot properly display all of the options which include using another tag's scale.…
Steve Mason
smason
11 mths ago
Bugs or Issues
Reported - view
Re: Missing 'End of Event' Email Notifications
Hi@Patch Hyland , If the event is only using one tag, then there would be no difference between "Any Tag values change" or "Only when specific tags change". I would just use the "Any" option then.…
Steve Mason
smason
11 mths ago
Questions & Answers
Reported - view
Re: Pie Chart
Hi everyone! We are looking to develop a pie chart for Axiom, but would appreciate some specific feedback as to what you would expect it to do. Our initial thought is that it would be for multiple…
Steve Mason
smason
11 mths ago
1
Axiom
Reported - view
Re: Time a bool is true!!
Hi@timothy. vertin , I think it is looking into the future using the third optional start time parameter 'Day'. If you don't include that, it will look at the last day up until now.…
Steve Mason
smason
1 yr ago
Questions & Answers
Reported - view
Re: Count Number of Changes in String Tag value
Gotcha. That makes that sense. I'm not sure how we would create that calculation at the moment. There definitely isn't any aggregate by itself that would do it.…
Steve Mason
smason
1 yr ago
1
Questions & Answers
Reported - view
Re: Count Number of Changes in String Tag value
@Patch Hyland Based on my testing, the Count aggregate counts every raw value, even if they repeat. I did this against a string tag I have that updates every second.…
Steve Mason
smason
1 yr ago
Questions & Answers
Reported - view
1
11
12
13
14
15
31
Home
Feedback
Issues and Bug Report
Bugs or Issues
Product Ideas and Feature Requests
General
Data Logging
Virtual Views
Calculations & Events
Axiom
Data Connectivity
Excel Add-in
Forum
Latest News
Axiom Showcase
Questions & Answers
Knowledge Base
Version 25
Getting Started
System Admin Duties
Client Tools
Version 24
Getting Started
System Admin Duties
Client Tools
Version 23
Getting Started
System Admin Duties
Client Tools
Explore & Learn
Upcoming Events
In-Person Events
Coaching Sessions & Webinars
On Demand Learning
RFP Common Responses
Canary Academy
Previous Coaching Sessions
Project Boot Camp
Roadmap & Releases
Roadmap
Canary System Release Notes
Ignition Module Release Notes
Distributor Release Links
Partners
Resources
Utilities
View all topics