Schedular
Schedular
Schedular
Scheduler worksheet
A Scheduler worksheet is used to execute program logic (using the Built-in Scripting Language) at
a specific date/time, on a regular time interval, or upon a triggering event.
l On the Insert tab of the ribbon, in the Task Worksheets group, click Scheduler;
l Right-click the Scheduler folder in the Project Explorer, and then click Insert on the
shortcut menu; or
l Click New on the File menu, click the File tab, and then select Scheduler Worksheet.
l Header area (top section), which contains information for the whole group
l Body area (bottom section), where you define each tag, expression, and condition for the
group.
mk:@MSITStore:D:\programs\AVEVA\AVEVA%20Edge%202023\Bin\TechRef.CHM::/r... 2/5/2024
Scheduler worksheet Page 2 of 2
Note: Be sure to complete the Date field if you want a specific date for event
execution.
¡ Clock: Generates time bases smaller than 24 hours (intervals in minutes or seconds).
This function is frequently used with trend graphics. For example, you can define a tag
that will be incremented each hour.
¡ Change: Event related to the change of a tag in the Trigger field.
Note: This only works for tag changes on the project server, regardless of a tag's
defined scope.
l Trigger field: This field is used only with the Change Event type. Type the name of a project
tag in this field, and when the value of the tag changes, the specified Expression is
evaluated.
l Time field: This field is used with the Calendar and Clock Event types.
If the Event type is Calendar, then Time is a specific time of the day on Date. When that
Date and Time occurs, the specified Expression is evaluated.
If the Event type is Clock, then Time is a time interval starting from when the project was
run. Every time the interval occurs, the specified Expression is evaluated.
Either way, type a time using the HH:MM:SS.ms format. Valid values are 00 to 23 for hours,
00 to 59 for minutes, 00 to 59 for seconds, and 1 to 9 for milliseconds. (Milliseconds are
optional.) Examples: 03:00:00 is every three hours, 00:00:00.1 is every 100 milliseconds.
l Date field: This field is used only with the Calendar Event type. Type a specific date
formatted according to the current date format on the project runtime server; for more
information, see About the date format and how to change it. When the specified Date and
Time occurs, the specified Expression is evaluated.
If the field is left blank, then the event occurs daily at the specified Time.
l Tag field: Type a tag that will receive the value returned by Expression (if any).
l Expression field: Type an expression to be evaluated. This field is used by all events.
l Disable field: Contains a disable condition for the specified function. Leave this field blank or
use an expression value equal to zero to execute the function. Use an expression value equal
to one and the function will not execute (Disable = 1).
Copyright © 2015-2024 AVEVA Group Limited or its subsidiaries. All rights reserved. | Contact Us
mk:@MSITStore:D:\programs\AVEVA\AVEVA%20Edge%202023\Bin\TechRef.CHM::/r... 2/5/2024