Changeset 2066


Ignore:
Timestamp:
05/05/03 16:34:06 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/aposs/Manual.m

    r1807 r2066  
    44/*                                                                         */
    55kVERSION    = 0   /*                                                       */
    6 kSUBVERSION = 6   /*                                                       */
     6kSUBVERSION = 7   /*                                                       */
    77/*                                                                         */
    88/*  HISTORY:                                                               */
     9/*                                                                         */
     10/*   * V0.7                                                                */
     11/*       - fixed a bug, caused the software to open the brake only once    */
    912/*                                                                         */
    1013/*   * V0.6                                                                */
     
    275278         waitt 3000          /* wait 3s for DKC to stop the motor */
    276279         out (kIoModule+1) 0 /* brake the brake                   */
     280         brake = 0
    277281         waitt 1000
    278282      endif   
     
    289293         waitt 5000
    290294         out (kIoModule+1) 0
     295         brake = 0
    291296         waitt 500
    292297      endif         
Note: See TracChangeset for help on using the changeset viewer.