#emc | Logs for 2009-02-15

Back
[00:01:49] <jmk-robot> well, it only took me an hour and a half to get back to where I was before
[00:02:00] <jmk-robot> (although I now have a beefy diode in the circuit to prevent a repeat)
[01:35:05] <KimK> What is the cause of "Cannot change units with cutter radius comp" errors? Does "units" refer to inches vs. mm? Or what?
[01:35:45] <alex_joni> G20/21
[01:36:24] <KimK> I pick one and never change it. How am I getting this error?
[01:36:51] <alex_joni> you sure you're not changing it?
[01:37:18] <KimK> I'll check, back in a bit
[01:41:10] <KimK_> G20 only appears once at the beginning. Lots of G2's, though.
[01:42:15] <alex_joni> can you pastebin the code?
[01:42:23] <KimK_> Wait, let me restart axis/emc2, sometimes that fixes things.
[01:42:24] <alex_joni> do you get a line number for the error?
[01:42:32] <alex_joni> reload the file..
[01:54:48] <KimK_> Yes, "Near line 43 of... concave corner with cutter radius comp". ‌Then "Cannot change units with cutter radius comp". http://www.pastebin.ca/1337607
[01:57:15] <JymmmEMC> * JymmmEMC hands jmkasunich a 1,000,000 volt 2Amp Diode =)
[01:57:28] <JymmmEMC> err 2mAmp
[01:58:04] <jepler> KimK_: if you get an earlier error with cutter comp on, cutter comp is not being reset. issuing m2 in mdi may let you avoid restarting emc entirely.
[01:58:32] <jmkasunich> JymmmEMC: I had some 1200V 75A ones ;-)
[01:58:48] <KimK_> jepler: OK, thanks
[01:59:10] <JymmmEMC> jmkasunich: Well, that's probablt better than using half a bridge =)
[01:59:23] <jepler> hmm, I guess there is such a thing as a "megavolt diode". http://adsabs.harvard.edu/abs/2002AIPC..650...57P
[01:59:47] <jepler> well, at least if it turns out that "Compton electrons" and "bremsstrahlung radiation" are also actual things
[01:59:57] <JymmmEMC> heh
[02:00:09] <jmkasunich> heh
[02:00:21] <jmkasunich> I've heard of both of those things
[02:00:23] <JymmmEMC> jepler: Sure, 1MV no probelem, just no current though =)
[02:00:44] <jmkasunich> and have a tenuous (and probably incorrect) grasp of what bremsstrahlung radiation is
[02:01:28] <KimK_> This might help too: http://imagebin.ca/view/TeOIlQ.html
[02:01:38] <alex_joni> * alex_joni is getting bremsstrahlung from this laptop
[02:01:48] <alex_joni> good night all
[02:01:58] <JymmmEMC> alex_joni: That's not called a laptop, it's called a luggable
[02:02:00] <JymmmEMC> night
[02:02:07] <KimK_> goodnight
[02:03:56] <tomp> good night alex
[02:06:52] <alex_joni> crap 4am :/
[02:07:09] <JymmmEMC> 6pm
[02:07:22] <alex_joni> wanna trade?
[02:07:29] <tomp> 10:08
[02:07:53] <JymmmEMC> alex_joni: No way, means I have to be at work that much sooner
[02:08:05] <JymmmEMC> alex_joni: other than that, sure =)
[02:08:06] <alex_joni> today is sunday though..
[02:08:34] <JymmmEMC> alex_joni: See, that's what you time travelers get!
[02:08:43] <alex_joni> a day off?
[02:08:51] <JymmmEMC> a day less
[02:09:09] <alex_joni> I thought it's many nights less
[02:09:14] <JymmmEMC> Saturday 18:10
[02:11:00] <jepler> KimK_: by turning off the "start cutter comp" instruction, I see the helix down in a different location than in your qcad image, and then on line 48 I get an error about arc endpoints. I think maybe you should look at how you are generating arcs, and whether you're getting the right centers -- work on a proper path without enabling cutter compensation first, the cutter comp second
[02:11:37] <tomp> dont be fooled by the time travel agents, the future is no more fun than the present
[02:12:04] <KimK_> jepler: OK, I will do that, thanks
[02:12:41] <tomp> need 5 digits for your center ij?
[02:13:53] <jepler> Radius to end of arc differs from radius to start: start=(X-6.7765,Y6.1977) center=(X-6.7495,Y6.2147) end=(X-6.7235,Y6.1977) r1=0.0319 r2=0.0311
[02:14:04] <jepler> the error is much more than in the 4th or 5th digit
[02:14:48] <KimK_> Is there a handy arc-checking tool in emc2 that I might not know about?
[02:15:16] <jepler> that message above is simply the one shown by axis when I load the program
[02:15:30] <jepler> (or in other GUIs it's the one that I would expect to see when you verify or run the program)
[02:16:18] <KimK_> Really? I don't get that here. Did you change the G64 value?
[02:16:41] <jepler> all I did was comment out the G42 line.
[02:17:56] <KimK_> OK, thanks again, I will try those things. I'll be here for awhile if you think of anything else.
[02:18:17] <tomp> maybe bigjohnt's arc buddy woul be useful to spot check? else its pythagorus and accounting (to get startpoint if g90)
[02:19:52] <jepler> arc buddy: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Simple_EMC_G-Code_Generators#Arc_Buddy
[02:19:55] <jepler> (I haven't used it myself)
[02:39:15] <jmk-robot> we have motor rotation!
[02:39:27] <skunkworks> :)
[02:39:28] <jmk-robot> rather sad that it took all day to get that far
[02:39:47] <JymmmEMC> woohoo
[05:01:10] <beachsurfin2> thanks archivist, i'll check it out
[05:27:57] <KimK_> jepler: In using axis's single step function, I have noticed that it highlights the current line only while it is executing it, and once it's done, the current line number is gone. Is there anything that can be done about that? Add subtle highlighting that remains after execution? Add a "last line executed: n" or "next line no: n" display in the margin?
[07:22:36] <beachsurfin2> beachsurfin2 is now known as ibuffy
[08:38:15] <motioncontrol> good morning at all
[08:56:47] <UncleGemc> Hello guys.
[08:56:56] <UncleGemc> Anyone up and around?
[09:00:33] <pjm_> good morning
[09:01:28] <UncleGemc> Mornin :)
[09:02:00] <UncleGemc> Would you happen to know of any stemmer motor driver IC's found in a HP-Printer?
[09:02:09] <UncleGemc> stepper*
[09:02:33] <pjm_> i'd think there is a couple , probably onyl low current
[09:02:53] <pjm_> although they might be integrated to a point where u cant get at the pins you need
[09:03:09] <UncleGemc> yeah, I just wasnt sure what their location in the board or their ID's
[09:03:47] <UncleGemc> I am making a prototype system from scrap printers steppers and the hopefully the driver in the printer.
[09:03:53] <pjm_> should be easy to ID, usually they'll have 'fins' in the middle pins or some other factor that makes them look like they can handle some power
[09:04:14] <pjm_> do u have a list of what IC's are in there?
[09:04:27] <UncleGemc> no, that was something I was looking for
[09:04:35] <UncleGemc> I cant find a schematic or anything for the printersd
[09:05:55] <pjm_> u got the driver PCB out? I'd just google the relevant IC's
[09:06:46] <UncleGemc> yeah its right here on hand.
[09:07:24] <UncleGemc> I really just wasnt sure what was on hand, if the the driver system was even in an IC or some other integrated (usesless to access) chips
[09:11:21] <topls64> what is the diff detween an oem650 and oem750? which would you choose for single z axis on small plundge edm?
[09:12:08] <topls64> I have one of each and have yet to see a diffenece between them
[11:12:31] <Poincare> hey JanVanGilsen
[11:13:12] <Poincare> JanVanGilsen: one of my pupils found your 5 axis machine somewhere at the Paardenmarkt
[11:27:07] <JanVanGilsen> It in C3 in between the Brigeport and the Kuka robots :-)
[11:27:30] <JanVanGilsen> so it's a bit small compared to the others =)
[11:28:46] <Poincare> C building... That's the one on the left when you enter through the left main gate?
[11:30:35] <JanVanGilsen> when you enter, you have walk straightforward until you bump into it
[11:31:57] <JanVanGilsen> *have to
[11:49:42] <Poincare> ah, in my days that was the building for elektricity
[11:50:12] <Poincare> milling equipment was located in the building next to the toilets
[12:00:41] <JanVanGilsen> That building is part of the highshool (SISO) =)
[12:05:51] <JanVanGilsen> Wouldn't <label font="Helvecia" size="20">This is a Label:</label> be a nice way to create a label in pyvcp than the current method?
[12:06:20] <BigJohnT> looks good to me
[12:06:56] <BigJohnT> * BigJohnT wanders off to see if the coffee is done
[12:07:21] <JanVanGilsen> since I'm goin to rewrite the whole parser =)
[12:09:04] <BigJohnT> can you make the leds centered?
[12:09:22] <JanVanGilsen> I've done some testing with the xml-schema, it's verry promissing :)
[12:09:36] <BigJohnT> cool, is this for 2.4?
[12:10:51] <JanVanGilsen> when is it going to be released?
[12:11:05] <BigJohnT> 2.4?
[12:11:10] <JanVanGilsen> a year or so?
[12:11:22] <BigJohnT> I guess but I have no clue
[12:12:02] <JanVanGilsen> that should work (we need some time to test it on trunk) and I need to make it first =)
[12:13:24] <JanVanGilsen> What dou you mean with getting the leds centered?
[12:13:37] <BigJohnT> they are always left justified
[12:14:29] <JanVanGilsen> no idea, i can look into it :)
[12:15:46] <BigJohnT> http://www.linuxcnc.org/docview/devel/html//hal_pyvcp.html#r1_6_3
[12:16:23] <JanVanGilsen> The parse wil validate the xml, e.g: It wil print an error if <size> is less then 0, or if size isn't an integer ...
[12:17:05] <BigJohnT> if you leave it out then you get the default?
[12:17:39] <BigJohnT> http://www.linuxcnc.org/docview/devel/html//hal_pyvcp_examples.html#sec:GS2-RPM-Meter
[12:17:57] <BigJohnT> take a look at what I had to do to center the leds in the above example
[12:21:56] <JanVanGilsen> If you leave out a attribute it can return a default value, you can also have a default value for elements, but thats only returned if the element is empty (not when it's left out)
[12:25:21] <JanVanGilsen> You can make an element obligated ect.
[12:25:25] <JanVanGilsen> http://www.w3schools.com/Schema/schema_intro.asp
[12:29:47] <BigJohnT> * BigJohnT wonders if there is a way to clear dmesg before starting emc...
[12:30:10] <JanVanGilsen> It might be better to make the <size> attributes instead of elements (i.e. <led size="20">) and define the default value in the schema...
[12:30:47] <BigJohnT> if that allows you to leave them out then that would be better imho
[12:31:23] <JanVanGilsen> dmesg -c
[12:31:32] <BigJohnT> thanks
[12:31:52] <JanVanGilsen> found it in "man dmesg" =)
[12:33:29] <BigJohnT> I googled it but didn't get far
[12:33:37] <BigJohnT> man was next :)
[12:34:39] <JanVanGilsen> the led could also be made a single element entry <led size="20" halpin="myled" />
[12:35:05] <BigJohnT> can't you do that now?
[12:35:26] <JanVanGilsen> iirc, yes
[12:36:17] <JanVanGilsen> that would be one of the goals of changing the parser
[12:37:47] <JanVanGilsen> now the parser is quite loose, settings could be a attribute or an element, thats against xml philosophy
[12:38:51] <BigJohnT> what is the difference between an element and an attrigute?
[12:38:58] <BigJohnT> attribute
[12:39:37] <JanVanGilsen> I think elements should be used when multiple childs are possible... e.g. <radiobutton><option>One</option><option>Two</option></radiobutton>
[12:40:29] <BigJohnT> so you can have more than one element of the same kind but only one attribute... that even makes sense to me at this early hour
[12:42:45] <JanVanGilsen> The max and min number of elements can be set in the xml-schema, so it's possible to have a element that can occure only once
[12:43:41] <JanVanGilsen> That behaves quite like an attribute, but cannot have a default value when its left out
[12:45:22] <JanVanGilsen> Then its value would be "None", so it could be tested in python if the value of an element = None and assing it a default value...
[12:47:31] <JanVanGilsen> I don't know whats the best method to use, with the xml-schema you don't have to be a programmer to alter the default values so that might be better
[13:53:26] <jepler> KimK_: I never use "single step" to relate movements in the preview with the source code. Insted, I just click on the line in the code pane, or on the movement in the preview pane, and see how they correspond.
[14:01:17] <JanVanGilsen> pyvcp feature that I just added it to my todo list <pyvcp updateperiod="100">
[14:15:48] <shrdlu-> it seems to me that 90% of programs with 'dxf support' do no such thing
[14:16:12] <shrdlu-> and also, whats the deal with the gui/interaction design on most CAM programs?
[14:16:32] <shrdlu-> many seem to look and behave like something from 1995
[14:17:12] <shrdlu-> rant
[14:50:28] <bglackin> G'morning.... Question on interference
[14:52:07] <bglackin> I moved my mill into my basement last week for various reasons. When done, I was leveling my table by routing the 3/4: skin done til all was cut. In the process, my Z plunged without command and tore up an endmill
[14:52:42] <bglackin> Just now, I turned everything on and while the computer was booting, the y axis started to jitter real bad
[14:53:18] <bglackin> after a minute, it went away, but when I f1/f2 the machine from Axis - the jitter started up again real bad
[14:53:48] <bglackin> I never had this problem before. Might this be rf or other interference in the house?
[14:54:10] <pjmcnc> have u tried a mains filter in line with the PSU for the steppers?
[14:54:33] <bglackin> The psu is a medical type with the filters built in
[14:55:04] <pjmcnc> a good filter, or ones built in to IEC sockets?
[14:55:23] <bglackin> you have me there - I do not know
[14:55:23] <KimK_> jepler: Good morning. OK, thanks, I didn't know the code lines and the displayed moves were "buttons" too, nice. Good for previewing and editing. But I still think there should be something to tell the operator what g-code line will be executed next when single stepping through a program. (Sometimes operators are distracted or called away.)
[14:56:06] <bglackin> I will take a closer look at the docs on the psu
[14:56:54] <cradek> KimK_: the highlighting in the gcode follows stepping
[14:58:06] <KimK_> cradek: Yes, but it seems only to be highlighted while actually executing, then it disappears. Or is that just in plain sim mode (what I'm using for this.)
[14:58:28] <cradek> which version?
[14:58:33] <KimK_> 2.2.8
[14:58:43] <cradek> ah
[14:58:48] <cradek> fixed in 2.3
[14:58:51] <KimK_> This is a 2.3 fix?
[14:58:57] <KimK_> ah, too slow
[14:59:08] <KimK_> OK, good!
[14:59:49] <KimK_> Another reason to celebrate 2.3's eventual release. How goes the bug removal?
[15:01:35] <cradek> I think it's in good shape but it's hard to know for sure until a lot of people start using it.
[15:01:42] <cradek> I think alex is testing packaging already
[15:03:12] <cradek> I bet advanced users who know how to build from cvs are already testing
[15:04:10] <cradek> bbl
[15:04:30] <KimK_> thanks
[15:17:46] <shrdlu-_> shrdlu-_ is now known as shrdlu-
[16:08:08] <shrdlu-> hm, so I've got this thing raster printing, kind of.
[16:08:30] <shrdlu-> Problem is, since I've had to max out all the acceleration settings to get it to smoothly pass over the code transitions, when it comes to the end of the line and has to turn back, it's not smooth at all
[16:09:27] <shrdlu-> how am I going to get some bits to have a relaxed accel, and some to just 'pass over'?
[16:10:48] <shrdlu-> http://www.youtube.com/watch?v=VDupEuulxgA
[16:10:54] <shrdlu-> I want the head to move like that
[16:14:07] <alex_joni> shrdlu-: this has more point using a halscope trace
[16:14:13] <alex_joni> so we can see what's happening
[16:19:50] <shrdlu-> hokay
[16:20:02] <shrdlu-> what should I trace?
[16:20:36] <alex_joni> well.. it would be nice to start with a program
[16:20:56] <alex_joni> say you have the raster mainly in X (left right), and advancing one line at a time in Y
[16:22:28] <shrdlu-> that's what I have
[16:22:32] <shrdlu-> cept I had to do something weird
[16:23:20] <shrdlu-> because it stops so abruptly, and this cut has some very small sections, I had to put a line at each end of the whole thing
[16:23:29] <shrdlu-> so it wouldn't go insanely fast over small sections
[16:24:06] <shrdlu-> what do you mean by 'start with a program'?
[16:28:41] <alex_joni> start by writing a program, which you probably have
[16:28:49] <alex_joni> then pastebin it so we can see what you're talking about
[16:29:29] <shrdlu-> oh, ok. It's pretty big. I'll paste a few thousand
[16:29:55] <alex_joni> hundred should be enough
[16:34:52] <shrdlu-> http://pastebin.com/d75a67ec3
[16:35:55] <shrdlu-> cam.py allows you to fill vectors with lines
[16:37:00] <alex_joni> shrdlu-: I notice you have all G0 moves
[16:38:11] <alex_joni> and you have :"M63P00 M62P00" one after the other
[16:38:15] <alex_joni> that has no effect
[16:39:48] <shrdlu-> hm. cam.py uses z axis commands to presumably turn the laser on and off, I just did a find/replace
[16:40:45] <shrdlu-> replace with m63 etc
[16:45:53] <jepler> http://emergent.unpy.net/index.cgi-files/sandbox/velocity-dip.png
[16:46:19] <jepler> captured somewhere between line 200 and line 250 running on sim/axis.ini. I had changed G00 to G01, added G21 at the top and M2 at the bottom.
[16:50:48] <jepler> emc's trajectory planner follows the rule that it never goes so fast over a segment that it can't exact stop at the end of it. On short segments, this means it limits maximum velocity. I suspect that's the effect I'm seeing in this trace.
[16:50:52] <shrdlu-> yah, I changed the G00s, but I'd been moderating the speed with 'max velocity' anyway
[16:52:23] <shrdlu-> It does do some strange mini halts in between sometimes
[16:52:41] <shrdlu-> but the main issue is it stopping too abruptly
[16:53:03] <shrdlu-> that's causing the head to miss steps
[16:54:32] <shrdlu-> I think anyway
[17:02:32] <cradek> all stops obey your acceleration setting
[17:03:03] <shrdlu-> yah, but what am I going to do about that?
[17:03:08] <shrdlu-> how can I have it both ways?
[17:03:26] <cradek> what do you mean both ways? (I didn't read back)
[17:05:05] <shrdlu-> well, say I have a bunch of small areas where I want the laser to fire, in order to make it not jump when transitioning
[17:05:10] <shrdlu-> I have to max out the accel settings
[17:05:51] <SWPadnos> get motors that can do the higher accels you need
[17:06:10] <shrdlu-> but when it comes to the end of that row of small areas, I want it to transition smoothly back
[17:06:32] <shrdlu-> these motors are capable of it, it works with my plotter card
[17:07:47] <shrdlu-> I really dont want to issue any stops at all, except when the head moves y up one unit and goes back the other way
[17:08:00] <SWPadnos> what do you mean by "transition smoothly back"?
[17:08:49] <shrdlu-> http://www.youtube.com/watch?v=VDupEuulxgA
[17:08:51] <shrdlu-> like that
[17:09:27] <SWPadnos> all I see is something moving back and forth quickly. it doesn't tell me much
[17:09:27] <shrdlu-> passing staight over the middle seconds, then smoothly turning back when it gets to the end
[17:09:29] <cradek> are you really doing a raster scan and you want each scanline to be constant velocity?
[17:09:48] <shrdlu-> I'm doing raster yes
[17:10:20] <cradek> so you really want one long continuous move, with the laser going on and off an arbitrary number of times during the move
[17:10:20] <shrdlu-> SWPadnos, when my laser does that, when it gets to the end of each pass, it jolts
[17:10:28] <shrdlu-> exactly yeah
[17:11:28] <cradek> unfortunately that's not what EMC does. you could modify it to do that though. anything else is only an approximation of what you want.
[17:12:03] <shrdlu-> what would the modifications consist of?
[17:13:12] <cradek> somehow in gcode specify the ons and offs for a move, get that information into the trajectory planner and then do so
[17:14:47] <cradek> alex just wrote this, but with two limitations: one on/off per move, and the on/off is only at the beginning of the move. you would have to generalize it.
[17:16:20] <shrdlu-> can I read off the number of pulses taken or something and just trigger it at the right number?
[17:17:38] <shrdlu-> gah, sorry. I have to go to a stupid obligtory personal training session :/
[17:17:41] <cradek> I don't see how you would do it outside the trajectory planner
[17:17:51] <shrdlu-> bbl
[17:19:01] <alex_joni> cradek: and even in the TP.. it's pretty hard to define how to do it
[17:25:52] <cradek> alex_joni: I wasn't saying it's easy, I'm saying that's a good approach and it would actually give you the desired behavior
[17:26:12] <cradek> you could get an on/off every servo cycle during the raster scan if you wanted it
[17:26:31] <alex_joni> yes, I agree.. the results jepler plotted are probably the best shrdlu- can get without changing emc2 extensively
[17:27:11] <alex_joni> maybe it could be done by defining M62 P0 Ixx Jxx
[17:27:18] <alex_joni> to define turn on/off locations
[17:27:31] <alex_joni> (or move percentage, or something like that)
[17:28:18] <cradek> yeah not sure how you would represent it in gcode
[17:28:44] <cradek> I'm not even sure it belongs in EMC-the-mill-and-lathe-control
[17:30:01] <alex_joni> ideally the g-code would only define the areas where the laser needs firing
[17:30:23] <alex_joni> and the control would scan over an extents of the program , and use the g-code only for triggering the laser
[17:38:46] <motioncontrol> good evening at all
[17:39:28] <bglackin> With his laser control - it appears he is operating a 2 axis machine. Could one use the z axis to trigger on and off the laser? the z move could be infinitesimal to avoid acel issues and then the only time accell and velocity changes would be at the end of a scan line? Just a thought
[17:40:24] <bglackin> and if he is using all three axes, then add one for the laser on/off switch
[17:43:34] <alex_joni> bglackin: you still need to slow down in XY if you move in Z
[17:43:44] <bglackin> back to an earlier Issue I have - I am getting jitters in my machine from outside interference of some kind. I am using an Astec iMPseries ps. Looking at the specs - its a switching PS (I have seen others say to stay clear of these). ITs also suposed to have low emi
[17:44:16] <eric_unterhausen> steppers?
[17:44:44] <bglackin> Alex - I relocated the router to my basement - trying to get it back up and running - I am encountering interference issues - my motors were squealing when the cumputer was booting up
[17:44:48] <bglackin> Yes Eric
[17:45:04] <bglackin> PacSci 205 oz unipolars
[17:45:12] <alex_joni> bglackin: computer booting sounds like parport wasn't initialized
[17:45:16] <alex_joni> that can be "normal"
[17:45:43] <bglackin> the jittering was before I hit the power button on the PC
[17:46:09] <bglackin> the motors were actually drifting back and forth
[17:46:30] <tomp> when you relocated, did you disconnect anything? maybe bad connections after relocation ( its usually the last thing you did --old saying )
[17:46:51] <eric_unterhausen> I wouldn't have my system on before the pc if it causes problems
[17:47:04] <bglackin> The location in my basement is below the kitchen (roughly under the fridge) and near an upright freezer in the same room - will these pose possible issues?
[17:47:46] <bglackin> tomp - Yes I disassembled the whole unit - I did go through and recheck everything
[17:48:15] <bglackin> Eric - I was under the impression I should have my driver board powered up before the PC
[17:48:38] <tomp> control power yes, just not enable, sounds ok
[17:49:12] <bglackin> I did run the unit last weekend for 1.5 hours using a large endmill to scab the sacraficail board so the table was level
[17:49:47] <tomp> got a scope? check mains, wiggle connections. (dont cut anything yet )
[17:49:59] <bglackin> it crashed by an inexplicable Z move (not programmed) which dove the endmill down and tore it up
[17:50:09] <motioncontrol> I have installed labview8.2 on debian before i have convet .rpm package in .deb package.Exist in emc a library .so for read and write parameter?
[17:50:12] <bglackin> No scope unfortunately
[17:50:21] <bglackin> I can certainly recheck all connections
[17:50:46] <eric_unterhausen> bglackin: what drives?
[17:50:53] <tomp> if mains look ok, move down to other ac and dc supplys/transformers, if thats ok check any heartbeats/clocks.
[17:51:07] <bglackin> hobbycnc - modified to allow EMC to drive the idle current circuit
[17:51:54] <tomp> check gnds to a good cold water pipe going deep into earth
[17:52:35] <tomp> without isolating the problem, and observing well, its all a bit voodoo
[17:53:03] <eric_unterhausen> are the computer and control on the same ground?
[17:53:09] <tomp> meaning, "theres things you can try"
[17:53:10] <bglackin> I have grounding rod off my breaker box
[17:53:36] <tomp> same as upstairs?
[17:53:47] <bglackin> Eric - Yes - I have them on a fused gangbox
[17:53:54] <eric_unterhausen> we have some grounds in my lab that are at different potentials
[17:54:07] <tomp> "grounds"
[17:54:12] <bglackin> Yes tomp
[17:55:12] <eric_unterhausen> "grounds" is what you get when your building is "rennovated" by some mafia types from Pittsburgh
[17:55:18] <tomp> haha
[17:55:21] <bglackin> I have a spare slot on my panel - I can rewire a single circuit to that plug
[17:56:51] <bglackin> I do run my router and vaccum off different circuits - never fired them up today though
[17:57:13] <tomp> i'd run a cable upstairs and then discard the idea if it didnt make a noticeable diff.
[17:57:50] <bglackin> I will go recheck all leads and run a plug to a different circuit before diving off
[17:57:55] <bglackin> THanks guys
[17:58:16] <tomp> you really needd to look close at the power sources and supplies, look for 'real gnd', loo for AC on top of DC... best o luck
[17:58:27] <tomp> and at connections
[17:59:03] <alex_joni> acemi: around?
[17:59:14] <tomp> urfh 2am, bye bye
[18:03:44] <motioncontrol> ciao alex, i search the library .so for read and write the parameter, but the emc not use the dinamic library and i thing not is possible comunication labview whith emc.
[18:06:57] <JymmmEMC> Most copier sized lasers use Corel to convert to HPGL and send to the laser via a printer driver. Settings in the printer driver (based upon the job) can entail: Speed, Power Level (%), DPI, PPI, Air Assist (on/off), Frequency (KHz) (?), and Error Diffusion (?). I think the laser being constantly on is done only with cutting operations, and PPI with engraving operations. Samples of various jobs and their settings can be found here: http://www.gccworld.co
[18:07:33] <acemi> alex_joni: yes?
[18:07:52] <bglackin> Alex_joni wins - parallel plug was loose! THanks guys
[18:08:48] <eric_unterhausen> good news
[18:08:48] <JymmmEMC> How could the parallel plug come loose? Cause we know that you wold always securely connect the cables so that wouldn't happen.
[18:09:04] <alex_joni> acemi: installed your lenny packages
[18:09:11] <motioncontrol> alex excuse for close immediately of yestarday, but in Romania the restourant close fast and i don.t do Dinner for work on maschine.
[18:09:14] <alex_joni> and I'm missing rtai_math
[18:09:37] <alex_joni> bglackin: do I get a price?
[18:09:43] <alex_joni> :)
[18:09:57] <alex_joni> JymmmEMC: riiiiight
[18:09:59] <bglackin> I have the cables "rigged" for the moment - that one cable is my limiting one - I may have pulled it off then stuck it back in without securing it adequately - sure seems to be the case
[18:10:08] <JymmmEMC> Oh btw... I was talking to Marriss once and he said the one guranteed way to kill a drive (even his vampire drivers) was for the paraport cable to come disconnected.
[18:10:14] <bglackin> Ok - give me $50
[18:10:18] <alex_joni> JymmmEMC: huh?
[18:10:21] <alex_joni> that's odd
[18:10:53] <acemi> alex_joni: is rtai_math module enabled in the default RTAI config?
[18:11:06] <alex_joni> acemi: not sure
[18:11:18] <alex_joni> I know we enable it in the ubuntu package
[18:11:27] <JymmmEMC> alex_joni: Maybe it was a motor cable it was a while ago. I'll let you test it to determine which one.
[18:11:29] <acemi> I compiled RTAI with the default
[18:11:32] <alex_joni> but oddly emc2 doesn't run for me... not sure how/why it runs for you
[18:11:51] <alex_joni> trying to load motmod fails because of missing symbols
[18:11:57] <JymmmEMC> lenny was released yesterday
[18:11:58] <alex_joni> ceil I think
[18:12:34] <alex_joni> btw.. if anyone installs lenny.. 4G is pretty close
[18:12:39] <alex_joni> (disk space)
[18:12:46] <JymmmEMC> 4g?
[18:12:57] <alex_joni> for a standard desktop install
[18:13:26] <JymmmEMC> 4g is the next generation of wifi over celluar service at wifi speeds
[18:13:34] <alex_joni> I meant 4GB
[18:13:54] <JymmmEMC> 4gb install for lenny?!
[18:14:51] <JymmmEMC> alex_joni: is that desktop install?
[18:15:00] <alex_joni> 20:11 < alex_joni> for a standard desktop install
[18:15:10] <JymmmEMC> JEEBUS!
[18:15:33] <alex_joni> after manually cleaning /var/cache/apt/* it's about 3.2G
[18:15:47] <alex_joni> + emc2 stuff -> tiny bit under 4G
[18:16:01] <alex_joni> (after removing gimp, openoffice, inkscape)
[18:16:09] <acemi> alex_joni: rtai_math is not enabled in the default config
[18:16:24] <acemi> but I can run emc2 without problem
[18:16:31] <alex_joni> maybe it was 2.2.x ?
[18:16:36] <alex_joni> I'm testing TRUNK
[18:16:40] <JymmmEMC> that's crazy, not even Vista is that bad
[18:16:47] <alex_joni> oh, vista is way worse
[18:16:59] <alex_joni> without apps too
[18:17:26] <JymmmEMC> Not THAT bad, I have a few VM's of vista
[18:18:02] <alex_joni> Vista's Home Premium and Ultimate editions both require 15GB of disk space to install, 10 times that of Windows XP.
[18:18:39] <JymmmEMC> Right "to install" as in temp file space needed during install, but I mean after that.
[18:19:07] <alex_joni> http://www.nvnews.net/vbulletin/showthread.php?t=85744
[18:20:35] <alex_joni> "Eh, My windows folder is 23-24GB on my laptop(Ultimate 64 bit). You are fine. Vista is just big."
[18:21:03] <JymmmEMC> You're gonna make me vpn into work... hang on....
[18:21:18] <alex_joni> JymmmEMC: I'm sure a tailored system is less
[18:21:37] <alex_joni> these are people who leave automatic updates and restore points and all that crap on
[18:27:06] <JymmmEMC> I'll be damn... 12.3GB VM image
[18:27:25] <alex_joni> win7 is supposed to be _much_ smaller
[18:27:52] <JymmmEMC> We have a full gigabit network at work, so I guess I never noticed too much.
[18:28:32] <JymmmEMC> I have Win7, only played with it for like 60seconds
[18:29:28] <shrdlu-> seems like that raster style ability would open up a lot of machines to emc. China are outputting these cheap lasers with plotter cards by the supertanker load
[18:30:55] <JymmmEMC> shrdlu-: Why would you want to use raster on a laser? That has to the slowest operation ever... Rastering a 5x7" image on to acrylic takes like 50 minutes.
[18:31:01] <alex_joni> shrdlu-: it's probably up for someone with such a machine
[18:31:41] <shrdlu-> JymmmEMC, raster output is a standard for every non industrial laser I've seen
[18:32:11] <shrdlu-> it enables you to do things like print photographs on glass, marble
[18:32:18] <shrdlu-> profile cut acrylic
[18:32:20] <JymmmEMC> shrdlu-: You might want to look at the link I provided early. Majotity is vector, not raster.
[18:32:43] <shrdlu-> majority of what?
[18:33:20] <shrdlu-> alex, should I start looking at trajectory control?
[18:33:53] <shrdlu-> I'm happy to learn it now. Since that stuff you added is good enough for the moment
[18:34:05] <JymmmEMC> shrdlu-: You are so adamant about using a laser in raster that I give up. Good Luck.
[18:35:15] <shrdlu-> JymmmEMC, I have a desktop laser for art and crafts style stuff. Every similar laser by universal, epilog etc feature raster as a major part of their driver offerings
[18:35:23] <shrdlu-> why is this a strange thing?
[18:38:49] <eric_unterhausen> probably needs it's own trajectory planner?
[18:40:21] <shrdlu-> JymmmEMC, what was it in the link you posted that I was supposed to look at?
[18:44:23] <shrdlu-> that sounds, daunting, eric_unterhausen :)
[18:45:20] <cradek> shrdlu-: how big is this machine?
[18:45:58] <alex_joni> desktop lasers I've seen are 60x60cm maybe
[18:47:30] <shrdlu-> I have a vast laser bed of about 22x23cm ;)
[18:48:58] <alex_joni> cradek: small enough for overnight shipping :P
[18:51:55] <shrdlu-> it was quite cheap. Chinese job, cost about $1200
[18:51:59] <shrdlu-> 40W
[18:51:59] <cradek> alex_joni: true. if someone would give me a machine like that I'd write the EMC extensions I described to shrdlu- earlier.
[18:54:50] <shrdlu-> http://www.hxlaser.com/products/chapter/sp.htm
[18:55:54] <alex_joni> cute
[18:57:51] <alex_joni> well, after rebuilding rtai, emc2 works like a charm on lenny
[19:02:22] <acemi> alex_joni: did you change anything in the RTAI config
[19:38:33] <shrdlu-> is there a way to pwm those 62/63 codes?
[19:49:49] <shrdlu-> huh, 2.3 version of stepconf looks good
[19:49:52] <alex_joni> acemi: I used the debian/ folder we used for ubuntu
[19:50:29] <alex_joni> shrdlu-: here's an idea.. you can use p0 .. p3 for different laser power outputs
[19:51:00] <alex_joni> the output only enables/sets the power for a pwmgen which connects to the laser output
[19:51:35] <shrdlu-> hokay, great thanks
[19:56:03] <BigJohnT_> BigJohnT_ is now known as BigJohnT
[20:54:22] <shrdlu-> hm, heh, the emc site just turned spanish
[20:55:11] <shrdlu-> back now
[20:55:23] <shrdlu-> oh, hm
[20:55:41] <shrdlu-> perhaps italian
[20:55:48] <shrdlu-> I can't really tell the difference, written
[20:58:39] <alex_joni> there are links bottom left for different languages
[21:01:01] <bglackin> For turning the power on and off and setting different levels - why not use a spare axis different heigt/rotation = different power and home position =off - unless your trying to avoid gcode altogether
[21:02:07] <shrdlu-> I have done that bglackin, and used the spindle output
[21:02:33] <bglackin> Ahh - sounds like a simple workaround
[21:03:45] <shrdlu-> the problem is, in order to get it to raster scan, without slowing down after each move, I have to put the accel at max
[21:03:57] <shrdlu-> there are thousands of tiny moves involved
[21:04:16] <shrdlu-> so it'll stutter without that
[21:04:54] <shrdlu-> but that means when it reaches the end of the row, and has to come back the other way, there's one big jolt
[21:04:57] <bglackin> Alex - I just did a grid on my router and am trying to work out the natural skew - I will put my measurements up on pastebin in a few min
[21:05:03] <shrdlu-> which means i can't run at high speed
[21:05:40] <bglackin> why not allow it to "overrun" with no power on the laser - it cuts down you effective work envelope but avoids the bump
[21:06:11] <bglackin> just have a perimeter in your work envelope which is used solely for accell and decel
[21:06:27] <shrdlu-> I can dynamically change the accel?
[21:07:17] <bglackin> max your acell on the laser axis and when its on the perimeter - it should not matter since that axis is "not moving"
[21:07:29] <alex_joni> bglackin: won't work
[21:07:51] <bglackin> Ok - I am a dummy here just throwing a few thoughts out
[21:08:02] <alex_joni> no problem with that :)
[21:08:15] <alex_joni> shrdlu-: I don't think there is anything config wise that can make it better
[21:09:09] <shrdlu-> yah, I've kind of given up with tweaking it. I'm going to have to learn how to change things in the code itself, I guess
[21:10:59] <shrdlu-> considering I can barely make sense of the hal files, this may take some time
[21:13:08] <shrdlu-> I lost my EMC icons when I did something stupid trying install KDE last night, so I just reinstalled the package via the sh script
[21:13:18] <shrdlu-> now I'm getting "insmod: error inserting '/usr/realtime-2.6.24-16-rtai/modules/emc2/motmod.ko': -1 Operation not permitted"
[21:13:25] <shrdlu-> 2.3pre works
[21:15:35] <shrdlu-> hm, maybe it's because I used the new stepconf
[21:16:07] <shrdlu-> ah, yes
[21:18:39] <alex_joni> shrdlu-: check dmesg
[21:19:06] <alex_joni> ah, trying to run a new stepconf config with 2.2.8 won't work
[21:28:35] <shrdlu-_> gah. weird random lockup again
[21:28:45] <shrdlu-_> (not emc related)
[21:35:17] <alex_joni> mshaver: hi, any progress?
[21:38:26] <bglackin> Alex - Was goiong to send a priint to pastebin, but qcad is acting up on me Here are my 4 corner measurements
[21:39:45] <bglackin> On EMC LL=3,3, LR = 43,3, UR = 43,21, UL = 3,21
[21:39:57] <bglackin> DIagonals
[21:40:51] <bglackin> LL to UR 46 5/8, LR to UL = 46-17/32
[21:41:19] <bglackin> looks like 3/64's of skew?
[21:41:50] <bglackin> or do I need to go back to geomtery?
[21:41:56] <bglackin> and spelling
[21:42:29] <SWPadnos> did you measure the sides as well?
[21:42:38] <SWPadnos> or were those the EMC position readouts?
[21:42:50] <bglackin> yes - sides are 18X43
[21:42:57] <bglackin> yes and yes
[21:43:26] <bglackin> X travel ok and y travel ok - just skewd a bit - better than it was before I moved the router
[21:43:42] <SWPadnos> I'm not sure how the length of the sides can match the DRO when there's skew ...
[21:44:07] <SWPadnos> oh, maybe they can
[21:44:16] <bglackin> no millkins yet - used a straight rule from the drilled points
[21:44:25] <SWPadnos> (maybe I need to go back to geometry class ;) )
[21:44:44] <bglackin> looks like I'll be alone in spelling though
[21:44:54] <SWPadnos> yep. I don't need that
[21:45:03] <SWPadnos> remedial typing sometimes though :)
[21:45:26] <bglackin> brains already onto the 3rd thought past the present typing
[21:48:23] <JymmmEMC> This just bites... I have a nice 1U opteron box that has 3x 15K RPM fans in it and screams like hell. It's a Rackable (tm) so custom enclosure/connections/PS so just can't grab off-the-shelf mid tower case and toss it in. argh
[21:51:28] <JymmmEMC> Even grabbed a piece of corrugated signboard and mounted a 80mm fan (what I had handy) on it blowing directly down on the cpu. It's 'okey' but just not enough
[22:08:26] <bglackin> Looks like I can safely ignore the skew - less than 0.001" per inch on the y axis. Reassembling the machine has made a big difference
[22:45:53] <alex_joni> good night all
[22:46:17] <JymmmEMC> Night alex