Hi,
I am currently working hard on getting Apache IoTDB deployed on various platforms, that would benefit from a high performant time-series DB. As part of this, would I love to implement a Tag-Historian extension for IoTDB for Ignition. As IoTDB is implemented in Java, running it inside Ignition would also be an option.
As I am really new to Ignition (even if I did have contact with it at a previous employer) I would really appreciate some pointers to APIs, documentation regarding the development of a Tag-Historian for Ignition.
From what I've read here in the forum, the pretty unique way IoTDB stores data, would eliminate moste of the disadvantages of storing data in a tag-historian.
The most relevant ressources for Ignition SDK are:
Perhaps this repo can be interesting for implementing tag Historian
A new major version of Ignition 8.3 is on the road for the end of this year.
Some API refactor could occur around Tag historian.
Perhaps @PGriffith could give you some clarifications.
Expect significant refractors to the tag historian interfaces in 8.3.0. I wouldn't start a greenfield project until mid 2024, when we're expecting to have API changes finalized or at least close to so module authors can start developing against the new version of the platform.
guilty as charged ... yeah Apache PLC4X is my baby, indeed ... new big update coming pretty soon
Thanks for the pointers. They will definitely help a lot.
Right now there's one customer interested in this and I guess I'll whip up something and we can start learning with that ... once the major refactoring is done, I guess it makes sense to concentrate on building something "product-wise".
Will look into this tomorrow ... but a huge help .. thanks
Great, otherwise for waiting the new major release you can train with the SDK by adding a Profinet IO driver for Ignition .
Driver expose data with @Kevin.Herron Opcua Milo stack you are already known.
Oh gee ... with the PROFINET stuff ... I think my hair is getting gray because of it ... We've come pretty far, but making it usable and stable is a hell of a job.
At least now I know why no other open-source profinet-master exists out there :-/
Regarding your links AT mazeyrat (As I seem to be not allowed to mention you ... yet) it seems that the last link would be interesting for an Apache PLC4X Adapter, right? I should probably check the licenses the required API modules are available under (Being an Apache project does restrict us a bit with what we are able to do)
so I've started inspecting things and I've setup a base module using the archetype. So my first steps were to build a module based on that, deploying it and then continuing from there on.
So as I didn't quite like doing manual steps in my builds, I whipped up a little maven plugin that uses the module-signer to sign the finished modules. However when installing the modules I got "signature verification failed" errors. When trying to install it the first time, Ignition asked me about the risk of using self signed modules, but I accepted. Unfortunately I seem to be unable to deploy the modules I built.
Hi,
Ok ... with disabling the module signatures I was able to deploy my module ... let's just shift the whole module signing to when I've managed to get something working
Thanks for your help and I'll open new threads for anything new that I run into.
But even with a locally build module-signer was my module not accepted in the end.
It also seems that my maven plugin actually seems to be working now ... not sure what it didn't like about the signatures earlier. Just happy it's working now.