- Timestamp:
- 02/24/08 11:21:33 (17 years ago)
- Location:
- trunk/MagicSoft/Cosy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/.cosyrc_magic
r4076 r8874 9 9 # revolutions of the 'real' motor, but about revolutions 10 10 # 'seen' by the Macs) 11 Az_GearRatio[U_mot/U_tel]: 13 38.811 Az_GearRatio[U_mot/U_tel]: 1340.0 12 12 Zd_GearRatio[U_mot/U_tel]: 1165.2 13 13 -
trunk/MagicSoft/Cosy/Changelog
r8871 r8874 1 1 -*-*- END -*-*- 2 3 2008/02/24 Thomas Bretz (La Palma) 4 5 * .cosyrc_magic: 6 - changed the azimuth gear to 1340.0 7 8 * cosy.cc: 9 - made MDriveCom a pointer to be able to delete it earlier 10 11 * devdrv/macs.cc: 12 - fixed a few typos 13 14 * main/MCosy.[h,cc]: 15 - allow disarming 16 - added armed state to report 17 - Instantiate MCosy with an MDriveCom instead of initializing it 18 internally 19 - adapted the constructor accordingly 20 21 * main/MSlewing.[h,cc]: 22 - changed the way the "position reached" window is calculated 23 it is now fixed 1/16384th of a revolution and can be 24 changed from outside 25 - added some comments 26 - tiny changes to the log out 27 - for the moment the correct calculation for the non centered 28 drive bow is switched off(!!!) 29 30 * videodev/VideodevIncl.h: 31 - added TVector2 32 33 2 34 3 35 2008/02/22 Thomas Bretz (La Palma) … … 9 41 - changed version number from 0.69 to 0.70 10 42 - move the arbitrary factor 4 from cosy to aposs 43 - changed control loop parameters as suggested in Robert's thesis 44 (TO BE CHECKED) 11 45 12 46 * devdrv/macs.cc:
Note:
See TracChangeset
for help on using the changeset viewer.