Any way to create programmatically database connection and standard realtime tag providers using Java SDK?

Hi, I'm new to Ignition and its module development using Java SDK. I'm looking for a way to create programmatically a database connection identical to the connection entry I can create by GUI under Config -> Database -> Connections. There is a way to do this?

I need also to create programmatically a standard realtime tag provider. I'm able to create programmatically only managed tag provider. Any suggest?

Thanks
A

Not in any supported manner. APIs to manage things like this officially will be available in 8.3.

Until then, you have to muddle through it manually. This forum is your best resource. Terms to start from: PersistentRecord, SimpleORM, PersistenceInterface, RecordListener.

2 Likes