Facility Control

 View Only
  • 1.  Getting average of three values

    Posted 01-25-2019 23:38
    I'm pretty new to Dashboard, with little to no scripting background. I am trying to enter 3 separate values into 3 parameters with 3 decimal points and then generate an average value. I've created a parameter (Integer 16 bit), but whenever I try to enter a value with 3 decimal places, it rounds up or down. What am I doing wrong?


  • 2.  RE: Getting average of three values

    Posted 01-26-2019 14:10
    Integers are always whole numbers and cannot have decimal places. Try using a "FLOAT" type instead.
    #DashBoard