source: trunk/MagicSoft/Cosy/Changelog@ 2294

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