Rockwell Automation 9301 Series RSView32 Users Guide User Manual
Page 246

7–46
RSView32 User’s Guide
To stop a single data log model, use the DataLogOff <file> command
where <file> is the name of the data log model. To stop all data log
models, use the DataLogOff * command.
In the Graphic Display editor, specify the DataLogOff <file>
command or the DataLogOff * command in the Shutdown field in
the Display Settings dialog box.
Note that if the display is cached using the Always Updating
option, the DataLogOff command won’t be executed until the
display is removed from the cache (for example, by using the
FlushCache command).
In the Graphic Display editor, create a button object and specify
the DataLogOff <file> command or the DataLogOff * command
as the press action. When the button is pressed, the specified
command runs.
In the Graphic Display editor, create a graphic object and attach
touch animation with the DataLogOff <file> command or the
DataLogOff * command as the action. When the object is
touched, the specified command runs.
In the Events editor, specify the DataLogOff <file> command or
the DataLogOff * command as the action for an event.
On the command line, type
DataLogOff <file>
or type
DataLogOff
*
and then press Enter.