Saia Burgess Controls
| 13
27-670 – ENG02 – Software Handbook – Saia PCD Supervisor - Device-Template
Thethirdeldcanbeusedtodenethecolorofthealarmeldifanalarmispresent.
ThecolorscanbedenedaccordingtotheHTML/CSSstandard.
See:
https://www.w3schools.com/cssref/css_col o rs_legal.asp
https://www.w3schools.com/colo rs/colors_names.asp
This means that the following is possible:
- Hexadecimalcolorspecication
Ahexadecimalcolorisspeciedwith:#RRGGBB,wherethehexadecimalintegersRR(red),
GG (green) and BB (blue) indicate the components of the color. All values must be between
00 and FF.
#0000Red
#0000Green
#0000Blue
- RGB colors
AnRGBcolorvalueisspeciedwithfunctionrgb()whichhasthefollowingsyntax:
rgb (red, green, blue)
Eachparameter(red,greenandblue)denestheintensityofthecolorandcanbeaninteger
between 0 and 255 or a percentage (from 0% to 100%).
For example, the value for rgb (0,0,255) is shown as blue because the parameter blue is set
to the highest value (255) and the others are set to 0.
Thefollowingvaluesalsodenethesamecolor:rgb(0,0,255)andrgb(0%,0%,100%).
- Predenedcolornamesacrossallbrowsers
https://www.w3schools.com/colo rs/colors_names.asp
- etc. See links
Data points
AdatapointfortheoutsidetemperaturecanbeenteredintheOutTemp"Ord."eld.
Ifyoudonotwanttodisplaythis,thenenter"null"or"none"inthe"ord"eld.