Echoon, Eventoff, Eventon – Rockwell Automation RSView32 Runtime Users Guide User Manual

Page 58: Flushcache

Advertising
background image

RSView32 commands

A–27

This command is normally used in macros to prevent the contents of
the macro from being logged.

EchoOn

EchoOn

Restores logging to normal after an EchoOff command.

EventOff

EventOff <file>

Stops running the specified event file.

<file>

The name of an event file without a file extension.

EventOn

EventOn <file>

Starts running the specified event file.

<file>

The name of an event file without a file extension.

To have an event file automatically start when a project starts, open
the Startup editor, click the Event Detector check box and specify a
file name.

FlushCache

FlushCache [file]

Without the parameter, unloads all graphic displays from the display
cache. With the parameter, unloads the specified graphic display from
the display cache.

[file]

The name of a graphic display file without a file
extension.

Displays can be added to the cache by using the [cache] parameter with
the Display command or by selecting the Cache After Displaying
option in the Display Settings dialog box of the Graphic Display
editor. You can cache up to 200 graphic displays.

If a display uses the Always Updating option with the Cache After
Displaying option, the display’s shutdown command is executed when
you issue the FlushCache command.

Advertising