Application Guide. BACnet Scheduling Tips. Overview. General Principles. For KMC BACnet Controllers

Similar documents
htc HTC CONTROLS TEL:

Schedule/BACnet Schedule

Astra Schedule User Guide Scheduler

Quick Reference Guide for CYBER Security Administrators

BUP2 5/2 12/4/07 12:49 AM Page 1. Introduction

Operation Guide. FlexStat BACnet Programmable Thermostats. Contents

Microsoft Outlook: Outlook Web App

intellitrol Irrigation

Scheduler Chair Mode User Guide Version 4.81

McGhee Productivity Solutions

Installing the Sample Files

Objective: The purpose of this handbook is to provide your bi-weekly paid employees with a detailed guide to using the TimeNet system.

Model: TM-1 / TM1-N. 1 Time Clock Series

Single User Guide Version 4.0.x

NODE CONTROLLER PROGRAMMING GUIDE 2/2013 NODE CONTROLLER INTRODUCTION

DESIGO PX PXM20 / PXM20-E operator unit User's guide. Version 2.2 and later. Building Technologies

Scheduler User Guide. Version 6

Pathways SM Admin. Introduction to Pathways SM Administration. Overview

Table of Contents Creating a Company Global Software Options Exporting Data (Telescan, OnviSource, amtelco, Startel, Pinnacle) Importing Data

HN1000/HN2000 Product Manual

Configuring Cisco Access Policies

Schedule to 8.4.1

icalendar Lite User's Guide

Operation Guide. BAC Series FlexStat BACnet Programmable Thermostats. Contents

Astra Scheduling Grids

Schedule v8.3. Contents. User Guide March 11, 2008

Working day Non-working day Private holiday

Time Guardian Plus. Time and Attendance Software (with Access Integration) User s Guide

Instruction Manual. ROYTRONIC EXCEL Series AD9 Programming Guide Electronic Metering Pumps

Solar Eclipse Scheduler. Release 9.0

November 17. Tips for. Google Calendar. Tips to save time and increase your productivity. Training

Configuring Cisco Access Policies

Single Setpoint for STE-9xxx NetSensor

CIC Scheduled Reports

Conditional Formatting

SharePoint List Booster Features

Astra Scheduling Grids

BOSCH PRAESIDEO MESSAGE SCHEDULER

SSC Campus Front Desk User Guide University of Oregon

Meridian 1 Meridian Integrated Personal Call Director User Guide

Working in the MeetMe Conference Window

ADVANCED GroupWise 7.0

PLU Sale Functionality (Including PLU Sale Import) V7.3

Mobile App User Guide

2016 Health Communication Network Limited. Appointment Book Features

What s New in Amicus Attorney 2010 Small Firm Edition

ADVANCED PROGRAMMING & FEATURES

Model: Available in : Sapphire Black and Glacier White

WinPak 2 & 2005 Quick Reference

Marquette University Time and Attendance

The KMC Converge BACnet module User Guide

Life After Microsoft Outlook

Les s on Objectives. Student Files Us ed

Table of Contents COURSE OVERVIEW... 3 LESSON 1: OUTLOOK 2010 CALENDAR INTERFACE... 5

User Manual. Lighting Xpert Insight 6.2

Installation Guide max. Modular RJ-45 Jack. Four-pin EIA-485 PC Data Port

Austin Community College Google Apps Calendars Step-by-Step Guide

Quick Start Guide. 2b. To create a brand new schedule, you will need to customize your template first:

Outlook 2010 One. Wednesday, August 7, 9-11 am. Agenda:

BACVIEW MANUAL Software Version 3.06 INSTALLATION AND OPERATION MANUAL

Smart Series. Wall Heater Operations Manual. Save This Manual

Scheduler Updated: 9/24/2010

Employee Access Guide

What is the Equipment Touch App?

V0STAT51P-2 Programmable Wired Controller

UNIVERSITY EVENTS CALENDAR TIP SHEET

EQUELLA. Moodle User Guide. Version 6.2

Working with Actions Stratum.Viewer 6

Outlook 2010 Calendar

InfoSAP HC1. User s Manual

RZCPG USER GUIDE 1 ON OFF 2 ON OFF 3 ON OFF 4 ON OFF

Calendar Basics Outlook 2016 for Windows

Customize the Navigation Pane

Physical Plant - Gulf Coast Research Laboratory

MyOwnDeliveries. a Magento module. User manual

The UP and DOWN buttons will toggle or scroll through the options in each section.

