It's the platform price with no other modules. (Now $1,100, not $1,000.) You get a handful of OPC drivers, scripting, and databases. You would have to script everything that happens with your DBs.
Add Vision 1-client and you're at $3k. That makes an extremely capable alternative to a Panelview. (:
That's not a valid option, you can't buy the platform just by itself. You have to buy at least one other module, the cheapest of which is Opto22 snap pac driver.
I am doing this this Month, however rather than buying a random module just because it is the cheapest, I am buying 1 report license at 1/5th the cost of the listed price on the website.
I, admittedly, have not dissected this thread. However, there are significant changes to Edge licensing (The New Ignition Edge) this year. If struggling to pick between Full vs Edge for a local HMI, the decision should be a LOT easier now (hint: strongly consider Edge).
Edge licensing has been completely revamped. Some noteworthy bullet points I see:
Edge Compute, Edge Sync Services, and Edge EAM — aren’t going anywhere. Instead, their features are being rolled into the New Edge IIoT and Edge Panel.
Ignition Edge Panel includes everything in Ignition Edge IIoT plus local visualization
Now includes unlimited tags and device connections for included drivers, the ability to run scripts, create REST APIs, synchronize data to a central server, and act as an EAM Agent Gateway*
35 days of internal data storage for historical and event logging
Hi everyone. I have a doubt the new Ignition Edge Historian. I got a license for Edge Panel on December 2023 and it's storing only 7 days instead of 35 days of historian data. Is any other liminitation or condition to get the 35 days for edge historian?
Once you upgrade to 8.1.35 or greater, the limit will automatically be increased. I don't think there's anything preventing an upgraded gateway from just using the new limit. I don't see how increasing the limit would break anything unless you run out of storage.
I'm wondering something about the time limitation of the edge historian: Is it based on when the record was added, or on its timestamp ?
What if I'm pushing values manually, with a forced timestamp ?
Let's say I want to store data for march 2022. That's way out of the 35 days window. Will it get removed ? When ?
I'm asking because I'm doing exactly this at the moment. I got data that's 2 years old into the historian successfully. But that was yesterday, and today it seems the data is gone. So I'm guessing it was considered too old, and pruned.
But I was able to play with it for a while though, so I'm wondering what happens exactly. Pruning on a schedule ?
edit: Note that I'd very much like to see the edge historian experience improved - Since you can't see the database itself, you need to rely on system.tag.queryTagHistory and its siblings. It's painful to dev with this. Sometimes it's hard to tell if you messed up the queryTagHistory call, or if there's actually something wrong with the data you pushed in.
Also, you can't delete records manually, gotta wait for the pruning to happen - which, again, makes development painful when you need to clean up the history to start a new batch of tests.
We had a couple of sites that had similar issues (3.5 days retention due to 10M rows limitation). Found a few (~100) overly-ambitous contributors to the Historian (poorly selected compression settings on UDT definitions). Hopefully you can find some offenders and remedy the situation with better compression settings.