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.
Hello,
You can use the SQL Database Pro plugin and execute the UPDATE SQL statement.