Ignore:
Timestamp:
03/02/03 17:08:13 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/devdrv/shaftencoder.cc

    r1758 r1804  
    252252
    253253    //
     254    // Request Lifetimefactor for unknown reason to make guarding
     255    // working in SE/Az... (FIXME)
     256    //
     257    //    lout << "- " << GetNodeName() << ": Requesting Lifetimefactor (Workaround, FIXME!) (SDO 0x100d)." << endl;
     258    //    RequestSDO(0x100c);
     259    //    WaitForSdo(0x100c);
     260    //    RequestSDO(0x100d);
     261    //    WaitForSdo(0x100d);
     262
     263    //
    254264    // Set logic ticks/revolution = physical ticks/revolution => scale factor = 1
    255265    //
     
    291301    SendNMT(kNMT_START);
    292302
    293     StartGuarding(175, 2);
     303    /*
     304     cout << "---1---" << endl;
     305     MTimeout t(1000);
     306     while (!t.HasTimedOut())
     307      usleep(1);
     308     cout << "---2---" << endl;
     309     */
     310
     311    //    StartGuarding(175, 2); // 175
     312    // StartGuarding(10*GetId(), 2); // 175
    294313}
    295314
Note: See TracChangeset for help on using the changeset viewer.