. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Hi Jonathan,

    Yes....it is brilliant (thank heavens for other people's code!)

    Straight away you've established an issue that I'm trying to work around. I've never coded in C, but yes, it is outputing like thus....

    T01
    X000790Y-00460
    X000790Y-00270

    whereas what I need it like this....


    T01
    X0007.90Y-004.60
    X0007.90Y-002.70

    or even better..

    T01
    X7.90Y-4.60
    X7.90Y-2.70

    I tried dicking about with the ulp code ...I got it to divide by 100, but then lost a whole lot of resolution (what it really needs is for the decimal points to be inserted at the correct points as those coords are in 10ths of a millimetre) If anyone who's an expert in C can cast their eye over the ulp I'd be *very* grateful.


    Re your code....

    T01
    G0 Z5
    G0 X000790Y-00460
    G0 Z0.2
    M8
    Px - but how do I get this pause to relate to the tool number - for example if tool=1 then pause 0.3s, if tool = 2 then pause 0.5s (the longer the pause the more the solder paste is dispensed)
    M9

  2. #2
    ok still mulling this one (I'm presently abroad with too much beer addled brain time on my hands)

    So I've got a way of ID'ing all the pad centres and differenting on size. As it transpires, bringing one of the output files from doe-pro.ulp into say cambam as an excellon file is probably going to be the easiest...becuase once in cambam I can easily visually ID all the different pads...delete the ones I don't want solder dispensed on....group very similar ones together (dose-pro.ulp seems to treat even slighly differeing pad sizes as totally different pad types - which is likely going to be a chore).

    So then, I now have all the points in my cam app....I just need a way of getting the cnc machine to move to each point, lower, at a certain point trigger an output signal, wait a bit & then move on.....it looks like Mach3 has enough features to go that way (thanks jazz), but I really want to use USB CNC sw if I can ....which doesn't have the equivalent to Mach3's brain.

    So I'm wondering what I can press into play by way of a CNC control/output.....mist & flood are the obvious ones, but at this point I need to declare my hand & never used them.

    So...basic question (& apologies to Jonathan who has already touched upon this aspect) just where is control of for example mist brought into play? For example with drilling....is the mist typically switched on at the beginning of *all* the drilling operations (like a top & tail action)....or can it be switched on/offon per drill hole....eg drill lowers, just above the top of the stock, the mist is turned on, drill then lowers into the stock - mist stays on.....gets to the correct depth & raises....mists turns off?

    Becuase if I can bring something like mist into play per Z 'descent', then this is an obvious avenue of exploration for dispensing solder paste.

    Which brings me to my other question....where do you program the mist on off - in cam software? (or is it as kludgey as turning it on in the CNC software?)...any help enlightenment warmly received.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. mounting profile rail - Hiwin Manual vs. typical approach
    By dsc in forum Rails, Guideways & Bearings
    Replies: 14
    Last Post: 11-12-2013, 10:43 AM

Bookmarks

Posting Permissions

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