schedule-BooleanScheduleSelector

These components provide an easy way to select a pre-configured schedule of the proper data type for controlling a particular component. BooleanScheduleSelector components only link BooleanSchedule components to a control component of the Boolean data type. BooleanScheduleSelector is available in the schedule palette.
Image

Properties

Property Value Description
Container opens a chooser for selecting an ORD (defaults to null) Provides a text field that uses an ORD to specify the location of the available schedules. Use the Component chooser at the right side of the field to browse to and select the desired schedule container.
Schedule drop-down list (defaults to zero (0)) Displays an option list of all available schedule components of the appropriate data type located in the specified Container property.

Selecting and saving a schedule using this property's option list automatically creates a link from the out slot of the selected schedule to the in slot of the ScheduleSelector component.

Selecting null for this property causes the out property to generate a null value, and automatically removes any link from a schedule component to the in slot of the ScheduleSelector component.

Facets opens the Config Facets window for configuring trueText (default), falseText Reports schedule facets. This property does not require configuration. The schedule selector automatically inherits Facets from the currently selected schedule.
In   Provides a string source description of the current input, such as a linked schedule. If the in property is linked and its value is non-null, then this value overrides the scheduled output.
Out read-only and check-mark (defaults to the incoming value from the device) Reports the output value of schedule component. Output is true during any configured calendar day(s), otherwise it is false

Determined by the following, in highest-to-lowest priority:

Any non-null value at its In slot (if linked). This value is immediately passed to its output. Otherwise (if null), processing continues.

If the schedule is not effective, the output goes to the default output value. If the schedule is effective, the output goes to the (highest priority) active special event (if any).

The active weekly schedule event (if any).

The default output value.

When null is enabled, reports the incoming value from the device. You cannot change this value.

To change this value, click the double-arrow to the right and remove the null check mark.