Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-09-2009:14 PM
Given the hrd files are just chunks of 32-byte records in theory you could just copy two files together into one and that could work. I've never tried it, it is probably not supported, just throwing it out there given your other post about extract historic from backups. It would also be very fast to run, which might be relevant if you have a million or so points to merge,
The proper way to do this would be use to use LoadDataValue, LoadDataValues and LoadDataFile on the CHistoryBase table. This allows you to insert data into the historic. You'll have to read the current historic data, work out what is extra, then insert that back using the relevant method (probably using LoadDataValues)