For example, you can use a ScheduleSelector component to link a pre-configured schedule to a component that controls equipment, a door schedule, or setpoint temperature. With a set of pre-configured schedules and the ScheduleSelector component, you can set up or change the schedule of a device by choosing from a list of valid schedules. You do not have to configure schedule properties.
Each ScheduleSelector component contains a property to target a single location or container that holds all the schedule components to offer as
options for the ScheduleSelector component. After you define the container location, the component populates the Schedule property option list with all valid schedule components. You can choose any of the options or leave the property set to the
default null value. When you select a schedule, the ScheduleSelector component creates a link between the selected schedule and the component that is linked to the output of the ScheduleSelector.
There are four types of ScheduleSelector components available in the schedule palette, representing each of the four data types (Boolean, Enum, etc.).

ScheduleSelector provide links between schedules and control components that are of the same data type. For example, a BooleanScheduleSelector component only links a BooleanSchedule component to a control component of the Boolean data type. An EnumScheduleSelector links between an EnumSchedule component and a control component of the enum data type. The same relationship applies to numeric and string schedule selectors.
If you have schedules of different data types in the same container, the ScheduleSelector only displays valid schedule components in the Schedule property options list.

Notice the following points about this configuration:
Container property links to the Schedules container (see Nav tree).Schedule property option list.In.Out links to three device inputs.
Notice the following points about this configuration:
Container property is set to the station:|slot:/Logic/HousingUnit ORD. This is the container that holds the three numeric schedules.Schedule property option list contains three numeric schedules available for selection. The schedules are the same ones shown on the
Wire Sheet view of the folder component labeled HousingUnit.Out to the schedule selector In.Out to the AirHandler device Setpoint input.