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
Home
Profile
Steve Mason
smason
Martinsburg, PA
1373
194
3
Joined: Mon Jun 07 15:41:47 UTC 2021
Follow
My Posts
Latest Posts
Re: Basic web API usage
Hi@alistair. frith , If you're on v24, there is no longer a /getUserToken call. You should create an API token within the Identity service which would then be linked to an internal Canary user.…
Steve Mason
smason
3 mths ago
Questions & Answers
Reported - view
Re: Collecting data from a Web API (api.openweathermap.org)
Hi@alistair. frith , If you can create a csv file, then the CSV Collector would be a fine option. It just monitors a directory for incoming csv files which get parsed and sent to the historian.…
Steve Mason
smason
3 mths ago
Questions & Answers
Reported - view
Re: Release V24.2
@Damon Vinciguerra Nothing currently, but if you're interested in pursuing this we would probably set up a time to work through it directly. Please send me an email and I can arrange something with…
Steve Mason
smason
3 mths ago
Canary System Release Notes
Reported - view
Re: Linear gauge scripts for start time and scale max
Try this: public void DateTimePicker1_OnDateTimeChange(object sender, DateTime dateTime) { string startTime = dateTime.ToString("o"); LinearGauge1.AggregateStartTime = startTime;…
Steve Mason
smason
3 mths ago
Questions & Answers
Reported - view
Re: Redundant Historian Architecture
@lucas. cunha If wanting to achieve a fully redundant architecture, you would need to run two Identity services. These could be installed each on a Historian server or on their own separate VMs,…
Steve Mason
smason
3 mths ago
1
Questions & Answers
Reported - view
Re: Release V24.2
Hi @gonzalezda , Can you describe the behavior you are seeing? What aggregates specifically? I can try to test in my environment.
Steve Mason
smason
3 mths ago
Canary System Release Notes
Reported - view
Re: Command line install?
Hi@kevinhasler , There is. The ClientInstaller.msi only contains Excel and ODBC. The Canary Admin client would be in the CanaryInstaller.msi. I'll send you an email with the link to download it.
Steve Mason
smason
3 mths ago
Questions & Answers
Reported - view
Re: Linear gauge scripts for start time and scale max
Hi@ruppc , In your script you are referencing two different ValueBoxes, 1 and 2. Is that your intent? Are you wanting to grab the value of the ValueBox at the time specified from the DateTimePicker,…
Steve Mason
smason
3 mths ago
Questions & Answers
Reported - view
Re: Date/time arithmetic in Calculations
@alistair. frith Would something like this work? I'm hardcoding a value for sunRise, whereas you have a tag, but I'm forcing it to a String type which I then concatenate in the 2nd expression.…
Steve Mason
smason
3 mths ago
Questions & Answers
Reported - view
Re: Asset properties question
Hi@alistair. frith , CSV or SQL would make the most sense I think, whichever would easier to consume. I would place it in it's own DataSet as it's coming from a different source.…
Steve Mason
smason
3 mths ago
Questions & Answers
Reported - view
Re: S&F Functionality For Remote MQTT Publisher
Hi@douglas. lawrie , There is a Durable Stream option which uses the Historian as a buffer in the case of outages. It is designed to send every update since the last publish.…
Steve Mason
smason
3 mths ago
1
Virtual Views
Reported - view
Re: No Data Received Icon Not Showing - V24.1.1
Hi@kgrindstaff , I was able to replicate this in my environment as well. I've made development aware.
Steve Mason
smason
3 mths ago
Bugs or Issues
Reported - view
Re: Connecting to Axiom Via Talk2M Connection
Hi@heupel , I'm not super familiar with Talk2M, but if it can't find the host, then that typically indicates a network issue of some sort. I'm assuming you can connect locally?
Steve Mason
smason
3 mths ago
Questions & Answers
Reported - view
Re: Linked Tags (version 23)
@joe. davis It's not in v24, but you could submit a feature request with your use case if you'd like. https://helpcenter.canarylabs.com/category/axiom-ideas
Steve Mason
smason
3 mths ago
Views and Asset Models
Reported - view
Re: Linked Tags (version 23)
Hi@joe. davis , It is not. I know it appears in the properties window, but it is not a true property in the strictest sense. We just display it there as a courtesy.
Steve Mason
smason
3 mths ago
Views and Asset Models
Reported - view
Re: How to Configure External Property Storage for Populating Metadata in Virtual Views (version 24)
Hi@alistair. frith , You would only see the properties through the Views tile if they're coming from an external source, not through the Historian tile.…
Steve Mason
smason
4 mths ago
Views and Asset Models
Reported - view
Re: Data Entry Control in Asset Template should indicate tag doesn't exists
@Damon Vinciguerra , Something development suggested in the meantime as they determine how to handle this scenario, you could use a filter and specify that [TagName].…
Steve Mason
smason
4 mths ago
Bugs or Issues
Reported - view
Re: Using custom time picker entries in value boxes
Hi@ruppc , Here is an example script of using a DateTime Picker to set the aggregate start time of a ValueBox: https://helpcenter.canarylabs.com/t/60yzpbn/update-value-boxes-based-on-timedate.
Steve Mason
smason
4 mths ago
Questions & Answers
Reported - view
Re: Odd, unhelpful, hover box in Axiom v24
Hi@Damon Vinciguerra , When a screen is linked to an asset type, the cursor label displays the particular asset instance it is currently displaying. When it comes to panels and asset templates,…
Steve Mason
smason
4 mths ago
Bugs or Issues
Reported - view
Re: Data Entry Control in Asset Template should indicate tag doesn't exists
Hi@Damon Vinciguerra , I made development aware of this, but I'm not sure how we will handle it just yet.
Steve Mason
smason
4 mths ago
Bugs or Issues
Reported - view
Re: A tag that's value is the year data started
Hi@Damon Vinciguerra , This one is stumping me so far. You can return the earliest timestamp with the Excel Add-in and API using the Tag Data Context, but I'm not sure how to output this to a tag…
Steve Mason
smason
4 mths ago
Questions & Answers
Reported - view
Re: Obsolete Tags
Hi@luis. david. arizola , I need a little more information. Did you delete the tag from the Collector? Did you obsolete the tag from the Historian? Canary does not have the ability to delete a single…
Steve Mason
smason
4 mths ago
Questions & Answers
Reported - view
Re: v24 Axiom does not maintain imported Chart title
@Damon Vinciguerra My gut tells me yes, but I can't say for sure. If I find definitive proof I'll let you know.
Steve Mason
smason
4 mths ago
Questions & Answers
Reported - view
Re: v24 Axiom does not maintain imported Chart title
I'm not sure when this change came about, but I think it was even before v23. The reason, I believe, is what you said. The embedded chart isn't really tied to the actual chart file once it is…
Steve Mason
smason
4 mths ago
Questions & Answers
Reported - view
Re: Dataset storage questions
Hi@alistair. frith , The Views service acts as the gateway to the Historian for any client coming in to consume data. The Views service gets its tag list from the Historian based upon the last file…
Steve Mason
smason
4 mths ago
1
Questions & Answers
Reported - view
1
2
3
4
5
26
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
Canary Academy
Previous Coaching Sessions
Project Boot Camp
Roadmap & Releases
Roadmap
Canary System Release Notes
Ignition Module Release Notes
Distributor Release Links
View all topics