Subversion contains code that allows to control more than one physical damper per zone.
Configuration Guide had been updated accordingly (see Damper Controllers 7/8).
Tuesday, December 29, 2009
Early Access: Damper Multiplexing
Posted by
vt
at
12/29/2009 04:33:00 PM
0
comments
Labels: early access, Subversion
Wednesday, December 23, 2009
Early Access: Screen Sizes
Pressing + or - on the keyboard will now cycle the Swing GUI through all screen sizes officially supported by Android. Just in case.
Available from Subversion.
Posted by
vt
at
12/23/2009 08:03:00 PM
0
comments
Tuesday, December 22, 2009
DZ 3.3.1 "Housekeeping" Release Is Out
- Download from SourceForge
- Download from Google Code
- Get source code from Subversion
Changes since 3.3-INTERFACE
- Critical fix:
BalancingDamperControllerwas broken - "off by opposite", works now; - Bugfix: dampers will now stay open when the HVAC unit is not running, like it was supposed to be to begin with;
- Servos can now be calibrated and reversed, see detailed instructions in Configuration Guide.
Posted by
vt
at
12/22/2009 01:15:00 PM
0
comments
Labels: bugfix, release, release notes
Servomaster 0.8.2.2 released
- Download from SourceForge
- Download from Google Code
- Get source from Subversion
CHANGES
This is a maintenance release. No significant changes other than finally removing allSystem.*.println and adjusting log levels to avoid scaring unsuspecting users with transition controller completions.
Posted by
vt
at
12/22/2009 12:44:00 PM
0
comments
Labels: release, release notes, servomaster
Monday, December 21, 2009
Early Access: Servo Calibration
Every servo is different, same goes for servo controllers.
Subversion now contains code that allows you to
- Reverse the servo movement if your mechanical design requires it;
- Provide servo min/max range calibration for controllers that support it;
- Provide limit calibration for controllers that don't.
DamperFactory source code and use Spring IoC techniques to configure calibration entities.
Posted by
vt
at
12/21/2009 08:37:00 PM
0
comments
Labels: calibration, early access, servo, Spring