Title: Advanced OPC Data Logger Post by: szuli on May 12, 2021, 03:05:24 PM Is it possible to copy 2,000 variables from the OPC DA database to the SQL database at the same time so that you can only write them cyclically? I do not want to use the command "INSERT" because it causes adding new lines in the SQL database that differ only in the timestamp.
Title: Re: Advanced OPC Data Logger Post by: Arthur Grasin on May 12, 2021, 03:35:59 PM Hello,
You can use the SQL Database Pro plugin and execute the UPDATE SQL statement. |