Wcc3.exe screen descriptions, Analog global math function mode screen, Wcc iii technical guide 3-141 – WattMaster WM-WCC3-TGD-01B User Manual
Page 255
WCC III Technical Guide
3-141
WCC3.EXE SCREEN DESCRIPTIONS
Relational Functions
Operator
Comment
Equal to
= =
The combined expression is true if the value
to its left is equal to the value to its right; it is
false otherwise
Greater
Than
>
The combined expression is true if the value
to its left is greater than to the value to its
right; it is false otherwise
Greater
Than or
Equal to
=>
The combined expression is true if the value
to its left is greater than or equal to the value
to its right; it is false otherwise
Less
Than
<
The combined expression is true if the value
to its left is less than the value to its right; it is
false otherwise
Less
Than or
Equal to
=<
The combined expression is true if the value
to its left is less than or equal to the value to
its right; it is false otherwise
Unequal
=!
The combined expression is true if the value
to its left is not equal to the value on its right;
it is false otherwise
Logical Functions
Operator
Comment
Logical “or”
| |
The combined expression is true if the
value to its left or the value to its right is
true; it is false otherwise
Logical “and”
&&
The combined expression is true if the
value to its left and the value to its right
is true; it is false otherwise
Logical “not”
!
The expression is true if the value to its
right is false, and vice versa
Miscellaneous Functions
Operator
Comment
Conditional
?:
The conditional operator takes 3
expressions arranged as follows:
expression1 ? expression2 : expression 3
The conditional operator yields the
value of expression2 if expression1 is
true and yields the value of expression3
otherwise
As an example, assume that we want to calculate the percent
outside air using the following formula:
(Return Air Temperature) - (Mixed Air Temperature)
% OA = --------------------------------------------------------------x 100
(Return Air Temperature - Outside Air Temperature)
Assume 2A5 (satellite controller #2, analog input #5) is the return
air temperature, 2A6 is the mixed air temperature, and GA3 is the
outside air temperature. The value of the global analog will be
percent outside air.
Global Value = ((2A5-2A6)/(2A5-GA3))*100
If the math function can’t be calculated successfully,
then use 20.
If the input value is not available or is invalid, then the value of this
global analog will default to the number entered here.
Range
The system has the capability of generating an alarm if the value
of this global analog is either inside or outside of the desired range.
If inside is selected, an alarm will be generated when the value of
the global analog is within the two limits specifi ed. If outside is
selected, an alarm will be generated if the value of the global is
outside the limits specifi ed. Because this is a “choice” fi eld, a list of
available choices will be displayed at the bottom of the screen:
<
None, Inside, Outside>
You may make your selection by pressing the
until
the desired data pattern has been selected, and then pressing
.
Low Limit
High limit
The Low and High Limits can be either an Address or a Value.
When you move the cursor to this fi eld, the word Address or Value
will appear. Since this is a choice fi eld, press the
until the desired choice appears and then press
.
If you select “Value” as the choice for this fi eld, you can enter a
number which will serve as the alarm limit. If you select “Address,”
you can specify an address such as an analog input or global analog
to be used as the alarm limit.
Type
Specifi es the priority (or “importance”) level for any alarms
generated by this input. Alarm types range from one (highest
priority) to eight (lowest priority). The system displays and e-mails
higher priority alarms fi rst. (The fi rst fi ve alarm priorities (1-5)
have e-mail-out-on-alarm capabilities.)
Message #
Specifi es a message number which is used by the system to reference
a message which is entered on the Alarm Message Screen.
Analog Global Math Function Mode Screen