DataLogMergeToPrimary
Moves data from the secondary or backup path, to the primary path or ODBC database, for a specified model or for all models that are currently running.
Syntax
DataLogMergeToPrimary <
parameter
>
where
<parameter>
specifies the data that is to be merged. It can be one of the following options.- componentis a relative or absolute reference to the data log model name. If the model name has a space in it, enclose the name in quotes. For example, "Recipe Log".
- * (asterisk) specifies that data is to be moved for all models that are currently running.
Remarks
This command can be issued from the
FactoryTalk View SE
Client, FactoryTalk View Studio
, or HMI server, but is always run on the HMI server.You can use the DataLogMergeToPrimary command whether or not the specified model is running. If a model is running when you issue either command, FactoryTalk View also performs a switch back to the primary path or ODBC database.
If the model uses file sets, FactoryTalk View moves all files on the secondary path (including the current file set) to the primary path, begins a new file set on the primary path, and then continues logging to the new file set.
If the model uses the ODBC format, FactoryTalk View merges the data in the ODBC backup files into the ODBC database, and then continues logging to the ODBC database.
Provide Feedback