I am new to openPDC and historian concepts, I am facing issues to understand data archiving from openPDC. I am having a PMU connected to openPDC and I can view the PMU measurements in openPDC. Now I want archive or send this phasor measurements to postgres(pgAdmin 4) database. Can some one tell me how to do this, help me with configuration steps to do this.
You can certainly add a time-series library (TSL) adapter, e.g., the AdoAdapters, that will archive measurements to a database. Do be aware that this will be very limiting, especially for streaming synchrophasor data, on the volume of data that can be stored effectively - however, for just a few PMUs you should be fine.
For larger scale archiving, we recommend a system like the openHistorian which was designed to archive large volumes of streaming measurement data at high speeds.
I am using SQLite Version 3.43.1 in my system and i have created MeasurementDB.db file D:\OpenPDC_databse folder. And I have created a table named TimeSeriesMeasurement in SQLite database.
After all the configuration, when I click Initialize button I am getting the below error. What might be the reason for this error?