Blame

e0f744 root 2026-05-15 18:36:28
Add all documentation pages and update home index
1
# Building Automation System Sequence of Operations (SOO) Library - Master Index
2
3
**Akcel System Inc.**
4
**Building Automation System Field Reference**
5
**Version:** 1.0 | **Date:** December 2025
6
7
---
8
9
## About This Library
10
11
Welcome to the heart of our system-level logic and control strategies. This library contains comprehensive Sequence of Operations (SOO) documents for common Building Automation System applications and equipment. Unlike our SSO library which focuses on individual device installation and proof-out, these SOO documents detail the *how* and *why* of an entire system's operation, control logic, interlocks, and performance verification.
12
13
Each SOO is designed for **field engineers, programmers, and commissioning specialists** and includes:
14
15
- System overview and design intent
16
- Detailed control sequences (start-up, normal operation, shutdown, economizer, etc.)
17
- Points list with typical naming conventions
18
- Operating parameters and setpoints
19
- Interlocks and safety protocols
20
- System proof-out and commissioning procedures
21
- Troubleshooting common operational issues
22
- Performance optimization strategies
23
24
**Format:** Comprehensive, logical flow, application-focused
25
**Target Users:** Field Specialists, Programmers, Project Managers, Commissioning Agents
26
27
---
28
29
## Available SOO Documents
30
31
### TEMPLATE
32
740841 root 2026-05-15 19:21:41
Refactor repository to kebab-case and update all internal links
33
- **[[soo-template]]** - Standard format template for creating new Sequence of Operations documents for systems.
e0f744 root 2026-05-15 18:36:28
Add all documentation pages and update home index
34
35
---
36
37
### AIR HANDLING UNITS (AHU)
38
740841 root 2026-05-15 19:21:41
Refactor repository to kebab-case and update all internal links
39
- **[[training-structure/soo/soo-ahu]]** - Comprehensive sequence for Constant Volume and Variable Air Volume Air Handling Units.
e0f744 root 2026-05-15 18:36:28
Add all documentation pages and update home index
40
- Includes supply fan control, economizer operation, heating/cooling coil control, static pressure reset, and occupancy scheduling.
41
- Key components: Supply Fan VFD, OA/RA/EA dampers, heating coil valve, cooling coil valve.
42
43
---
44
45
### VARIABLE AIR VOLUME (VAV) SYSTEMS
46
740841 root 2026-05-15 19:21:41
Refactor repository to kebab-case and update all internal links
47
- **[[training-structure/soo/soo-vav-box]]** - Detailed sequence for single-duct VAV boxes, including reheat and fan-powered variants.
e0f744 root 2026-05-15 18:36:28
Add all documentation pages and update home index
48
- Covers zone temperature control, VAV damper operation, fan control (if applicable), and reheat control.
49
- Key components: VAV damper actuator, reheat coil, occupancy sensor integration.
50
51
---
52
53
### CHILLED WATER SYSTEMS (CHWS)
54
740841 root 2026-05-15 19:21:41
Refactor repository to kebab-case and update all internal links
55
- **[[training-structure/soo/soo-chilled-water-system]]** - Sequence for manually-started chilled water systems with automated monitoring and pressure control.
e0f744 root 2026-05-15 18:36:28
Add all documentation pages and update home index
56
- Covers pump and chiller monitoring, differential pressure bypass valve control, and automated glycol make-up.
57
58
---
59
60
### HOT WATER SYSTEMS (HWS)
61
740841 root 2026-05-15 19:21:41
Refactor repository to kebab-case and update all internal links
62
- **[[training-structure/soo/soo-hot-water-system]]** - Sequence for hot water systems with OAT-based automatic start and temperature reset.
e0f744 root 2026-05-15 18:36:28
Add all documentation pages and update home index
63
- Covers heat exchanger control, differential pressure bypass, and automated glycol make-up.
64
65
---
66
67
## Document Organization
68
69
### File Naming Convention
70
71
- `SOO-[SystemType]-[Descriptor].md`
72
- Example: `SOO-AirHandlingUnit-VAV.md` or `SOO-ChillerPlant-PrimarySecondary.md`
73
74
### Version Control
75
76
- Each document includes version number and date
77
- Major revisions increment version (1.0 → 2.0)
78
- Minor updates increment decimal (1.0 → 1.1)
79
- Review cycle: Annual or as needed, especially after significant project implementations.
80
81
### Digital Access
82
83
- **Mobile Access:** Available for field reference.
84
- **Offline Access:** Download all SOOs for offline field use.
85
- **Search:** Full-text search available in digital library.
86
- **Updates:** Subscribe to notifications for document updates.
87
88
---
89
90
## How to Use This Library
91
92
### For Field Specialists
93
94
1. Review the relevant SOO *before* commissioning a system.
95
2. Understand the control logic and expected system behavior.
96
3. Utilize the **System Proof-out and Commissioning Procedures** for thorough verification.
97
4. Reference **Troubleshooting** for operational discrepancies.
98
99
### For Programmers
100
101
1. Use SOOs as the definitive guide for developing and implementing control logic.
102
2. Ensure your code precisely matches the specified sequences, points lists, and interlocks.
103
3. Reference **Operating Parameters and Setpoints** for configuration.
104
105
### For Project Managers
106
107
1. Leverage SOOs for project scope definition and client expectation setting.
108
2. Ensure that system design and implementation align with documented sequences.
109
3. Use for quality control and verification during project handover.
110
111
### For New Hires & Training
112
113
1. Study SOOs to gain a deeper understanding of integrated system control.
114
2. Connect individual device functions (from SSOs) to overall system operation.
115
116
---
117
118
## Feedback & Continuous Improvement
119
120
### Report Issues
121
122
- **Errors or Omissions:** Submit via Service Fusion ticket to Technical Training.
123
- **Suggested Improvements:** Email [training@example.com].
124
- **New System Requests:** Request SOO for systems not in library.
125
126
### Revision Process
127
128
1. Field feedback collected quarterly.
129
2. Technical review by senior specialists.
130
3. Updates approved by Technical Lead.
131
4. New version published and distributed.
132
5. Notification sent to all relevant staff.
133
134
---
135
136
## Safety Notice
137
138
⚠️ **CRITICAL SAFETY REMINDERS**
139
140
- **Always prioritize safety**: These documents detail operational sequences, but always adhere to all safety protocols, Lockout/Tagout procedures, and company policies.
141
- **Verify all interlocks**: Ensure all safety interlocks are functioning correctly before initiating system operation.
142
- **Qualified personnel**: Only qualified personnel should perform work on operational systems.
143
- **When in doubt, ask**: Never proceed if unsure about a system's behavior or safety implications.
144
145
**Your safety and the safe operation of our systems are paramount.**
146
147
---
148
149
## Additional Resources
150
151
### Internal Documentation
152
740841 root 2026-05-15 19:21:41
Refactor repository to kebab-case and update all internal links
153
- [New Hire Foundational Training](/new-hire-foundational-training)
154
- [SSO Library Master Index](/training-structure/sso/sso-master-index) (for individual device details)
155
- [Project Lifecycle](/training-structure/project-cycle)
156
- [Service Call Lifecycle](/training-structure/service-cycle)
e0f744 root 2026-05-15 18:36:28
Add all documentation pages and update home index
157
158
### External Resources
159
160
- ASHRAE Guideline 36: High-Performance Sequences of Operation for HVAC Systems
161
- Manufacturer control specifications for specific equipment
162
- Local building codes and energy efficiency regulations
163
164
### Company Contacts
165
166
- **Technical Training:** [Phone/Email]
167
- **Safety Manager:** [Phone/Email]
168
- **Dispatch Coordinator:** [Phone]
169
- **After-Hours Emergency:** [Phone]
170
171
---
172
173
**Document Owner:** Technical Training Department
174
**Last Updated:** December 2025
175
**Next Review:** March 2026
176
**Feedback:** training@example.com
177
178
---
179
180
_"Precision in control sequences ensures efficient and reliable building automation."_