Click button for a simulated change in the bar gauge buildBarGauge(id, title, units, min, max, barColor, faceColor, setPoint, maxAlert, minAlert, initialValue, scale, transX, transY) 1.) id - your ID for the bar gauge 2.) title - shown in bar gauge 3.) units - units of measurement 4.) min - minium value number range 5.) max - maximum value number range 6.) barColor - border enclosing the numbers 7.) faceColor - the background color 8.) setPoint (optional) - setpoint of the control loop 9.) maxAlert (optional) - maximum alarm warning value 10.) minAlert (optional) - minimum alarm warning value 11.) initialValue - value first shown in the bar 12.) scale - size the bar gauge (default size 300x80 px.) 13.) transX - locate bar gauge upper-left x 14.) transY - locate bar gauge upper-left y |
|