DataLogOff
Stops data logging.
Syntax
DataLogOff <
parameter
>
where
<parameter>
specifies the data log model or DataLogPro.For data log models,
<parameter>
can be one of the following options:- componentis a relative or absolute reference to the name of the data log model that is to stop logging. If the model name has a space in it, enclose the name in quotes. For example, "Recipe Log".
- /area::*stops logging for all models that are currently running.
For DataLogPro,
component
is a relative or absolute reference to DataLogPro that is to stop logging.- DataLogOff DataLogProstops the DataLogPro logging for the current HMI server.
- DataLogOff /area::DataLogProstops the DataLogPro logging for the HMI server in the specified area.
Remarks
To start logging, use the
DataLogOn
command.By default, DataLogPro automatically starts logging when a project is started.
To start logging with data log models, you can also select the
Data logging
check box in the Components
tab of the HMI server's Properties dialog box and select a data log model. To create a new log file, use the DataLogNewFile
command.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.Provide Feedback