#linuxcnc | Logs for 2012-03-28

Back
[00:00:39] <Thetawaves> your encoder cables will start acting like antennas?
[00:00:42] <Valen> yeah, i wont need that, 1khz sample rate would be sufficent
[00:01:24] <Valen> so a dual sample ADC (or 2 ADC's) would do the job, read digital position and trigger ADC capture (presumably with some time offset)
[00:01:49] <Valen> lookup table to get positioning then spit it back out over SPI
[00:07:27] <PCW> Thetawaves: No at high count rates the DSP is not fast enough but fine for slow stuff and resolution goes up as speed goes down
[00:08:07] <Thetawaves> oh right, just use a faster dsp
[00:08:31] <Valen> hardware encoder module will make up for a lack of CPU speed ;->
[00:08:36] <Thetawaves> i use an asic to convert my quadrature encoders into spi
[00:08:41] <PCW> yeah with the proviso that arctan needs to be done carefully
[00:08:44] <Thetawaves> so i can read at the speed of spi
[00:09:17] <Thetawaves> (which is not as fast as the really really fast encoders)
[00:10:04] <Thetawaves> the problem is the cables
[00:10:04] <Valen> pcw what pitfalls should i be looking for (other than simultanious sample, and fast sample)
[00:10:15] <Thetawaves> 100mhz is no problem on a circuit board
[00:10:29] <Thetawaves> try to put that in a cable 10 feet long and you've got issues
[00:10:51] <PCW> I dont think its too hard a $3.00 DSPIC would do
[00:11:18] <Valen> i haven't used one of those though, and an AVR with encoder module is easy ;->
[00:11:36] <Thetawaves> DSPIC has much more reliable interrupt latency
[00:11:46] <Thetawaves> the xmega did a lot to iron out those issues though
[00:11:58] <PCW> I think the AVR and its A-D is too slow
[00:12:44] <Thetawaves> you will have to run the math to determine if it is too slow
[00:14:38] <Thetawaves> programming dspic on linux isn't the sweetest thing ever
[00:15:54] <PCW> AVRs dont have simultaneous sample ADCs AFAIK which is a showstopper
[00:17:08] -!- joe9 has quit [Quit: leaving]
[00:17:13] -!- maximilian_h has quit [Quit: Leaving.]
[00:17:55] <PCW> I doubt if the development environment matters much
[00:17:57] <PCW> If you cant get the ISR into 50 or so very well chosen instructions there's probably not much hope
[00:18:27] -!- joe9 [joe9!~joe9@c-24-99-80-97.hsd1.ga.comcast.net] has joined #linuxcnc
[00:20:25] -!- Tugge [Tugge!~tugge@a91-153-45-7.elisa-laajakaista.fi] has joined #linuxcnc
[00:22:41] <PCW> looks like the AVR32 has simultaneous sampling
[00:27:03] <Thetawaves> what about the stm32?
[00:27:39] -!- seb_kuzminsky has quit [Ping timeout: 245 seconds]
[00:28:38] <Thetawaves> yeah i think it does
[00:35:49] -!- JT-Shop has quit [Quit: ChatZilla 0.9.88.1 [Firefox 10.0.2/20120215223356]]
[00:41:36] <Valen> I was just going to put a pair of external ADCs in so i can site them right at the measurement location
[00:41:54] <Valen> and given the application interrupt latency wont be much of an issue
[00:42:06] <Valen> I'm only going for a 1khz readout rate
[00:43:04] <Valen> now to find phosphor bronze in 1mm 1.5mm and 2mm sizes
[00:43:29] <Valen> for actual machining work
[00:43:38] <Valen> any ideas
[00:47:14] <Thetawaves> avr will do 1khz
[00:47:26] <Valen> no simultanious sampling though
[00:49:40] <Thetawaves> you should get an stm32
[00:53:12] <Valen> I want to opensource the electronics in it, so I'm thinking AVR probably has the widest userbase
[00:53:34] <Thetawaves> arm is used billions more devices than avr
[00:54:16] <Thetawaves> for ~1$ you get 150mhz, 32bits, 20k ram, 40k flash
[00:54:45] <Valen> yes, but how many hobby programmers use arm?
[00:55:27] <Thetawaves> most the people in #electronics use arm
[00:56:08] <Thetawaves> and that is a pretty use cross section of hobbyist embedded
[00:56:21] <Thetawaves> huge, god damnit i can't type or something
[00:56:28] <Valen> simultanious sampling?
[00:58:13] <Thetawaves> there are two 8 channel adcs that can be sampled simultaniously
[00:59:04] -!- seb_kuzminsky [seb_kuzminsky!~seb@75-166-181-154.hlrn.qwest.net] has joined #linuxcnc
[00:59:37] <Valen> part number?
[00:59:49] <Valen> also OSS programming?
[00:59:52] <Valen> and USB stack?
[00:59:55] -!- Tom_L [Tom_L!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[01:00:28] <Thetawaves> http://www.st.com/internet/mcu/subclass/1521.jsp
[01:00:40] <Thetawaves> linux runs on arm.
[01:02:24] <Valen> yes, but i want to do teensy embedded programming without huge amounts of pain
[01:04:56] <Thetawaves> http://search.digikey.com/scripts/DkSearch/dksus.dll?WT.z_cid=sp_497_0928_buynow&site=us&lang=en&Vendor=497&mpart=STM32F4DISCOVERY
[01:05:54] <Thetawaves> 3×12-bit, 2.4 MSPS A/D converters: up to 24 channels and 7.2 MSPS in triple interleaved mode
[01:06:32] <Thetawaves> if you want to be linux friendly, use this
[01:06:40] <Thetawaves> otherwise just use dspic
[01:07:23] <Thetawaves> good news is bare bones arm isn't that rough :)
[01:13:24] -!- rob_h has quit [Ping timeout: 260 seconds]
[01:19:59] -!- Valen| has quit [Quit: Bye]
[01:27:46] <CareBear\> Valen : NXP LPC1343 http://stuge.se/lpc1343_buttons.tar.bz2 http://cbs.stuge.se/
[01:38:11] -!- pcw_ [pcw_!~chatzilla@ip-66-80-167-54.sjc.megapath.net] has joined #linuxcnc
[01:38:16] -!- pcw__ [pcw__!~chatzilla@ip-66-80-167-54.sjc.megapath.net] has joined #linuxcnc
[01:53:31] -!- atom1 [atom1!~tom@ip70-179-150-84.fv.ks.cox.net] has joined #linuxcnc
[01:58:12] -!- jtr [jtr!~jtr@cpe-071-076-196-103.triad.res.rr.com] has joined #linuxcnc
[02:01:48] -!- phantoxe has quit [Read error: Connection reset by peer]
[02:08:37] -!- z-log has quit [Remote host closed the connection]
[02:22:48] -!- capricorn_one [capricorn_one!~raffi@zima.linwin.com] has joined #linuxcnc
[02:53:10] -!- elmo40 [elmo40!~Elmo40@CPE0017ee09ce6d-CM001bd7a89c28.cpe.net.cable.rogers.com] has joined #linuxcnc
[02:54:04] -!- Tom_L has quit []
[02:54:14] -!- atom1 has quit [Quit: Leaving]
[03:02:42] -!- Nick001 has quit [Read error: Connection reset by peer]
[03:12:39] -!- sumpfralle has quit [Ping timeout: 245 seconds]
[03:21:50] -!- Nick001 [Nick001!~nospam@50.32.70.59] has joined #linuxcnc
[03:26:49] <ssi> got my spindle abs working
[03:27:03] <jdhnc> then you can work on pecs
[03:27:19] <ssi> maybe!
[03:29:29] <Thetawaves> abs?
[03:29:42] <ssi> yea absolute value of the spindle vel-cmd sent to the pwmgen
[03:29:50] <ssi> I need 0-10v positive always
[03:29:54] <ssi> plus a fwd/rev enable signal
[03:30:39] <Thetawaves> i've got a few questions for you then
[03:30:42] <ssi> ok
[03:31:09] <Thetawaves> so linuxcnc emits a 0-10v pwm signal?
[03:31:23] <ssi> well no
[03:32:12] <ssi> I believe if you look at the raw pin of a pwmgen, what you see is 50% duty = 0, and 100% duty is +10v and 0% duty is -10v
[03:32:22] <ssi> you need some support circuitry to actually make it so
[03:32:28] <ssi> on this lathe the 7i49 does that for me
[03:32:36] <ssi> 7i48 I think also does that, and perhaps the 7i33
[03:32:59] <ssi> on my little lathe, I don't have any of those daughtercards, just a bare 7i43, and I am using a stupid little C10 board to do it
[03:33:17] <Thetawaves> ohhh your spindle driver takes +-10v
[03:33:23] <Thetawaves> linear
[03:33:27] <ssi> my spindle's driven by a VFD
[03:33:30] <ssi> which takes 0-10V
[03:33:36] <ssi> for frequency
[03:33:43] <ssi> and then fwd/reverse switch closures
[03:33:47] <ssi> which I'm driving with a transistor
[03:34:51] <Thetawaves> very cool
[03:35:40] <Thetawaves> my goal was to get a 0-5v pwm signal onto a parallel port pin to drive a custom 100vdc motor controller
[03:36:29] <Thetawaves> i nuked the manually operated power supply on my 300w spindle
[03:36:47] <Thetawaves> and after having looked on ebay for 100v stuff
[03:36:55] <Thetawaves> i'll just have to build it instead
[03:38:19] -!- koax_ has quit [Ping timeout: 265 seconds]
[03:42:55] <ssi> I see
[03:43:10] <Thetawaves> i like your setup because you don't have to actually measure the motor speed
[03:43:12] <Thetawaves> you just know it
[03:43:32] <ssi> well it's not quite that simple
[03:43:48] <ssi> because there's two clutched reductions (high/low) and a varispeed screw
[03:43:57] <ssi> I'm not actually running the varispeed screw, and I may never
[03:44:04] <ssi> but I need to pick a spot for it and block it there or something
[03:44:20] -!- demacus_ [demacus_!~demacus@erft-5d80aac8.pool.mediaWays.net] has joined #linuxcnc
[03:44:32] <ssi> anyway, the spindle has a resolver on it
[03:44:36] <ssi> so I CAN measure spindle speed
[03:48:04] -!- demacus has quit [Ping timeout: 245 seconds]
[03:48:16] <Thetawaves> you've got some nice io cards
[03:54:22] <ssi> yea mesa's good stuff
[04:12:52] <ssi> anyone ever messed with the gearchange component?
[04:17:55] -!- ve7it has quit [Remote host closed the connection]
[04:28:23] <Nick001> have you kooked at Kirk Wallaces Hardinge?
[04:28:31] <Nick001> looked
[04:29:51] -!- seb_kuzminsky has quit [Ping timeout: 252 seconds]
[04:31:14] <alex4nder> yoh
[04:31:34] <ssi> I've seen a bit of it
[04:33:47] <Nick001> in his io.hal, there's refence to high - low clutch. I think his machine started out as a GE deal
[04:35:17] <Nick001> his file is ported out through parport so you'd have to rearrage things for mesa
[04:36:30] <ssi> I have my clutches connected to pins
[04:36:36] <ssi> what I'm not sure about is how I want to actually control them
[04:37:30] <ssi> I'm thinking a couple of gearchange custom M codes
[04:37:33] <ssi> M103/M104 maybe
[04:37:56] <ssi> 103 selects low clutch and scales the spindle PWM to the low range, 104 selects high clutch and scales the spindle PWM to the high range
[04:38:37] <ssi> thing is, I don't actually want to run the clutch all the time... so I probably want the "selection" to set some internal signal, and then somehow have it enable and disable the appropriate clutch with the spindle enable
[04:40:33] <Nick001> you would leave it in high most of the time and switch to low for roughing with higher torque
[04:41:23] <ssi> I'd use low for threading as well
[04:41:36] <ssi> I just dunno that I want to leave the clutch enabled all of the time
[04:41:45] <ssi> I don't know if the coils in them can burn out or anything
[04:42:16] <Nick001> one or the other has to be energized to run the spindle at all
[04:42:21] <ssi> yes, I know that
[04:42:31] <ssi> but neither needs to be energized when the spindle's not running
[04:43:13] <Nick001> wouldn't m30 cover that?
[04:43:30] <ssi> how would it cover that
[04:44:03] <Nick001> just like it automatically does m9 and such
[04:44:36] <Nick001> and m5
[04:45:30] <ssi> I don't know how it would know about my custom clutch codes magicaly
[04:45:37] <ssi> and I don't know how to go about making it know about them
[04:45:50] <ssi> easier just to have the clutches come on and off automatically with the spindle enable
[04:46:42] <Nick001> cuts down the wear by leaving it engaged
[04:46:52] <ssi> wear on what
[04:47:14] <Nick001> disk plates inside
[04:47:34] <ssi> so on continuously for hours is better for it than on and off?
[04:48:29] -!- pcw_ has quit [Ping timeout: 244 seconds]
[04:48:38] -!- pcw__ has quit [Ping timeout: 240 seconds]
[04:48:52] <Nick001> if your turning the spindle on and off constally running parts - have to figure ou costs
[04:50:11] -!- seb_kuzminsky [seb_kuzminsky!~seb@74.220.38.17] has joined #linuxcnc
[04:51:34] <ssi> maybe the right answer is to enable the clutch continuously for a whole program (unless needing to change clutches), but enable it only when enabling the spindle when in MDI mode
[04:51:38] <ssi> I don't know how hard that might be
[04:52:10] <Nick001> need to learn how Hardinge handled it - they last for many years however they're doing it
[04:52:49] <Nick001> that sounds like the most reasonable thing to do
[05:06:42] -!- bedah [bedah!~bedah@f053156170.adsl.alicedsl.de] has joined #linuxcnc
[05:07:38] <ssi> ok my spindle interlock limit is working :D
[05:07:55] <ssi> spindle motor won't run if the spindle lock is in
[05:08:07] <ssi> # spindle-not-locked is attached to and2.0.in0 up in the limits section
[05:08:07] <ssi> net spindle-interlock-and1 and2.0.in1 <= motion.spindle-on
[05:08:07] <ssi> net spindle-enable <= and2.0.out
[05:08:33] -!- psha[work] [psha[work]!~psha@195.135.238.205] has joined #linuxcnc
[05:11:53] <ssi> thinking about adding an interlock to enable so nothing runs without air pressure
[05:11:59] <ssi> since the lubrication system doesn't run with no air
[05:14:29] <Nick001> there sould be a low air pressure switch by the collet closer selenoids
[05:15:04] <ssi> there is
[05:15:13] <ssi> I'm just talking about hal-wiring it in so it actually performs the interlock
[05:15:20] <ssi> I already have it wired, but I have to act on it
[05:15:28] <Nick001> connect to the estop chain
[05:16:51] <Nick001> that way nothing runs till it's cleared - no code required
[05:19:08] <Nick001> you also should turn the air off when you shut the machine down to keep from consuming air
[05:19:25] <ssi> yeah it leaks like a sieve
[05:19:43] <ssi> actually what would be awesome is if I had an electromechanical solenoid that enabling the machine enabled
[05:19:58] <Nick001> Hardige made it that way
[05:20:13] <Nick001> always be added -)
[05:20:14] <ssi> yeah, the closer seems to leak by design
[05:20:40] <Nick001> so does the turret
[05:21:13] <Thetawaves> does it help to clear debrie?
[05:21:32] <Nick001> that's what oils up the x tach - I got rid of that with Pico's amps
[05:35:21] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc
[05:50:11] -!- cevad has quit [Quit: Leaving]
[05:50:35] <ssi> got some preliminary homing
[05:50:55] <ssi> doesn't use the fine home switch, just seeks to home, comes off home, then forward into it to resolver index
[05:51:01] <ssi> so far seems pretty repeatable
[05:51:04] <ssi> haven't tested it to the tenth yet
[05:55:27] <Nick001> JT's files has the rough and finish home sequence
[05:56:42] <Nick001> as long as it's hitting the index, the indicater will be the same each time you home
[05:57:24] <ssi> he has encoders
[05:57:45] <ssi> so here's the deal with the "proper" hnc homing sequence
[05:57:49] <ssi> it finds the rough switch
[05:57:59] <ssi> then it seeks for an index GATED BY the fine switch
[05:58:09] <ssi> since the resolvers index many times per rev
[05:58:34] <ssi> it's possible without using the fine switch as a gate to seek past the "home" index and find another more different index
[05:59:19] <ssi> what I need to do is figure out how to hack the hal resolver driver (or get KimK or andy's help one of these days), and add the ability to gate the index with a pin
[05:59:34] <ssi> at least that's what cradek and pcw have sorta suggested
[05:59:44] <ssi> I don't know if it's going to be necessary or not, but that's the correct way to do it
[06:00:39] <Nick001> I'd like to know how it's done - I'll be switching back to axis resolvers at some point
[06:00:53] <ssi> well by the time you get there, i'll have it sorted :)
[06:00:59] <ssi> I don't intend to move away from resolvers
[06:01:13] <ssi> I may ditch the tachs some day and get torque mode drives if they give me enough trouble
[06:02:54] <Nick001> Ajax had me swap to encoders with their system and Mach3& rutex used them,I just left them alone untill Pico came out with a resover card.
[06:03:30] <ssi> I'd skip the pico card and go straight for the mesa
[06:03:45] <ssi> it's considerably cheaper, and likely will be a better product once we get all the kinks worked out for the hardinge
[06:05:35] <Nick001> the pico card's been in for a long time now. Mayby on the next machine I'll consider mesa. seems the mesa resolver card has issues with counting?
[06:05:48] <ssi> not sure what issues you mean
[06:06:36] <ssi> my current card has issues with being overdriven, because it's designed for low-output resolvers and the hnc seems to have high output resolvers
[06:06:52] <ssi> but Peter has created a high-output version and he's sending me a test unit this week
[06:07:59] <Nick001> thats what I saw - not high output but geared ratio -
[06:08:41] <ssi> Peter's tailoring the AD frontend to a particular input voltage range, and the original card is assumed that you're using 2:1 resolvers
[06:08:59] <ssi> it drives them with 2V rms, and expects 1V rms back
[06:09:06] <ssi> well mine seem to be like 1:3
[06:09:11] <Nick001> I forget what I measured - about 5 to 1 ratio
[06:10:39] <Nick001> I think they're testing a 1 to 1 ration - like whats on the spindle. X and Z have a high gear ratio
[06:10:49] <Nick001> ratio
[06:10:55] <ssi> the spindle resolver is lower ratio?
[06:11:12] <ssi> or you're talking about the gear ratio not the transformer ratio
[06:11:16] <Nick001> spindle is 1 to 1
[06:11:31] <Nick001> 20 tooth to 20 tooth
[06:11:36] <ssi> yeah that doesn't matter
[06:11:44] <ssi> just affects the scale
[06:11:56] <ssi> it's the electrical ratio that is important for what I'm talking about
[06:12:40] <Nick001> axis has a prox 200t gear driving smaller gears - like i said - I forgot the eaxact ratio
[06:13:04] <ssi> whatever the ratio is, the combination of ratio with the ballscrew produces a scale of 0.2
[06:13:07] <ssi> or maybe 0.002
[06:13:08] <ssi> er, 0.02
[06:13:10] <ssi> I'll have to double check
[06:13:15] <ssi> but I have that sorted already
[06:14:02] <Nick001> it's late - beyond tired
[06:14:41] <ssi> same here
[06:15:28] <Nick001> I believe the resolvers are 2/1 electrical ratio - I have to look at a spare one to see
[06:15:42] <ssi> they certainly don't seem to behave as 2:1
[06:17:23] <Nick001> have to look to see rated voltages for rotor and stator
[06:17:38] <ssi> if you've got a way to look that up, I'd definitely be interested
[06:18:08] <Nick001> in the morning - but not too early -)
[06:18:59] <Nick001> besides - it's cold out tonight
[06:19:06] <ssi> yeah no rush
[06:19:14] <Nick001> night
[06:19:18] <ssi> at this point it's almost too late cause pcw already has my test version ready :)
[06:19:22] <ssi> so I'm just hoping it's correct
[06:19:23] <ssi> hehehe
[06:19:57] -!- vladimirek [vladimirek!~vladimire@bband-dyn121.95-103-118.t-com.sk] has joined #linuxcnc
[06:50:47] -!- vladimirek has quit [Remote host closed the connection]
[07:06:47] -!- capricorn_one has quit [Remote host closed the connection]
[07:13:40] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.157] has joined #linuxcnc
[07:14:13] -!- Valen has quit [Ping timeout: 245 seconds]
[07:16:31] <Jymmm> Are 36" bolt cutters worth a damn?
[07:18:35] <awallin> Jymmm: if youre in the business of stealing bicycles...
[07:18:57] <Jymmm> Even then, 36" though?
[07:19:24] <awallin> heh, had to use bolt-cutters when I forgot the number-code to my laptop cable-lock :)
[07:19:48] <Jymmm> Well, you didn't HAVE to, thee are easier ways.
[07:20:42] <Jymmm> I am talking brute force entry purposes here. Just not sure if bolt cutters are a way to go, or something else like an angle grinder instead.
[07:21:02] <Jymmm> or battery powered something or another.
[07:22:01] <awallin> the big ones aren't exactly precision tools...
[07:22:23] <awallin> there might be a 1mm or 0.5mm gap between the blades when it's closed. I guess there's and adjustment for that.
[07:22:59] <Jymmm> But if adj properly, wouldn't a grinder with cutoff blade be more effective?
[07:24:02] <awallin> I'd guess the bolt cutter is silent and quick, if it works. grinder might cut through bigger&tougher things eventually
[07:24:44] <Jymmm> Yeah, quiet is always a good thing. I was even thinking an air grinder and a 40lb nitrogen tank for portability
[07:24:55] <Jymmm> but loud!
[07:27:21] <awallin> the bike thieves might use some way to rapidly cool the lock (makes it fragile), and then a big hammer. make that liquid nitrogen tank then..
[07:28:19] <Jymmm> that rarely works in any plae other than the movies
[07:28:22] <Jymmm> place
[07:28:56] <Jymmm> But, an angle grinder with cutoff blade will always work.
[07:29:19] <awallin> yeah, it's just loud, slow, and sparks will fly..
[07:30:26] <Jymmm> I'm just wondering if it's worth getting 36" bolt cutters for $17 out the door or not.
[07:30:51] <Jymmm> I have a pair of 18" I've used only twice in 10 years.
[07:57:14] -!- DJ9DJ [DJ9DJ!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[07:57:30] <DJ9DJ> moin
[08:01:38] <Loetmichel> mornin
[08:02:45] -!- pjm__ has quit [Quit: TTFO]
[08:57:20] -!- rob_h [rob_h!~rob_h@5ace7075.bb.sky.com] has joined #linuxcnc
[09:02:42] -!- Guest62612 [Guest62612!~Miranda@0022faf5a8b2.dfn.mwn.de] has joined #linuxcnc
[09:07:29] -!- Guest62612 has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
[09:15:28] -!- GH-1234 [GH-1234!~Miranda@0022faf5a8b2.dfn.mwn.de] has joined #linuxcnc
[09:16:26] -!- GH-1234 [GH-1234!~Miranda@0022faf5a8b2.dfn.mwn.de] has parted #linuxcnc
[09:38:19] -!- pjm [pjm!~pjm@109.104.96.45] has joined #linuxcnc
[09:41:46] -!- mhaberler has quit [Quit: mhaberler]
[09:48:37] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc
[09:52:25] -!- seb_kuzminsky has quit [Ping timeout: 265 seconds]
[10:03:21] -!- sumpfralle [sumpfralle!~lars@31-16-21-63-dynip.superkabel.de] has joined #linuxcnc
[10:10:23] -!- seb_kuzminsky [seb_kuzminsky!~seb@75-166-181-154.hlrn.qwest.net] has joined #linuxcnc
[10:17:10] <mazafaka> evening. had been milling round holes, random axes of our CNC machine turn off because of vibration in the shop.
[10:17:35] <mazafaka> I think I can become a boss on some plant... :)
[10:37:40] -!- Radium [Radium!~carbon@117.203.0.179] has joined #linuxcnc
[10:42:47] -!- pcw_ [pcw_!~chatzilla@ip-66-80-167-54.sjc.megapath.net] has joined #linuxcnc
[10:42:50] -!- pcw__ [pcw__!~chatzilla@ip-66-80-167-54.sjc.megapath.net] has joined #linuxcnc
[10:45:30] <Jymmm> Will he REAL PCW, please stand up!
[10:53:48] -!- koax has quit [Ping timeout: 265 seconds]
[11:08:55] -!- maximilian_h has quit [Quit: Leaving.]
[11:11:53] -!- phantoxe [phantoxe!~destroy@a95-92-89-24.cpe.netcabo.pt] has joined #linuxcnc
[11:12:30] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.157] has joined #linuxcnc
[11:22:27] -!- Radium has quit []
[11:23:15] -!- Radium [Radium!~carbon@117.203.0.179] has joined #linuxcnc
[11:33:16] -!- FredrikHson [FredrikHson!~Silverwol@90-230-36-147-no43.tbcn.telia.com] has joined #linuxcnc
[11:35:50] <Loetmichel> sooo... if you dont HAVE a 2mm mill bit, GRIND one... (great that i have so much broken Tungsten carbide bits ;) ... i hope it cuts... *test* -> http://www.cyrom.org/palbum/main.php?g2_itemId=12967
[11:38:47] -!- Radium has quit []
[11:39:48] -!- Radium [Radium!~carbon@117.203.0.179] has joined #linuxcnc
[11:53:25] -!- Radium has quit []
[11:54:07] -!- Radium [Radium!~carbon@117.203.0.179] has joined #linuxcnc
[11:55:38] -!- sumpfralle has quit [Read error: Operation timed out]
[11:57:49] -!- jthornton [jthornton!~chatzilla@64.85.220.187.reverse.socket.net] has joined #linuxcnc
[12:15:25] -!- maximilian_h has quit [Quit: Leaving.]
[12:19:01] -!- Sulfur [Sulfur!~carbon@117.203.15.52] has joined #linuxcnc
[12:20:02] -!- Radium has quit [Ping timeout: 246 seconds]
[12:27:35] -!- Sulfur has quit [Remote host closed the connection]
[12:28:08] -!- Radium [Radium!~carbon@117.203.15.52] has joined #linuxcnc
[12:36:32] -!- jthornton has quit [Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643]]
[12:40:46] -!- JT-Shop [JT-Shop!~chatzilla@64.85.221.153.reverse.socket.net] has joined #linuxcnc
[12:40:51] -!- joe9 has quit [Read error: Connection reset by peer]
[12:41:15] -!- JT-Shop has quit [Client Quit]
[12:41:29] -!- JT-Shop [JT-Shop!~chatzilla@64.85.221.153.reverse.socket.net] has joined #linuxcnc
[12:41:52] -!- JT-Shop has quit [Client Quit]
[12:42:01] -!- JT-Shop [JT-Shop!~chatzilla@64.85.221.153.reverse.socket.net] has joined #linuxcnc
[12:42:28] -!- JT-Shop has quit [Client Quit]
[12:42:36] -!- JT-Shop [JT-Shop!~chatzilla@64.85.221.153.reverse.socket.net] has joined #linuxcnc
[12:44:37] <archivist> Loetmichel, I find toolmaking as part of the job because of the stuff I make, usually too small and one off, made a form cutter and a boring tool to make http://gears.archivist.info/P1010320_hires.JPG
[12:45:18] <archivist> they are 3mm dia ish, hole was bored after the teeth were cut
[13:01:36] -!- pcw__ has quit [Ping timeout: 272 seconds]
[13:01:55] -!- pcw_ has quit [Ping timeout: 264 seconds]
[13:02:23] -!- ries has quit [Ping timeout: 246 seconds]
[13:03:05] -!- bedah has quit [Ping timeout: 246 seconds]
[13:03:28] -!- ries [ries!~ries@200.125.129.54] has joined #linuxcnc
[13:04:31] <Loetmichel> archivist: i make the tool only because my dealer has calle two weeks delivery time
[13:04:48] <Loetmichel> and i have run out of 2mm 2 flute ;-)
[13:16:29] -!- bedah [bedah!~bedah@f050185193.adsl.alicedsl.de] has joined #linuxcnc
[13:19:32] <mazafaka> So my opponent has called and told 'that's all, we have forgotten everything, my dad already know. . . . What? I'll listen to what my dad says.' after I have uploaded the record of a telephone call with the words of threat to local FTP site. Now need to ask the administartion of the site to quitely remove that mp3 file
[13:21:56] -!- joe9 [joe9!~joe9@c-24-99-80-97.hsd1.ga.comcast.net] has joined #linuxcnc
[13:24:34] <Loetmichel> mazafaka: whats wrong?
[13:31:21] <mazafaka> i stiffed one at work, then bastards in quantity of three or two future corpses came to mea nd asked something. I decided to write a claim on them to police and maybe finish them once upon a time.
[13:32:38] <mazafaka> Now everybody at work know there was a scandal, and this opponent have called and said it. They're twins, his brother is almost my friend, this one is crappy as shit
[13:33:40] <mazafaka> it's already a halfof second week of this thrilling thriller.
[13:36:51] <mazafaka> I only accept the buying of a huge SUV as 'exciting experience', Loetmichel :)
[13:37:27] <jdhnc> <- Yukon XL
[13:39:18] <mazafaka> jdhnc: maybe http://i.drom.ru/reviews/photos/uaz/buhanka/big_43829_9451_add_1.jpeg but my garage's height doesn't let it.
[13:39:58] <jdhnc> that looks like an all-weather, off-road, child molestors van.
[13:41:28] <jdhnc> http://upload.wikimedia.org/wikipedia/commons/8/85/GMC_Yukon_XL_Denali.jpg
[13:41:31] -!- Radium has quit [Ping timeout: 265 seconds]
[13:42:51] <mazafaka> yes, people travel in forests on these vehicles, UAZ 3962 or UAZ 2206 http://s2.images.drive2.ru/car.photos/x1/4400/000/000/23f/3ae/48ced34a1099a047-large.jpg
[13:42:53] -!- Radium [Radium!~carbon@117.203.15.52] has joined #linuxcnc
[13:44:24] <mazafaka> it already has 31.8 '' tyres, people think of portal axles and tyres starting from 35 '', differential locks and winches, and of a heater
[13:47:09] <mazafaka> and prices... wheels cost almost half of a used car
[13:47:11] -!- Paragon-ws has quit [Ping timeout: 272 seconds]
[13:48:51] -!- psha[work] has quit [Quit: Lost terminal]
[13:58:26] -!- Radium has quit [Ping timeout: 252 seconds]
[13:58:46] -!- Radium [Radium!~carbon@117.203.18.51] has joined #linuxcnc
[14:06:10] -!- vladimirek [vladimirek!~vladimire@bband-dyn121.95-103-118.t-com.sk] has joined #linuxcnc
[14:07:14] -!- Cylly [Cylly!cylly@p54B12789.dip.t-dialin.net] has joined #linuxcnc
[14:07:54] -!- Loetmichel has quit [Ping timeout: 260 seconds]
[14:07:59] Cylly is now known as Loetmichel
[14:12:37] -!- Radium has quit [Read error: Connection reset by peer]
[14:14:28] -!- pcw_ [pcw_!~chatzilla@ip-66-80-167-54.sjc.megapath.net] has joined #linuxcnc
[14:14:30] -!- pcw__ [pcw__!~chatzilla@ip-66-80-167-54.sjc.megapath.net] has joined #linuxcnc
[14:20:19] -!- pcw__ has quit [Ping timeout: 244 seconds]
[14:24:44] -!- pcw__ [pcw__!~chatzilla@ip-66-80-167-54.sjc.megapath.net] has joined #linuxcnc
[14:58:12] -!- syyl [syyl!~syyl@p4FD1461C.dip.t-dialin.net] has joined #linuxcnc
[15:02:10] -!- ktchk [ktchk!~eddie6929@n219079097190.netvigator.com] has joined #linuxcnc
[15:02:54] -!- ktchk [ktchk!~eddie6929@n219079097190.netvigator.com] has parted #linuxcnc
[15:04:19] -!- SWPLinux has quit [Ping timeout: 245 seconds]
[15:07:19] -!- phantoxe has quit [Ping timeout: 264 seconds]
[15:11:40] -!- phantoxe [phantoxe!~destroy@a95-92-89-24.cpe.netcabo.pt] has joined #linuxcnc
[15:38:39] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.157] has joined #linuxcnc
[15:38:40] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.157] has parted #linuxcnc
[15:42:10] -!- nots has quit [Ping timeout: 260 seconds]
[15:42:32] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[15:45:20] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc
[15:45:56] <mozmck> djdelorie: It looks like there are *no* UARTs on the RX/62 series chips! Is that right?
[15:47:36] -!- nots has quit [Remote host closed the connection]
[15:47:44] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[15:50:33] <pcw__> They have 3 or so UARTs (SCI)
[15:52:30] -!- nots has quit [Ping timeout: 265 seconds]
[15:53:08] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[15:55:12] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[15:56:24] -!- Thetawaves [Thetawaves!~Thetawave@7-139-42-72.gci.net] has joined #linuxcnc
[15:57:23] <mozmck> pcw__: thanks, I was not familiar with that terminology, so didn't know to look for it.
[15:58:09] -!- phantoxe has quit [Read error: Connection reset by peer]
[15:58:14] -!- nots has quit [Remote host closed the connection]
[15:58:28] -!- phantoxe [phantoxe!~destroy@a95-92-89-24.cpe.netcabo.pt] has joined #linuxcnc
[16:02:54] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[16:05:25] -!- ve7it [ve7it!~LawrenceG@S0106001c10b7770f.pk.shawcable.net] has joined #linuxcnc
[16:07:38] -!- n2diy [n2diy!~darryl@h39.255.55.139.dynamic.ip.windstream.net] has joined #linuxcnc
[16:07:55] -!- nots has quit [Ping timeout: 264 seconds]
[16:08:06] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[16:08:28] <Jymmm> G'Morning Folks!
[16:09:05] <ve7it> g'day
[16:11:23] <alex4nder> hey
[16:12:38] -!- nots has quit [Ping timeout: 252 seconds]
[16:13:28] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[16:15:34] <Jymmm> ve7it: Ignore the water, works AWESOME http://www.youtube.com/watch?v=-6FNCS7de_A
[16:16:42] <Jymmm> ve7it: A&W and McDonalds seem to be the bigger ones. and I just found "Bubble Tea" ones that are 1/2" diameter and can be found in any asian market.
[16:18:11] -!- nots has quit [Ping timeout: 250 seconds]
[16:18:37] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[16:21:46] <Loetmichel> *OI!* didn't think that would work, to mill the Landing gear out of straight square aluminium tube and THEN bend and tighten it... but it does! ;-) -> http://www.cyrom.org/palbum/main.php?g2_itemId=12973
[16:23:35] -!- nots has quit [Ping timeout: 260 seconds]
[16:23:52] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[16:27:36] <djdelorie> mozmck: they're called SCI (serial communications interface) and there are six
[16:27:58] <djdelorie> each SCI can be a uart, synchronous serial, SPI, or I2C
[16:28:05] <djdelorie> (I think ;)
[16:28:57] -!- nots has quit [Remote host closed the connection]
[16:29:12] -!- nots [nots!~totu@625.radionet.ee] has joined #linuxcnc
[16:29:25] <djdelorie> sorry, SPI and i2c are only available on two of those, plus one CAN
[16:30:18] -!- PCW___ [PCW___!~chatzilla@99.88.10.65] has joined #linuxcnc
[16:30:43] -!- WalterN has quit [Read error: Connection reset by peer]
[16:31:01] <mozmck> djdelorie: pcw pointed that out to me. thanks.
[16:31:07] -!- WalterN [WalterN!~walter@host-174-45-122-145.bzm-mt.client.bresnan.net] has joined #linuxcnc
[16:31:28] <pcw__> They look like really nice chips and we would like to use them but
[16:31:29] <pcw__> unfortunately their UARTs are fairly lousy (maximum speed limited)
[16:31:52] <mozmck> how fast do you need?
[16:32:04] <mozmck> is this for the Smart Serial I've seen mentioned here?
[16:33:26] -!- PCW has quit [Ping timeout: 246 seconds]
[16:33:29] <djdelorie> rx uarts limited to 3.125 MBaud...
[16:33:30] PCW___ is now known as PCW
[16:33:37] <mozmck> I'm using an LPC1752 because it has usb and 4 UARTs, and only costs 3.80. Don't know the max speed though...
[16:34:04] <Jymmm> USB?! WTH???
[16:35:06] <pcw__> We use 2.5M Baud but would like ability to go to 10 (PICs have done this for years)
[16:35:06] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[16:35:20] <djdelorie> syncronous or asynchronous?
[16:35:26] <pcw__> async
[16:35:35] <mozmck> The datasheet lists under UART features: Maximum UART data bit rate of 6.25 Mbit/s.
[16:36:36] <djdelorie> you can do 2.5M if you lower the clock speed to 80 MHz so you get a clean multiplier
[16:36:38] <mozmck> for the lpc1752
[16:36:46] <pcw__> We tried LPCs some years ago and got frustrated by endless bugs/errata
[16:37:33] -!- n2diy has quit [Quit: Ex-Chat]
[16:37:57] <mozmck> Hmm, so far so good on this project. It's a Cortex-M3 and from what I can tell is much nicer to use than older series - although I haven't used any older ones.
[16:38:23] -!- SWPLinux [SWPLinux!~SWP@38.126.112.130] has joined #linuxcnc
[16:38:28] <mozmck> so what micros do you prefer pcw__?
[16:39:23] <Jymmm> SWPadnos: He's Alive (sorta kinda maybe)!
[16:39:42] <pcw__> Well we are looking around for something with more horsepower than the DSPICS but a good UART
[16:40:30] <pcw__> djdelorie are you sure about the 2.5M baud? I thought max was 1.5xxxxM
[16:40:47] <djdelorie> I can test it and see...
[16:40:53] <djdelorie> the math in the datasheet is funny
[16:41:17] <mozmck> How do the Cortex-M4 chips look? I've heard of some problems with the ST versions, but not much about any others.
[16:41:24] <alex4nder> what kind of problems?
[16:43:07] <mozmck> there was a discussion on LPC2000 that mentioned them.
[16:43:19] <alex4nder> hah
[16:43:27] <alex4nder> LPC calling the STM black
[16:43:47] <pcw__> djdelorie: probably not as funny as the STM32Fs BRG with its fractional divider
[16:44:21] <ssi> hi folks :)
[16:44:34] <alex4nder> MPE just released their Forth cross compiler for the STM32F4 and friends.
[16:44:50] * alex4nder gets ready for a 1980s timewarp.
[16:45:31] <pcw__> Our UARTs are are even stranger but avoid the high baud rate settability issue (by using a DDS for the BRG)
[16:45:41] <Jymmm> alex4nder: And you get to wear the corset and fushnets!
[16:45:47] <Jymmm> fishnets
[16:46:02] <mozmck> http://www.embeddedrelated.com/groups/lpc2000/show/55238.php
[16:46:20] <alex4nder> Jymmm: it's just a jump to the left
[16:47:12] <Loetmichel> and then a step to the right ;-)
[16:47:28] <Jymmm> alex4nder: Loetmichel http://www.youtube.com/watch?v=V0SqS2QJdj8
[16:47:57] <Loetmichel> ... with your hands on your hips...
[16:47:58] <Loetmichel> ;-)
[16:48:18] <Loetmichel> Jymmm: i know...
[16:48:21] <djdelorie> pcw__: just tested, can do 2.5M without overclocking, and 5M with, at 80MHz. So if you ran at 96MHz (for usb), you'd get 3M and 6M
[16:48:40] <Jymmm> Loetmichel: you know what?
[16:48:44] <Loetmichel> i think i can recall the whole film dialouge without google ;-)
[16:48:51] <Jymmm> Oh, heh
[16:48:52] <mazafaka> Is there a way to restrict the movements of the body along the frame in case of crash?
[16:49:06] <Jymmm> Loetmichel: Did you ever become an actor?
[16:49:20] <Jymmm> Loetmichel: at the front of the theater?
[16:49:26] <Loetmichel> no, and better so... ;-)
[16:49:48] <Jymmm> Loetmichel: I just bring the rubberbands and umbrella =)
[16:49:53] <mazafaka> Whole bottom of the body is made of same thin sheet metal with some profiles
[16:49:59] <Loetmichel> but i know the feeling to stand in front of 10k rock fans and announcing a "little delay" with the band ;-)
[16:50:19] <pcw__> djdelorie thanks! is that with 100 MHz clock?
[16:50:22] <Jymmm> Loetmichel: better you than me!
[16:50:41] -!- n2diy [n2diy!~darryl@h39.255.55.139.dynamic.ip.windstream.net] has joined #linuxcnc
[16:51:27] <Jymmm> Loetmichel: I just toss the lead singer out the front door for diving off the stage into the crowd!
[16:51:36] -!- n2diy has quit [Client Quit]
[16:51:37] <mozmck> alex4nder: the same guys didn't like the lpc cortex-m4 offerings too much either. Mark with uTasker liked the Freescale Kinetis best it seems.
[16:52:33] -!- n2diy [n2diy!~darryl@h39.255.55.139.dynamic.ip.windstream.net] has joined #linuxcnc
[16:52:36] <Loetmichel> Jymmm: i had worked nearly ten years for a stage rental company ;-)
[16:53:18] <djdelorie> 2.5/5 with 80 mhz, 3/6 with 96 mhz
[16:53:36] -!- n2diy has quit [Client Quit]
[16:54:07] -!- n2diy [n2diy!~darryl@h39.255.55.139.dynamic.ip.windstream.net] has joined #linuxcnc
[16:54:25] <djdelorie> despite the weird math it's clock/16 but the peripheral clock is normally half the cpu clock
[16:57:11] -!- n2diy has quit [Client Quit]
[16:57:45] -!- n2diy [n2diy!~darryl@h39.255.55.139.dynamic.ip.windstream.net] has joined #linuxcnc
[17:02:48] <pcw__> I can see how you could get 2.5MB (40/16) but not 5
[17:02:59] <djdelorie> 80/16
[17:03:18] <djdelorie> "normally" half. You can set it to be the same as the main clock, but it's not "supported"
[17:03:25] <mrsun> hmm, maybe should make me some of those cylindrical work holding thingies for the mill (for holding things square to the table) =)
[17:03:27] <Jymmm> Loetmichel: I worked as bouncer/doorman =)
[17:03:31] <mrsun> dont know what they are called
[17:03:44] <pcw__> OK
[17:03:46] <mrsun> even with a badly calibrated lathe its better then the vice i have for the mill atm :P
[17:04:11] -!- jepler has quit [Read error: Operation timed out]
[17:04:23] -!- jepler [jepler!~jepler@emc/developer/pdpc.professional.jepler] has joined #linuxcnc
[17:07:10] -!- maximilian_h [maximilian_h!~bonsai@93.182.168.65] has joined #linuxcnc
[17:11:33] -!- factor has quit [Quit: Leaving]
[17:13:20] -!- psha [psha!~psha@213.208.162.69] has joined #linuxcnc
[17:25:44] -!- SolarNRG [SolarNRG!~1@94-195-174-233.zone9.bethere.co.uk] has joined #linuxcnc
[17:25:46] <SolarNRG> Hi guy
[17:27:17] <djdelorie> hi
[17:27:38] <SolarNRG> Hey it's the guy who built the super-duper arduino
[17:28:13] -!- iwoj has quit [Quit: Computer has gone to sleep.]
[17:31:46] -!- mhaberler has quit [Quit: mhaberler]
[17:35:56] -!- iwoj [iwoj!~iwoj@d23-16-234-107.bchsia.telus.net] has joined #linuxcnc
[17:38:21] <mrsun> any machining/electronics blogs you can recomend on youtube? :)
[17:38:26] <mrsun> eevblog i have, and hossmachine ...
[17:38:37] <mrsun> and mrpete222 =)
[17:38:49] <mrsun> or channels or whatever its called =)
[17:39:43] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc
[17:40:20] <archivist> the citizen sliding head videos are worth a watch
[17:42:06] <mrsun> archivist, huh ? :)
[17:45:48] <archivist> like http://www.youtube.com/watch?v=CT4OMmjbmj4&feature=related
[17:48:57] -!- IchGuckLive [IchGuckLive!~chatzilla@95-89-241-192-dynip.superkabel.de] has joined #linuxcnc
[17:49:14] <IchGuckLive> Hi all around the blue planet
[17:54:22] -!- phantoxe has quit []
[17:58:56] -!- factor [factor!~factor@74.195.96.67] has joined #linuxcnc
[18:01:17] -!- gene_ [gene_!~gene@204.111.65.233] has joined #linuxcnc
[18:01:58] <gene_> Good afternoon guys
[18:02:06] <SolarNRG> Its becoming a more grey planet
[18:02:52] <gene_> I'm on the lathe box, trying to make stepconfig work, getting broken pipe messages
[18:02:56] <skunkworks> gene!
[18:03:04] <gene_> howdy!
[18:04:32] <gene_> lp isn't loaded, stepconfig is running but somethings aglay? Ideas
[18:04:55] <IchGuckLive> gene_ please change your nick to a comen one _ what OS 10.04 ?
[18:05:20] <gene_> yes 10-04
[18:05:35] <gene_> installed from the linuxcnc iso
[18:05:39] <IchGuckLive> from livecd install ?
[18:05:46] <gene_> yes
[18:06:05] <IchGuckLive> does a simulation axis come up ?
[18:06:54] <gene_> Haven't tried it. rergukar seems to run but has not moved a motor yet, I am still building the elecytonics
[18:07:14] <gene_> and can't type standing up either :)
[18:07:55] <IchGuckLive> thy first if axis from the simulation starts please if you are on the PC now
[18:08:38] <IchGuckLive> you dont need any electronics to get linuxcnc run
[18:09:04] <gene_> It runs ok, but no motor is moving
[18:09:08] <IchGuckLive> gene_ witch country are you from
[18:09:23] <gene_> I have just one hooked up
[18:09:40] <gene_> Good old hew hess of aye!
[18:10:06] <IchGuckLive> what config are you on parport-> Breakoutboard with optocopplers -> driver
[18:10:08] <gene_> Middle of west virginia in fact
[18:11:20] <ries> archivist: that's impressive...
[18:11:21] <gene_> I have one of arturo's C1G boards hooked to the parport, and also powered from the motor supply with 5.14 volts
[18:11:48] -!- sumpfralle [sumpfralle!~lars@31-16-21-63-dynip.superkabel.de] has joined #linuxcnc
[18:12:03] <IchGuckLive> gene_ did you doble check the pinout ?
[18:12:13] <archivist> ries, seen one at an exhibition, wonderful toys
[18:12:38] <ries> archivist: Must be indeed...
[18:12:56] <archivist> ries, when I get pennies I will cnc a sliding head I have
[18:12:59] <gene_> I think it on xylotex mode, and the motor I have hooked up is on pins 2-3
[18:13:43] <archivist> gene_, make sure any enable is set, and does your port need pullups
[18:14:14] <IchGuckLive> im off i do not know this board
[18:14:58] <gene_> I just found the commons are on the 5 volt bus, so I'll change that
[18:15:32] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 10.0.2/20120216080748]]
[18:15:34] -!- Radium [Radium!~carbon@117.203.7.187] has joined #linuxcnc
[18:15:45] <gene_> eg no pulldown for the bottom of the opto's in the 2m542's
[18:17:16] <gene_> But that didn't change anything, now all the outputs are ijn the 300mv range
[18:18:00] <archivist> commons at 5v is probably ok for open collector driving
[18:18:01] <gene_> aha! board enable jumper went missinjg just now
[18:21:15] <gene_> Now I have leds all over
[18:21:42] <alex4nder> yoh
[18:22:35] -!- n2diy has quit [Quit: Ex-Chat]
[18:24:28] -!- cevad [cevad!~davec@host-174-45-229-40.bln-mt.client.bresnan.net] has joined #linuxcnc
[18:26:34] -!- n2diy [n2diy!~darryl@h39.255.55.139.dynamic.ip.windstream.net] has joined #linuxcnc
[18:27:04] <SolarNRG> This looks like a nice starter project: http://www.youtube.com/watch?v=k8d0lFpZBH4
[18:29:55] -!- n2diy has quit [Client Quit]
[18:30:42] -!- n2diy [n2diy!~darryl@h39.255.55.139.dynamic.ip.windstream.net] has joined #linuxcnc
[18:33:54] <gene_> damn, looks like I have my first bad 2m542, the red pwr led is dark.
[18:36:25] <gene_> wrong led, and wrong logic for enable, that input is a disable!
[18:40:12] * JT-Shop hands gene_ a homebrew
[18:43:41] <ssi> hi JT
[18:44:57] <JT-Shop> hi
[18:45:11] <ssi> I got preliminary homing working last night
[18:45:20] <ssi> it doesn't use the fine home prox at all
[18:45:32] <ssi> just seeks at 2ipm to the coarse home, backs off it, then back into it to the next resolver index
[18:46:02] <ssi> I figure that oughta be either quite repeatable, or else it'll be off by some multiple of the resolver cycle
[18:48:46] <JT-Shop> cool
[18:49:28] <gene_> I'll take it!
[18:50:06] <gene_> Now in my .hal for piin one, how to invert that signal"?
[18:50:35] <gene_> Now in my .hal for pin one, how to invert that signal"? Needs a high to disable the drivers
[18:50:48] <ssi> JT-Shop: I'd still like to figure out how to gate the index by the fine home, but I'm not smart enough to do that on my own :?
[18:51:59] <JT-Shop> gene_: which pin?
[19:00:17] <pcw__> gating index enable should be easy, just gate the switch that index enable sees (with the AND comp)
[19:01:40] <ssi> lemme pull up the hal and look at it
[19:02:24] -!- vladimirek has quit [Remote host closed the connection]
[19:02:41] <ssi> ok so I really don't fully grok how index-enable works
[19:02:49] <ssi> who sets it, who reads it, when etc
[19:03:01] <ssi> I see these:
[19:03:01] <ssi> net z-index-enable <=> pid.z.index-enable
[19:03:06] <ssi> net z-index-enable axis.2.index-enable <=> hm2_5i23.0.resolver.00.index-enable
[19:05:33] <pcw__> somehow those must be gated by your homeswitch, maybe further upstream
[19:06:41] <ssi> well I follow you in concept, but I'm confused about who is responsible for setting enable, and who actually looks at enable to decide what to do
[19:06:45] <ssi> the whole thing is a bit of a black box to me
[19:07:06] <ssi> I *think* that I need to gate the signal going to the resolver.00.index-enable
[19:07:07] <FredrikHson> thanks guys for the tips yesterday milled/currently milling a new pcb today and everything but the ssop chip seems to come out just fine
[19:07:13] <pcw__> what does your home switch connect to?
[19:07:35] <ssi> coarse:
[19:07:35] <ssi> setp hm2_5i23.0.gpio.032.is_output FALSE
[19:07:36] <ssi> net z-home-sw <= hm2_5i23.0.gpio.032.in_not
[19:07:46] <ssi> and then the fine just goes to a signal I made up:
[19:07:46] <ssi> setp hm2_5i23.0.gpio.034.is_output FALSE
[19:07:47] <ssi> net limit-z-fine-home <= hm2_5i23.0.gpio.034.in_no
[19:07:50] <ssi> not used for anything yet
[19:09:02] <ssi> so what I'm thinking is that I neeed axis.2.index-enable AND limit-z-fine-home => resolver.00.index-enable
[19:09:02] <pcw__> so z-home-sw needs to be the and of course and fine
[19:09:09] <ssi> oh I see
[19:09:34] <ssi> that's not how cradek explained it...
[19:10:00] <ssi> cradek made it sound like what I wanted was to use the fine to gate the index to only one index per rev
[19:10:03] <pcw__> There may be an issue of passing home if you do it that far upstream
[19:10:13] <ssi> cause I get something like 20 resolver indexes per rev
[19:10:27] <ssi> and the fine switch is a prox on the screw itself
[19:10:53] <pcw__> (hence cradeks way)
[19:10:57] <ssi> right
[19:11:45] <pcw__> i think its tougher downstream because the signal is bidirectional at that point
[19:12:18] <ssi> right
[19:12:47] <pcw__> (I suspect this can be done with a (HAL) set/reset FF and the gate)
[19:13:02] <ssi> I wouldn't begin to know how to go about that
[19:13:16] <ssi> is there a component name you can give me so I can start looking at the man page?
[19:13:32] <pcw__> FF set by and of coarse and fine. cleared by coarse going away
[19:14:41] <gene_> John, pin 1
[19:14:51] <pcw__> feed the FF output to z-home-sw
[19:15:55] <JT-Shop> gene_ on the parallel port?
[19:16:07] <ssi> hrm
[19:16:38] <ssi> that still may not really help
[19:16:45] <ssi> if the axis overshoots the fine switch
[19:16:57] <ssi> your home signal will still be enabled cause it hasn't passed the coarse switch,
[19:17:05] <ssi> but you can't guarantee that you're seeing the correct resolver index
[19:17:20] <pcw__> no that is guaranteed
[19:18:33] <JT-Shop> gene_: if your using the parallel port driver then parport.<p>.pin-<n>-out-invert (bit) Inverts an output pin.
[19:18:47] <JT-Shop> it's a parameter
[19:18:58] <pcw__> because the home on index logic is disarmed at the first "index"
[19:19:48] <pcw__> so only the first "index" after both coarse and fine are valid is recorded
[19:20:20] <ssi> sure, but lets say your searchvel is 4ips, and as soon as it sees both switches high, it stops
[19:20:33] <ssi> but it coasts the equivalent of two resolver indexes
[19:20:41] <ssi> then it's going to latch on the next index
[19:20:46] <ssi> which isn't the index within the gated region
[19:20:55] <pcw__> nope
[19:21:09] <pcw__> it only latches the first
[19:21:30] <ssi> ok
[19:21:37] <ssi> btw if I use the flipflop
[19:21:40] <ssi> what do I use for the clock?
[19:22:06] <pcw__> its software set reset FF
[19:22:12] <pcw__> bbl
[19:22:21] <ssi> I'm looking at man flipflop
[19:22:26] <ssi> loadrt flipflop [count=N|names=name1[,name2...]]
[19:22:30] <ssi> flipflop.N.clk bit in
[19:22:31] <ssi> clock, rising edge writes data to out
[19:24:12] -!- psha has quit [Quit: Lost terminal]
[19:24:46] <gene_> That should be the one John, thanks
[19:25:25] <gene_> I wasn't sure if the sytax was 'invert' or 'not'
[19:29:48] <JT-Shop> 'not' is for inputs
[19:29:59] <JT-Shop> 'invert' is a parameter for outputs
[19:37:01] -!- phantoxe [phantoxe!~destroy@a95-92-89-24.cpe.netcabo.pt] has joined #linuxcnc
[19:37:11] <ssi> JT-Shop: did you have a varispeed screw to deal with?
[19:37:23] <JT-Shop> on?
[19:37:26] <ssi> your CHNC
[19:37:35] <JT-Shop> no, what is it for?
[19:37:38] <ssi> mine has a stepper motor that runs a ballscrew to change the belt ratio
[19:37:40] <ssi> for speed control
[19:37:45] <SolarNRG> What would I possibly use this giant IGBT for: http://uk.farnell.com/jsp/displayProduct.jsp?sku=1833591&CMP=e-2072-00001000&gross_price=true
[19:37:54] <ssi> oh right you have the servo spindle
[19:38:02] <JT-Shop> like a variable speed belt thingy?
[19:38:05] <ssi> yeah
[19:38:51] <ssi> SolarNRG: for £1,861.36 I'm sure you can come up with a use
[19:38:53] <JT-Shop> anyone remember the magic terminal command to make ubuntu share files with a winblows computer?
[19:39:20] <ssi> start samba?
[19:39:28] <ssi> maybe /etc/init.d/samba start
[19:40:12] <JT-Shop> I can visiit all my linux boxes and I did something on the hardinge so I could copy and past files on shared directories
[19:41:26] <archivist> I often cheat and run webservers on all the boxes then its easy to share
[19:42:46] <SolarNRG> I can't afford it, but what use would it possibly have? Like a radio broadcasting station or something?
[19:43:12] <JT-Shop> the part I hate is after I did that I said "I'll make a note of that so I never forget" :/
[19:44:55] <archivist> you need to sacrifice a kitten to remember samba setups
[19:48:28] <JT-Shop> sudo smbpasswd -a username
[19:49:57] <JT-Shop> YEA that worked
[19:57:14] -!- bedah has quit [Quit: Ex-Chat]
[20:12:40] -!- vladimirek [vladimirek!~vladimire@bband-dyn121.95-103-118.t-com.sk] has joined #linuxcnc
[20:32:58] -!- mhaberler has quit [Ping timeout: 245 seconds]
[20:40:05] -!- syyl has quit [Quit: Leaving]
[20:42:06] -!- angrychisel [angrychisel!~chatzilla@cpe-024-168-249-186.sc.res.rr.com] has joined #linuxcnc
[20:42:12] -!- Thetawaves [Thetawaves!~Thetawave@7-139-42-72.gci.net] has joined #linuxcnc
[20:42:41] <DJ9DJ> gn8
[20:42:46] -!- JT-Shop_ [JT-Shop_!~chatzilla@64.85.214.97.reverse.socket.net] has joined #linuxcnc
[20:43:16] -!- DJ9DJ has quit [Quit: bye]
[20:43:55] -!- JT-Shop has quit [Ping timeout: 264 seconds]
[20:43:58] JT-Shop_ is now known as JT-Shop
[20:57:21] <JT-Shop> well crap, my 7i76 card won't wake up now
[20:59:19] <PCW> 10 story high Tesla coil?
[20:59:42] <PCW> oops
[21:00:06] <JT-Shop> that would fix it for sure
[21:00:06] <PCW> No I/O?
[21:01:11] <JT-Shop> yea, just looking to see led status
[21:01:20] -!- Radium has quit []
[21:02:14] <JT-Shop> both leds are yellow
[21:02:16] <ssi> PCW: you see what I mean about the flipflop clock?
[21:04:14] <PCW> Yeah you need a S/R FF
[21:04:33] <ssi> what's the component name
[21:06:29] -!- SolarNRG has quit [Read error: Connection reset by peer]
[21:06:34] <PCW> actually flipflop will do (tie clock low)
[21:06:46] -!- SolarNRG [SolarNRG!~1@94-195-174-233.zone9.bethere.co.uk] has joined #linuxcnc
[21:06:52] <PCW> it has set and reset inputs
[21:07:43] <PCW> (and reset priority which is nice)
[21:08:49] <JT-Shop> and running a 5i25 bare config shows no 7i76 pins in Show Hal configuration
[21:08:58] <PCW> because of the reset priority you dont need the and gate
[21:09:34] <PCW> cable troubles? LV on field I/O
[21:10:33] <JT-Shop> I can check, it was running then hit a limit switch then Axis locked up when rebooting no 7i76
[21:13:42] <JT-Shop> I have 11.98 at the terminal block on the 7i76
[21:13:51] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc
[21:13:57] <PCW> that should be OK
[21:13:58] <JT-Shop> 11.98vdc
[21:15:43] <PCW> is the 7I76 connected directly to the 5I25 with a IEEE-1284 cable?
[21:17:25] <JT-Shop> yes
[21:18:35] <PCW> whats the config line in the bare 5i25 INI file?
[21:20:42] <JT-Shop> loadrt hostmot2
[21:20:44] <JT-Shop> loadrt hm2_pci config=" num_encoders=2 num_pwmgens=0 num_3pwmgens=0 num_stepgens=3 "
[21:20:47] -!- Radium [Radium!~carbon@117.203.7.187] has joined #linuxcnc
[21:22:39] <PCW> can you try adding "sserial_port_0=0XXX"
[21:22:44] <JT-Shop> ok
[21:22:56] -!- skunkworks has quit []
[21:23:48] <JT-Shop> config loads but no 7i76 pins
[21:25:56] <PCW> Well sounds bad (though its pretty odd)
[21:26:26] <PCW> can you check one more thing : the 3.3V power?
[21:26:44] <JT-Shop> ok
[21:26:57] <PCW> thats from left side of L1 to field gnd
[21:28:07] <PCW> L1 is little ferrite inductor kinda in between the electrolytic caps
[21:30:26] <JT-Shop> looking
[21:30:57] <JT-Shop> ok, I see it on the print
[21:34:34] <JT-Shop> I don't get anything on the 3.3V power
[21:35:14] <JT-Shop> should the 12V be on to test the 3.3V
[21:35:24] <PCW> yes
[21:36:15] <JT-Shop> 3.31V
[21:36:44] -!- vladimirek has quit [Remote host closed the connection]
[21:37:05] <PCW> One last thing before RMA, have you power cycled the computer?
[21:37:17] <JT-Shop> about 3-4 times
[21:37:49] <PCW> just to be clear, not rebooted but power cycled
[21:39:32] <JT-Shop> yes, power strip switch off wait then back on
[21:39:46] <JT-Shop> any point in trying a 24V power supply for field power?
[21:41:04] <JT-Shop> a couple of times the other day I had to cycle field power a couple of times before Axis would load
[21:41:47] <JT-Shop> be back in a bit
[21:46:31] -!- Tom_L [Tom_L!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[21:46:33] <PCW> Is field power on before you start?
[21:47:08] -!- Tom_L has quit [Client Quit]
[21:52:39] <PCW> This is sounding familiar, there's a bug in older 7I76 firmware
[21:52:41] <PCW> (and I think you have very old firmware) that the field voltage check
[21:52:42] <PCW> only reads the voltage once at startup instead of continuously
[21:52:44] <PCW> so if the field voltage ramps too slow it wont start as it was too low at the first read
[21:54:02] -!- Fox_Muldr has quit [Ping timeout: 265 seconds]
[21:55:08] -!- seb_kuzminsky has quit [Ping timeout: 240 seconds]
[21:55:25] -!- Fox_Muldr [Fox_Muldr!quakeman@frnk-4d01cc22.pool.mediaWays.net] has joined #linuxcnc
[22:02:26] -!- maximilian_h has quit [Ping timeout: 246 seconds]
[22:08:53] -!- Radium has quit []
[22:18:59] -!- asdfasd [asdfasd!~grgrgrgrg@87-194-58-242.bethere.co.uk] has joined #linuxcnc
[22:19:49] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.157] has joined #linuxcnc
[22:28:41] <ssi> hrm
[22:32:12] -!- kbarry [kbarry!~chatzilla@ppp-68-89-232-165.dsl.bumttx.swbell.net] has joined #linuxcnc
[22:33:25] -!- kbarry has quit [Client Quit]
[22:44:11] -!- pjm has quit [Read error: Connection reset by peer]
[22:44:15] -!- pjm__ [pjm__!~pjm@109.104.96.45] has joined #linuxcnc
[22:45:27] -!- sumpfralle has quit [Ping timeout: 245 seconds]
[22:47:51] -!- sumpfralle [sumpfralle!~lars@31-16-21-63-dynip.superkabel.de] has joined #linuxcnc
[22:48:21] <rob_h> cradek, was just wundering if you could share some insight to the cutting oil you run in your hnc, whos it is
[22:52:05] -!- iwoj has quit [Ping timeout: 260 seconds]
[22:52:27] <cradek> rob_h: I understand it's no longer available, so I have nothing useful for you
[22:53:46] <rob_h> oh right, thx yea alot of them have been replaced with newer ones latly
[22:54:43] <rob_h> was it a biodegraded class one? not a mineral oil based
[22:55:11] -!- iwoj [iwoj!~iwoj@d23-16-234-107.bchsia.telus.net] has joined #linuxcnc
[22:57:04] -!- seb_kuzminsky [seb_kuzminsky!~seb@74.220.38.17] has joined #linuxcnc
[23:12:43] <JT-Shop> PCW I let it sit a while then powered up the field power then booted up then started my config and it magically worked...
[23:13:15] <PCW> I think it needs firmware updating
[23:13:19] <Tom_itx> heat related bug?
[23:14:01] <JT-Shop> is that something I can do here?
[23:14:35] <PCW> It awkward
[23:15:11] -!- SolarNRG has quit []
[23:16:33] <PCW> in involves reprogramming both the 5I25 and 7I76
[23:16:38] -!- linuxcnc-build has quit [Ping timeout: 246 seconds]
[23:17:01] <PCW> (both of which need updating anyway)
[23:17:07] -!- hm2-buildmaster has quit [Ping timeout: 245 seconds]
[23:17:17] <cradek> rob_h: it was soybean oil of some kind
[23:17:45] <PCW> I think you have serial #1 or 2...
[23:18:03] <JT-Shop> ok, let me see if I can get my parts cut out then I'll send them back
[23:18:18] <JT-Shop> Andy must have gotten serial #-1
[23:18:37] <Tom_itx> sometimes it doesn't pay to be on the bleeding edge
[23:19:07] <rob_h> its only we was looking at cutting oils and wundering how well them kind of oils work compared to you water based or neat mineral that was all
[23:19:29] <rob_h> how well they work on Alli too if lubricate enougth
[23:21:00] <PCW> I can send you a test 7I76/5I25 to hold you over until we update/send back your set
[23:21:10] <JT-Shop> ok, that would be cool
[23:23:42] <PCW> JT-Shop did you scroll back and see the firmware error in the first cards?
[23:23:44] <PCW> this will also fix operation in modes 1 and 2
[23:24:10] <JT-Shop> PCW yes I saw that
[23:25:41] -!- Valen [Valen!~Valen@2001:44b8:3199:9100:21e:8cff:fe63:55df] has joined #linuxcnc
[23:26:00] <PCW> I should have asked for the serial # right away took me a while to remember you have a old card
[23:26:43] -!- atom1 [atom1!~tom@ip70-179-150-84.fv.ks.cox.net] has joined #linuxcnc
[23:27:26] <JT-Shop> where is the number?
[23:29:00] <PCW> probably well hidden on the back of the card
[23:29:44] <PCW> (I think you can read it via HAL)
[23:30:34] <PCW> its a parameter
[23:32:17] <JT-Shop> 0x10000001
[23:32:28] <PCW> Ha Andy has 0
[23:33:10] <PCW> or maybe 0xFFFFFFFF if we didn't program it
[23:33:53] <JT-Shop> speaking of Andy is his within 750nm of you
[23:34:08] <djdelorie> nanometers?
[23:34:27] <PCW> Thats too darned close!
[23:34:48] <djdelorie> did my first "real" piece on the cnc machine, Y axis is 10% too big, but the pocket it cut is too small... :-P
[23:35:23] <djdelorie> but my outside is too big, maybe I have the wrong diameter tool...
[23:35:57] <Jymmm> PCW: Just wait till he sails in to your front door!
[23:36:50] <PCW> Hes supposed to stop by. We owe him a nice dinner at least
[23:37:20] <Jymmm> PCW: Heh, you should surprise him with this HUGE care-package box, then only have like the oldest smallest daughter card in it.
[23:37:44] <Jymmm> and a cider block or two for weight
[23:38:41] <Jymmm> PCW: It's best to call for reservations, but not always required... http://houseofprimerib.net/
[23:38:46] <PCW> For all the work he's done we owe him big time so hardware is not an issue
[23:39:13] <djdelorie> X is off by 3%, Y by 10%
[23:39:16] <Jymmm> pcw_: And house of prime rib is SWPadnos approved as well!!!
[23:39:20] <djdelorie> also, DUST EVERYWHERE!!!! :-)
[23:39:24] <PCW> I dont think that will work for Andy (or us)
[23:39:43] <Jymmm> pcw__: Oh, you must be vegan freaks then.
[23:39:56] <PCW> veggiecommies
[23:40:11] <Jymmm> pcw__: Then I dont know of any place, I'm a carnivor.
[23:40:28] <Jymmm> pcw__: And I know NOTHING in your area at all. Richmond that is.
[23:40:41] <djdelorie> "Vegetables: What food eats." ;-)
[23:41:12] <Jymmm> Yeah, what djdelorie said, so it's liek veggies pcw__!
[23:41:37] <Jymmm> pcw__: You live in SJ, or ???
[23:42:18] <PCW> Tiny little place in the sticks called El Sobrante
[23:43:01] <PCW> which means "The Leftovers"
[23:43:09] <Jymmm> PCW: Oh, so you dont have any commute at all, that's good.
[23:43:27] <PCW> about 3 miles
[23:43:40] <Jymmm> you could walk that.
[23:43:55] <PCW> We do sometimes
[23:44:10] <Jymmm> heh
[23:44:22] <mozmck> djdelorie: I notice in your pictures that you have a wood shop. What kind of stuff do you make?
[23:44:37] <Jymmm> sawdust and toothpicks
[23:44:50] <ssi> PCW: I'm about to try your suggestion about using a flipflop to gate the home switch
[23:45:23] <mozmck> Jymmm: all you need it teeth for that!
[23:45:58] <mozmck> is that is.
[23:46:36] <JT-Shop> 2 down 8 to go
[23:46:38] <Jymmm> mozmck: Hey, you make the teeth from wood, Ben did!
[23:46:46] <Jymmm> This is cute... http://www.godvine.com/Ducklings-in-Need-of-Help-Get-Just-What-They-Need-Cute-1313.html
[23:47:06] <djdelorie> mozmck: mostly furniture
[23:47:21] <djdelorie> (for myself and friends, not for "work")
[23:47:48] <djdelorie> http://www.delorie.com/wood/desk/photos/img_1986.html
[23:47:55] <mozmck> djdelorie: neat. I have a few furniture projects in the works.
[23:48:06] <djdelorie> http://www.delorie.com/wood/projects/tables/dining0001.png
[23:48:14] <JT-Shop> that's like being good at concrete but you don't let the secret out unless you really like them
[23:50:02] <Jymmm> djdelorie: where you at on the planet?
[23:50:17] <djdelorie> new hampster
[23:50:26] <Jymmm> ah
[23:50:49] <Jymmm> djdelorie: Ah, a DOS guy! I thought I was the only one left!
[23:51:47] <mozmck> djdelorie: nice stuff. I've mostly built and repaired instruments - banjos, guitars etc.
[23:51:58] <ssi> PCW: for what it's worth, the Z fine home seems to fire twice while the Z coarse home is on
[23:52:14] <Jymmm> djdelorie: WTF... you are the DJGPP guy?
[23:53:38] <JT-Shop> djdelorie: did you make the chairs?
[23:55:12] <djdelorie> yes, I'm the DJ of DJGPP
[23:55:25] <djdelorie> I didn't make the chairs
[23:55:55] <JT-Shop> I like the wedges on the table
[23:56:18] <Jymmm> djdelorie: You SO shouldn't have said that, I'll be dissecting your brain soon!
[23:56:19] <djdelorie> I got the chairs from a local artisan who used the same wood, and finished them at the same time as the table, so they look the same
[23:57:33] <Jymmm> djdelorie: I remember coming across some of your stuff on simtel many moons ago.
[23:58:17] <mozmck> It's quite a job gluing up a top for a table like that isn't it?
[23:59:31] * Jymmm is off to go pickup SWPadnos, laters!