AOS version 5.03_CA17 was just released.

This release has 3 major changes:

  • The behavior of the reset button has been enhanced. See this sticky for details
  • APEX Local has been overhauled to give it the same new look and feel which was introduced in recent APEX Fusion updates
  • The Speed keyword (as in If Output COR Speed < 90 Then ON) which was introduced recently has been replaced with 'Percent'; after updating to 5.03_CA17, all instances of 'Speed' which exist in your programming will be automatically changed to 'Percent'. The 'Speed' keyword may continue to be used in both APEX Local and APEX Fusion, but 'Speed' will be converted to Percent automatically. In a nutshell, 'Speed' is now an alias of 'Percent'. For more information about the Speed keyword and other recently-introduced programming enhancements, see this sticky post: https://forum.neptunesystems.com/sho...-5-03-and-4-53

    An example:
    If Outlet COR Speed < 90 Then ON will be converted to If Outlet COR Percent < 90 Then ON


After updating, wait at least 5 minutes, then check the Modules page in either APEX Local or APEX Fusion; update all modules which show as #(OLD) in the SWRev column.