source: trunk/MagicSoft/Cosy/Changelog@ 2278

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