Announcement

Collapse
No announcement yet.

Error with version 2.15.0.22

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error with version 2.15.0.22

    Getting this error with the latest version

    EvaluateWaterNow Zone=1, Area=1 Line 5820 Arithmetic operation resulted in an overflow.

    Thanks,
    Z

    #2
    Line 5820 contains the following. Check your monthly durations and round robin count for your second area and second zone. Second zone will not be that easy to determine without looking at the debug output. If you provide your mcsSprinklers.ini then I can investigate. I do not get this error at my end with my setup. There was an initialization error with .22 and that could explain some things as well.

    Code:
    iZoneDurationHour = CType(CSng(rtiZoneDurationMonth(iZoneTimeSlot, iZone)) * rtnAreaNextStartDuration(iArea) / CSng(rtiAreaRoundRobinCount(iArea)), Short)
    Last edited by Michael McSharry; July 15, 2015, 10:04 PM.

    Comment

    Working...
    X