- set the temperatur hysteresis for the fan to 5K
- Add the check of DCVoltMod and DCAmpMod to CheckLimits().
- Fix the initialisation of some fields over which gcc 4.2.2 complains (Thanks to Andreas Tobler)
- Add a missing 'break'.
- Corrected the initialisation of the hysteresis temperatur of the LM75
- Don't set ADCRawI and ADCRawU with the values from the AD-Channels 2 and 3
- Initial checkin
- Corrected the i2c address for the LM75.
- Initial checkin
- Inital checkin
- White-space cleanup and add the variable TOOL_PREFIX (Thanks to Andreas Tobler)
- Corrected the indentation
- Fix the range switching of the current, if the panel touch the border of the lower current
- Initial commit
- Fixed the previous commit (90 -> 0x90).
- Enabled the 12bit eep version as default. The 16bit version doesn't need a eep-file
- Fix the order of static and volatile (Thanks to Andreas Tobler)
- Initial checkin
- Fixed the year of the copyright
- Preparation for using the ATMega324 or ATMega644
- Added an include file for the basic configurations
- Add a Makefile to make it possible to build the software without AVR-Studio
- Add the missing definition of UART_UDRE
- Fixed the value of Params.GainPwrIn.
- Initial checkin
- Load the initial values of the voltage/current range from eeprom.
- Initial checkin
- Changed the algorithm, which modifies setpoints. Turning the encoder starts
- SubCh 99 (cmd 'all') is read only
- Added the special char 'hatched block' for the display.
- Added a menu for selecting the range of the setpoints. The encoder button must
- Add a hysteresis to reset of the overtemp fault.
- Initial checkin
- Removed an old debug message
- Use the 'Data-Register-Empty' interrupt instead of the 'Tx Complete' interrupt for the transmitter.
This commit was manufactured by cvs2git to create tag 'start'.
- Add config.h to the project
- The initial DAC offsets must be greater than 0 to make the calibration possible.
- Fix the range switching of the current, if the panel touch the border of the current
- Add a filter for the current mode input signal
- Renamed yCurrent_1e6 and yVoltage_1e6 to wCurrent_1e6 and wVoltage_1e6
- Increase the DAC settle time
- RS and R/W must be set before the high pulse of E is triggered.
- initial checkin
- Fixed the rounding errors during the integer conversion in ParseSetParam().
- PD3 must be initialized in the identical state (0) like Status.CurrentMode.
-Fixed a typo.
-Implemented check sum.
-ErrCount should be a 16bit value.
- Initial checkin
- If the input string is larger than the buffer,
- Add the possibility to build the firmware simultaneously for the ATMega32 and the ATMega644
- Increased the read interval of the LM75 to 2s, because the LM 75 has
- Fixed the conversion from float to byte/integer in ParseSetParam().
- Changed all parameters/setpoints with a resolution of 1e-6 from the type int
- Don't interpret a <LF> as the end of a cmd, if the previous charcter was a <CR>.
- Cmd 253 should only return the cmd string
- Removed any reference to the directory .\default and to the files dcg.*.
- Fixed the encoder acceleration bug
-Delimited the range switching of the actual current value.
-ErrCount should be a 16bit value.
- Reverted the last commit of the Makefile
- Bugfix: The timeout counter must be incremented within the wait loop.
- Fix temperature measuring interval
- Fix the result of GetLM75Temp() for temperatures lower than 0�C
This commit was manufactured by cvs2git to create tag 'beta_03'.
This commit was manufactured by cvs2git to create tag 'beta_02'.