587,998 active members*
1,678 visitors online*
Register for free
Login
IndustryArena Forum > OpenSource CNC Design Center > Open Source Controller Boards > YAPSC:10V : The glue between Step/dir and +/-10V servo amp
Page 7 of 13 56789
Results 121 to 140 of 260
  1. #121
    Join Date
    Sep 2007
    Posts
    22

    I am interested in yapsc boards

    Andy,

    If any bare boards are available, I would be interested in purchasing some. Please send me a PM.

    Thank you.

    Roger

  2. #122
    Join Date
    Dec 2009
    Posts
    1

    I am interested too in boards

    Hello Andy

    If any bare boards are available, I would be interested in purchasing 2.
    Please send me a PM.

    Thank you.

    Inco

  3. #123
    Join Date
    Dec 2010
    Posts
    0

    step-dir to servo

    Just stumbled on this thread. I have some glentek servo amps with powersupplies and motors that take a 0-10V signal and would like to use them for position control under Mach3 for a hobby project.


    Is this the board that does that? Could I get in on some boards if they are being ordered? Is there a parts-components list or source list?


    Thanks,
    Bill

  4. #124
    Hi Bill

    Yes these boards will enable you to use your servo's with Mach.

    I have only three YAPSC boards left and one of the USBprogkey boards.

    For more info and parts list etc first download and install Kicad, go to Max's website and download all the files,you will then be able to look at the layout of the boards and get a parts list.

    If you are interested in the last remaining boards send me a PM.

    Andy

  5. #125
    Join Date
    Jan 2009
    Posts
    32
    please give somewhere can I buy yapsc + 10vkonverter
    thanks

  6. #126
    Join Date
    Sep 2009
    Posts
    8
    Hello MAX
    Please Help
    I have a problem width the compiler V1 code for DC brush motor

    MPLAB v8.63
    C30 compiler v3.25

    Debug build of project `C:\PIC Project\Servo\Servo.mcp' started.
    Language tool versions: pic30-as.exe v3.25, pic30-gcc.exe v3.25, pic30-ld.exe v3.25, pic30-ar.exe v3.25
    Preprocessor symbol `__DEBUG' is defined.
    Thu Feb 24 17:54:46 2011
    ----------------------------------------------------------------------
    Clean: Deleting intermediary and output files.
    Clean: Done.
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "encoder.c" -o"encoder.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "main.c" -o"main.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "pid.c" -o"pid.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "serial.c" -o"serial.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "capture.c" -o"capture.o" -D__DEBUG -g -Wall
    capture.c: In function '_IC2Interrupt':
    capture.c:78: warning: implicit declaration of function 'checkDir'
    capture.c: At top level:
    capture.c:139: warning: conflicting types for 'checkDir'
    capture.c:78: warning: previous implicit declaration of 'checkDir' was here
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "commands.c" -o"commands.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "pwm.c" -o"pwm.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "test.c" -o"test.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "timer1.c" -o"timer1.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 "encoder.o" "main.o" "pid.o" "serial.o" "capture.o" "commands.o" "pwm.o" "test.o" "timer1.o" -o"Servo.cof" -Wl,--script="p30f4012.gld",--defsym=__MPLAB_BUILD=1,--defsym=__MPLAB_DEBUG=1,-Map="Servo.map",--report-mem
    doprnt_cdfFnopsuxX.o: Link Error: Could not allocate section .data, size = 464 bytes, attributes = data
    powers.o: Link Error: Could not allocate section .data, size = 352 bytes, attributes = data
    Link Error: Could not allocate data memory
    Link step failed.
    ----------------------------------------------------------------------
    Debug build of project `C:\PIC Project\Servo\Servo.mcp' failed.
    Language tool versions: pic30-as.exe v3.25, pic30-gcc.exe v3.25, pic30-ld.exe v3.25, pic30-ar.exe v3.25
    Preprocessor symbol `__DEBUG' is defined.
    Thu Feb 24 17:54:56 2011
    ----------------------------------------------------------------------
    BUILD FAILED

  7. #127
    Join Date
    Sep 2009
    Posts
    8
    Sorry, the good error message:

    ----------------------------------------------------------------------
    Debug build of project `C:\PIC Project\Servo\Servo.mcp' started.
    Language tool versions: pic30-as.exe v3.25, pic30-gcc.exe v3.25, pic30-ld.exe v3.25, pic30-ar.exe v3.25
    Preprocessor symbol `__DEBUG' is defined.
    Thu Feb 24 18:33:25 2011
    ----------------------------------------------------------------------
    Clean: Deleting intermediary and output files.
    Clean: Deleted file "C:\PIC Project\Servo\encoder.o".
    Clean: Deleted file "C:\PIC Project\Servo\main.o".
    Clean: Deleted file "C:\PIC Project\Servo\pid.o".
    Clean: Deleted file "C:\PIC Project\Servo\serial.o".
    Clean: Deleted file "C:\PIC Project\Servo\capture.o".
    Clean: Deleted file "C:\PIC Project\Servo\commands.o".
    Clean: Deleted file "C:\PIC Project\Servo\pwm.o".
    Clean: Deleted file "C:\PIC Project\Servo\test.o".
    Clean: Deleted file "C:\PIC Project\Servo\timer1.o".
    Clean: Done.
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "encoder.c" -o"encoder.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "main.c" -o"main.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "pid.c" -o"pid.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "serial.c" -o"serial.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "capture.c" -o"capture.o" -D__DEBUG -g -Wall
    capture.c: In function '_IC2Interrupt':
    capture.c:78: warning: implicit declaration of function 'checkDir'
    capture.c: At top level:
    capture.c:139: warning: conflicting types for 'checkDir'
    capture.c:78: warning: previous implicit declaration of 'checkDir' was here
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "commands.c" -o"commands.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "pwm.c" -o"pwm.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "test.c" -o"test.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "timer1.c" -o"timer1.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 -x c -c "save-res.c" -o"save-res.o" -D__DEBUG -g -Wall
    Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4012 "encoder.o" "main.o" "pid.o" "serial.o" "capture.o" "commands.o" "pwm.o" "test.o" "timer1.o" "save-res.o" -o"Servo.cof" -Wl,--script="p30f4012.gld",--defsym=__MPLAB_BUILD=1,--defsym=__MPLAB_DEBUG=1,-Map="Servo.map",--report-mem
    doprnt_cdfFnopsuxX.o: Link Error: Could not allocate section .data, size = 464 bytes, attributes = data
    powers.o: Link Error: Could not allocate section .data, size = 352 bytes, attributes = data
    stdclean.o: Link Error: Could not allocate section .data, size = 98 bytes, attributes = data
    Link Error: Could not allocate data memory
    Link step failed.
    ----------------------------------------------------------------------
    Debug build of project `C:\PIC Project\Servo\Servo.mcp' failed.
    Language tool versions: pic30-as.exe v3.25, pic30-gcc.exe v3.25, pic30-ld.exe v3.25, pic30-ar.exe v3.25
    Preprocessor symbol `__DEBUG' is defined.
    Thu Feb 24 18:33:37 2011
    ----------------------------------------------------------------------
    BUILD FAILED

  8. #128
    Join Date
    Apr 2008
    Posts
    57
    someone built it ?

    How it works ?

  9. #129
    Join Date
    Aug 2011
    Posts
    0

    PCBs

    Hello to all!
    Can anyone sell me three PCBs of these amazing Project? I would like to bulid 3 of these YAPSC. The shipping is to Germany.

    Thank you very much.

    M. Bente

  10. #130
    Join Date
    Dec 2008
    Posts
    11
    Can some body sell me (8 Pc's) DIY YAPSC (4 Pc's) V10 and (4Pc's) V1 and also (2 Pc's) of ProgKey . ,shipping to Syria by FedEx .
    [email protected]

  11. #131
    Join Date
    Sep 2008
    Posts
    27
    I am interested too in YAPSC boards

    If any bare boards are available, I would be interested in purchasing tree (3).
    The shipping is to Mexico.

    Thank you

  12. #132
    Hi All

    I have had a few requests for the YAPSC 10V bare boards can everyone who is interested please post on this forum how many boards you require of the 10V and if you require the ProgKey board (this is used to tune the servo's through the YAPSC).
    So if you have alredy requested boards please post again with your requirements.

    I will leave this running until October 31st 2011 after which I will no longer be ordering any more boards so this will be your last chance.

    The boards in the past have been $7.50 each plus shipping but this will depend on any price increase since my last order.

    Many Thanks

    Andy

  13. #133
    Join Date
    Jan 2009
    Posts
    32
    I ask you how to make an order yapsc 10 pcb board +-10v
    greeting

  14. #134
    Join Date
    Sep 2008
    Posts
    27
    Hello Andy,

    I would like to confirm my order : I need three (3) YAPSC 10V bare boards and one (1) of the USBprogkey board. The shipping is to Mexico.

    If you need further info, kindly advise.

    Thank you.

  15. #135
    Ok

    I will start the list 18/10/2011

    Aluplastvs 10 x YAPSC 10v
    FAXed 3 x YAPSC 10v 1 X USBprogkey
    bobgerman 6 x YAPSC 10v 2 X USBprogkey
    AlexDion 3 x YAPSC 10v


    Regards

    Andy

  16. #136
    Join Date
    May 2005
    Posts
    46
    Andy,

    Tag me for:

    (6x) YAPSC 10V
    (2X) USBprogkey

    Thanks

  17. #137
    Hi yes if you look at the post above you should see your name with order at the side.

    i will update the list as people add their requirements.

    Regards

    Andy

    Quote Originally Posted by bobgerman View Post
    Andy,

    Tag me for:

    (6x) YAPSC 10V
    (2X) USBprogkey

    Thanks

  18. #138
    Join Date
    Feb 2006
    Posts
    6
    If this is still going on pleaseinclude me for:

    (3) YAPSC 10V
    (1) USB progkey

    Thanks.

  19. #139
    Ok
    Yhe latest list is as follows:-
    Aluplastvs 10 x YAPSC 10v
    FAXed 3 x YAPSC 10v 1 X USBprogkey
    bobgerman 6 x YAPSC 10v 2 X USBprogkey
    AlexDion 3 x YAPSC 10v
    Kenski 3 X YAPSC 10v 1 X USB progkey

    Regards

    Andy

  20. #140
    Join Date
    May 2005
    Posts
    46
    Andy,

    Sorry but I think I'm going to go another way. The Mesa 7i33 Quad Analog servo interface looks like it'll do the job quite well. Combined with their 5i20 FPGA based PCI Anything I/O card it'll also give me plenty of speed + lots of I/O ports for all those extras down the road. ( http://www.mesanet.com/ )

Page 7 of 13 56789

Similar Threads

  1. Gecko PID step motor servo
    By Mariss Freimanis in forum Gecko Drives
    Replies: 116
    Last Post: 03-26-2015, 08:54 AM
  2. step motor or servo
    By dcutler35 in forum Uncategorised MetalWorking Machines
    Replies: 2
    Last Post: 06-09-2012, 06:18 PM
  3. Servo step multiplier
    By JerryFlyGuy in forum Servo Motors / Drives
    Replies: 8
    Last Post: 05-15-2007, 08:20 PM
  4. Units Per Step For Servo
    By bgolash in forum Mach Software (ArtSoft software)
    Replies: 1
    Last Post: 02-14-2006, 08:46 PM
  5. Servo and Step motors
    By Dre361224 in forum CNC Machine Related Electronics
    Replies: 2
    Last Post: 06-09-2005, 02:33 AM

Tags for this Thread

Posting Permissions

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