Support
News
Client Portal
Contact

George’s CBAS Tips, April 2018

LinkedIn
Facebook
Twitter

George HingleAs a part of our services, Computrols offers 24/7 phone support to all of our customers. If you have ever taken advantage of this offering, you have likely spoken to our Technical Support Manager, George Hingle. George has been employed by Computrols for over 15 years and is one of our most knowledgeable team members when it comes to troubleshooting in CBAS. As a means of building on our already robust FAQ page, George has agreed to share some common issues he sees in our newsletter each month.

“If, Then, Else” Logic

The basics of “If, Then, Else” logic used in CBAS are covered in the CBAS manual in Chapter 7, Advanced Programming. Here is some more interesting information about Logic that you might not know.

Copy Logic

Copying Logic statements from one point to another in a different controller without having to manually change the points that are referenced has always been fairly easy to do. Let’s say you have similar AHUs and you wanted to use the same logic and sequence of operation. Previously, when you wanted to copy and change the point names you would use Relative Copy to Point, which is located at the bottom of the Logic Editor screen. You could select several points to copy to and it would attempt to change the names but would also give you a chance to check the points and manually change them before the logic copy is completed. The points would have to be identical except for the Prefix. Example: AHU-1 S/S and AHU-2 S/S. To just copy the logic without changing the point names, you would use Copy to Point and the points didn’t change. Then you would edit each line of the Logic and manually change the points.
CBAS Logic Example 1
Now in CBAS15 and CBAS 17, the regular Copy to Point is more like Relative Copy. Here are the differences:
Regular Copy – This Logic copy NOW tries to replace points in the logic statement based on the names of the to and from points. So if you are copying a logic statement from AHU12 Start/Stop to AHU13 Start/Stop, the logic copy would take the name of every point in the logic statement and replace 12 with 13. Then it would look in the database for a point with that same exact name. If a matching point is found, then it is used to replace the old point in the logic statement. If name matches are not found, then the original points will remain in the logic statement.
Relative Copy – This logic copy will copy logic from a point in 1 controller to the SAME point in the SAME type of other controller. It replaces the points in the logic statement based on their position in the controller. This works really well when copying a logic statement between controllers that were created from the same template. Another good reason to use your own Template to create all of the AHUs in a building after the first AHU is completed. Program the first AHU and get it working like you want it to work before making the template.
CBAS Logic Example 2
Copy to Clipboard – This is a good way to make a copy of Logic and email it to someone as an example.

Logic involving Peer to Peer Points

When you share a Peer to Peer point it only shares the VALUE of the point with other controllers. So if you write Logic that references a Peer point and look at it’s Priority or Condition, then that logic will not work correctly. Priority is what the point was commanded by: OPER, LOG1, PID, SCHED. Condition is whether the point has Normal Communication, is Lost or Off-Scan.

Logic Priorities

For more information on Priorities and which priorities can override others in CBAS, go to Text View, then Priority Summary to see the list showing the lowest to highest priorities. For instance, nothing can override Logic Level 4. Not even Logic 3 or Operator. Click any one of the Priority levels and you can see what points are currently being command by that Priority.

Generally, you will use Priority Logic 1 for your logic. This level will override all Schedules and PIDs. In the case of equipment failure, you might want to program a higher level Logic to override the normal Logic that starts a fan, pump or boiler in case one has failed. If you want to make a logic program that you don’t want any operator to override, use Priority Logic 3 or 4. Many times, these “fail-safe” logic programs are programmed on separate Software Binary Output points, but there is also a way to program Mixed Priority so that each command can be at a different Priority Level. The Logic Editor will ask what Priority to use after each command. However, this can get complicated, so it might be best to separate the different Priorities by using multiple software points.

Logic Download to Controller

Why would you want your logic to download to the controller? Because in the case where CBAS software is closed or in Editor Mode, the logic would still execute in the controller. This is also true if the controller is LOST (communication). The most common thing that can prevent the logic from downloading is referencing points hosted on other controllers. The reason is, when there is no connection to the CBAS program, the changing value of the point on the other controller is not known. So, CBAS doesn’t allow the download. But, if you share the point via Peer to Peer with the controller hosting the Logic, the value is known and the download is allowed. Peer to Peer is a feature that is setup in Editor Mode and basically allows you to pick any point and share it with another controller. This works with X and LX controllers as well as UNI-B controllers, but not VAV-B controllers. Peer to Peer setup can be found on the System Menu in CBAS and Chapter 5 of the CBAS Manual.
In order to know if the Logic has downloaded to the controller, go to the Point Program screen where the Logic is programmed, then click Show Point Relations. In the Type column on the left, you will see LOGIC or *LOGIC. If you see the *, then the Logic resides in the controller. You might see more than one Logic listed even though the point is only referenced in the Logic, not commanded by the Logic. You can click the Logic line and see how it is written even if it is on another controller. You can also edit the Logic there.

Logic Evaluate Time

At the bottom of the Logic Editor screen, you will see the 15 second “Evaluate Every” time, which is the default when you create a new Logic. This means that as long as the conditions in the IF part of the Logic statement are met, the command will go out every 15 seconds. If you only want the command to go out once, then add a Binary Output that is triggered On and Off by another condition and change the “Evaluate Every” to “Evaluate on Status Change” of the point where the Logic is written. The point could be using a Schedule and the Logic would command something when the point is On and Auto the same point when the point is Off, thus allowing a PID or lower Priority Logic to take over.
There are many examples of how Logic is written in the Template Database which comes with all CBAS installations. The Template Database is found in a folder in the CBASxx directory and contains many examples of AHU and VAV/UNI-B applications. If you need help opening the Template Database, contact Tech Support at 504-529-1413 or email techsupport@computrols.com. Step by step instructions on opening and closing databases can also be found in the CBAS Programming Manual.

More to explore