Scheduling. Scheduling Tasks At Creation Time CHAPTER

IS2000. Administrative Operator s Guide

Minnesota No-Fault Arbitration A Guide to the AAA s New Online Scheduling System Effective June 1, 2018

HOLLIS Library Reporting: Introduction to Cognos

Getting Started with EMS Desktop Client

Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center)

CMISGo Web v16.1 User Guide

ShiftWizard User Guide. Version 4

APPOINTMENTS AND EVENTS

9 Scheduling Appointments, Meetings, and Events

Model: Touchpad (TFT) Model: TFT

HuBERT Build Master Calendar

OPERATING MANUAL- MODEL : BS-101

The Year argument can be one to four digits between 1 and Month is a number representing the month of the year between 1 and 12.

Google Calendar. View: Toggle the calendar view between day, week, month and more All day events: Events and tasks set for all day

CONTENTS GETTING STARTED

Installation and Operation Guide

Table of Contents UFA Credit Account Application... 9 Card Link Online Account Management User Management... 71

Requesting Facilities Use Instructions

Table of Contents. End_User_Portal_0617rev4.doc Page 2 of 78

Model: Available in : Sapphire Black and Glacier White

GolfNow Central. Marketing User Guide. February 2018

Introduction. Types of Rules in Pure Access

Lesson 4: Using the Calendar

Transcription:

BACnet Scheduling Tips For KMC BACnet Controllers Application Guide Overview...1 General Principles...1 Sample Flowchart...2 FlexStat...2 BAC-A1616BC Building Controller...3 More Information...6 Overview In a building automation system, schedules are a convenient method for controlling recurring or future events without extensive programming. This guide has tips about using schedules in KMC BACnet controllers. (Specifics may vary among the different controller models.) General Principles s might be created via BACstage, TotalControl Design Studio, or a web page. In a BACnet device, device schedules are maintained in schedule and calender objects. Use a schedule object dialog to enter and manage a periodic schedule that may recur during a range of dates. s are divided into days, of which there are two types: Normal days are defined by the weekly schedule. Exception days are defined by exception schedules (and calendars). Use a calendar object to enter and manage a list of special dates. These special dates may be holidays, special events, or other days that require special attention on a schedule. NOTE: Be sure to specify the correct data type according to the controlled object. If the wrong data type is saved, the schedule object may need to be deleted, and a new one added in its place. Priorities of the different BACnet values are: 1. Exceptions: overrides and holidays 2. Weekly 3. Default NOTE: See the Sample Flowchart section on the next page. NOTE: Exceptions might be entered in a variety of ways: by date, by date range, by week and day, or by calendar reference. Default is the value used during times not covered during the schedule (e.g., at night). At midnight the schedule restarts with the schedule default if no value is set. If a (default) value on the schedule is null, objects commanded by the schedule will be relinquished at their set priority for writing. For example, a schedule writing to BO1 @ priority 8 will normally command 0 or 1 and write to the BO1 s priority array @ 8. However, if the schedule default is set to null and neither the weekly nor the holiday schedules are controlling, BO1 s present value will become null, and BO1 will be relinquished @ level 8 in its priority array. For more details about creating schedules in TotalControl or BACstage, see the respective Help system. BACnet Scheduling Tips for KMC BACnet Controllers 1 Application Guide, AN0311A

