|
The features on this page require an add-on to work with GENESIS64 Basic SCADA. |
The ScheduleWorX64 Provider in the Workbench configuration/runtime tool of ICONICS' GENESIS64 HMI/SCADA suite consists of a GUI interface in which you create and modify schedules, and the scheduling runtime service which serves as the event engine for your schedules.
From the Home ribbon, click on the ScheduleWorX64 traffic light button to start and stop ScheduleWorX64 runtime service. When this traffic light displays green, it is in running status. The system is enabled to download to the actual controllers. When the traffic light displays red, the status is Stopped and the system does not download.
Traffic Light Displaying Green (Running) status
The figure below shows the ScheduleWorX64 Configurator Provider in its Weekly mode.
ScheduleWorX64 Configurator Provider in GENESIS64 Workbench
There are three schedule items defined in this schedule above, one for Monday, Wednesday and Friday.
Schedule items modify the value of the tag that controls the resource. Thus a Schedule item can not only turn lights on and off which would be represented by a Boolean (1 or 0) value, but could dim the lights to a specified voltage (60 volts), a percentage of the voltage available (50, or 50%), or represent a the measure of the voltage as a floating point value (32.5) affording control at a finer granularity. The condition of a resource is represented by a tag stored in a data source. So when you alter a value that is associated with a tag you control the resource.
With a schedule you can:
The scheduling data used and stored by ScheduleWorX64 is stored in a SQL Server database. You can connect to the database directly, or through a Universal Data Link (.UDL) file to a different database. A UDL file uses the Microsoft Data Access Components (MDAC) common user interface to specify the necessary connection information to the data provider to establish the data link with a compliant database.
Once you have connected to a database and activated that database you can create a schedule and assign events to that schedule. The Creating a Schedule topic details the procedure for adding a schedule, which serves as a container for events. To create the specific type of event you wish to add to your schedule (regular, holiday, etc.) refer to the Events topic.
See also: