AE_Remark

Logs a user-specific remark to the Alarm and Event history log.
Syntax
AE_Remark
<alarm server>
[/C
comment
] [/T
tag_name
] [/P]
where
<alarm server>
is a relative or absolute path to a Tag Alarm and Event server, for example,
:FTAEServer1
. You can also click the
Browse
button to select a server.
[/C
comment
]
is a text string that can contain any characters, including spaces.
  • The following placeholders can be used in the string if
    /T
    is specified as an HMI tag:
    • \tm
      inserts the tag's minimum value into the string when it is logged.
    • \tx
      inserts the tag's maximum value into the string when it is logged.
    • \u
      inserts the tag's units into the string when it is logged.
    • \n
      inserts the tag name into the string when it is logged.
    • \s
      inserts the tag's description into the string when it is logged.
    • \t
      inserts the tag's value into the string when it is logged.
  • The following placeholder can be used in the string if
    /T
    is specified as a direct reference tag:
    • \n
      inserts the tag name into the string when it is logged.
    • \t
      inserts the tag's value into the string when it is logged.
[/T
tag_name
]
is a string that represents any HMI tag or direct reference tag.
[/P]
opens a dialog box that lets you enter or modify a comment when the command is run. If the
/C
parameter is also used, its contents are displayed in the dialog box.
Remarks
This command is run on the
FactoryTalk View SE
Client or
FactoryTalk View Studio
that issued it. It is ignored when it is issued from an HMI Server.
This command only supports one tag and does not support the wildcard asterisk character (*).
Example
AE_Remark /Tag_Area:FTAETag_Server /C"The value of tag \n is \t." /T/Data_Area::[Shortcut]TagA /P
Logs to the
FTAE_Tag_Server
server under the
Tag_Area
area with a remark of TagA's name and value.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal