Rockwell Automation RSView32 Runtime Users Guide User Manual

Page 62

Advertising
background image

RSView32 commands

A–31

object

The name of the ActiveX object as specified in the
Object Name dialog box in the Graphic Display
editor.

method

The name of a function or sub–routine in the
ActiveX object. The method is initiated by an
external event such as the Invoke command.

parameter

The tag name or constant that the method will use.
You must specify all of the parameters, even those
that are optional.

tag_name=file.object.method(parameter1, parameter2, . . .) assigns the

value returned by a method to the specified tag

tag_name

The name of the tag to which the value returned by
the method will be assigned.

file.object.property(tag_name or constant) sets an object’s property to the

specified tag’s value or to a constant value

tag_name=file.object.property sets the specified tag’s value to the value

of the object’s property

Key

Key <parameter>

Starts or stops running the global key file.

<parameter>

One of the following:

file

The name of a global key file without a file extension.

/R

Stops running the global key file.

To have a global key file automatically start when a project starts, open
the Startup editor, click the Global Key File check box and specify a
file.

Advertising