source: trunk/MagicSoft/Cosy/Changelog@ 2379

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