The following functions are covered by add-on licenses (details in licensing section)

  • Integration of MATLAB/Simulink program

The integration of MATLAB/Simulink programs allows the user to develop the control logic in MATLAB, test it in close loop including HVAC plant models in MATLAB, and then use the exact same code in the controller. The users can also benefit from extensive existing MATLAB Simulink HVAC models, as well as control logic and optimization toolboxes.

 

  • Continuous integration test

When multiple engineers work on the same project, often the compatibility check between different parts of the program cost a lot of time and effort. Based on the test framework and GIT, continuous integration test allows for automatically running tests of the whole program whenever changes are made. Changes are integrated automatically only once the test is passed. This allows programmers to work independently in their own rhythm, and therefore speed up the development process.