Can I import my sql database to Iginition database?

I am trying to replicate HMI we have in Ignition. I need to move the past data in my sql database to Ignition database first. Is this possible?
Thanks in advance!

Hi,

There isn’t an “Ignition database” so-to-speak, Ignition simply connects to SQL databases. I imagine you perhaps mean the Ignition tag history format, which is simply a defined table structure in the SQL database. In that case, the answer is “maybe”, but instead, you should look at simply connecting Ignition to your existing sql database, and querying directly from that.

Almost anywhere that you can use tag history, you can also use standard sql queries.

If you post with some more details about what you’d like to do, what the existing data looks like, etc, we can give you a few more suggestions.

Regards,