- 23
- 71 956
Controls Hero
United States
เข้าร่วมเมื่อ 19 ม.ค. 2020
Be the Hero in your Industry! Metasys, Controller Configuration Tool (CCT), Facility Explorer, Niagara and Building Automation teaching!
We are excited to start this endeavor with the purpose of educating controls techs and programmers with Johnson Controls products and basic Building Automation concepts. Our goal is to build the biggest library on the planet for you to learn all about Johnson Controls BMS software, technical skills, and programming.
I love coffee! If you feel my content is valuable, I would very much appreciate your support at
www.buymeacoffee.com/controlshero
We are excited to start this endeavor with the purpose of educating controls techs and programmers with Johnson Controls products and basic Building Automation concepts. Our goal is to build the biggest library on the planet for you to learn all about Johnson Controls BMS software, technical skills, and programming.
I love coffee! If you feel my content is valuable, I would very much appreciate your support at
www.buymeacoffee.com/controlshero
Metasys Averaging Multiple Sensors in LCT (NAE)
In this Metasys Tutorial I will show you how you can take an average of multiple sensors and identify the bad sensors, take them out of the equation and only average the good ones.
I will go over 3 examples, and all will be done in LCT (Logic Connector Tool), which you can access it by creating a Control System.
Example #1 - Simple Average of 3 Sensors
For this example we will use the simple average module (AVG), but this approach is not that great. If one sensor fails or goes unreliable, the whole a calculation will go bad.
Example #2 - An Upgraded Average of 3 Sensors
For this example, we will add a Default Value to any sensor that fails. This way we can get a much better average.
Example #3 - Advanced Averaging of Multiple Sensors
For this example, we will get more creative and we will be able to identify any bad sensor. If a sensors goes unreliable, we will take it out of the equation and calculate a true average based on good sensor. If at any moment any sensors comes back Online (or reliable), the average will automatically calculate....I call this, the Controls Hero way!
0:00 Intro
1:25 Create Control System
1:54 Example 1
4:30 Example 2
6:26 Example 3
9:02 The Real Trick
10:58 Fina Explanation
I will go over 3 examples, and all will be done in LCT (Logic Connector Tool), which you can access it by creating a Control System.
Example #1 - Simple Average of 3 Sensors
For this example we will use the simple average module (AVG), but this approach is not that great. If one sensor fails or goes unreliable, the whole a calculation will go bad.
Example #2 - An Upgraded Average of 3 Sensors
For this example, we will add a Default Value to any sensor that fails. This way we can get a much better average.
Example #3 - Advanced Averaging of Multiple Sensors
For this example, we will get more creative and we will be able to identify any bad sensor. If a sensors goes unreliable, we will take it out of the equation and calculate a true average based on good sensor. If at any moment any sensors comes back Online (or reliable), the average will automatically calculate....I call this, the Controls Hero way!
0:00 Intro
1:25 Create Control System
1:54 Example 1
4:30 Example 2
6:26 Example 3
9:02 The Real Trick
10:58 Fina Explanation
มุมมอง: 1 268
วีดีโอ
Reliability Check and Merge blocks in Johnson Controls CCT
มุมมอง 2.7K3 ปีที่แล้ว
In this video tutorial, I will show you how the Reliability Check and Reliability Merge blocks in CCT work. I will show you how to detect when a sensor fails or goes unreliable, so you can Execute some Custom Logic or Notify a Metasys operator by sending out an Alarm. Also, you will learn how to change your Sensor's reliability range from CCT and Metasys. That is the Min and Max Values paramete...
Metasys Programming a Command Status Alarm Extension
มุมมอง 3.4K4 ปีที่แล้ว
In this Johnson Controls Metasys Tutorial you will learn how to program one of the most basic and fundamental Alarm Extension: A Command and Status Alarm. This is when you have, for example, an Exhaust Fan Command (or Start-Stop) point and a Status points, and you want to generate an Alarm if your fan is not starting after being commanded to On. Chapters: 0:00 Intro 1:30 Reference Delay Time 3:...
Change Parameters in Metasys without using CCT
มุมมอง 5K4 ปีที่แล้ว
In this Johnson Controls video tutorial, I will show you a secret about the Metasys Engineering Tab. You will learn how to do the following from Metasys without using CCT (Controller Configuration Tool): #1 Calibrate your sensors by changing the Offset property #2 Update your COV Increments (Change of Value) #3 Configure your sensors' ranges (2-10 VDC, 0-50psi etc...) For example #3 I will show...
Pump Alarm in Johnson Controls CCT - Part 2 - and Last Value Module
มุมมอง 1.4K4 ปีที่แล้ว
In this Pump Alarm Part 2 video tutorial, we will be connecting our previously created latch alarm into an existing CCT application. At the beginning of the tutorial when making a connection, we will see the following error: "No blocks with matching criteria found." This will get fixed by setting up the proper units in our points. We will also learn how to fix a common issue when making connect...
Program a Pump Alarm in Johnson Controls CCT - Part 1
มุมมอง 2.5K4 ปีที่แล้ว
In this video tutorial, you will learn how to create a set of basic alarms when you have a Command (or Start Stop point) and a Status. This all done in Johnsons Controls CCT. Once you create your alarm, you can then connect it to your logic. We will be using 3 special modules, an On Delay Timer, a boolean logic XOR, which is an Exclusive OR, and a Latch. Chapters 0:00 Intro 0:59 Start 1:21 Exam...
CCT Hybrid Activity - Johnson Controls Tutorial
มุมมอง 3.2K4 ปีที่แล้ว
In this Johnson Controls CCT Tutorial, you will learn what a Hybrid Activity is, how it differs from a regular Activity, how to create one, and how they are very useful when creating PIDs. At the very end, I will show you how you can "Hold" a PID output, and resume its control. How to tune a PID www.controlshero.com/PID Instagram www.controlshero.com 0:00 Intro 1:04 Hybrid Activity Examples 2:4...
Metasys Text Not Found - How to fix Points not showing correct units in Johnson Controls
มุมมอง 1.9K4 ปีที่แล้ว
In this Johnson Controls Metasys Tutorial, you will learn how to fix this mysterious message "text not found" that suddenly appears on your vendor (or third-party) devices' points. Instead of seeing correct units on an Enum (Enumarator) point, Metasys displays these messages. In this quick JCI video you will learn a quick way to solve the issue along with detailed examples. Quick Fix: *Right cl...
CCT Auto Restore Reset Point - Programming in Johnson Controls Controller Configuration Tool.
มุมมอง 1.9K4 ปีที่แล้ว
In this Johnson Controls CCT Advanced Tutorial, you will learn how to program a Network Input Reset, to automatically go back to Off after it was command to Reset. Basically, how to Auto-Restore your Network Input 5 seconds after it was commanded. This is done by using a feature called Peer to Peer. 0:00 Intro 0:42 Auto-Restore Demonstration 1:37 3 Basic Elements 2:12 Logic Explanation 3:32 Sim...
Metasys Weekly Lead Lag for 3 Pumps (FULL Version) - LCT Programming in Johnson Controls
มุมมอง 3.1K4 ปีที่แล้ว
In this Johnson Controls Metasys Tutorial, you will learn how to create a 3 Pump Weekly Lead-Lag rotation. This is the FULL VERSION of the previous 5-min Lead Lag video tutorial. This logic is created using LCT programming and Interlocks. If you are not familiar with Interlocks make to watch my full tutorial on that topic.
Metasys Weekly Lead-Lag for 3 Pumps (5-min Version) - LCT Programming
มุมมอง 3.9K4 ปีที่แล้ว
FULL TH-cam VIDEO COMING SOON! In this Johnson Controls Metasys Tutorial, you will learn how to create a 3 Pump Weekly Lead-Lag rotation. This logic is created using LCT programming and Interlocks. If you are not familiar with Interlocks make to watch my full tutorial on that topic. This is a quick 5-minutes video that explains the general procedure.
Metasys COS Trends - 5 Minutes Tutorial - Change of State or Value COV
มุมมอง 1.8K4 ปีที่แล้ว
In this Johnson Controls Metasys Tutorial, you will learn how to create your first Change of State (COS) or Change of Value (COV) Trend. These trends are usually used on binary or digital points, when you want to record exactly when the point value changes state. We will explorer in a very quick way (5 minutes) all the trend settings such as buffer size, interval, and repository enable.
All About Metasys Interlocks - Johnson Controls Tutorial
มุมมอง 6K4 ปีที่แล้ว
Learn all about this powerful tool. In this Johnsons Controls tutorial, you will learn how to create Metasys Interlocks, from your very basic one that just enables an Exhaust Fan to more complex ones where it involves writing a boolean logic equation. We will explore time delays, command priorities, AND and OR gates, and complex logic in Interlocks. I consider this a basic to an advanced video ...
Rate Limiter in CCT - Johnson Controls module used with PID Loops
มุมมอง 2.3K4 ปีที่แล้ว
CCT Rate Limiter Tutorial - In this Johnson Controls video training, I will explain how the Rate Limiter module works, along with all of its parametes: Startup Value, Rate Limit, & Limit Active. This is very handy when used in conjuction with a PID loop. You will see exactly how this modules works in Metasys by looking at graphs and trend data. Follow me for more training videos on the Controll...
Trigger CCT Logic after Controller Restarts from Power Loss - Execution State module
มุมมอง 1.5K4 ปีที่แล้ว
Trigger CCT Logic after Controller Restarts from Power Loss - Execution State module
CCT Timer Countdown. Johnson Controls Tutorial.
มุมมอง 2.2K4 ปีที่แล้ว
CCT Timer Countdown. Johnson Controls Tutorial.
Login to a Brand New FX80 JACE from Johnson Controls.
มุมมอง 8K4 ปีที่แล้ว
Login to a Brand New FX80 JACE from Johnson Controls.
Programming the TSTAT Light in CCT. Johnson Controls Metasys Tutorial.
มุมมอง 4.4K4 ปีที่แล้ว
Programming the TSTAT Light in CCT. Johnson Controls Metasys Tutorial.
Boolean MUX with IO Floats - CCT (Controller Configuration Tool) Tutorial. Johnson Controls Metasys.
มุมมอง 2.8K4 ปีที่แล้ว
Boolean MUX with IO Floats - CCT (Controller Configuration Tool) Tutorial. Johnson Controls Metasys.
Boolean to Enum Translation in CCT (Controller Configuration Tool). Johnson Controls Metasys.
มุมมอง 1.7K4 ปีที่แล้ว
Boolean to Enum Translation in CCT (Controller Configuration Tool). Johnson Controls Metasys.
How Connections Work in CCT (Controller Configuration Tool from Johnson Controls).
มุมมอง 6K4 ปีที่แล้ว
How Connections Work in CCT (Controller Configuration Tool from Johnson Controls).
Boolean, Enum, and Float EXPLAINED in CCT (Controller Configuration Tool from Johnson Controls).
มุมมอง 4.1K4 ปีที่แล้ว
Boolean, Enum, and Float EXPLAINED in CCT (Controller Configuration Tool from Johnson Controls).