source: trunk/MagicSoft/Cosy/Changelog@ 2323

Last change on this file since 2323 was 2323, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 22.4 KB
Line 
1 -*-*- END -*-*-
2 2003/09/03 - Thomas Bretz
3
4 * aposs/Magic.m:
5 - updated to V0.69
6
7
8
9 2003/07/16 - Thomas Bretz (La Palma)
10
11 * bending_magic.txt:
12 - new bending correction. Calculated from new stars and
13 recalculated old ones (old positions where wrong due
14 to a bug in the observatory coordinates)
15
16 * catalog/Slalib.[h,cc]:
17 - fixed a bug in the Hms2Deg and Dms2Deg (negative hours, degs
18 where treated incorrect!)
19 - added many new conversion functions
20
21 * devdrv/macs.[h,cc]:
22 - commented SetHome
23
24 * gui/MGCosy.[h,cc]:
25 - implemented button to write prepos
26 - implemented star list
27
28 * gui/MGSkyPosition.cc:
29 - changed calculation of h,m,s etc to new Slalib functions
30
31 * main/MCaos.cc:
32 - changed detection limit from 4.0 to 3.0
33
34
35
36 2003/07/15 - Thomas Bretz (La Palma)
37
38 * leds.txt:
39 - new configuration file
40
41 * main/MCaos.[h,cc]:
42 - added
43
44 * main/MStarguider.[h,cc]:
45 - added
46
47 * videodev/PixGetter.[h,cc]:
48 - added
49
50 * videodev/FilterLed.[h,cc]:
51 - added
52 - highly optimized for speed!
53
54 * Makefile.conf.linux:
55 - added -O5 optimization option
56
57 * bending_magic.txt:
58 - changed to newly determined bending correction
59
60 * cosy.cc:
61 - included starguider
62 - do not overwrite log file
63 - added EXPERT mode
64
65 * starg.cc:
66 - changed from MGStarguider to MStarguider
67 - simplified by use of PixGetter
68
69 * aposs/Manual.m:
70 - removed a wrong character
71
72 * base/coord.h:
73 - changed operator<<
74
75 * base/timer.[h,cc]:
76 - const argument for copy constructor
77 - added operator<<
78
79 * candrv/network.[h,cc], candrv/nodedrv.[h,cc]:
80 - added data argument to HandleSDOOK
81
82 * candrv/vmodican.cc:
83 - return from constructor if Module not found
84
85 * caos/Led.[h,cc]:
86 - included TROOT
87 - formated Print-output
88 - Initialize fDx, fDy and fDphi
89 - added AddOffset
90
91 * caos/Leds.[h,cc]:
92 - added Add
93
94 * caos/Ring.[h,cc]:
95 - added constructor
96 - use hypot
97 - devide by n instead of n-1
98 - formated Print-output
99
100 * caos/Rings.[h,cc]:
101 - Do not calculated Center for less than 5 rings
102 - included Radius filter
103
104 * catalog/StarCatalog.cc:
105 - Do not output Alt/Az, fAzCnt, fAltMin, etc.
106
107 * devdrv/macs.[h,cc]:
108 - added data argument to HandleSDOOK
109 - implemented StartNode() and check for initialization
110 - changed minimum MACS software version to 0.69
111 - moved SetNoWait to the MACS software
112 - removed StopMotor
113
114 * devdrv/shaftencoder.[h,cc]:
115 - initialize all values to 0
116
117 * gui/GuiLinkDef.h:
118 - removed MGStarguider
119
120 * gui/MGAccuracy.cc:
121 - small change
122
123 * gui/MGCosy.[h,cc]:
124 - added moving in Zd/Az by buttons while tracking (Experts only)
125 - some changes to the menu bar
126 - removed displaying offsets
127 - changed EXPERT mode
128
129 * gui/MGEmbeddedCanvas.[h,cc]:
130 - changed range argument in constructor to double (problems
131 with the optimization - strange!)
132
133 * gui/MGImage.[h,cc]:
134 - switched from my own code completely to tVirtualX code
135 + requires root 3.05./05!
136 - highly optimized for speed!
137 - at the moment only 32 bit screen depth is supported!
138
139 * gui/MGSkyPosition.[h,cc]:
140 - fixed position of vega
141 - added new bright star
142 - cut displaying position into two. \n not supported by
143 root 3.05/05
144
145 * gui/MGVelocity.[h,cc]:
146 - removed displaying numbers
147
148 * gui/Makefile:
149 - removed MGStarguider
150
151 * main/MCosy.[h,cc]:
152 - added output of time when tracking is started or stopped
153 - added output of time when slewing is started or stopped
154 - removed sign changing limits in LimitSpeed
155 - changed EXPERT mode
156 - added MStarguider support
157 - fixed Calc-Alt/Az
158 - added GetPointingPos
159 - removed fOffset from Update
160
161 * main/MainLinkDef.h, main/Makefile:
162 - added MStarguider
163
164 * main/MStarguider.[h,cc]:
165 - added
166
167 * tpoint/tpointfit.C:
168 - fixed reading of data
169 - removed absolute path
170
171 * videodev/Camera.[h,cc]:
172 - small simplification
173 - derived from new PixGetter
174
175 * videodev/CaosFilter.[h,cc], videodev/Filter.[h,cc]:
176 - optimized, but not used anymore, will be removed soon
177
178 * videodev/Makefile, videodev/VideodevLinkDef.h:
179 - added PixGetter to Makefile
180 - removed Filter
181 - removed Filter2
182 - removed CaosFilter
183 - added FilterLed
184
185 * videodev/PngReader.h:
186 - derived from PixGetter
187
188
189
190 2003/05/05 - Thomas Bretz
191
192 * gui/MGCosy.[h,cc]:
193 - exchanged TGListBox for logging by TGTextView
194
195
196
197 2003/04/28 - Thomas Bretz
198
199 * .cosyrc_magic:
200 - removed Time2ReachHome
201 - changed Gear Ratio
202
203 * bending_magic.txt:
204 - added bening model calculated in March
205
206 * cosy.cc:
207 - added disable output to screen
208
209 * prepos_magic.txt:
210 - made positions fit the present bending model
211
212 * candrv/nodedrv.[h,cc]:
213 - added posibility to implement fake guarding (eg. check a
214 PDO frequence)
215
216 * devdrv/macs.cc:
217 - added HandleNodeguard to handling of PDO
218
219 * main/MCosy.[h,cc]:
220 - GetSePos declared const
221 - AlignTrackingPos declared const
222 - define EXPERT
223 - implemented EXPERT mode
224 - implemented Gear while positioning for Elevation axes
225 - fixed some bugs in LimitSpeed - to be chacked again!
226 - implemented preliminary version of starguider
227 - some small changes to the tracking
228 - changed default end positions
229 - fixed display of fZdAzSoll and fTrackingError
230
231 * videodev/Filter.cc:
232 fixed dealing with values above max and below min when stretching
233
234
235
236 2003/04/13 - Thomas Bretz
237
238 * base/timer.cc:
239 - added cast to _suseconds_t
240
241 * candrv/nodedrv.cc:
242 - set starting timeout
243
244 * devdrv/macs.cc:
245 - after requsting error[0] check Zombie-status
246 - Software version 0.66 --> 0.68
247 - added all known MACS error messages
248
249 * gui/MGStarguider.cc, videodev/Filter.[h,cc]:
250 - added stretching of the picture
251
252
253
254 2003/04/12 - Thomas Bretz
255
256 * prepos_magic.txt:
257 - added
258
259 * bend.cc:
260 - added
261
262 * Makefile:
263 - bend added
264
265 * bending_magic.txt:
266 - new bending
267
268 * cosy.cc:
269 - fixed typo
270 - disable console output
271
272 * testse.cc:
273 - accept commandline options
274
275 * base/MThread.cc, base/msgqueue.cc:
276 - added DEBUG-stuff
277
278 * candrv/network.cc:
279 - fixed wrong handling of SDO messages with less than 4 bytes
280
281 * candrv/nodedrv.cc:
282 - do not switch timer off if it isn't switched on
283
284 * candrv/vmodican.cc:
285 - added EXPERT mode
286
287 * catalog/SlaStars.h:
288 - added CalcAltAz/ZdAz with mjd
289
290 * catalog/StarCatalog.[h,cc]:
291 - included rotation angle
292
293 * devdrv/macs.cc:
294 - added request for present error code
295 - added #71 error message
296
297 * devdrv/shaftencoder.[h,cc]:
298 - fixes to support multiturn encoders correctly
299 - removed velocity and acceleration from gui
300
301 * gui/MGAccuracy.cc:
302 - mega mini change
303
304 * gui/MGCosy.[h,cc]:
305 - added EXPERT mode
306 - added TrackPos
307 - removed shaftencoder label for velocity and acceleration
308 - commented out MAC3
309 - fixed reading of predefined positions
310 - commented out everything related to the demo mode
311 - changed some displayed text
312
313 * gui/MGStarguider.[h,cc]:
314 - added support for rotation angle
315
316 * main/MBending.h:
317 - added constructor with filename
318
319 * main/MCosy.[h,cc]:
320 - for gear display both axis
321 - some more output in WaitForEndMovement
322 - added CheckRange
323 - added AlignTrackingPos
324 - changed timing in tracking procedure from 3s/50ms to 5s/1s
325 - added TrackPos
326 - replaced some code by AlignTrackingPos
327 - commented out CALIB and PRESET
328
329 * slalib/oapqk.c:
330 - fixed a bug checking validity of arguments for atan2
331
332 * videodev/Writer.cc:
333 - fixed names
334
335
336
337 2003/03/31 - Daniela Dorner:
338
339 * caos/Ring.cc:
340 - fixed a small bug
341
342
343
344 2003/03/12 - Daniela Dorner, Thomas Bretz:
345
346 * MStarguider.[h,cc], Starguider.[h,cc]:
347 - removed
348
349 * gui/MGPngReader.[h,cc]:
350 - moved code to MGStarguider.[h,cc]
351 - removed
352
353 * gui/Makefile, gui/GuiLinkDef.h:
354 - updated
355
356 * gui/MGPngReader.cc, gui/MGStarguider.cc, videodev/Writer.[h,cc]:
357 - changed output file names to contain mjd
358 - fixed a cast warning
359
360 * main/MCosy.[h,cc]:
361 - Do not change acceleration and deceleration for positioning
362 (SetPosVelocity)
363 - some output if WintForEnDMovement aborted
364 - some output to correct for the elevation gear asymmetry
365 - changed handling of acceleration and velocity
366 - changed velocities
367 - call StopMovement only if positioning failed
368 - changed acceleration/deceleration from 0.9 to 0.2 in
369 InitTracking
370 - added some workarounds to be able to reach 290deg
371 - changed control time in tracking from 1 to 3 sec
372 - added a flag to SetPosition indicating tracking mode
373 (not yet used)
374 - added some workarounds to be able to track 290deg
375 - changed deceleration from 0.5 to 0.3 in StopMovement
376 - added StopTracking (not yet used)
377 - changed tpoint output (+mjd, +ra/dec)
378
379
380
381 2003/03/11 - Daniela Dorner, Thomas Bretz:
382
383 * .cosyrc_magic, .cosyrc_model:
384 - added
385
386 * caos/Leds.h, caos/Rings.h:
387 - changed from operator[] to At()
388
389 * caos/Ring.cc:
390 - changed Floats to Doubles
391
392 * caos/Rings.cc:
393 - replaced Expand by Clear
394
395 * base/MStar.h:
396 - added Compare
397
398 * base/MStarList.cc:
399 - some small bugfixes
400
401 * base/MStarList.h:
402 - added Sort
403 - added Expand
404
405 * base/timer.[h,cc]:
406 - Added GetTimeval
407
408 * gui/MGAccuracy.cc:
409 - Exchanged zd/az in calculation of Residual!!!
410
411 * gui/MGPngReader.[h,cc]:
412 - set default lim mag to 7.0
413 - added new ouput for the pointing position fPZdAz
414 - added/fixed TrackingError/CalcTrackingError
415 - changed Filter2 to CaosFilter
416 - reordered starguider stuff in Execute
417 - changed color of circles
418
419 * main/MBending.[h,cc]:
420 - removed MAGIC1 and MAGIC2
421 - removed '-' from writing
422 - fixed some bugs in the enumerations of the coefficients
423 - added some formating option for output
424
425 * tpoint/tpointfit.C:
426 - removed usage of MyAdjust
427 - fixed the Calculation of the residuals
428 - fixed reading
429 - added some correction in case of an overflow (360deg/0deg)
430 - fixed drawing
431 - added second Migrad turn...
432 - changed the screen and graphical output
433
434 * videodev/CaosFilter.[h,cc]:
435 - changed RemoveTwins to accept a radius
436
437
438
439 2003/03/02 - Daniela Dorner, Thomas Bretz (LaPalma):
440
441 * tpoint/tpointfit.C:
442 - added
443
444 * main/MBending.[h,cc]:
445 - adapted to Magic bending model
446
447 * candrv/nodedrv.cc:
448 - some changes to the output
449
450 * candrv/vmodican.cc:
451 - minor changes
452
453 * devdrv/macs.[h,cc]:
454 - implemented
455 - removed guarding
456 - removed motor off
457
458 * devdrv/shaftencoder.cc:
459 - removed Gaurding
460
461 * gui/MGEmbeddedCanvas.[h,cc]:
462 - added overloads for Resize
463
464 * gui/MGSkyPosition.[h,cc]:
465 - added SetDotRange
466
467 * gui/MGStarguider.cc:
468 - write interpolated pictures
469
470 * videodev/PngReader.cc:
471 - removed unused variable
472
473 * videodev/Writer.cc:
474 - added warning if file couldn't be opened
475
476 * videodev/CaosFilter.[h,cc], videodev/PngReader.[h,cc]:
477 - added
478
479 * catalog/StarCatalog.[h,cc]:
480 - added GetPixSize
481
482 * main/MCosy.cc:
483 - some minor change sto the output
484
485 * Makefile:
486 - removed dummy
487 - exchnged caos, candrv
488 - removed MCint.o
489 - added cosy.so
490
491 * starg.cc:
492 - echanged to use png reading mode
493
494 * caos/Led.[h,cc], caos/Leds.[h,cc], caos/Ring.[h,cc],
495 caos/Ring.[h,cc]:
496 - added Print
497
498 * caos/Led.h:
499 - added compare
500 - added issortable
501
502 * caos/Ring.cc:
503 - changed output
504
505 * caos/Rings.cc:
506 - fixed some minor bugs
507
508 * gui/GuiLinkDef.h, gui/Makefile;
509 - added MGPngReader.[h,cc]
510
511 * gui/MGPngReader.[h,cc]:
512 - added
513
514 * gui/MGStarguider.cc:
515 - release grabbed mouse
516 - removed ExitLoop
517
518 * gui/MGStarguider.h:
519 - changed derivement from Camera to PixClient
520
521 * videodev/Camera.[h,cc]:
522 - changed to use PixClient
523
524 * videodev/Makefile, videodev/VideodevLinkDef.h:
525 - added PixClient
526
527 * videodev/PixClient.[h,cc]
528 - added
529
530
531
532 2003/02/27 - Thomas Bretz (LaPalma):
533
534 * caos, caos/Makefile, caos/CaosLinKDef.h, caos/CaosIncl.h,
535 caos/Led.[h,cc], caos/Leds.[h,cc], caos/Ring.[h,cc],
536 caos/Rings.[h,cc], gui/MGMenu.[h,cc]:
537 - added
538
539
540
541 2003/02/25 - Thomas Bretz (La Palma):
542
543 * Makefile
544 - changed order of binaries
545 - added make links
546 - added make magic
547 - added make model
548
549 * base/timer.cc:
550 - corrected calculation of fMs (/1000 missing)
551
552 * gui/MGCosy.cc:
553 - added new tab Gear
554
555 * gui/MGSkyPosition.[h,cc]:
556 - fixed memory leak by not changing positions or having object
557 outside
558 - removed fake-statics
559
560 * main/MCosy.[h,cc]:
561 - adapted GetSePos to present shaftencoders
562 - changed speed to 0.15 and acc to 0.4 in positioning
563 - changed tracking cycle from 0.05s to 0.25s
564 - added WM_GEAR
565 - added WM_DISPLAY
566 - fixed displaying the SE offsets
567 - added TalkThreadGear
568 - changed DisplayHistTestSe
569 - added DisplayHistGear
570 - added check for second Zd-SE
571 - removed lout.SetOutputGui(NULL, kFALSE) because it crashes
572 when closing the spplication while tracking
573
574
575
576 2003/02/21 - Thomas Bretz (La Palma):
577
578 * gui/MGSkyPosition.[h,cc]:
579 - some changes trying to get rid of a strange memory leak
580
581 * candrv/nodedrv.cc:
582 - changed output
583
584 * catalog/Slalib.h:
585 - added Hms2DegRad and Dms2Rad
586
587
588
589 2003/02/16 - Thomas Bretz (La Palma):
590
591 * base/MStarList.h:
592 - added default for mag to Add
593
594 * base/coord.h:
595 - replaced kRadDeg by including MAGIC.h
596
597 * base/timer.[h,cc]:
598 - changed Now to call virtual function SetMjd
599
600 * gui/MGAccuracy.cc:
601 - fixed a bug causing the display to display error%60
602
603 * gui/MGCosy.[h,cc]:
604 - added combo box for predifed positions
605 - update display of time only when time changed
606
607 * gui/MGSkyPosition.[h,cc]:
608 - added bright stars
609
610 * main/MCosy.[h,cc]:
611 - some changes to output
612 - replaced HasZombie by a preliminary one
613 - changed dT to 3s
614 - removed time correction factor in Tracking algorithm
615 - PRELIMINARY TalkThreadTracking
616
617
618
619 2003/02/14 - Thomas Bretz (La Palma):
620
621 * .cosyrc:
622 - added prototypes for the telescope allowed range
623
624 * Makefile:
625 - changed test to testse
626
627 * candrv/vmodican.cc:
628 - added the possibility to start cosy without the CANbus card
629 installed
630
631 * catalog/SlaPlanets.cc:
632 - fixed the ephemeris configuration
633
634 * catalog/SlaStars.cc:
635 - added some more comments
636
637 * catalog/Slalib.[h,cc]:
638 - changed Wuerzburg location to LaPalma location
639 - added Height to the data members
640
641 * main/MCosy.[h,cc]:
642 - added range checks in positioning and tracking
643
644 * slalib/Makefile:
645 - added rdplan
646 - added pvobs
647 - added dtt
648 - added dat
649 - added rcc
650
651 * starg.cc, catalog/SlaStars.[h,cc], catalog/Slalib.[h,cc],
652 catalog/StarCatalog.[h,cc], devdrv/macs.cc, devdrv/shaftencoder.cc,
653 gui/MGCosy.[h,cc], gui/MGSkyPosition.[h,cc], gui/MGStarguider.[h,cc]:
654 - changed to use MObservatory
655 - changed usage of timer to new style
656
657 * catalog/SlaPlanets.[h,cc]:
658 - removed old style calculation
659 - added fTt
660
661 * gui/MGCosy.cc:
662 - added new tab for SE Test
663
664 * main/MCosy.[h,cc]:
665 - don't use second SE when only one is attached
666 - added SE Test stuff
667
668 * base/BaseLinkDef.h, base/Makefile:
669 - added MParContainer
670 - added MObservatory
671
672 * base/timer.[h,cc]:
673 - changed the calculation of the date according to slalib
674
675
676
677 2003/01/23 - Thomas Bretz:
678
679 * .cosyrc:
680 - changed maximum time to reach home from 100 to 150
681
682 * Makefile:
683 - added devdrv
684
685 * Makefile.rules, candrv/Makefile, devdrv/Makefile:
686 - changed some ordering
687
688 * devdrv/shaftencoder.cc:
689 - changed Guarding from 2x125 to 2x175
690
691 * main/MCosy.cc:
692 - fixed StopWaitingForSDO bug (if this was raised once the
693 'shutdown' never waited correctly for an SDo anymore)
694 - fixed the usage of the bending correction in some places
695
696 * testse.cc:
697 - added
698
699
700 2003/01/23 - Thomas Bretz:
701
702 * cosy.cc:
703 - changed baudrate to 125kbps
704
705 * base/msgqueue.cc:
706 - changed output
707 - ignore pending messages
708
709 * candrv/canopen.[h,cc]:
710 - added Emergency Message
711 - added EnableNodeguard
712 - added SendNodeguard
713
714 * candrv/network.[h,cc]:
715 - call handles only if Fnodes[node]!=NULL
716 - added time to HandleSDOOK
717 - changed output
718 - added HandleNodeguard
719 - added HandleEmergency
720
721 * candrv/nodedrv.[h,cc]:
722 - added fTimeout for Nodeguarding
723 - Enable Nodeguard and Emergency messages
724 - added time to HandleSDOOK
725 - added SendNodeguard
726 - added StartGuarding
727 - added StopGuarding
728 - added HandleTimer
729 - added HandleNodeguard
730 - added SetZombie
731
732 * candrv/vmodican.[h,cc]:
733 - fixed a typo
734 - added rtr to SendCanFrame
735
736 * devdrv/macs.[h,cc]:
737 - removed guarding stuff (moved to nodedrv)
738 - changed 0x4000 handling to 0.63 style
739 - added check for software version
740 - added time to HandleSDOOk
741 - set node to Zombie in case of error
742 - don't do any error handling for the moment
743 - removed ReqTimeoutTime
744 - overload SendNodeguard
745 - removed EnableTimeout
746 - removed HandleTimer
747 - removed ResetTimeout
748 - added Start/StopHostGuarding
749
750 * devdrv/shaftencoder.[h,cc]:
751 - added 0x100c, 0x100d, 0x100e
752 - added Start/StopGuarding to Init
753
754 * gui/MGCosy.cc:
755 - enhanced labels for Offset
756 - changed 'soll' to 'nominal'
757 - changed the demo mode for tests
758
759 * gui/MGSkyPosition.[h,cc]:
760 - added saturn
761 - changed the colors a bit
762
763
764
765 2003/01/20 - Thomas Bretz:
766
767 * aposs/Manual.m
768 - added support for the elevation axis brake
769 - enabled check for operation mode (remote control/pc)
770 - added 'reset' label
771 - moved syncv/cstart to setting rf
772
773
774
775 2003/01/14 - Thomas Bretz:
776
777 * cosy.cc:
778 - added output
779
780 * candrv/network.[cc,h]:
781 - small change to Start
782 - added CheckConnections
783
784 * candrv/nodedrv.[h,cc]:
785 - new Init
786 - new CheckConnections
787 - replaced virtual InitDevice by a common function
788 - replaced virtual Reboot by a common function
789 - Don't send anything to a Zombie node
790 - Delete SDO from list in case of Zombie status instead of waiting
791
792 * candrv/vmodican.cc:
793 - Don't terminate when having a noisy network
794
795 * devdrv/macs.[h,cc], devdrv/shaftencoder.[h,cc]:
796 - added fSoftVersion
797 - added SDO 0x100b
798 - moved init stuff from InitDevice to Init
799 - removed InitDevice and Reboot
800 - added CheckConnection
801
802 * devdrv/shaftencoder.[h,cc]:
803 - Don't display something when having Zombie status
804
805 * main/MCosy.[h,cc]:
806 - reworked all Zombie-stuff
807 - implemented checking of network
808
809
810
811 2003/01/13 - Thomas Bretz:
812
813 * bending.txt:
814 - changed to fit the parameters of the model
815
816 * cosy.cc:
817 - made the 'standard mode' the default
818
819 * base/MTimeout.h:
820 - fixed the change of the base member function name of Notify
821
822 * candrv/network.[h,cc]:
823 - don't set fNodes[i] to NULL if Node is Zombie
824 - implemented HasZombie and RebootZomies
825
826 * candrv/nodedrv.[h,cc]:
827 - implemented a base function Reboot
828 - set node to Zombie status if waitforsdo timed out
829
830 * candrv/vmodican.cc:
831 - added more precise output for CTXcon
832
833 * devdrv/macs.[h,cc]:
834 - if first waitforsdo fails set don't go on
835 - implemented fStatus
836 - implemented enum for fStatus
837
838 * gui/MGAccuracy.cc, gui/MGSkyPosition.cc, gui/MGVelocity.cc:
839 - call SetNoContextMenu in constructor
840
841 * gui/MGCosy.[h,cc]:
842 - some new labels
843 - implemented SetLabelColor
844
845 * gui/MGEmbeddedCanvas.[h,cc]:
846 - implemented SetNoContextMenu
847
848 * main/MCosy.cc:
849 - exchanged all conditionals for the pointers to the nodes
850 by IsZombieNode
851 - implemented check for zombies in Proc
852
853
854
855 2003/01/10 - Thomas Bretz:
856
857 * candrv/network.cc, devdrv/macs.cc, devdrv/shaftencoder.cc:
858 - changed output
859
860 * devdrv/macs.[h,cc]:
861 - request encoder resolution when starting
862
863 * devdrv/shaftencoder.cc:
864 - some fixed in HandleSDO output
865 - fixed a missing return in HandleSDO
866
867 * gui/MGAccuracy.cc, gui/MGVelocity.cc:
868 - set label offset
869
870 * gui/MGCosy.[h,cc]:
871 - added some new gui elements and its handling
872
873 * main/MCosy.[h,cc]:
874 - impemented fZdAzSoll
875 - slight changes to the output
876 - implemented WM_HOME
877 - fixed workaround for the encoder resolutions of the MACS
878
879 * base/MGLIst.h
880 - removed (use the one from Mars)
881
882
883
884 2003/01/08 - Thomas Bretz:
885
886 * bending.txt:
887 - added (preliminary)
888
889 * .cosyrc:
890 - added
891 > Az_GearRatio[U_mot/U_tel]: 5891.7
892 > Zd_GearRatio[U_mot/U_tel]: 2475.6
893 > Az_ResRE[re/U_mot]: 500
894 > Zd_ResRE[re/U_mot]: 500
895 > Az_Id-MAC1: 1
896 > Az_Id-MAC2: 3
897 > Zd_Id-MAC: 2
898 > Zd_Id-MAC1: 4
899 > Zd_Id-MAC2: 5
900 > Az_Id-MAC: 6
901
902 * Makefile:
903 - removed cosy.so
904
905 * Makefile.conf.linux-gnu:
906 - removed optimization (causes problems) --> TO BE FIXED
907
908 * candrv/canopen.h:
909 - added return value to WaitForSDO
910
911 * devdrv/macs.cc:
912 - fixed a typo
913
914 * gui/MGCosy.cc:
915 - added 'Reset Bending'
916
917 * main/MBending.[h,cc]
918 - added Reset
919 - fixed a problem with the units in the correction
920 - added CorrectBack functions
921
922 * main/MCosy.[h,cc]:
923 - changed the bahaviour in case no MAC3 is found
924 - fixed that the MAC3 didn't synchronize anymore
925 - added the bending correction to the displayed position
926 - added a workaround for the wrong (0) Gear Ratios --> TO BE FIXED
927 - added Reset Bending
928 - changed the MAC and SE Id to be a resource value (from .cosyrc)
Note: See TracBrowser for help on using the repository browser.