Activitylogsend toodbc, Activityoff – Rockwell Automation RSView32 Runtime Users Guide User Manual

Page 37

Advertising
background image

A–6

RSView32 Runtime User’s Guide

ActivityLogSend

ToODBC

ActivityLogSendToODBC <data_source>

<target_table_name> [/Wn] [/Uuser_name] [/Ppassword]

Exports activity log data from DBF files to the ODBC database.
The connection to the ODBC database is maintained for the length
of time specified by the wait (/W) parameter.

<data_source>

A valid ODBC data source name. If the name has a
space embedded in it, enclose the name in
quotes (“”).

<target_table_

The name of a table in the ODBC database where

name>

the data will be exported. If the table does not exist
RSView32 attempts to create it.

[/Wn]

The time the connection to the ODBC database
will be maintained. If nothing is specified, the wait
time defaults to about 5 minutes. A wait time of
zero keeps the connection open until the project is
stopped.

This parameter allows frequent exports to the
database without having to connect every time.
Once the connection is established, RSView32
waits the specified time and, if another command is
received to export data, the command is executed
and the wait timer is reset. If no command is
received within the wait time, the connection is
closed.

[/Uuser_name]

A user ID that is valid on the data source.

[/Ppassword]

A password that is valid on the data source.

ActivityOff

ActivityOff

Stops activity logging.

Advertising