How To Program Totalizer On CS3000
How To Program Totalizer On CS3000
!*********************************************************************
**********************************************************
!Program Modification to fix FCS One Hour Offset
! When FCS GMT offset is fixed disable the logic in this box and
enable the logic out side the box
!*********************************************************************
************************************************************
HOUR = SYS_TIME1.CURHR
if (RV == 0) then
ProjYield = Sum/(RV + 1)
else if (RV > 0) then
ProjYield = Sum/RV
end if
End
%%XL8405DI
%%XS8405DO
%%XI8405DI