Sample Flowchart BACnet Binary An example of One (SCH1) controlling Binary Value One (BV1) Exception Event Priority Hierarchy 1 st. 2 nd. 3 rd. 4 th. Exception One Event Priority 15 Time Value Pairs Exception Two Event Priority 16 Time Value Pairs Weekly Time Value Pairs Default NOTE: If the schedule default is and exception one and two and weekly schedule are, then the present value of SCH1 is! / / Present Value of One / or NOTE: The present value of SCH1 is written to the priority array of. If is written to BV1 @10 and all the remaining values in the priority array are, then BV1 will use its relinquish default value for its present value. Present Value of Binary Value One / or Relinquish Default TIME FlexStat 12:00 AM 2:00 AM 4:00 AM Although FlexStat schedules can be modified in TotalControl, the user interface on the FlexStat LCD display is usually used to set up schedules. Push the Right button, then the down button until SCHEDULE is highlighted, and then the Enter button. ABOUT ADVANCED ALARM DATE/TIME SCHEDULE SETPOINTS SYSTEM MAIN MENU SCHEDULE WEEKDAYS [M FRI] WEEKEND [SAT SUN] ENTIRE WEEK [M SUN] WEEKDAYS 1: 7:30:00 AM INDIVIDUAL DAYS 2: 5:15:00 PM HOLIDAYS 3: 4: 5: 6: [ >] DELETES ENTRY To select the desired schedule, press: 1. Up/Down to move among entries. 2. Enter to select. 3. Left to go back one page. To enter schedules for occupied () and unoccupied () times, press: 6:00 AM BACnet Scheduling Tips for KMC BACnet Controllers 2 Application Guide, AN0311A 8:00 AM 10:00 AM 12:00 PM 2:00 PM 4:00 PM 6:00 PM 8:00 PM 10:00 PM 1. Right/Left to move among days and Enter to select. 2. Up/Down to move among entries and Enter to select and edit. 3. Right/Left to move among value fields. 4. Up/Down to increment/decrement value. 5. Enter to exit value editing. 6. Left to move back to days or back one page. NOTE: If a day of a week (e.g., Friday) has a different schedule than the rest, using the Weekdays menu first and then modifying that one day in the Individual Days menu may be easier (two entries) than entering schedules for each day separately in the Individual Days menu (five entries). The Holiday entries will override the normal occupied weekly schedule entries and keep those days settings at their setback values. Setback values are entered in the Setpoints section of the Main Menu. 11:59 PM For more information about configuring and operating the FlexStat, see the FlexStat s operation guide.

BAC-A1616BC Building Controller General Tips Before modifying any Building Controller schedule, be sure to understand the operation of existing schedules. (See the Viewer Operation section.) This is especially true with the web interface Viewer since it is the most automatic of the options. If the user sets up a schedule with the Viewer, then modifies the schedule with TotalControl or Setup > s > Weekly (or Exceptions ) in the web interface, changes may not work if improperly done. In general, a time schedule configured with the Viewer should only be modified with the Viewer this concerns the time scheduling portion since object references must still be configured as needed in Setup > s. Conversely, a schedule configured via TotalControl may not be properly interpreted by the Viewer. Also, generally keep custom schedules hidden from the Viewer (by clicking on the Admin button and configuring the user profiles). s in the BAC-A1616BC Building Controller can control objects in the Building Controller and other controllers as well. Priorities of the different BACnet values are: 1. Exceptions: overrides (@ priority 15) and holidays (@ priority 16) 2. Weekly 3. Default At midnight the schedule restarts with the schedule default if no value is set. If a (default) value on the schedule is null objects commanded by the schedule will be relinquished at their set priority for writing. For example, a schedule writing to BO1 @ priority 8 will normally command 0 or 1 and write to the BO1 s priority array @ 8. However, if the schedule default is set to null and neither the weekly nor the holiday schedules are controlling, BO1 s present value will become null, and BO1 will be relinquished @ level 8 in its priority array. (See the Sample Flowchart section.) Viewer Operation Overview The Viewer is available in BAC-A1616BC firmware versions 1.6.0.11 and later. The viewer has two separate views. The Weekly view shows a full week of day-to-day settings with an override provision. The Holiday view shows a full calendar year of holiday schedules. NOTE: Linking the schedule to desired object properties must be done under List of Object Property References on the page (not the Viewer). An administrator must also define which schedules can be viewed and configured by which users (by clicking on the Admin button and configuring the user profiles). Weekly View The weekly view shows the time and values (On, Off, or Null) assigned to a particular schedule on a weekly basis. To add a value to a particular day, doubleclick the desired time slot for the day. A default value will appear and can be edited to the desired value. To resize a value block, click on the top or bottom of the block and drag the block up or down. Time slot increments can be zoomed from one hour each to 15 minutes each by clicking the +/ buttons above the time column. If the time is zoomed out any increments smaller than the the rest will be highlighted in yellow. Time increments with values as small as one minute can also be created directly by double-clicking in a slot in the time column and typing in the desired time. The schedule s On/Off must also be adjusted for this to have an affect. To copy the schedule for one day to another, click the day name at the top of the column (e.g., Mon ), drag the day to the desired day, release the button over the new column, and click Yes. An override is an exception that takes precedence over the weekly and holiday values for that day only. An override exception can be added to any day by clicking on the Override check box located above the desired day of the week. Once checked, a translucent copy of the weekly day will be seen over the column. Value blocks can then be adjusted by clicking on the override grid and adjusting just as in the weekly view. If an override for a particular day is no BACnet Scheduling Tips for KMC BACnet Controllers 3 Application Guide, AN0311A

