Hey Paul, I'm getting the below error when trying to install the latest version (v1.3.1.0) from the download from the "Install and Launch" button (Kindling). OS Windoze 10
I'm able to run with the zip though. Looking pretty snazzy now compared to before
Edit: I'm using it to look at what queries failed to execute in a quarantine XML. I want to remove some of the queries in it and reimport it to try again without some of the dodgy queries. It'd be cool to be able to do this from Kindling if possible?
Great tool! Very easy to just generate a diagnostic bundle and see everything you need to see.
For gateway backups, am I missing an easy way to view tags? I see some config information in the TAGCONFIG table, but was wondering if there would be an easy way to browse tags like in the designer.
Use-case being, say I have a gateway backup but no good place to restore it at the moment to view the tags within. But I could potentially fire up Kindling and see what I need. Thanks!
That's a pretty cool suggestion, and I had a use case the other day for it, however I suspect the work involved would be not insignificant to add it into kindling. In my case, I'd want to be able to export tag json from it. I had a large project that I wanted to grab a UDT definition from
To turn a config.idb back into a tag tree is to essentially rewrite Ignition's own tag loading logic, bugs/backwards compatibility shims/warts and all. Some folks from our support team have their own internal fork of Kindling and have been working on a tag export related tool, but I've deliberately shied away from doing that work myself, because it's a massive headache. At some point they may choose to 'upstream' their work, though
EDIT:
Not to say that it isn't a very compelling idea I'd love to do it, but it may have to wait for 8.3, where the structure of things is reflected on the filesystem rather than having to parse the IDB and sort/rank things in just the right way.