9.2 Engineering Management & Ethics
Key Takeaways
- Engineering management integrates planning, organizing, staffing, leading, and controlling (POLC) to achieve project and organizational goals efficiently.
- Project scheduling via CPM and PERT identifies the critical path (zero total float) and calculates expected task duration $t_e = \frac{a + 4m + b}{6}$ with variance $\sigma^2 = \left(\frac{b - a}{6}\right)^2$.
- Total float ($TF = LS - ES = LF - EF$) determines activity scheduling flexibility without delaying total project completion.
- Economic Order Quantity ($EOQ = \sqrt{\frac{2 D S}{H}}$) balances inventory ordering costs against annual holding costs to minimize total inventory expense.
- The Board of Electrical Engineering Code of Ethics mandates that public safety, health, and welfare remain the paramount consideration in all engineering decisions.
9.2 Engineering Management & Ethics
Engineering Management combines technical expertise with administrative control to organize human resources, capital, equipment, and materials effectively. For the REE Licensure Examination, candidates must understand managerial functions, decision-making models, network project management (CPM/PERT), inventory optimization, and the mandatory Code of Ethics for Electrical Engineers in the Philippines.
1. Management Functions & Organizational Structures
Management is defined as the process of achieving organizational goals through the efficient deployment of resources.
The Five Core Functions of Management (POLC)
- Planning: Establishing organizational objectives, strategies, and operational plans. Includes forecasting, goal setting, and budgeting.
- Organizing: Structuring tasks, assigning authority, and allocating resources. Designing organizational charts and defining lines of responsibility.
- Staffing: Recruiting, selecting, training, evaluating, and compensating technical personnel and engineering staff.
- Leading / Directing: Influencing, motivating, communicating with, and guiding team members toward goal accomplishment.
- Controlling: Measuring actual operational performance against planned standards, identifying variances, and executing corrective actions.
Common Organizational Structures
| Structure Type | Organizational Characteristics | Primary Advantage | Primary Disadvantage |
|---|---|---|---|
| Functional | Grouped by technical specialization (e.g., Design, Construction, Testing) | High technical specialization and skill depth | Communication silos across functional departments |
| Line and Staff | Direct scalar chain of command supplemented by staff advisory specialists | Clear lines of authority and specialized advice | Potential conflict between line managers and staff advisors |
| Matrix | Dual reporting structure (Functional Manager + Project Manager) | Efficient resource sharing and flexible project deployment | Dual-boss confusion and potential authority conflicts |
| Projectized | Dedicated project teams grouped under autonomous Project Managers | High project focus and fast decision-making | Resource duplication and team isolation between projects |
Decision-Making Under Risk and Uncertainty
When evaluating decisions under probabilistic risk:
- Expected Monetary Value (EMV): where $P(S_i)$ is probability of state of nature $i$, and $V(S_i)$ is payout value.
2. Project Management & Network Scheduling (CPM / PERT)
Complex electrical engineering projects (such as substation construction or power plant overhauls) rely on network analysis techniques.
Critical Path Method (CPM)
CPM assumes deterministic activity durations to calculate project completion time and schedule slack.
- Early Start ($ES$): Earliest time an activity can begin: $ES = \max(\text{EF of immediate predecessors})$.
- Early Finish ($EF$): $EF = ES + \text{Duration}$.
- Late Finish ($LF$): Latest time an activity can finish without delaying project completion: $LF = \min(\text{LS of immediate successors})$.
- Late Start ($LS$): $LS = LF - \text{Duration}$.
Slack / Float Definitions
- Total Float ($TF$): Time an activity can be delayed without delaying project completion date:
- Free Float ($FF$): Time an activity can be delayed without delaying the early start of any immediate successor:
- Critical Path: The sequence of dependent activities with zero total float ($TF = 0$). It dictates the minimum project duration.
Program Evaluation and Review Technique (PERT)
PERT accounts for probabilistic duration uncertainty using three time estimates for each activity:
- $a$ = Optimistic time
- $m$ = Most likely time
- $b$ = Pessimistic time
- Project Completion Probability: The total critical path expected duration $T_E = \sum t_e$ and path variance $\sigma_P^2 = \sum \sigma_{\text{critical}}^2$. Standard normal variable $Z$ for target date $T_D$:
Project Crashing (Cost-Time Trade-Off)
Accelerating project completion by adding resources to critical path activities:
- Rule: Crash the critical path activity having the lowest crash cost slope first.
3. Inventory Control & Operations Management
Economic Order Quantity (EOQ)
EOQ balances annual inventory ordering costs against annual storage/holding costs to find the optimal batch purchase size.
- $D$ = Annual demand (units/year)
- $S$ = Cost per order placed (PHP/order)
- $H$ = Annual holding/carrying cost per unit (PHP/unit/year)
- $C$ = Unit purchase price
- $i$ = Holding cost rate ($H = i \cdot C$)
Total Quality Management (TQM) & ISO Standards
- ISO 9001: Quality management systems standards focusing on customer satisfaction, process approach, continuous improvement, and leadership commitment.
- Occupational Safety and Health Standards (OSHS): Mandated safety guidelines enforced by the Department of Labor and Employment (DOLE) under RA 11058.
4. Code of Ethics for Electrical Engineers in the Philippines
In the Philippines, professional ethics for electrical practitioners are codified in the Revised Code of Ethics for Licensed Electrical Engineering Practitioners, Annex "A" of PRB of Electrical Engineering Resolution No. 65, series of 2024, which repealed Board Resolution No. 08 (s. 2011). It binds PEEs, REEs and RMEs alike and is organised into Article I (Professional Life), Article II (Relation with Client and Employer), Article III (Relation with Fellow Engineers) and Article IV (Penal Provisions).
Fundamental Principles & Statutory Obligations
-
Obligations to Public Health, Safety & Welfare:
- Electrical engineers must hold paramount the safety, health, and welfare of the public in the performance of professional duties.
- If an engineer's professional judgment is overruled under circumstances that endanger safety, life, or property, they must notify their employer, client, and proper administrative authorities immediately.
-
Obligations to Clients and Employers:
- Perform services only in areas of technical competence.
- Act as faithful agents or trustees for each employer or client.
- Maintain absolute confidentiality regarding proprietary business affairs or technical processes of clients or employers.
- Avoid conflicts of interest; disclose any financial interests, business affiliations, or connections that could influence professional judgment.
-
Obligations to the Profession & Colleagues:
- Uphold the dignity, honor, and integrity of the electrical engineering profession.
- Refuse kickbacks, bribes, secret commissions, or soliciting financial inducements.
- Never attempt to injure maliciously or falsely, directly or indirectly, the professional reputation, prospects, practice, or employment of another engineer.
- Sign and seal only those electrical plans, documents, and specifications that were prepared directly by the engineer or under their immediate supervision.
Solved Board Exam Examples
Example 1: PERT Network Analysis & Critical Path
Problem: An electrical substation construction project comprises five sequential activities with duration parameters in days:
| Activity | Predecessor | Optimistic ($a$) | Most Likely ($m$) | Pessimistic ($b$) |
|---|---|---|---|---|
| A | None | 2 | 4 | 6 |
| B | A | 3 | 6 | 9 |
| C | A | 2 | 5 | 8 |
| D | B | 4 | 7 | 10 |
| E | C, D | 1 | 2 | 3 |
Calculate the expected duration $t_e$ for each activity, identify the critical path, and determine total project expected completion time.
Solution:
- Calculate expected duration $t_e = \frac{a + 4m + b}{6}$:
- $t_{e,A} = \frac{2 + 4(4) + 6}{6} = \frac{24}{6} = 4\ \text{days}$
- $t_{e,B} = \frac{3 + 4(6) + 9}{6} = \frac{36}{6} = 6\ \text{days}$
- $t_{e,C} = \frac{2 + 4(5) + 8}{6} = \frac{30}{6} = 5\ \text{days}$
- $t_{e,D} = \frac{4 + 4(7) + 10}{6} = \frac{42}{6} = 7\ \text{days}$
- $t_{e,E} = \frac{1 + 4(2) + 3}{6} = \frac{12}{6} = 2\ \text{days}$
- Evaluate potential network paths:
- Path 1 (A-C-E): Duration = $t_{e,A} + t_{e,C} + t_{e,E} = 4 + 5 + 2 = 11\ \text{days}$.
- Path 2 (A-B-D-E): Duration = $t_{e,A} + t_{e,B} + t_{e,D} + t_{e,E} = 4 + 6 + 7 + 2 = 19\ \text{days}$.
- Conclusion: The Critical Path is A-B-D-E with a total expected project completion duration of 19 days.
Example 2: EOQ Calculation for Transformer Oil Spares
Problem: An electric utility consumes $D = 1,200\ \text{drums}$ of insulating transformer oil per year. The procurement cost per order is $S = \text{PHP }1,500$, and the annual carrying/holding cost per drum is $H = \text{PHP }100$. Determine:
- The Economic Order Quantity (EOQ).
- The optimal number of orders placed per year.
Solution:
- Calculate EOQ:
- Optimal number of orders per year ($N$):
In project PERT analysis, an activity has an optimistic time estimate of 3 days, a most likely time estimate of 6 days, and a pessimistic time estimate of 15 days. What is the expected activity duration and its variance?
A factory uses 5,000 units of an electrical component per year. The ordering cost is ₱200 per order, and the holding cost per unit per year is ₱4. What is the Economic Order Quantity (EOQ)?
According to the Board of Electrical Engineering Code of Ethics, what action must a Registered Electrical Engineer take if their professional technical recommendation regarding public electrical safety is overruled by their employer?