Disable Viewer Button Holiday View Current Week Current Object Time Increment Zoom Hidden Fractional Hour Increment Typing a Fractional Hour Save Button Date s Default Setting Holiday (from Holiday ) Today On, Off, Default Override Disable Edit Mode Toggle Weekly View Year Calendar Object Today (Black) Holiday Override (Visible When Edit Mode is On) Override s (Red) Holiday s (Green) Viewer (Weekly and Holiday Screens) BACnet Scheduling Tips for KMC BACnet Controllers 4 Application Guide, AN0311A

longer wanted, uncheck the override box. A total of up to five overrides are available per schedule, and overrides in the past disappear (freeing them for use on other days) if needed for a new day. (A sixth override may be available if no holidays are used.) Navigate to different weeks by clicking on the Right or Left arrow buttons located at the top of the weekly view. Alternately, click the calendar icon to select a month view and click on the week desired. The weekly schedule is the same for all the viewable weeks, but some weeks may have overrides and holidays that affect only those particular days. To disable or enable the schedule, check or uncheck the Disable box at the upper left of the screen. The status of the schedule being viewed is shown by a green is Enabled message or a flashing red is Disabled message. Holiday View To set up holidays: 1. Click on the Holiday button in the upper left of the screen. 2. Click the Edit Mode button to toggle it On. 3. Click on desired individual days (turning them green). NOTE: Checking the Show All Exceptions box will highlight any overrides that are currently configured on the Weekly schedule. Unchecking the box will hide the overrides. This is an easy way to see if there are any conflicts in scheduling. Overrides take priority over both Weekly values and Holiday values. 4. In the Time/Override column on the left, adjust each block by clicking and dragging just as in the weekly view. Value changes are automatically saved. NOTE: All holidays for the year use the same schedule values. 5. When done adding holidays, click on the Edit Mode button to disable the edit mode. Changes are automatically saved. NOTE: Navigate to other schedule holiday views, if desired, by clicking on the desired schedule in the tree. View holidays in various years by clicking on the Left or Right arrow buttons. NOTE: Up to 20 unique holidays can be included on a particular year, and consecutive days (e.g., Thursday and Friday) count as a single holiday. Holidays can be legal holidays, special events, and any other days that need an exception schedule for that day. NOTE: At midnight, the schedule restarts with the schedule default if no value is set. If a (default) value on the schedule is null objects commanded by the schedule will be relinquished at their set priority for writing. For example, a schedule writing to BO1 @ priority 8 will normally command 0 or 1 and write to the BO1 s priority array @ 8. However, if the schedule default is set to null and neither the weekly nor the holiday schedules are controlling, BO1 s present value will become null, and BO1 will be relinquished @ level 8 in its priority array. (See the Sample Flowchart section.) NOTE: Priorities of the different BACnet values are: 1. Exceptions: overrides (@ priority 15) and holidays (@ priority 16) 2. Weekly 3. Default BACnet Scheduling Tips for KMC BACnet Controllers 5 Application Guide, AN0311A

Operational Details Weekly schedules are mapped directly to the BACnet Weekly_ property in the schedule object. A change on the weekly view, such as dragging a value to a different time slot, will make a direct change to the Weekly_ property. An override is mapped to a BACnet Exception_ property in the schedule object. Adding an override to a particular day will result in an exception entry with that particular date and time-values as seen in the override grid. Overrides are exceptions with a priority of 15. A holiday is mapped to a BACnet Exception_ property in the schedule object. This exception references a calendar object which in turn, contains all days associated with the holidays. The viewer automatically chooses an unused Calendar object and assigns holiday dates and date ranges (if possible). Holiday exceptions have a priority of 16. Therefore, an override will take precedence over a holiday. Enabling a schedule via the viewer results in all wildcards being written to the Effective_Period of the schedule. Disabling a schedule results in Jan 1, 1900 being written to both Start and End dates. More Information For more information about the Building Controller, see the BAC-A1616BC installation and operation guide. For more information about the FlexStat, see the FlexStat operation guide. For more details about creating schedules in TotalControl or BACstage, see the respective Help system. KMC Controls, Inc. 19476 Industrial Drive New Paris, IN 46553 574.831.5250 www.kmccontrols.com info@kmccontrols.com BACnet 2011 Scheduling KMC Controls, Tips Inc. for KMC BACnet Controllers 6 Application Guide, AN0311A