Problem in Tension/compression


Results 1 to 18 of 18

Threaded View

  1. #17
    Join Date
    Mar 2006
    Location
    INDIA
    Posts
    89


    Did you find this post helpful? Yes | No

    Default

    Sir my plan is,

    When motor's pully moves 68 turns then Screw( worm gear ) turn 1 time.
    Screw = 6 TPI ( then plateform moves 1 inch = 25.40 mm )
    so 1 turn of screw = 25.40/6 = 4.233333 mm.
    so 68 turns of pully = 4.233 mm
    so 1 turn of pully = 4.233/68 = 0.062205882 mm

    I will attach encoder of 6 PPR direct to motor pully.

    code
    pitch var word
    pitch = 10368 ; (62208 / 6 = 10368)
    dummy var word

    loop: dummy = (pitch * ABS(lastw0))
    w1 = div32 10000

    so w1 = .01 mm least count
    motor's 68 turns = encoder's 408 turns (10368 * 408 )/10000

    so plateform moves 4.230 mm

    This is my calculation

    .
    Last edited by precision; - 13th July 2007 at 14:01.

Similar Threads

  1. USART Problem , but don't know where, in pc? or in PIC?
    By precision in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 15th July 2007, 08:12
  2. Microcode Studio 18f2455 problem?????
    By volkan in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 21st May 2007, 21:04
  3. Hardware problem or what ?
    By Steve S. in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 4th March 2007, 21:39
  4. 1 slave 1 master 1 MAX232 1 problem ?
    By SuB-ZeRo in forum mel PIC BASIC Pro
    Replies: 19
    Last Post: - 31st July 2005, 22:59
  5. PORTA.PinNo = 1 ' problem
    By frank small in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 6th May 2004, 14:30

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts