The rsview32 commands, listed alphabetically, Tag_name> = <expression – Rockwell Automation 9301 Series RSView32 Users Guide User Manual
Page 628

A–8
RSView32 User’s Guide
6.
When the command is complete, click Finish.
The RSView32 commands, listed alphabetically
= (Equal)
[&]<tag_name> = <expression>
Writes the value resulting from an expression to a tag.
[&]
Forces the command to be executed asynchronously,
which makes the command faster.
<tag_name>
The name of the tag that will store the result of the
expression.
<expression>
A value, string, tag name, or a more complex
expression.
Enclose tag names that contain dashes or start with a
number in braces { } when you use them in an
expression. This distinguishes the characters in the
tag name from the characters in the expression.
Enclose strings in quotes. The string can contain any
character, and can include spaces.
Do not use braces for the tag name before the equal
sign.
You cannot nest braces.
You can attach security to the = (Equal) command just as you can for
any RSView32 command. For more information about security, see
For more information about expressions, see Chapter 14, Creating