Alarmlogsend toodbc – Rockwell Automation RSView32 Runtime Users Guide User Manual

Page 42

Advertising
background image

RSView32 commands

A–11

If both the /P parameter and the /Sn parameter are
specified, the prompt dialog box will display the
alarm severity at runtime, but the operator cannot
change the severity.

[/R]

Logs the remark to a printer as well as to the alarm
log file. If the alarm severity is not specified (/Sn
parameter), the printer for Severity 1 is used. If no
printer is assigned to the specified severity, the alarm
log remark is not printed.

[/Ttagname]

The string that is logged in the Tagname column of
the alarm log file. This string can be a tag name, the
name of a user–generated alarm event, or any other
string that matches the syntax of a tag name. You can
use this parameter to correlate remarks with specific
alarm transactions for generating reports later.

AlarmLogSend

ToODBC

AlarmLogSendToODBC <data_source> <target_table_name>

[/Wn] [/Uuser_name] [/Ppassword]

Exports alarm 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.

Advertising