585,917 active members*
3,657 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 5 of 13 34567
Results 81 to 100 of 259
  1. #81
    Join Date
    Mar 2009
    Posts
    106
    Paul-
    You make your own BLDC motors??? That sounds quite interesting. Maybe you ought to start a thread on that, I'm sure many of us would like to see what you've done!

  2. #82
    Join Date
    Apr 2009
    Posts
    1
    hi everybody,
    hello Max , thanks for your work.
    I am interested in all your boards as i don't know how my milling machine will be "cnczed"
    i have 3 big dc brushed motors 118v/18a (peak160a) so i would try the yapsc v1.4 with a diferent power stage mosfets ( any suggestion is welcome ). I have a doubt, the 5106 is enough for so big mosfets?
    is better the mcp1404 from microchip? (i'm not expert in electronic but it seems to be faster and capable to drive bigger capacitances)
    I also have smaller BLDC motors with amp so I want to try also your 10v
    So please sent me the price for one 10v, one yapsc1.4 and one usb board ready assembed shipped in italy (possible whit any suggestion or problem regarding the modifications to achieve 120v 160a peak)
    best regards
    mecha

  3. #83
    Join Date
    May 2006
    Posts
    2420
    Hi all, just a quick question, I am looking to build a power stage to take +- 10V analog, does anybody following this thread have any pointers on doing the +-10 analog to PWM conversion to drive gate drivers ?

    I am going to use the KFlop/analog cards but if I can get the power stage going it could be used with the YASPC 10V as well.

    Cheers.

    Russell.

  4. #84
    Join Date
    Jul 2008
    Posts
    84
    i design +-10V with DSpic30F4011 and make it ,But could not complete it.
    To do this I need MAX help , but he did not answer my messages.
    About %95 of the work done but...
    sorry

  5. #85
    Join Date
    Jun 2010
    Posts
    0

    boards? kits? parts?

    Is somebody offering boards and pre-programmed chips?

  6. #86
    Join Date
    Dec 2007
    Posts
    3

    Delivery Yapsc 10V

    Hi,

    Can somebody tell me if Max still deliver complete build boards ?
    It's hard to contact him. Or is there an other who can do this, or is there somebody who sells the pcb's?

    Thanks and kindly regards from the Netherlands.

  7. #87
    Join Date
    Aug 2010
    Posts
    0
    Hi to all !

    I'm not sure here is the right place, but this is the topic for YAPSC:10V, right

    I have few complete boards of YAPSC:10V of course with no software/firmware on them whatsoever.

    So i download the latest software , compile it ( i needed to include one search path for the uart.h file) and write it to the dsPIC. Install the Software client for communication/configuration (v1.3.4) and i receive data , but it's always different and the program does not recognize it, in mean it doesn't fill the textboxes with the data received. I assume or the CHECKSUM at the end of the package is wrong , or the length of the package

    I checked and doublecheked everythign:

    1. board with MAX232 for communication TTL_to_RS232 (working 100%)
    2. Cable adapter from PIC KIT 3 to YAPSC:10V (working 100%)
    3. YAPSC board, i replace the board no change :|
    4. software - i tried 4 different older versions of firmware (i.e total of 5 with the one i already had) and 2 software clients (v.1.3.2 and 1.3.4) - nothing has changed ... packages are received , but in different length and data. (i use diff for windows).

    So what am i doing wrong ?

    I power the board from a power supply with adjustable output to 4,5V and it drives it at 4.8 at the dspic is exactly 4.83V+ DC.

    Something i discover this morning -> writing passes with no errors (i'm reapiting myself) . But when i run verify i get mismatch on EEPROM 0x0012 and i was able to find out that the EEPROM data was moved 4 bytes forward/upper in the EEPROM memory. And that happens when the board is released form RESET.

    ---

    edit: I find the problem is the OSC configuration -> along with the corresponding UxBRG value !!! Also in the dspic30F i didn't find the BRGH bit, but by accident one of the formulas calculating for 1200bps made the right value for 4800bps, so now i'm working on 4800bps and successfully getting data !

  8. #88
    Join Date
    Jul 2009
    Posts
    22
    hi all
    i am interest for this converter yapsc10
    so any people can send me schematic by photo

  9. #89
    Join Date
    Jul 2008
    Posts
    84
    finally, i build YAPSC 10V with dsPIC30F4011 and test it.
    Everything is ok, but i think i dont have Experience necessary for tuning.
    anybody can help me about PID tuning ?

    Amir
    Attached Thumbnails Attached Thumbnails YAPSC10V.JPG  

  10. #90
    Join Date
    Jul 2008
    Posts
    84
    nobody ?

  11. #91
    Join Date
    Jan 2009
    Posts
    334
    Quote Originally Posted by manmardam View Post
    finally, i build YAPSC 10V with dsPIC30F4011 and test it.
    Everything is ok, but i think i dont have Experience necessary for tuning.
    anybody can help me about PID tuning ?

    Amir


    The system that I am working on is a little bit different, but the following should help you to adj the P.I.D.. First, what are your P. I. D. values? Take a look at these links, even though the applications are different they will give you insight into what to look for. This info was taken from the links below.

    TUNING THE PID CONTROLLER
    Although you'll find many methods and theories on tuning a PID, here's a straight forward approach to get you up and soloing quickly.
    1. SET KP. Starting with KP=0, KI=0 and KD=0, increase KP until the output starts overshooting and ringing significantly.
    2. SET KD. Increase KD until the overshoot is reduced to an acceptable level.
    3. SET KI. Increase KI until the final error is equal to zero.


    Tuning Summary
    - KP Sets the stiffness of the motor.
    - KD settles the oscillation and overshoot.
    - The Loop time needs to be matched to the motor and load early in the tuning when
    the KP and KD are at lower values, but can be re-adjusted at final tuning.
    - KI can be added at the end to improve low-speed holding error.

    http://www.larkencnc.com/dloads/viper-manual.pdf see pages 16 - 17.
    http://www.ecircuitcenter.com/circuits/pid1/pid1.htm see section on tuning the pid controller.

    From the graph, try to get the command position and encoder as close as possible. Your value for I seems rather large.

    You can see my posts here: http://www.cnczone.com/forums/showthread.php?t=40940

    Be sure to see all posts. I have a few on my P.I.D. tuning.

    Hope this helps,

    Iron-Man

  12. #92
    Join Date
    Jul 2008
    Posts
    84
    thx for reply
    please see my video.

    Amir

  13. #93
    Join Date
    Jan 2009
    Posts
    334
    Quote Originally Posted by manmardam View Post
    thx for reply
    please see my video.

    Amir
    If I understand, when you stop the jog, the servo continues to rotate? What servo amp are you using and have you set its parameters?

    Iron-Man

  14. #94
    Join Date
    Jul 2008
    Posts
    84
    Exactly,
    i use Yaskawa servo drive(Speed control). my driver is old
    in addition, i dont have any information about SPD/Kp & KV & PI potansiometer

    Amir
    Attached Thumbnails Attached Thumbnails Picture 056.jpg   Picture 058.jpg  

  15. #95
    Join Date
    Jan 2009
    Posts
    334
    Quote Originally Posted by manmardam View Post
    Exactly,
    i use Yaskawa servo drive(Speed control). my driver is old
    in addition, i dont have any information about SPD/Kp & KV & PI potansiometer

    Amir
    What is the exact model number of the drive? This is probably a legacy drive. I pulled up a document from http://www.yaskawa.com/site/dmservo.nsf/LEG/TKUR-74MQP4/$file/CPCR-PFxxB (TSE-C717-10.2C).pdf although it is not your drive, you can gain a lot of insight into how it should be programmed.

    If you look at page 23, figure 23 of the pdf, it talks about overshoot and undershoot. Your servo gains (Yaskawa) will need to be adjusted to compensate for this. If you cannot find the exact manual, then try the example.
    When I started to learn to adj the P.I.D., I took detailed notes. Write down in a note book or use ms word or note pad. Set all to zero and change one at a time and note the changes.


    Hope this helps,

    Iron-Man

  16. #96
    Join Date
    Jul 2008
    Posts
    84
    I get close to the destination
    in fact, brand my servo is Panasonic but made by Yaskawa.(i think)
    i dont can find any manual for it in google search.
    i dont know how should adjust potantiometers .this is a big problem.
    thx

    Amir
    Attached Thumbnails Attached Thumbnails Picture 059.jpg  

  17. #97
    Join Date
    Jan 2009
    Posts
    334
    Quote Originally Posted by manmardam View Post
    I get close to the destination
    in fact, brand my servo is Panasonic but made by Yaskawa.(i think)
    i dont can find any manual for it in google search.
    i dont know how should adjust potantiometers .this is a big problem.
    thx

    Amir
    I found similar drives on ebay etc. You could contact them and see if they have manuals.

    http://cgi.ebay.com/ws/eBayISAPI.dll...m=110554369247

    http://translate.googleusercontent.c...307bnOY-lkuXoQ


    http://cgi.ebay.com/ws/eBayISAPI.dll...m=120439119086


    Don't give up, keep at it.

    Hope this helps,

    Iron-Man

  18. #98
    Join Date
    Jul 2008
    Posts
    84
    thx for try.
    Today, i do a test . link Pin analog together(short circuit) then analog input equal 0V.then i set Pin S-ON , result :dont movement
    i guess my drive dont have problem , I am suspicious about my YAPSC

    Amir

  19. #99
    Join Date
    May 2009
    Posts
    12
    Hi MAX-MOD
    I can by YAPSC10 with you
    udom in thailand

  20. #100
    Join Date
    May 2004
    Posts
    10
    Hey Max,
    Your message space is full. Looking to purchase 3 circuit boards from you. Please contact me: [email protected]

Page 5 of 13 34567

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
  •