Back
[00:00:00] -!- patrickarlt has quit [Remote host closed the connection]
[00:01:11] <dirty_d> im curious, how do these actually work?
[00:01:23] <CaptHindsight> the 20th century was pretty kewl
[00:01:31] <dirty_d> does it just buffer steps, or does it process gcode
[00:01:48] <andypugh> talking of wiring, I found this powering my oven. On the far side of a 1.5mm2 wire and a 40A breaker:
https://picasaweb.google.com/108164504656404380542/CNCUnsorted?norediirect=1#5506480949142923826
[00:02:01] <fluffybitchx> Connor: I still can't find any prohibition on what you're doing.
[00:02:06] <CaptHindsight> where s that block diagram of Linuxcnc again?
[00:02:43] <andypugh> dirty_d: It does neither. It creates step pulses at the commanded rate until told to change the rate. No buffering.
[00:02:46] * fluffybitchx would have to find a table to know what 1.5mm2 translates to in real wire sizes
[00:03:17] <fluffybitchx> looks nice and melty, possibly because of incorrectly sized wire and/or connector.
[00:03:44] <andypugh> The wire sizes are only one problem Wires at he sides of the screws are bad. Earth clamped on to the insulation is special too.
[00:04:04] <CaptHindsight> dirty_d:
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?EMC_Components
[00:04:06] <fluffybitchx> the wire is on the side because the wire and connector are rather mismatched.
[00:04:11] <andypugh> Yes.
[00:04:23] <fluffybitchx> if they were the right size for each other, it wouldn't fit in the side.
[00:04:51] <fluffybitchx> the real problem, as always, is horribly incompetent people doing wiring... although that might go beyond incompetence and into plain mental defectiveness.
[00:04:52] <dirty_d> andypugh, an arduino could do that, and youd still have the latency between wanting to change the step rate, and it actually changing the step rate.
[00:05:10] <andypugh> I think that is 8A wire on a 40A breaker. 8A is fine for the cooker, but the breaker should match the wire.
[00:05:26] <CaptHindsight> dirty_d:
http://wiki.linuxcnc.org/uploads/EMCmsg_resize.png
[00:05:58] <andypugh> dirty_d: The Mesa card also drives the signals with real voltages. And 10Mhz would be a push for an Arduino
[00:06:07] <dirty_d> is that mesa board "IO Controller" on there?
[00:06:16] <CaptHindsight> http://wiki.linuxcnc.org/uploads/EMC_Control_LG.gif
[00:06:23] <dirty_d> andypugh, fine, a $15 stm32 board, lol
[00:06:34] <andypugh> It also has 32 IO pins which are serially addressed, and you can hook up a bunch more.
[00:06:42] <fluffybitchx> I occasionally get asked to fix houses that growers fucked up... one of them had a 50A 240V breaker running through a #14 115V extension cord.
[00:07:10] <andypugh> dirty_d: There are, of course, lots of solutions. But the Mesa boards work and have drivers and config generators.
[00:07:10] <fluffybitchx> growers seem to be some of the least intelligent people on the planet. I suspect they sample their product while doing wiring...
[00:07:53] <andypugh> dirty_d: How do you intend to send the step rates to the putative Arduino? (hint, USB won’t work)
[00:08:17] <fluffybitchx> I still think usb CAN work with appropriate software.
[00:08:52] <dirty_d> andypugh, see thats the part im not understanding about how the mesa board will fix this. If the rtai thread runs late, then the command to the mesa board is gonna be late too.
[00:09:21] <CaptHindsight> the RTAI thread doesn't run late
[00:09:24] <andypugh> Aye, but the Mesa firmware has a DPLL loop and sort-of notices.
[00:09:27] <fluffybitchx> have the step generator ramp down the steps at a set deceleration if it doesn't receive another pulse update within a set time frame, so if latency goes to hell, it just slows down, rather than over-cuts.
[00:10:05] <dirty_d> CaptHindsight, what do you mean?
[00:10:22] <dirty_d> that seems kinda hackish
[00:10:56] <CaptHindsight> dirty_d: if you are software stepping you set the thread rate to be longer than what the max latency is, so the thread is never late
[00:11:03] <dirty_d> if youre going to have external hardware, i feel like that should alleviate any realtime responsibility from the PC
[00:11:16] <andypugh> Basically every 1mS the Mesa card says “I made this many steps last mS, how many should I make next mS” and if it wasn’t exactly 1mS it still works because the step rate itself is accuratley clocked and ramped at known accellerations. The parport can just miss a step and stall the motor.
[00:11:59] <CaptHindsight> ^^
[00:12:50] <andypugh> dirty_d: But in your situation I would actually stick with the parport for a while and see if the latency glitches actually matter.
[00:12:56] <dirty_d> yea but what if that happens right at a corner or something
[00:13:20] <dirty_d> andypugh, yea im just going to increase that base period or whatever it is
[00:13:28] <dirty_d> that will just limit my max speed right?
[00:13:32] <andypugh> But when you run out of IO pins the Mesa stuff makes more sense than a second parport card.
[00:13:34] <CaptHindsight> yes
[00:14:19] <CaptHindsight> andypugh: whatcha working on this weekend?
[00:14:28] <dirty_d> ive never seen my jitter go over 81,000, so if i set the base period to 100,000, what would my max step rate be?
[00:14:43] <dirty_d> its not just 100,000 steps/s i would think
[00:14:45] <dirty_d> right?
[00:14:50] -!- pandeiro has quit [Remote host closed the connection]
[00:14:51] <dirty_d> i mean
[00:14:57] <dirty_d> you knowwhat i mean, lol
[00:15:13] <dirty_d> 1/100e-9 steps/s
[00:15:32] <andypugh> CaptHindsight: My parent’s house. Making-good the floor inside a new doorway (and door) I made.
[00:15:53] <andypugh> Last time I went up there I fired up the forge and made the door furniture.
[00:15:56] <CaptHindsight> dirty_d:
http://linuxcnc.org/docs/html/motion/tweaking_steppers.html
[00:16:58] <fluffybitchx> bbl, test-fitting leadscrew
[00:18:53] <CaptHindsight> bbl, battling with NX
[00:19:34] -!- asdfasd has quit [Ping timeout: 265 seconds]
[00:21:09] -!- fluffybitchx has quit [Ping timeout: 244 seconds]
[00:22:21] -!- gennro [gennro!~gennro@ip68-224-129-2.lv.lv.cox.net] has joined #linuxcnc
[00:23:10] <dirty_d> im overthinking this
[00:23:38] <dirty_d> even if i set my base period to 150us, i can still move at about 50in/min with 1/8 microstepping
[00:23:44] <dirty_d> im happy with that
[00:24:37] -!- rob_h has quit [Ping timeout: 250 seconds]
[00:29:45] <andypugh> There is a little more to it than that
[00:30:08] <zeeshan> andypugh: nice fancy boring head
[00:30:35] <andypugh> The problem is that at 100uS you can do 10kHz. Or you can do 5kHz. And the motors won’t follow that jump.
[00:31:07] -!- patrickarlt has quit [Remote host closed the connection]
[00:31:29] <andypugh> zeeshan: You mean this one?
https://picasaweb.google.com/108164504656404380542/CNCUnsorted?norediirect=1#5998926150725388018
[00:32:27] <zeeshan> that opened an entire album
[00:32:40] <andypugh> I hate google
[00:32:43] <zeeshan> hehe
[00:32:46] <dirty_d> hmm, 2.6.5 doesn't show the toolpath of the loaded program?
[00:33:28] <dirty_d> nevermind, im getting an error, i think thats why
[00:33:50] <dirty_d> 'NoneType' object has no attribute 'rfind' when i load the file
[00:34:23] <andypugh> zeeshan: Ah, I can’t tyoe.
https://picasaweb.google.com/108164504656404380542/CNCUnsorted?noredirect=1#5998926150725388018
[00:34:39] <zeeshan> yes that one
[00:34:40] <zeeshan> its bad ass
[00:34:50] <andypugh> dirty_d: That sounds like a Python error code.
[00:35:05] <andypugh> zeeshan: It’s also probably unique :-)
[00:35:13] <dirty_d> yea it is
[00:36:33] <FinboySlick> What's the connector for on that boring head, andypugh?
[00:36:58] <andypugh> It drives the servo motor in the boring head :-)
[00:37:16] <FinboySlick> CNC boring head! Wow.
[00:37:47] <FinboySlick> How did you do the sliding contacts?
[00:37:49] <andypugh> Custom motor:
https://picasaweb.google.com/108164504656404380542/CNCUnsorted?noredirect=1#5685047047296097794
[00:38:20] <andypugh> It’s all brushless and optical, no sliding contacts.
[00:38:58] <andypugh> (I do think it is the cleverest thing I have ever done)
[00:39:10] <FinboySlick> Ah right. Rotor is the magnetic part and connected to the spindle.
[00:39:36] <andypugh> Yes. and there are two encoders.
[00:40:03] <FinboySlick> One to synch with the rotation and one for relative movement?
[00:40:38] <andypugh> Indeed.
[00:40:51] <dirty_d> it was just an error in my ini file
[00:40:55] <andypugh> One of those “I need to get out of bed and write this down” ideas.
[00:43:04] <zeeshan> its bad ass
[00:43:06] <FinboySlick> You have to sync to the spindle encoder too, right?
[00:43:06] <zeeshan> thats what it is :)
[00:45:11] <FinboySlick> Hehe, show it to DMG MoriSeiki and give them non-exclusive rights to it in exchange for your pick of machine ;)
[00:45:12] -!- AR_ [AR_!~AR@24.238.81.234.res-cmts.sth2.ptd.net] has joined #linuxcnc
[00:45:52] <dirty_d> theres no way to see the max latency while linuxcnc is running right?
[00:46:26] <andypugh> dirty_d: I think there is
[00:46:32] -!- farbro has quit [Ping timeout: 245 seconds]
[00:47:26] <dirty_d> theres a "show linuxcnc status" in the machine menu, but i dont see latency in there.
[00:48:06] <andypugh> I am searching the docs
[00:48:18] <zeeshan> https://www.dropbox.com/s/cknhoiggmrt64g0/speed%20selector.pdf?dl=0
[00:48:21] <zeeshan> CaptHindsight: better?
[00:48:36] <dirty_d> well, thats alarming, acceleration: 1e99
[00:48:57] <andypugh> That’s quite high
[00:49:13] -!- moorbo [moorbo!~moorbo@198.211.113.93] has joined #linuxcnc
[00:49:51] <andypugh> dirty_d: You can plot latency on a histogram:
http://www.anderswallin.net/2012/12/real-time-tuning/
[00:49:59] <zeeshan> after rearranging stuff
[00:50:07] <zeeshan> it looks like this circuit board has 2 seperate circuits on it.
[00:50:31] -!- moorbo_ has quit [Ping timeout: 255 seconds]
[00:51:15] <zeeshan> it looks like if i give 24vdc to pin 5
[00:51:20] <zeeshan> and ground either pin 8 or 9
[00:51:37] <zeeshan> i _should_ be able to switch the hall switches using a magnet
[00:51:54] <zeeshan> and seeing a change of state on pin1,2,3,4,11,12
[00:52:18] <CaptHindsight> zeeshan: more stuff, new features, more secrets
[00:52:24] <zeeshan> lol capt
[00:52:35] <andypugh> dirty_d: Interesting… There is a script in the LinuxCNC scripts folder which creates histograms, and as far as I can see it has no documentation, other than a vague hint in a related manpage:
http://www.linuxcnc.org/docs/html/man/man9/latencybins.9.html
[00:54:05] <dirty_d> hmmm
[00:54:10] <PCW> The histogram is fun to play with
[00:54:34] <PCW> as is halscoping various linuxcnc function times
[00:56:13] <PCW> zeeshan: that sensor board actually looks like it was made to work with 7I77 style inputs
[00:56:35] <zeeshan> yea it has pnp transistors
[00:56:51] <zeeshan> im a noob in electronics so i am confused about why it wasn't working last time
[00:56:58] <zeeshan> i tried to give 24vdc and ground the board
[00:57:10] <zeeshan> and then tried to put a magnet on the sensors and measure output on pins
[00:57:12] <dirty_d> does this give any hints as to anything i can disable?
http://pastebin.com/xCnfe2Rm
[00:57:13] <zeeshan> and it didnt do anything really
[00:58:28] <dirty_d> cant run latency-histogram with linuxcnc running too
[00:58:31] <dirty_d> but its still cool
[01:01:25] <PCW> is that a 12V regulator for the Hall sensors?
[01:01:52] <PCW> might check the output there
[01:02:47] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045]]
[01:05:55] <zeeshan> yes its a 12v regulator
[01:05:58] <zeeshan> l7812
[01:06:35] -!- Loetmichel2 [Loetmichel2!~cylly@p54B119D1.dip0.t-ipconnect.de] has joined #linuxcnc
[01:07:01] <PCW> outputting 12V?
[01:07:12] <zeeshan> it was a while ago, but yea i remember it putting out 12v
[01:08:04] -!- Loetmichel has quit [Ping timeout: 255 seconds]
[01:08:16] <PCW> so the hall devices should switch with a strong enough magnet pointed the correct way
[01:08:34] <zeeshan> what should i be seeing between say pin 1 and gnd?
[01:08:40] <zeeshan> with no mag field?
[01:08:53] <andypugh> I spent two days hacking about with my Inventor add-in Slicer for DLP trying to get the SVG right. Then I found the SVG is right in Chrome, but not right in Inkscape. It’s an Inkscape bug!
[01:10:01] <FinboySlick> andypugh: Could be something with Cairo. I suspect that Chrome might not be using it.
[01:10:20] <andypugh> The file (tiny) is here:
https://bugs.launchpad.net/inkscape/+bug/1421865/+attachment/4319053/+files/newfile.svg
[01:11:06] <FinboySlick> Firefox appears to render it right (assuming it's an ellipse with a flattened top)
[01:11:15] <andypugh> If anyone has something other than Inkscape or Chrome I would be interested to see if it comes out symmetrical top-to-bottom
[01:11:28] <andypugh> Yes, it is.
[01:11:44] <andypugh> It comes out vaguely pear-shaped in Inkscape
[01:11:59] <PCW> either low (<1V or) high = 24V but there's some diode logic so multiple halls may need to be triggered to get a high level
[01:12:02] <ssi> https://www.youtube.com/watch?v=J9b0J29OzAU#t=61
[01:12:06] <ssi> neat
[01:13:15] <PCW> Thats really cute
[01:14:18] <ssi> isn't it? :D
[01:16:00] <andypugh> I posted that to the mailing list a few days ago
[01:16:10] <andypugh> It’s inspired.
[01:16:14] <FinboySlick> http://pbrd.co/1Eot2vv http://pbrd.co/1Eot9Y2 is how GIMP renders it.
[01:16:17] <ssi> :D
[01:16:38] <andypugh> Gimp wins them
[01:16:49] <FinboySlick> First image is Firefox.
[01:16:53] <FinboySlick> (the zoomed in one)
[01:17:21] <FinboySlick> I'm pretty sure both GIMP and Firefox use Cairo.
[01:17:51] <andypugh> Inkscape:
http://ibin.co/1rZTXM05K7Hl
[01:18:09] <FinboySlick> Wow, that's quite a difference.
[01:18:35] <andypugh> Yeah, especially when the target is a DLP printer and these are engineering parts…
[01:19:32] -!- moorbo has quit [Ping timeout: 244 seconds]
[01:19:37] <FinboySlick> I used to be good buddy with an inkscape dev but I haven't managed to get output from them in some time now. Otherwise I'd have submitted your example.
[01:20:08] <andypugh> https://bugs.launchpad.net/inkscape/+bug/1421865
[01:33:15] <andypugh> I don’t need this. But I want it.
http://www.workshopheaven.com/tools/Starrett-277-3-Three-Inch-Dividers.html#SID=99
[01:33:42] -!- maximilian_h1 [maximilian_h1!~bonsai@dslb-094-216-176-101.094.216.pools.vodafone-ip.de] has joined #linuxcnc
[01:34:33] -!- maximilian_h has quit [Ping timeout: 245 seconds]
[01:38:38] -!- gonzo_nb has quit [Remote host closed the connection]
[01:38:44] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[01:46:21] <_methods> i think i got a set of those
[01:47:32] <_methods> nope i'm a liar
[01:47:48] <PetefromTn_> hehe I'll trade you one for one of those nice boring facing heads you got andy LOL
[01:48:06] <XXCoder> gonna love involunary lying lol
[01:50:12] <andypugh> PetefromTn_: I actually have ni use for the UPA4. But it is on an MT4 shank (fixed)
[01:50:43] <PetefromTn_> jeez Oh well
[01:50:44] <XXCoder> nice use?
[01:50:50] <XXCoder> or knights who say ni?
[01:50:57] <andypugh> I only keep the UPA4 because it is the most beautifully-made thing I have ever handled
[01:51:01] <ssi> andypugh: I want those dividers too
[01:51:29] <andypugh> I think that a UPA4 is 8k new
[01:51:55] <mozmck> andypugh: are you running the latest version of inkscape? they just released 0.91
[01:52:17] <andypugh> Yes, 0.91 Mac and PC render identically
[01:53:15] <mozmck> bummer
[01:54:22] <_methods> i had a chinese knock off pair lol
[01:54:24] <andypugh> PetefromTn_: There is an R8 and an 30 taper hiding inside an MT4, of course. Or one could cut the MT4 off short and modify to take the standard Wohlhaupter (super clever) differential-screw shanks.
[01:54:24] <_methods> go figure
[01:56:01] <andypugh> PetefromTn_: I paid 150 euros for it, if you want it, and pay 150 euros + shipping and promise to appreciate it, you can have it.
[01:57:08] <andypugh> (I have had it a few years and have had my money’s-worth in “That’s lovely, thta is”)
[01:57:26] <ssi> heheh
[01:57:35] <PetefromTn_> hehe but I thought you said it was MT4 fixed?
[01:57:52] <andypugh> Yeah, but MT4 is made of metal.
[01:58:11] <andypugh> Everyone here re-shapes metal for fun
[01:58:21] <ssi> indeed!
[01:58:27] <ssi> so I got to do something fun today
[01:58:38] <ssi> I'm working on those pitts wings, and I realized that we missed someting in the drawings
[01:58:59] <ssi> there's 4130 plates sandwiching the butt end of the spars with some 1/4" holes through for bolts
[01:59:12] <ssi> and the plans call for those holes to be bushed with 4130 tubing, 3/8x.058" wall
[01:59:22] <_methods> heh i never figured i'd have room to use my coax on the x2
[01:59:25] <ssi> but the wings are already assembled, and drilling those holes was going to be quite hard
[01:59:37] <PetefromTn_> I would LOVE to have it man but I don't even have a lathe here anymore and machining that thing to accept a Cat40 would have to be absolutely perfect setup or you would screw the pooch LOL
[02:00:10] <_methods> http://imgur.com/7dxNa5a
[02:00:12] <ssi> so my friend BJ took me up to Delta's maintenance hangar at Hartsfield, and we went to the tool crib and checked out a .373x.248 1" LOC core drill with a 1/4-20 shank for use with a 90 drill
[02:00:16] <ssi> which I have
[02:00:25] <ssi> made short work of those holes!
[02:00:31] <ssi> otherwise I was going to have to try to make something custom :P
[02:01:07] <PetefromTn_> kinda surprised that the head is not made to accept different shanks
[02:01:22] <ssi> https://pbs.twimg.com/media/B9xRGzGIAAAfqhR.jpg:large
[02:01:38] <ssi> here's the drill I got from Delta
[02:01:38] <ssi> https://pbs.twimg.com/media/B9xRHcsIQAE6f_C.jpg:large
[02:02:33] <ssi> I was actually contemplating taking a 3/8" twist drill, annealing it, turning the threaded shank and pilot, and rehardening
[02:02:48] <ssi> but I've heard annealing HSS is a bitch
[02:02:52] <mozmck> andypugh: here's your image in my inkscape:
http://pbrd.co/1EoDK59
[02:03:18] <andypugh> PetefromTn_: Actually you would have to mess up the shank attachment on a boring head really quite spectacularly for it to matter at all.
[02:03:19] <mozmck> I'm running trunk from the PPA on LinuxMint 17.1
[02:03:57] <XXCoder> mozmck: just small black rectangle?
[02:04:22] <andypugh> mozmck: Now _that_ is interesting.
[02:04:41] -!- dirty_d has quit [Quit: Leaving]
[02:04:45] <mozmck> XXCoder: you can't see the image? looks like it is supposed to to me.
[02:04:47] <andypugh> Could you add that info to the bug tracker I posted?
[02:04:57] <XXCoder> probably broweser issue
[02:05:06] <mozmck> andypugh: let me try.
[02:05:08] <andypugh> Yeah, it looks spot-on to me
[02:05:19] <XXCoder> now it works
[02:05:31] <XXCoder> permission issue for me lol
[02:05:37] <mozmck> ah.
[02:05:51] <mozmck> pasteboard is pretty nice - I had not seen that site before.
[02:06:06] <XXCoder> new site idea
[02:06:09] <XXCoder> pastaboard
[02:06:15] <XXCoder> pictures of pasta only
[02:06:54] FreezingAlt is now known as FreezingCold
[02:08:40] <andypugh> OK, sleep time here.
[02:08:45] -!- andypugh has quit [Quit: andypugh]
[02:16:04] -!- ejb has quit [Quit: ZZZzzz…]
[02:16:51] <Connor> OKay, I'm starting to think it might be a bad idea to wire the dishwasher and disposal up on the same circuit..
[02:17:11] <Connor> Disposal is 6.9amps. I can't find any amps info on the current dishwasher.
[02:17:46] <zeeshan> is it old?
[02:18:01] <Connor> Not too old..
[02:18:06] <XXCoder> old is powerful
[02:18:08] <Connor> maybe 5-6 years..
[02:18:13] <XXCoder> literal. more power. lol
[02:18:32] -!- PCW has quit [Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]]
[02:18:32] <zeeshan> Connor: i know nec says something about dishwasher specifically.
[02:18:35] <Connor> It's always been on it's own circuit and the disposal was on another branch.
[02:18:38] <zeeshan> that it needs to be on its own circuit
[02:18:43] <zeeshan> 14 awg minimum
[02:18:50] <Connor> I use 12.
[02:21:58] <Connor> Requirements for GFCI protection in dwelling unit kitchens have been expanded. A new subdivision (D), “Kitchen Dishwasher Branch Circuit,” has been added to 210.8. Outlets supplying dishwashers are required to be GFCI-protected, which requires a GFCI-protective device installed at the origin of the branch circuit. The reason is related to different end-of-life failure modes and behavior of newer generation dishwashers as compared to the electromechanic
[02:22:19] <Connor> Origin of the branch circuit ?
[02:23:04] -!- kb8wmc has quit [Quit: ChatZilla 0.9.91.1 [Iceweasel 31.4.0/20150114034423]]
[02:23:12] <Connor> I guess that would be the electrical panel ?
[02:23:56] -!- ejb has quit [Quit: ZZZzzz…]
[02:24:09] <ssi> gfci breaker
[02:24:22] <ssi> as opposed to a gfci outlet at the dishwasher or something
[02:25:17] <Connor> I'm adding outlets for the disposal and dishwasher.. both were hardwire..
[02:25:40] <ssi> sure
[02:25:49] <Connor> okay.. so.. change of plans... separate outlets..
[02:25:56] <ssi> well "at the origin of the branch circuit" means use a gfci breaker in the panel rather than a gfci outlet
[02:26:07] <Connor> right.
[02:26:34] <Connor> I was going to use a blank gfci like this..
http://www.westsidewholesale.com/leviton-x7590-t.html?keyword=Google_Shopping&mr:trackingCode=FE3919B3-12C8-E311-B4D3-BC305BF933C0&mr:referralID=NA&mr:device=c&mr:adType=plaonline&mr:ad=56682935845&mr:keyword=&mr:match=&mr:filter=91797739165&gclid=CjwKEAiA3vamBRDJ1Lfwt5Pckw4SJAAdhnk2fHgFEevFg0_nvF0BsZcfzdfeaUE9c6zY_N3nRwFnZBoCLjjw_wcB
[02:26:38] <roycroft> is that nec or your local electrical code?
[02:26:45] <Connor> NEC
[02:26:53] <roycroft> i think it's a good idea, but if you're trying to save money, see if your local code requires it
[02:27:04] <roycroft> most local codes adopt nec and amend it
[02:27:04] <ssi> Connor:
http://www.homedepot.com/p/Square-D-Homeline-20-Amp-Single-Pole-GFCI-Circuit-Breaker-HOM120GFICP/100002959
[02:27:24] <roycroft> is this a new circuit?
[02:27:28] <Connor> No.
[02:27:30] <Connor> Existing.
[02:27:34] <roycroft> ok, so there may be a problem
[02:27:47] <roycroft> and that is that a gfci breaker has its own neutral wire
[02:27:52] <roycroft> and you connect that to the neutral bus
[02:28:01] <roycroft> then you connect the neutral wire for the circuit to the breaker
[02:28:09] <roycroft> and it may not reach the breaker if it's existing wiring
[02:28:23] <ssi> and on the fourth day, god created wire nuts
[02:28:27] <ssi> :D
[02:28:31] <roycroft> which may or may not be legal
[02:28:33] <Connor> It's a dedicated 12-2 all the way to the panel.
[02:28:37] <roycroft> right
[02:28:48] <roycroft> but will the existing neutral wire reach the new gfci breaker?
[02:29:06] <Connor> Oh. I have no idea.
[02:29:13] <Connor> I would have to open up the panel and look
[02:29:13] <roycroft> that is something you need to determine
[02:29:29] <roycroft> and also need to determine whether your local code allows you to extend it inside the panel
[02:29:32] <Connor> Looks like this break has it's own neutral "pigtail"
[02:29:35] <roycroft> right
[02:29:42] <roycroft> that's what all gfci circuit breakers have
[02:29:59] <Connor> I have slack on the wire..
[02:30:07] <Connor> I can pull more back into the box.
[02:30:07] <ssi> Connor: yea cause you have to pass the neutral thru the breaker so it can detect current on it
[02:30:12] <roycroft> if there's enough slack then you're good to go
[02:30:19] <roycroft> correct
[02:30:47] <Connor> okay.. So. GFCI Breaker at the box. (maybe not now)
[02:30:50] <roycroft> a gfci breaker detects if more current is going through the hot wire than is returning through the neutral wire
[02:30:58] <roycroft> if that's the case then it pops
[02:31:13] <roycroft> so it has to have the neutral for the circuit isolated from the rest of the power bus
[02:32:17] <roycroft> i would recommend gfci breakers for any circuits that feed wet areas, regardless of whether local code requires it or not
[02:32:22] <roycroft> it's just a good, safe thing to do
[02:32:29] <ssi> agreed
[02:32:30] <Connor> yea.
[02:32:54] <roycroft> your or your loved ones' lives are worth more than the $30 or so extra you pay for the breaker
[02:32:55] <Connor> okay.. so.. now the disposal.. it was being supplied by existing branch in the kitchen.
[02:33:07] <Connor> no GFCI in kitchen at all.
[02:33:24] <roycroft> i would recommend a gfci breaker for the whole branch circuit
[02:33:29] <roycroft> then everything is protected
[02:33:41] <Connor> That one is a bit harder to do.. it's very old wiring..
[02:33:45] <Connor> and probably no slack.
[02:34:03] <roycroft> in that case if code requires gfci and permits a gfci receptacle then do that
[02:34:09] <roycroft> however
[02:34:30] <Connor> Within in 6' of sink area I think..
[02:34:38] <roycroft> i would not install the gfci receptacle by the disposal
[02:34:44] <roycroft> i would trace the wires
[02:34:56] <Connor> I don't have to trace them. I know where they go.
[02:34:59] <roycroft> and find the first receptacle in the kitchen (closest to the panel)
[02:35:05] <roycroft> and put the gfci receptacle there
[02:35:12] <roycroft> that protects that outlet and everything downstream
[02:35:27] <Connor> Yea. Only 2 options for that.
[02:36:29] <Connor> I may have to upsize the box. I barely got the outlet and the wirenuts in it last time. I don't think a GFCI will fit..
[02:36:35] <Connor> very very old metal box.
[02:38:10] <roycroft> that's often a problem
[02:38:14] <roycroft> so there may be another option
[02:38:24] <roycroft> is there a place where the cable run is fairly exposed?
[02:38:30] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[02:38:41] <roycroft> i.e. surface mount conduit or romex in an attic?
[02:38:51] <roycroft> you may be able to put a junction box in the middle of the circuit
[02:38:56] <roycroft> and pull new wire from that back to the panel
[02:39:46] <Connor> In the crawl space.. which I just had redone. Much nicer to be in.. but still a pain.
[02:39:51] <Connor> let me check this other outlet.. brb
[02:40:00] <roycroft> i'm just offering suggestions
[02:40:10] <roycroft> you know what will work best for you :)
[02:41:47] -!- MacGalempsy has quit [Ping timeout: 256 seconds]
[02:42:50] -!- dirty_d [dirty_d!~adowning@c-76-118-118-156.hsd1.ma.comcast.net] has joined #linuxcnc
[02:43:59] <dirty_d> hmm, the terminal emulator that comes in the debian image is what was causing the 80us latency, lol
[02:44:15] <dirty_d> specifically moving the mouse over the window
[02:44:27] <dirty_d> if i use xterm, it doesnt happen
[02:44:32] <dirty_d> the latency hasnt gone over 15,000
[02:45:53] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[02:47:42] <Connor> okay. So.. The wall opposite the fridge/mircowave/dishwasher has a outlet. It's the start of a branch.. and feeds the outlet for the microwave and the fridge. Could be attached to another room.. I'm not sure.
[02:47:55] <Connor> dishwasher has it's own circuit.
[02:48:49] <Connor> then on the wall with the stove.. I have 2 outlets, a switch for exhaust fan. this was the circuit handling the disposal.
[02:50:12] <Connor> and of course the switch for the disposal. the start of the branch is that one outlet that's has 3 sets of romex coming into it.. the feeder, 1 for the daisy chain (exhaust fan then outlet then disposal) and it also feeds the range hood.
[02:50:42] <Connor> that box is going to have to be upsized.
[02:51:13] -!- fablab has quit [Ping timeout: 245 seconds]
[02:52:02] <Connor> I'll cut the nails with a Multi max.. and pull it out.. and install a plastic re-modelers box.
[02:53:44] <roycroft> sounds like a good plan
[02:54:25] <Connor> I think I have to move the other outlet which is going to be a bitch.. because we're installing base cabinets and it's too low.
[02:55:03] <Connor> ductwork is going to be in the way.
[02:55:16] <roycroft> yuk
[02:57:39] -!- dirty_d has quit [Remote host closed the connection]
[03:02:25] <roycroft> i've gotten weary of remodeling in my old age
[03:02:36] <roycroft> i prefer new construction when i do that kind of stuff at all now
[03:03:41] -!- unfy [unfy!~Miranda@wsip-184-185-82-30.om.om.cox.net] has joined #linuxcnc
[03:05:06] -!- fablab [fablab!~fablab@2001:a60:1382:d201:55a3:f110:4785:a79c] has joined #linuxcnc
[03:08:32] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[03:09:33] -!- farbro [farbro!~farbro@104.194.102.74] has joined #linuxcnc
[03:11:49] -!- MacGalempsy_ has quit [Ping timeout: 264 seconds]
[03:12:19] <XXCoder> roycroft: theres modular building ideas that pop up once a whi;e
[03:12:25] <XXCoder> too bad it never panned out, any of em
[03:22:28] -!- BellinganRoy has quit [Quit: Konversation terminated!]
[03:22:57] -!- dgarr has quit [Quit: Leaving.]
[03:27:20] -!- AR_ has quit [Ping timeout: 250 seconds]
[03:30:10] -!- maZer`- [maZer`-!~info@HSI-KBW-085-216-020-045.hsi.kabelbw.de] has joined #linuxcnc
[03:30:12] <maZer`-> hi all
[03:30:32] <maZer`-> im trying to find out is there a way to override the linuxcnc coolant while running program?
[03:30:54] <maZer`-> the checkboxes greyed out if a programm is running, is there a way to enable it without stopping the program?
[03:38:53] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[03:40:10] <cradek> MacGalempsy_: F8
[03:40:26] <MacGalempsy_> hello
[03:40:47] <MacGalempsy_> what about f8?
[03:40:58] <cradek> maZer`-: F8
[03:40:59] <cradek> haha
[03:41:15] <cradek> usually two characters is enough to be unique
[03:41:22] -!- MacGalempsy has quit [Ping timeout: 240 seconds]
[03:43:08] <roycroft> f8 brought you to this channel
[03:43:19] <roycroft> it's up to you to make the most of the situation
[03:45:43] <ssi> :D
[04:03:10] <XXCoder> hey ssi!
[04:03:12] <XXCoder> hows ya
[04:07:27] -!- maZer`- has quit [Ping timeout: 244 seconds]
[04:08:43] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[04:09:46] -!- nofxx [nofxx!~nofxx@unaffiliated/nofxx] has joined #linuxcnc
[04:11:38] -!- MacGalempsy_ has quit [Ping timeout: 246 seconds]
[04:16:36] <ssi> I'm oke
[04:16:40] <ssi> writing awesome code
[04:16:41] <XXCoder> cool
[04:17:01] <XXCoder> been working at conventenal mills dept for 3 weeks now
[04:17:05] <XXCoder> learned a kiot
[04:17:07] <ssi> I bet
[04:19:09] -!- fluffybitchx [fluffybitchx!~randyg@99.204.249.17] has joined #linuxcnc
[04:20:25] <fluffybitchx> http://fw.bushytails.net/milltest01.jpg
[04:21:20] <fluffybitchx> the depth changes are due to only supporting the piece from the far end, and it getting pulled up by the endmill. was just a test, and didn't want to rig up a fixture.
[04:23:30] <XXCoder> hey fluffybitchx I found plugin that lazy load images so your connection dont get overwealmed with download images
[04:23:47] <XXCoder> wood cnc
[04:23:56] <XXCoder> looks like bit rough cut?
[04:24:01] <XXCoder> ohh
[04:24:06] <XXCoder> not bad
[04:24:38] <fluffybitchx> I just tossed a piece of wood on the mill and cut. surface finish was not a priority. if I cared, I'd have clamped the piece better. lol
[04:24:57] <XXCoder> true it is test after all
[04:25:07] <RyanS> If I find the work surface on Z to zero a DRO on a manual mill, i still need a tool length, correct?
[04:25:22] <fluffybitchx> I _hate_ lazyloading. find a plugin that breaks lazyloading on every site that uses it, so all images are loaded BEFORE you get to where they are, not after!
[04:25:34] <XXCoder> lol yeah there is onme
[04:25:39] <XXCoder> but only for one site
[04:26:06] <XXCoder> i tried it, didnt like it and removed lazy load images
[04:26:51] * fluffybitchx wonders if that test is the most popular thing ever cut with linuxcnc
[04:27:24] <fluffybitchx> with lazyloading, you scroll down, then there's an empty box where the image should be... then you have to wait for it to load. with sane loading, by the time you scroll down to the image, it's already loaded, so you don't have to wait for it.
[04:28:27] <XXCoder> lazy lazy plugin does exactly that only for all sites
[04:28:33] <fluffybitchx> this mill is definitely not what I want for my long-term machine... but it does seem to work. I need to figure out how to get the lathe chuck off, because with it on, you only get 7.5" on throat depth, instead of the 11" you'd get without it.
[04:28:39] <XXCoder> I found tab stop load so I can just open lots tabs then stop all load
[04:28:45] <XXCoder> then load one a time. awesome
[04:28:52] <fluffybitchx> yes. which is the exact opposite of what I want. I want to never, ever be subjected to lazyloading.
[04:29:53] <fluffybitchx> 11x10x3 is not a particularly great cutting volume.
[04:30:15] <fluffybitchx> also, I found out my mt3 extension I got doesn't fit my spindle. I think I need to cut it shorter. it hits something before the taper seats.
[04:30:46] <fluffybitchx> I have 17" of X travel, but it doesn't do you any good when you only have 11" to the column!
[04:31:42] <fluffybitchx> (note that, on this machine, the column is to the left, not to the rear like most machines)
[04:33:25] <fluffybitchx> oh well. I made chips, which is always a good thing.
[04:38:53] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[04:41:28] <fluffybitchx> get your walk sign working?
[04:41:35] -!- MacGalempsy has quit [Ping timeout: 250 seconds]
[04:42:10] <fluffybitchx> the next step on the mill is an enclosure for the electronics... right now everything is sitting in a pile on the side of it. :)
[04:46:14] -!- User____ [User____!~chatzilla@c-50-143-148-115.hsd1.ca.comcast.net] has joined #linuxcnc
[04:47:58] -!- zeitue has quit [Quit: Leaving]
[04:48:43] -!- User____ has quit [Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]]
[04:50:56] <XXCoder> fluffybitchx: not yet been busy fixng van
[04:51:15] <XXCoder> turns out my led turn signal flasher is wrong model bah what a waste of time lol
[04:51:25] <XXCoder> waiting for new one with correct pinouts
[04:52:09] -!- MacGalempsy_ has quit [Read error: Connection reset by peer]
[04:52:24] <fluffybitchx> I need to fix the turn signals on my truck... they don't blink.
[04:52:39] <XXCoder> mines all over map
[04:52:49] <XXCoder> either brief normal flash then stop
[04:52:59] <XXCoder> or flash rapidly briefly
[04:53:06] <XXCoder> or any mix of those
[04:53:10] <fluffybitchx> I suspect the problem is the flasher, but it has less than 10,000 miles since I put it in, which annoys me.
[04:53:19] <XXCoder> one of capactors released magic smoke
[04:53:24] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[04:53:24] <XXCoder> surpised it still works
[04:53:57] <fluffybitchx> I haven't taken my truck apart to get to mine yet.
[04:54:26] <XXCoder> nissan quest its nightmare
[04:54:46] <XXCoder> has to remove knee bolser then bottom left guard then finally can access it.. barelt
[04:55:29] <fluffybitchx> anyone have some good stepper motor cable they want to sell, or trade for 20ft of brand new chainflex servo cable?
[04:59:06] <XXCoder> only has crappy chinese stuff lol
[05:01:30] <fluffybitchx> I bought some cheap 16/4 shielded cable on ebay, advertised as stepper/servo cable, and got sent garbage communications cable... the insulation already has white bands from flexxing, and the only chips I've made is that test.
[05:01:50] <XXCoder> already
[05:01:51] <XXCoder> shit
[05:01:57] <XXCoder> imange after 100 parts
[05:02:01] <fluffybitchx> before that, I bought 20ft of nice servo cable, but decided it was too fancy to use for this project... it has two more conductors than I need.
[05:02:45] <fluffybitchx> I bought it with plans of hiding the limit switch wiring in the motor cables, to reduce number of cables flopping around, but decided to put all the switches on the saddle instead, with their own cable.
[05:03:38] -!- maximilian_h [maximilian_h!~bonsai@dslb-088-067-154-078.088.067.pools.vodafone-ip.de] has joined #linuxcnc
[05:05:13] -!- maximilian_h1 has quit [Ping timeout: 265 seconds]
[05:05:24] <XXCoder> fluffy you might want this
https://wordpress.org/plugins/lazy-load-for-videos/
[05:06:04] <XXCoder> it changes videos to images that you can click to load
[05:06:10] <fluffybitchx> what part of "I hate lazyloading" is difficult to comprehend? I do not want lazyloading of my images. I do not want lazyloading of my videos. I do not want lazyloading of my green eggs and ham.
[05:06:12] <XXCoder> easier on bandwidth
[05:06:52] <fluffybitchx> also, I don't run a wordpress site, and hopefully never will.
[05:07:30] <XXCoder> oops thought it was firefox plugin
[05:07:33] <XXCoder> sorry :)
[05:07:42] <XXCoder> great ref to green ham and eggs lol
[05:08:06] <XXCoder> http://donthatethegeek.com/wp-content/uploads/2014/08/funny-dog-sick-doctor-comic.jpg
[05:08:32] <fluffybitchx> lol
[05:08:56] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[05:10:57] <fluffybitchx> I want an anti-lazyloading extension, that forces all images to load as soon as the page loads.
[05:11:52] <LeelooMinai> fluffybitchx: I think you want more normal internet connection:)
[05:11:55] -!- MacGalempsy has quit [Ping timeout: 250 seconds]
[05:12:04] <XXCoder> I found only one ntilazyload and it was only for one site
[05:12:14] <XXCoder> I suspect because ifferent script
[05:12:15] <XXCoder> s
[05:12:59] <fluffybitchx> LeelooMinai: if I had a faster internet connection, I'd want images to load even sooner!
[05:13:21] -!- TTN [TTN!~TTN@unaffiliated/ttn] has joined #linuxcnc
[05:13:21] <fluffybitchx> the only reason sites use lazyloading is when they want to save bandwidth, and their content is so useless most people leave before reading much of the page.
[05:16:04] <fluffybitchx> there's no reason that you should have to wait for images to load AFTER they're on the screen.
[05:18:11] <LeelooMinai> fluffybitchx: I thought the idea was for people with low bandwidth, so they could see/read the text first:)
[05:18:34] <LeelooMinai> At least at the inception of this
[05:18:40] <fluffybitchx> nope. never has been.
[05:18:45] <fluffybitchx> it's all about saving server bandwidth
[05:18:51] <XXCoder> lee the website version of lazyload is for server use less band er yeah
[05:18:54] <XXCoder> shes faster
[05:19:06] <fluffybitchx> your browser always loads the text first... it doesn't get the <img tags until it loads the text.
[05:19:28] <XXCoder> What I want is firefox lazyload for "open all in tab" so it dont load em till I click tab
[05:19:37] <XXCoder> nobody else wants that apparently
[05:19:58] <fluffybitchx> I think tabmixplus or one of those does that
[05:20:14] <fluffybitchx> although I've never used the open all in tabs option.
[05:20:22] <XXCoder> I do. everyday
[05:21:16] -!- ink [ink!~ink@c-71-198-91-97.hsd1.ca.comcast.net] has joined #linuxcnc
[05:21:24] <LeelooMinai> fluffybitchx: I go further in time with it:) Originally the images needed to be lloaded first to get their size and render rest of the page properly.
[05:22:01] -!- toastyde1th [toastyde1th!~toast@c-69-244-86-195.hsd1.md.comcast.net] has joined #linuxcnc
[05:22:33] -!- toastydeath has quit [Read error: Connection reset by peer]
[05:22:52] <LeelooMinai> Then they though, hey, lets add those image size attributes to the markup so we can render the page and load the images in parallel.
[05:23:06] -!- zeeshan-mill [zeeshan-mill!~zeeshan@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[05:23:37] <LeelooMinai> And all the low bandwidth people were happy:)
[05:23:44] <fluffybitchx> even with no size info, it'll render the text before loading the images - it'll just re-flow the text when it gets the image headers.
[05:23:54] <fluffybitchx> lazyloading is entirely about saving server bandwidth
[05:24:14] <zeeshan-mill> got the encoder wired
[05:24:15] <zeeshan-mill> yay
[05:24:19] <zeeshan-mill> TEST TIME
[05:24:32] <Tom_itx> got 2 more boards din mounted
[05:24:34] <zeeshan-mill> what did i miss
[05:24:38] <zeeshan-mill> Tom_itx, what boards
[05:24:39] <LeelooMinai> Yes, it would render it, but not in the places it was intended too - it was a bit of a problem.
[05:24:46] <XXCoder> fluffybitch nah it does not do what I want. too bad
[05:24:48] <fluffybitchx> oh, on a mill-related topic... I've found my steppers make most excellent generators. a few cranks of the handwheels with the power supply off, and my caps rise to >20V!
[05:24:49] <Tom_itx> the isolation board and the C6
[05:25:02] <Tom_itx> i'm running out of room
[05:25:04] <fluffybitchx> zeeshan:
http://fw.bushytails.net/milltest01.jpg
[05:25:05] <XXCoder> fluffybitchx: wind power :)
[05:25:29] <Tom_itx> i had to make the mounts for them though
[05:25:38] <zeeshan-mill> nice fluffy!!!
[05:25:43] <zeeshan-mill> that is bad ass
[05:25:51] <fluffybitchx> if I crank the handwheels, the voltage rises about the 18V cutoff of the drivers, then the drivers power up and lock the motors, so I can't crank them until the power supply discharges again...
[05:25:54] <LeelooMinai> fluffybitchx: I think those fluffy (sic) edges are because of low speed?
[05:26:23] <fluffybitchx> LeelooMinai: low speed, and the material chattering. I only clamped at the far end (just visible in the right of the image), and it was getting sucked up by the endmill.
[05:26:44] <LeelooMinai> RIght, bad clamping never ends well
[05:26:51] <fluffybitchx> that's also why it's deeper on one side than the other...
[05:27:30] <zeeshan-mill> hm
[05:27:34] <zeeshan-mill> index pulse not registering
[05:27:41] <zeeshan-mill> =[
[05:27:42] WalterN is now known as tiwake
[05:28:05] <fluffybitchx> homebuilt encoder or factory module?
[05:28:33] <zeeshan-mill> home built
[05:28:43] <zeeshan-mill> i noticed that even my linear encoders
[05:28:47] <fluffybitchx> check alignment of sensor and ring
[05:28:48] <zeeshan-mill> dont show an index pulse on the 7i77
[05:28:54] <zeeshan-mill> oh i know its working
[05:28:58] <zeeshan-mill> there are led's on the actual sensor
[05:29:06] <zeeshan-mill> it goes on and off through index
[05:29:15] <zeeshan-mill> trying to halscope it
[05:29:27] <fluffybitchx> ah
[05:29:48] <fluffybitchx> I need to build an encoder for my spindle... probably cut it with a tiny endmill from an aluminum disk.
[05:30:09] <fluffybitchx> someone else in here used countertop material, but I like metal.
[05:30:37] <zeeshan-mill> im dumb
[05:30:40] <zeeshan-mill> i was logging the wrong thing
[05:30:53] <XXCoder> can always grab el cheapo metal sheet from $12 store
[05:30:55] <XXCoder> mill it
[05:31:00] <XXCoder> er $1
[05:31:02] <fluffybitchx> no, you're only dumb if you come in here talking about how you blew another drive. :P
[05:31:12] <fluffybitchx> XXCoder: I like the local scrapyard.
[05:31:15] <zeeshan-mill> hahah
[05:31:22] <XXCoder> no scrapyard here too bad
[05:31:36] <LeelooMinai> What is the final count, 4 drives?
[05:31:45] <fluffybitchx> also, aluminum clipboards make most excellent material. :)
[05:31:58] <fluffybitchx> clipboards tend to be a good strong alloy
[05:32:06] <XXCoder> clipboards, one for hold paper stack with clip?
[05:32:24] <fluffybitchx> yep
[05:32:35] <XXCoder> ok had to be sure. never seen such lol
[05:32:41] <LeelooMinai> Not very thick though
[05:33:18] <fluffybitchx> LeelooMinai: plenty thick for an encoder disc!
[05:33:24] <fluffybitchx> XXCoder:
https://d1t8ok2zesyvw2.cloudfront.net/spree/products/43/original/open-uri20130816-17199-3k7wy4.?1376685493
[05:33:34] <XXCoder> not bad
[05:33:39] <LeelooMinai> SO how much is such clipboard? :)
[05:33:45] <XXCoder> my bro saw one made from carbon fibre lol
[05:33:50] <XXCoder> its basically immortal
[05:34:00] <fluffybitchx> they're useful if you need a piece of metal and it's the weekend and all the non-big-box stores are closed...
[05:34:16] <LeelooMinai> It's probably not 6061-T6:)
[05:34:26] <fluffybitchx> LeelooMinai: a lot more than the per-sqft cost of the metal, but often less than the cut charges if you just want a little piece.
[05:37:11] <fluffybitchx> bbl, wolfy bedtime
[05:37:16] <XXCoder> night
[05:37:33] <zeeshan-mill> gnite
[05:38:06] <fluffybitchx> my mill is nowhere near done, but making chips is encouraging.
[05:38:13] <XXCoder> I bet yes
[05:39:01] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[05:40:24] <Tom_itx> zeeshan,
http://tom-itx.no-ip.biz:81/~webpage/cnc/temp/spindle_board2.jpg
[05:41:40] -!- MacGalempsy_ has quit [Ping timeout: 255 seconds]
[05:44:23] -!- fluffybitchx has quit [Ping timeout: 246 seconds]
[05:45:01] -!- Biff_ [Biff_!~Biff_Barf@c-50-143-148-115.hsd1.ca.comcast.net] has joined #linuxcnc
[05:46:36] -!- tjtr33 has quit [Quit: Leaving]
[05:47:19] -!- FinboySlick has quit [Quit: Leaving.]
[05:49:21] <zeeshan> whats th ebaord on the right?
[05:49:22] <zeeshan> er
[05:49:22] <zeeshan> left
[05:50:00] <zeeshan> http://i.imgur.com/sRPvFLY.png
[05:50:00] <zeeshan> !!
[05:50:01] <zeeshan> :D
[05:50:08] <zeeshan> http://i.imgur.com/XpsuNRD.png
[05:50:11] <zeeshan> when i zoom in
[05:50:18] <zeeshan> there is a bit of "issue"
[05:51:11] <zeeshan> some of the pulse widths are shorter
[05:54:01] <Tom_itx> it's the isolation board for the driver
[05:54:48] <XXCoder> lol
https://www.youtube.com/watch?v=gyeTsl8ghcQ
[05:54:54] <XXCoder> makes it look like its constantly busy
[05:54:57] <XXCoder> but not really
[05:55:05] <zeeshan> looks nice man
[05:55:10] <zeeshan> are thsoe custom brackets
[05:55:14] <zeeshan> you made for din rail mounting them
[06:01:13] -!- maximilian_h1 [maximilian_h1!~bonsai@dslb-094-216-150-153.094.216.pools.vodafone-ip.de] has joined #linuxcnc
[06:02:41] -!- maximilian_h has quit [Ping timeout: 264 seconds]
[06:07:19] <Tom_itx> yeah
[06:08:29] <Tom_itx> the clips beside it are fuse blocks
[06:09:05] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[06:09:29] <zeeshan-mill> ah
[06:11:44] -!- MacGalempsy has quit [Ping timeout: 246 seconds]
[06:16:53] -!- zee-Lathe [zee-Lathe!~zeeshan@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[06:19:37] -!- XXCoder has quit [Ping timeout: 264 seconds]
[06:24:33] -!- sumpfralle has quit [Quit: Leaving.]
[06:26:11] -!- johtso has quit [Quit: Connection closed for inactivity]
[06:27:57] -!- XXCoder [XXCoder!~XXCoder@c-24-19-85-77.hsd1.wa.comcast.net] has joined #linuxcnc
[06:31:45] -!- patrickarlt has quit [Remote host closed the connection]
[06:37:09] -!- assanaway has quit [Remote host closed the connection]
[06:37:18] -!- bobo_ has quit [Quit: Page closed]
[06:39:09] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[06:41:11] <zeeshan-mill> im getting a good signal
[06:41:19] <zeeshan-mill> but im getting funky spindle velocity
[06:41:56] -!- MacGalempsy_ has quit [Ping timeout: 244 seconds]
[06:42:47] -!- farbro has quit [Ping timeout: 245 seconds]
[06:45:20] <zeeshan-mill> http://pastebin.com/ru6mWAZE
[06:45:22] <zeeshan-mill> my config
[06:46:16] -!- capricorn_1 has quit [Read error: Connection reset by peer]
[06:47:39] -!- capricorn_1 [capricorn_1!~raffi@zima.linwin.com] has joined #linuxcnc
[06:48:56] -!- zee-Lathe has quit [Remote host closed the connection]
[06:49:58] -!- farbro [farbro!~farbro@104.194.102.74] has joined #linuxcnc
[06:52:41] -!- zeeshan-mill has quit [Ping timeout: 246 seconds]
[06:53:04] -!- BellinganRoy [BellinganRoy!~Bellingan@host149-212-dynamic.33-79-r.retail.telecomitalia.it] has joined #linuxcnc
[06:54:24] -!- farbro has quit [Ping timeout: 245 seconds]
[07:03:54] -!- phantoneD [phantoneD!destroy@a89-152-21-144.cpe.netcabo.pt] has joined #linuxcnc
[07:04:02] -!- Mr_Sheesh has quit [Disconnected by services]
[07:04:28] -!- Mr_Sheesh [Mr_Sheesh!~mr_s@unaffiliated/mr-sheesh/x-0757054] has joined #linuxcnc
[07:06:43] -!- GargantuaSauce has quit [Quit: No Ping reply in 180 seconds.]
[07:06:54] -!- GargantuaSauce [GargantuaSauce!~sauce@blk-224-183-201.eastlink.ca] has joined #linuxcnc
[07:07:46] -!- phantoxeD has quit [Ping timeout: 244 seconds]
[07:09:17] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[07:12:07] -!- MacGalempsy has quit [Ping timeout: 255 seconds]
[07:20:04] -!- ve7it has quit [Ping timeout: 265 seconds]
[07:26:56] -!- mttr has quit [Ping timeout: 246 seconds]
[07:27:19] -!- Biff_ has quit [Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]]
[07:28:07] -!- XXCoder has quit [*.net *.split]
[07:28:07] -!- unfy has quit [*.net *.split]
[07:28:08] -!- Aero-Tec2 has quit [*.net *.split]
[07:28:09] -!- MattyMatt has quit [*.net *.split]
[07:28:10] -!- ReadError has quit [*.net *.split]
[07:32:45] -!- MattyMatt [MattyMatt!~matt@cpc12-birk7-2-0-cust211.1-3.cable.virginm.net] has joined #linuxcnc
[07:35:55] -!- Crom_ [Crom_!~Robi@pool-108-23-106-180.lsanca.fios.verizon.net] has joined #linuxcnc
[07:35:55] -!- ReadError [ReadError!readerror@ec2-50-19-189-163.compute-1.amazonaws.com] has joined #linuxcnc
[07:39:31] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[07:41:08] <Crom_> Morning
[07:42:47] -!- MacGalempsy_ has quit [Ping timeout: 265 seconds]
[07:43:17] <Crom_> got limit/home switches mounted
[07:43:38] <Crom_> got it homing in mach3 and linuxcnc the way I want
[07:47:13] -!- nofxx has quit [Ping timeout: 264 seconds]
[07:47:23] <Crom_> so it's alot harder to crash now
[07:52:02] -!- Deejay [Deejay!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[07:52:10] <Crom_> Morning
[07:52:38] <Deejay> moin
[07:55:19] -!- zeitue [zeitue!~z@67.221.133.28] has joined #linuxcnc
[07:55:55] <zeeshan> nice
[07:56:03] <zeeshan> why are you using mach 3! :P
[07:56:51] <Crom_> shop machine is an XP machine, mine is ubuntu mini-box.com running a intel atom board
[07:57:57] <zeeshan> dcc doesnt work
[07:57:59] <zeeshan> for me :P
[07:57:59] <Crom_> this is both machines and the 3040 and one of the guys laser
[07:58:07] <Crom_> fudge
[07:58:24] <Crom_> hmm lemme find a picture site
[08:07:22] <Crom_> http://s172.photobucket.com/user/Robi_Akerley-Mc_Kee/library/
[08:08:05] -!- danylevskyi has quit [Ping timeout: 264 seconds]
[08:09:35] <zeeshan> cool
[08:09:35] <zeeshan> :D
[08:10:02] <zeeshan> i like the laser cutter
[08:10:53] <Crom_> MDF for the switch mounts right now... I have some delrin cutting board I'm taking in to use and I have to find some screws for the switches and I want to turn some 90 degrees
[08:11:15] -!- ink has quit [Remote host closed the connection]
[08:11:33] <Crom_> there's 2 more and 3 repraps still to put together
[08:11:45] -!- asdfasd [asdfasd!~332332@94.10.233.161] has joined #linuxcnc
[08:12:55] <zeeshan> http://i.imgur.com/XpsuNRD.png
[08:12:57] <zeeshan> ugh
[08:12:59] <zeeshan> relooking at this image
[08:13:08] <zeeshan> i just realized i made a big mistake :/
[08:13:22] <zeeshan> i accidently put the a and b phase 180 degrees apart physically
[08:13:23] <zeeshan> fak!
[08:14:39] <Crom_> mdf is crap for taking screws
[08:14:53] <zeeshan> mdf is terrible for a lot of things :P
[08:14:53] <Crom_> hehehe yep 180 out
[08:15:06] <zeeshan> fak, i really hope pcw has a solution
[08:15:15] <Crom_> time to shift B 60 degrees
[08:15:16] -!- asdfasd has quit [Read error: Connection reset by peer]
[08:15:18] <zeeshan> that allows me to offset the wave
[08:15:26] <zeeshan> you mean 90
[08:15:47] <Crom_> what's the green line?
[08:15:51] <zeeshan> index pulse
[08:15:51] <Jymmm> MDF will actually thread on the sirface, you just can't go thru an edge.
[08:16:49] <Crom_> B will be on the index if you shift 90 degrees
[08:17:42] <Crom_> that's my problem to turn 90 degrees on MDF you have to go through an edge
[08:18:10] <Crom_> delrin will work much better
[08:19:35] <Crom_> crap now I have to get another end mill 3/32" for making holes a 1/8" screw will thread into
[08:23:23] <Crom_> hmm 1.77 each 5ea should do it for awhile $4 shipping ohwell
[08:24:27] <Crom_> http://www.ebay.com/itm/160675016894
[08:26:09] <Crom_> slightly used... good enough for delrin
[08:26:15] -!- XXCoder [XXCoder!~XXCoder@c-24-19-85-77.hsd1.wa.comcast.net] has joined #linuxcnc
[08:28:00] <Crom_> and got some proximaty sensors too
[08:29:44] <Crom_> http://www.ebay.com/itm/321600875748?_trksid=p2059210.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT
[08:30:21] <Crom_> 12mm head 4mm sense distance... Just have to put a lump of iron at the target
[08:30:45] <XXCoder> hey
[08:30:49] <XXCoder> what would it be used for>?
[08:32:18] <Crom_> I also have photo interruptors comming... iductives for home and phot's for limits
[08:33:38] <Crom_> Z limit is still gonna be photo
[08:33:54] <Crom_> err home
[08:35:10] <Crom_> newer 3040's the spindle mount is in one piece to the Z slide... makes it harder to swap out spindle mounts
[08:36:13] <Crom_> when I get mine running I guess I'll hack off the space's spindle mount and rig a new one which is tramable and changable
[08:36:55] <Crom_> then do the same to mine. Spindle,extruder, wood burner (Not laser)
[08:37:41] <Crom_> draw knife using 4axis to turn it for fabris cutting
[08:38:44] <Crom_> or push knife for cutting leather
[08:39:37] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[08:40:54] <Crom_> time to see how uniconverter works for converting CDR files to SVG
[08:42:28] -!- MacGalempsy has quit [Ping timeout: 245 seconds]
[08:44:38] <XXCoder> hope it works for you :) going to bed
[08:45:31] <Crom_> nite ntie
[08:45:43] -!- balestrino [balestrino!~SB@host83-104-dynamic.252-95-r.retail.telecomitalia.it] has joined #linuxcnc
[08:46:34] <Crom_> doesn't
[08:46:53] <Crom_> doesn't like Corel 5,6, or 7 cdr's
[08:47:02] <Crom_> or maybe just my files
[08:50:01] <Crom_> ahhh it doesn't like corel draw 5 files
[08:54:02] -!- asdfasd [asdfasd!~332332@94.10.233.161] has joined #linuxcnc
[08:59:20] <Crom_> hola balestrino
[09:04:39] <Crom_> nite nite
[09:05:05] -!- Crom_ has quit [Quit: Leaving]
[09:09:41] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[09:12:22] -!- MacGalempsy_ has quit [Ping timeout: 240 seconds]
[09:17:05] -!- ink [ink!~ink@c-71-198-91-97.hsd1.ca.comcast.net] has joined #linuxcnc
[09:19:17] -!- Aero-Tec2 [Aero-Tec2!Aero-Tec4@d173-183-92-114.bchsia.telus.net] has joined #linuxcnc
[09:22:15] -!- rob_h [rob_h!~robh@90.214.159.68] has joined #linuxcnc
[09:36:18] -!- txp has quit [Remote host closed the connection]
[09:37:22] -!- TTN has quit [Ping timeout: 245 seconds]
[09:39:51] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[09:43:01] -!- MacGalempsy has quit [Ping timeout: 264 seconds]
[09:48:14] -!- f1oat [f1oat!~f1oat@AMontsouris-553-1-74-212.w92-151.abo.wanadoo.fr] has joined #linuxcnc
[10:14:35] -!- danylevskyi has quit [Ping timeout: 246 seconds]
[10:29:55] -!- ariscop has quit [Remote host closed the connection]
[10:35:27] -!- ashcan [ashcan!~robert@navsoft.plus.com] has joined #linuxcnc
[10:35:39] -!- ariscop has quit [Read error: Connection reset by peer]
[10:37:36] -!- ashcan has quit [Client Quit]
[10:39:40] -!- anarchos2 has quit [Quit: Ex-Chat]
[10:39:52] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[10:43:04] -!- MacGalempsy_ has quit [Ping timeout: 265 seconds]
[11:02:47] -!- Thetawaves [Thetawaves!~Thetawave@48-147-42-72.gci.net] has joined #linuxcnc
[11:11:15] -!- SheSad [SheSad!~SheSad@74.61.150.8] has joined #linuxcnc
[11:25:53] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[11:36:41] -!- anarchos [anarchos!~anarchos@S010600259ce59399.vn.shawcable.net] has joined #linuxcnc
[11:39:58] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[11:43:01] -!- MacGalempsy has quit [Ping timeout: 255 seconds]
[12:07:32] Loetmichel2 is now known as Loetmichel
[12:08:04] <Loetmichel> mornin'
[12:13:26] <Loetmichel> *grrr* "nice" way to be waken on a saturday: stranger standing in the doorway saying "i bumped your car, sorry" :-( Why cant people learn to drive? just got the car thru the annual... now it has to go to the Garage again... someone backed up out his driveway and hit my car dead center... mirror broken off and door mangled... ->
http://www.cyrom.org/palbum/main.php?g2_itemId=15642
[12:15:11] <micges> heh, it's nice that he even show up :)
[12:16:37] <malcom2073> Heh, typically here if that happened, they'd just leave, no note or anything
[12:16:42] <SpeedEvil> Hammer it all into a dent, remove all the paint, leadwork.
[12:18:24] <micges> malcom2073: here too
[12:20:11] <Loetmichel> SpeedEvil: i will do NOTHING there... his job to get a decent garage to do it right
[12:21:06] <archivist> girl reversed into van and broker her mirror this morning here, van did not care :)
[12:22:05] <archivist> she only passed her test a couple of weeks ago
[12:26:38] <jthornton> sounds like she failed the second test
[12:40:06] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[12:40:13] <archivist> I think you need a small accident when a new driver to knock some sense into you
[12:42:22] <jthornton> it took my daughter 3 times to get some driving sense
[12:42:41] -!- MacGalempsy_ has quit [Ping timeout: 252 seconds]
[12:43:47] <Loetmichel> jthornton: hmm, i have my licese now longer than 12 years. not a single accident that was on my head
[12:44:02] <Loetmichel> got bumped a few times but noting i was to accuse of
[12:46:10] <jthornton> I've had my license for 47 years and only got fooled once
[12:46:39] <jthornton> learned an important lesson, a turn signal does not mean they will turn
[12:47:13] <Loetmichel> turn signals are optional, didnt you learn that in drivers school? ;-)
[12:49:32] <jthornton> back then they didn't have drivers school LOL
[12:49:51] <Loetmichel> hrhr
[13:00:34] <jthornton> tjb1,
http://folger-technologies-llc.myshopify.com/collections/frontpage/products/folger-tech-kossel-2020-full-3d-printer-kit
[13:07:26] -!- jthornton has quit [Remote host closed the connection]
[13:10:12] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[13:10:39] -!- f1oat has quit [Ping timeout: 245 seconds]
[13:10:59] -!- MrFahrenheit [MrFahrenheit!~hamzadis@unaffiliated/rageofthou] has joined #linuxcnc
[13:11:22] -!- jthornton [jthornton!~john@184.21.239.59] has joined #linuxcnc
[13:13:01] -!- MacGalempsy has quit [Ping timeout: 264 seconds]
[13:16:21] -!- anarchos has quit [Quit: This computer has gone to sleep]
[13:21:32] -!- zeitue has quit [Ping timeout: 245 seconds]
[13:30:36] -!- nofxx [nofxx!~nofxx@unaffiliated/nofxx] has joined #linuxcnc
[13:35:04] -!- zeitue [zeitue!~z@67.221.133.28] has joined #linuxcnc
[13:38:14] <SpeedEvil> http://www.bunniestudios.com/blog/?p=4364
[13:40:16] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[13:43:21] -!- MacGalempsy_ has quit [Ping timeout: 265 seconds]
[13:44:15] <_methods> great way to get other people to solve your engineering problem for free
[13:44:34] <SpeedEvil> ?
[13:44:40] <_methods> bunnie
[13:45:03] <_methods> he's trying to get someone to solve his problem for free for him there
[13:45:51] <_methods> and crying about a $5000 vision solution is just hilarious in the comments
[13:46:25] <SpeedEvil> Err - his problem isn't zippers
[13:46:57] <SpeedEvil> It's the general issue of perceived value and how it screws up actual manufacturing
[13:49:37] <_methods> he was in the factory for a reason
[13:52:36] <_methods> if you have phd electrical engineer in your factory for no reason and don't use him to solve some process control issue, you might be an idiot
[13:52:49] <_methods> phd electrical engineer from MIT
[13:53:23] <SpeedEvil> That's assuming that he's willing to actually solve your problem for you
[13:55:06] <SpeedEvil> CV isn't quite insane - I would not expect a rasperry pi to be unable to solve it
[13:56:21] <_methods> even the cheap cv cams are expensive
[13:56:28] <_methods> but still
[13:57:37] <_methods> who knows
[13:58:59] <_methods> i just read that as a thinly veiled attempt to get some input on an engineering issue for free
[13:59:19] <_methods> i'm just a pessimist though lol
[14:06:53] <SpeedEvil> I was meaning actually using the Pi camera
[14:10:23] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[14:12:06] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[14:12:59] -!- MacGalempsy has quit [Ping timeout: 244 seconds]
[14:30:05] <tjb1> jthornton: no
[14:30:20] -!- sumpfralle [sumpfralle!~lars@erina.opennet-initiative.de] has joined #linuxcnc
[14:30:26] <tjb1> dont buy anything from folgertech
[14:32:58] <jthornton> ok
[14:33:17] <jthornton> crappy stuff or just poor service?
[14:34:44] <tjb1> both
[14:34:56] <jthornton> wow that's bad
[14:35:12] <tjb1> well their printer price is less than I paid for the linear rails on my kossel alone
[14:35:26] <tjb1> my linear rails were $130 each
[14:35:49] <tjb1> ok so $10 less but I don't think I can get the rest of the printer for $10
[14:36:00] <jthornton> I see them on fleabay for about $130 for a set of 3 linear rails
[14:36:15] <tjb1> mine are from Misumi
[14:36:20] <tjb1> Hiwin I think
[14:36:46] -!- skorasaurus has quit [Client Quit]
[14:37:14] <jthornton> yea high dollar stuff
[14:37:32] <tjb1> I didnt pay $130
[14:37:37] <jthornton> can you build a Kossel with machined parts
[14:37:41] <tjb1> Misumi had a $150 free thing going on a long time ago
[14:40:03] -!- skorasaurus has quit [Client Quit]
[14:40:17] -!- skorasaurus has quit [Client Quit]
[14:40:27] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[14:43:19] -!- MacGalempsy_ has quit [Ping timeout: 252 seconds]
[14:53:52] -!- nofxx has quit [Ping timeout: 240 seconds]
[14:55:49] <JT-Shop> tjb1, what is the print area on your Kossel?
[14:56:11] <tjb1> 165mm diameter
[14:56:14] <tjb1> 200mm height
[14:56:52] <Tom_itx> JT-Shop you decide on a design yet?
[14:57:21] <JT-Shop> well the Kossel with linear rails looks easy/fast to build
[14:59:08] <JT-Shop> the core xy is another consideration
[14:59:41] <tjb1> I dont know of any open CoreXY that would be machinable
[15:00:20] <Tom_itx> most of the machine parts look flat on it iirc
[15:00:36] <Tom_itx> mostly corner braces
[15:01:19] <JT-Shop> I've seen one core xy that was made from machined parts
[15:01:28] <JT-Shop> http://www.ebay.com/itm/Mini-Kossel-3D-Printer-Printed-Parts-ABS-or-PLA-Pick-Color-Carriage-Type-/121350145869?pt=LH_DefaultDomain_0&var=&hash=item1c4108474d
[15:02:58] <tjb1> heh thats funny
[15:04:01] <tjb1> Wonder if I should tell that guy
[15:04:17] <JT-Shop> what's that?
[15:04:17] <tjb1> If you read ebay item description - " Choose this if you would like to receive three additional parts for the pup style carriages found at
http://www.thingiverse.com/thing:110283. Note: No V rollers are included and will need to be purchased separately. They can be purchased here.
[15:04:17] <tjb1> "
[15:04:40] <tjb1> now if you follow that thingiverse link
[15:04:48] <tjb1> Carriage for Kossel Mini (replaces ball rails) by brandonh is licensed under the Attribution - Non-Commercial - Share Alike license.
[15:04:57] <tjb1> Notice the non-commercial part
[15:09:56] <Tom_itx> is the reprap police gonna come bust you?
[15:10:25] <tjb1> No but kind of a douche move to link right to the file itself and it has a non-commercial license
[15:10:33] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[15:13:23] -!- MacGalempsy has quit [Ping timeout: 250 seconds]
[15:17:00] -!- adb [adb!~IonMoldov@2a02:120b:c3d6:3640:baac:6fff:fe67:305f] has joined #linuxcnc
[15:19:29] -!- sumpfralle has quit [Ping timeout: 246 seconds]
[15:21:54] -!- fluffybitchx [fluffybitchx!~randyg@70.1.92.28] has joined #linuxcnc
[15:22:47] <fluffybitchx> suggestions for motor connectors? something that can handle 10A/phase.
[15:23:16] <fluffybitchx> I was going to use anderson powerpoles, rated for 30A, but they're not shielded...
[15:24:14] <cpresser> fluffybitchx: XLR might do
[15:25:36] <fluffybitchx> I don't know if they can reliably handle 10A... I know the ones used on wheelchair chargers have an annoying habit of melting.
[15:25:42] <archivist> direct wire for reliability
[15:26:58] -!- BellinganRoy has quit [Quit: Konversation terminated!]
[15:27:48] <cpresser> fluffybitchx: the 3-pin version does 16Amp according to the datasheet
[15:28:01] <fluffybitchx> I thought about that, but it's not great for maintainability... especially since I have to dismantle the mill to easily move it.
[15:29:08] <cpresser> http://www.neutrik.de/de-de/xlr/dl-serie/nc4fd-l-b-1
[15:29:18] <cpresser> rated for 10A
[15:29:44] <SpeedEvil> You don't really need to shield the motor drive wires
[15:29:51] <SpeedEvil> if you shield the signal ones
[15:30:49] <pcw_home> twisting the wires (pair per step motor winding) reduces the radiated EMI
[15:31:06] <fluffybitchx> I'm shielding BOTH. belt and braces, etc.
[15:33:17] <marmite> a cool ferit could be cool to
[15:33:28] -!- mozmck has quit [Read error: Connection reset by peer]
[15:34:15] -!- TTN_ [TTN_!~TTN@27.110.122.139] has joined #linuxcnc
[15:34:46] -!- mozmck [mozmck!~moses@67.210.159.245] has joined #linuxcnc
[15:38:43] -!- SheSad has quit [Quit: Leaving.]
[15:40:35] <_methods> those neutrik connectors look great i need to get some of those
[15:40:47] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[15:40:52] <_methods> their industrial connectors are pretty damn cool
[15:40:56] <JT-Shop> bbl
[15:41:24] * fluffybitchx looks for some military surplus cannon connectors
[15:43:27] <fluffybitchx> also not sure how I want to mount my drives... I'm tempted to bend some 1/4" aluminum plate at a 45 degree angle and mount them on that. much more compact than mounting them flat, but still gives access to all the screw terminals.
[15:43:55] -!- MacGalempsy_ has quit [Ping timeout: 244 seconds]
[15:44:39] <fluffybitchx> or I could just use xlr and assume it won't melt.
[15:45:02] -!- sumpfralle [sumpfralle!~lars@p5DD3FC17.dip0.t-ipconnect.de] has joined #linuxcnc
[15:45:47] <SpeedEvil> It's really hard to melt air.
[15:45:49] <SpeedEvil> err
[15:45:51] <SpeedEvil> nvm
[15:46:58] <fluffybitchx> ... lol
[15:47:13] -!- TTN_ has quit [Ping timeout: 264 seconds]
[15:47:48] * cpresser is happy with XLR. but my steppers only have 6Amp.
[15:47:50] <fluffybitchx> I guess the advantage of xlr would be I can get compatible plugs anywhere, rather than something odd which would have to be tracked down.
[15:48:06] <cpresser> yep, they are easy to source
[15:48:16] <fluffybitchx> plus I probably have a dozen of them in a box somewhere...
[15:48:24] <archivist> compatible does not mean 10a capable
[15:48:53] <fluffybitchx> although I think I only have 3 and 5 pin, no 4 pin.
[15:49:02] <archivist> they were designed for audio
[15:50:19] <fluffybitchx> grrrr. searching on ebay is now annoyingly difficult thanks to their new "feature" of hiding the item description.
[15:51:50] <fluffybitchx> I probably should use 5-pin xlr instead of 4-pin, and just not use a pin, due to their much wider availability.
[15:53:20] <fluffybitchx> I'd need to find some lower profile plugs than the ones I have, which stick out about 4", and are just begging to be broken off.
[15:54:35] <_methods> http://www.ebay.com/itm/AC-250V-10A-19mm-Dia-Thread-5-Pins-Metal-Aviation-Male-Female-Plug-Connector-/311221860936
[15:55:17] <fluffybitchx> http://www.ebay.com/itm/5-Pin-XLR-Audio-M-F-Chassis-Connector-CNC-Unipolar-Stepper-Motor-Connectors-/281469840209 seller claims they're for cnc, but look more like chinese cb radio plugs to me. heh.
[15:55:51] -!- sumpfralle has quit [Quit: Leaving.]
[15:56:13] <fluffybitchx> heh, I think that's the same connector... just $7 from china vs $4 from the US. lol
[15:56:44] <archivist> those are CB mic connectors
[15:56:45] -!- sumpfralle [sumpfralle!~lars@p5DD3FC17.dip0.t-ipconnect.de] has joined #linuxcnc
[15:58:28] <fluffybitchx> the listing claims they're xlr...
[15:58:29] -!- kwallace has quit [Ping timeout: 252 seconds]
[15:58:37] <fluffybitchx> but, as I said, they look like cb plugs. heh.
[15:58:57] <archivist> not xlr at all
[15:59:26] <Tom_itx> yeah, i'm using those on my steppers but they're not 10A
[15:59:53] <_methods> hah yeah i think it is but they wrote 10A on it lol
[16:00:05] <archivist> lies
[16:00:13] <Tom_itx> they'll take 10A
[16:00:16] <Tom_itx> until they melt
[16:00:20] <_methods> just a translation error lol
[16:00:27] -!- AR_ [AR_!~AR@24.238.81.234.res-cmts.sth2.ptd.net] has joined #linuxcnc
[16:00:28] <_methods> not lies round eye
[16:00:36] <Tom_itx> actually the plastic looks like bakelite to me
[16:00:44] <Tom_itx> or some other hard plastic
[16:02:15] <archivist> current rating is based on the grip of the tube around the pin, a UK magazine had a nice article on contact pressure of connectors
[16:02:27] <fluffybitchx> http://www.ebay.com/itm/Workman-C5-5-Pin-Female-Microphone-Plug-Ham-Radio-CB-Mic-C-5-/121377893542 there's the same plug, honestly advertised.
[16:03:01] <Tom_itx> i get mine from 2 to 8 pin locally
[16:03:33] <fluffybitchx> no local plugs here except radio shack, and all they sell is XLR. (and, according to the staff there, in a month they won't exist)
[16:04:12] <Tom_itx> we have several closing but 3 are staying. with that said, they don't carry anything anymore
[16:05:15] <_methods> kinda sad they could have been like digikey or mouser with actual brick and mortar locations
[16:05:31] <fluffybitchx> the one here says they're being auctioned off, and after the auction, they're very unlikely to still resemble a radioshack.
[16:05:39] <_methods> they already had all the necessary distribution infrastructure
[16:05:56] -!- fablab has quit [Quit: WeeChat 0.4.2]
[16:06:01] <_methods> but instead they choose to sell airhogs and shitty car stereos
[16:06:19] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[16:06:41] <_methods> that's what happens when you put some douche with an MBA in charge of something that should have been run by an EE
[16:07:40] <fluffybitchx> ... you do realize the market for electronic components is pretty small, right?
[16:07:49] <fluffybitchx> (at retail locations)
[16:08:25] -!- amiri_ has quit [Ping timeout: 250 seconds]
[16:08:34] -!- MacGalempsy has quit [Ping timeout: 245 seconds]
[16:10:04] <fluffybitchx> http://www.ebay.com/itm/5pcs-Aviation-Plug-Male-Female-Wire-Panel-Metal-Connector-16mm-5-pin-GX16-5-M46-/400862081196 too bad those probably can't handle the current, despite being advertised as "aviation plugs" to make them sound fancier than "cb mic plugs".
[16:10:49] -!- fablab [fablab!~fablab@2001:a60:1382:d201:10d9:a562:be81:11f7] has joined #linuxcnc
[16:10:53] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[16:13:34] -!- MacGalempsy_ has quit [Ping timeout: 245 seconds]
[16:14:30] <_methods> http://www.ebay.com/itm/Gray-PG21-28mm-Thread-Metal-Shell-for-Industrial-Cable-Connector-/321639685624
[16:15:21] <fluffybitchx> that's one way to make sure they're waterproof.
[16:15:59] <_methods> heheh
[16:19:22] <fluffybitchx> http://www.ebay.com/itm/5-PIN-125-A-850V-CABLE-CABLE-MILITARY-ELECTRICAL-CONNECTOR-AMPHENOL-CANON-ANALOG-/271518724822 that shouldn't melt,
[16:20:25] <jdh> Made in the USSR
[16:21:04] <fluffybitchx> meaning I can use them as a hammer and they'll keep working.
[16:21:53] amnesic_away is now known as amnesic
[16:22:12] <fluffybitchx> unfortunately, those fail the "I'll be able to easily get more of them in the future" test. they're probably also a tad overkill. :)
[16:24:58] <fluffybitchx> I could also just use the anderson powerpoles that I already own... I only have 4 pin and 8 pin though, so I'd probably end up using the 4 pin ones, and a .250 disconnect terminal off to the side for the shield, which is a bit ugly...
[16:26:11] <fluffybitchx> what's with all the russian surplus being sold from bulgaria?
[16:30:00] <_methods> no idea
[16:30:11] <_methods> how many connectors you need?
[16:30:18] <_methods> just for 3 axis
[16:31:30] <fluffybitchx> I have 3.5ish axis (4th is missing parts) right now, but want 5 pairs, in case I ever decided to add a 5th axis.
[16:38:00] <fluffybitchx> for a 4th right now I have my little sherline rotary table and most of the parts to install it... I want to get a big rotary table, which I could then mount my little table to if I ever wanted 5 axis.
[16:39:49] amnesic is now known as amnesic_away
[16:40:57] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[16:42:17] <fluffybitchx> http://www.ebay.com/itm/16mm-Thread-4Pin-Male-Female-Cable-Connector-Aviation-Plug-AC-250V-15A-/321513621916 hong kong claims those "aviation" plugs are rated 15A, but I really don't know if I want a cb mic plug at those currents, especially one from china.
[16:43:34] -!- toastyde1th has quit [Read error: Connection reset by peer]
[16:43:43] -!- MacGalempsy has quit [Ping timeout: 245 seconds]
[16:43:57] -!- toastyde1th [toastyde1th!~toast@c-69-244-86-195.hsd1.md.comcast.net] has joined #linuxcnc
[16:45:44] * fluffybitchx wasn't expecting this to be so difficult
[16:46:41] <_methods> connectors are an eternal pain in the ass
[16:46:46] -!- sumpfralle has quit [Ping timeout: 255 seconds]
[16:47:24] -!- Servos4ever [Servos4ever!~chatzilla@173-87-48-180.dr01.hnvr.mi.frontiernet.net] has joined #linuxcnc
[16:48:00] <fluffybitchx> for limit switches I'm just going to use cheapo molex, because there's no current...
[16:49:10] <fluffybitchx> is the shield on xlr connectors reliable?
[16:50:40] <fluffybitchx> argh, and google is full of reprap and arduino crap.
[16:51:32] <fluffybitchx> seriously. there's forum threads on using USB connectors for steppers.
[16:52:10] <XXCoder> molex is good and old standard
[16:52:32] <XXCoder> but what about cat5 patch
[16:52:40] <XXCoder> cheap and everywhere
[16:52:50] <fluffybitchx> not designed for flexxing.
[16:52:55] <XXCoder> and made to send signal long distance
[16:53:00] <XXCoder> thats why I said patch
[16:53:21] <fluffybitchx> I plan on using proper control cable. heh.
[16:55:11] <XXCoder> cool :)
[16:55:11] <fluffybitchx> I can't find low profile nor right-angle xlr connectors... and really don't want my cables sticking 5" out the back of the machine.
[16:55:42] <XXCoder> cant be hacked to turn 9 degrees?
[16:55:54] <XXCoder> er 90
[16:56:08] -!- sumpfralle [sumpfralle!~lars@p5DD3FC17.dip0.t-ipconnect.de] has joined #linuxcnc
[16:57:04] <fluffybitchx> looking at commercial products, they all have stupid connectors too... like db9!
[16:57:39] <XXCoder> old standard
[16:57:50] <fluffybitchx> not my first choice for a power connector
[16:58:07] <_methods> db9 will do up to 7.5a per connector
[16:58:27] <_methods> at least reputable db9 connectors
[16:58:49] <fluffybitchx> that's... surprising. they're tiny pins.
[16:58:57] <_methods> yeah check the datasheet
[16:58:58] <CaptHindsight> those 4pin connectors from HK have big pins
[16:59:24] <_methods> i mean obviously diff manufacturers will have diff ampacity specs
[16:59:28] <CaptHindsight> they come with most of the cheap routers from China
[16:59:34] <_methods> if in doubt read the datasheet though
[16:59:37] <fluffybitchx> CaptHindsight: which ones?
[16:59:49] <fluffybitchx> _methods: there's a distinct lack of datasheets from most vendors.
[16:59:49] <CaptHindsight> your ebay link ^^
[17:00:01] <fluffybitchx> yes, which ebay link? I've pasted a half dozen or so. lol
[17:00:14] <CaptHindsight> http://www.ebay.com/itm/16mm-Thread-4Pin-Male-Female-Cable-Connector-Aviation-Plug-AC-250V-15A-/321513621916
[17:00:35] <_methods> if the vendor doesn't have a datasheet and you're that worried about specifications i suggest purchasing from a vendor that does provide datasheets for their products lol
[17:01:14] <fluffybitchx> _methods: I also have to consider the datasheet of my wallet...
[17:01:27] -!- f1oat [f1oat!~f1oat@AMontsouris-553-1-74-212.w92-151.abo.wanadoo.fr] has joined #linuxcnc
[17:01:28] <_methods> that is the most important datasheet
[17:01:47] <CaptHindsight> http://www.automationtechnologiesinc.com/products-page/cnc-parts/4-conductor-18ga-shielded-motor-wires-duplicate
[17:02:24] <_methods> i just buy the chinese trash and if i smoke it, i smoke it
[17:02:32] <_methods> if it lives i celebrate
[17:02:57] <fluffybitchx> if it smokes the driver too, I'll be rather annoyed.
[17:03:00] <XXCoder> so you grind chinese crap that released magic smoke to powder and smoke it? but magic smokes gone! ;)
[17:03:26] <_methods> if i'm going the china route i always buy extras to accomodate for failure hehe
[17:03:37] <CaptHindsight> http://www.automationtechnologiesinc.com/products-page/cnc-parts/z-axis-slider http://www.automationtechnologiesinc.com/products-page/cnc-parts/z-axis-slider-with-nema17-motor
[17:03:39] <fluffybitchx> CaptHindsight: that seems remarkably lacking specs
[17:03:52] <CaptHindsight> he's starting to carry cheapo positioners
[17:03:54] <XXCoder> barely has discription
[17:04:15] <_methods> wow $250 for that
[17:04:19] <CaptHindsight> those are the exact connectors on all those routers
[17:04:20] <fluffybitchx> $239 isn't cheapo.
[17:04:33] <fluffybitchx> nema17 is tiny
[17:05:05] <XXCoder> all steel
[17:05:17] <_methods> $5 worth of alum
[17:05:19] <XXCoder> fasteners so son
[17:05:23] <XXCoder> *on
[17:05:24] <CaptHindsight> what do you call my $7k linear servo positioners then? otherworldly?
[17:05:29] <_methods> $2 worth of bearings lol
[17:05:32] <_methods> allthread
[17:05:59] <CaptHindsight> but those come pre-assembeled
[17:06:07] <XXCoder> _methods: where do you find 3/8 alum for $5
[17:06:19] <_methods> when you buys 5'x10' sheets
[17:06:27] <_methods> that's $5 alum lol
[17:06:29] <CaptHindsight> http://www.automationtechnologiesinc.com/products-page/cnc-parts/non-contact-height-sensor-for-plasma-and-oxy-fuel-cutter
[17:07:14] <fluffybitchx> non-contact sensing next to a plasma arc sounds fun.
[17:07:38] <XXCoder> its apparently designed for oplasma
[17:07:52] -!- mhaberler [mhaberler!~mhaberler@extern-171.stiwoll.mah.priv.at] has joined #linuxcnc
[17:07:58] <_methods> oh is that so you don't have to attach to your torch nozzle?
[17:08:29] <CaptHindsight> http://www.automationtechnologiesinc.com/products-page/cnc-router/kl6060-desktop-cnc-router-with-3-stepper-motors-2 most of the routers from China this size and smaller use those 4pin connectors
[17:09:12] <XXCoder> interesting
http://www.automationtechnologiesinc.com/products-page/cnc-router/cnc-mogul-machine
[17:09:40] <CaptHindsight> junk ^^^
[17:10:00] <XXCoder> its not like I plan to mill alum
[17:10:12] <_methods> lol $700 shapeoko
[17:10:16] <fluffybitchx> CaptHindsight: yes, and it even says it's using 3A steppers. mine are 9A.
[17:10:50] <XXCoder> only 899 damn
[17:11:03] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[17:11:16] <XXCoder> bet sh price would be bomb
[17:11:51] <JT-Shop> tjb1, what is the approximate height and length of the sides on your Kossel?
[17:12:01] <XXCoder> We will charge the actual shipping fee because the website can not calculate
[17:12:02] <XXCoder> We will send you a paypal request for shipping fee difference
[17:13:10] <_methods> their ballscrew prices............. holy butt rape batman
[17:13:22] <tjb1> JT-Shop:
http://reprap.org/wiki/Kossel#Frame
[17:13:39] -!- MacGalempsy_ has quit [Ping timeout: 252 seconds]
[17:14:24] -!- Servos4ever has quit [Quit: ChatZilla 0.9.91.1 [SeaMonkey 2.26.1/20140612173529]]
[17:14:36] <JT-Shop> thanks
[17:14:46] <tjb1> That what you were looking for?
[17:15:18] <JT-Shop> yes, I have some ideas to make one with machined and bent parts
[17:15:19] <tjb1> https://docs.google.com/spreadsheets/d/1n05h8vYt7vVCxykiwOTbhR15M-12FNgO20INvxqPDqA/edit#gid=0
[17:15:23] <tjb1> I dont know if you can edit that
[17:15:39] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-60-251.dhcp.jcsn.tn.charter.com] has joined #linuxcnc
[17:15:49] <CaptHindsight> Neutrik rates their 4pin XLR's at 10A per contact, the Chinese copies have the same size pins
[17:16:19] <JT-Shop> wants me to sign in :(
[17:16:30] <tjb1> I dont know how it works
[17:16:36] <tjb1> so might not be worth your time
[17:16:52] <XXCoder> tjb1: you own it? if so could assign to public
[17:16:55] <tjb1> oh they are the same
[17:16:55] <JT-Shop> what is it?
[17:17:10] <XXCoder> it says it need permission
[17:17:22] <XXCoder> didnt click request permission
[17:17:24] <tjb1> it tells you printable area and length of diagonal arms for given delta size
[17:18:13] -!- kb8wmc [kb8wmc!~chatzilla@64.25.194.29] has joined #linuxcnc
[17:18:18] <tjb1> JT-Shop:
https://docs.google.com/spreadsheets/d/1Jw02GHibihqNCRuzcNRW-aT275r1lwrrf0F7Yf4plRE/edit?usp=sharing
[17:20:11] <JT-Shop> thanks
[17:21:12] <XXCoder> http://www.cncrouterparts.com/crp4896-4-x-8-cnc-router-kit-p-139.html
[17:22:03] <_methods> yeah i kinda like their kits
[17:22:16] <_methods> i'm going to copy theirs except i'm going to use linear ways
[17:22:22] <tjb1> built my plasma using their linear bearing things
[17:22:23] <JT-Shop> it's colder inside than outside...
[17:22:30] * JT-Shop goes to open the shop doors
[17:22:34] <XXCoder> due to your heat JT-Shop ;)
[17:22:40] <XXCoder> er heart
[17:23:05] <fluffybitchx> I've been thinking of making a very cheap 4x8 setup using stainless steel cable for the drive...
[17:23:07] <tjb1> holy cow, its 22F here
[17:23:12] <fluffybitchx> and standard angle iron for the rails
[17:23:21] <_methods> i'll be building my plasma based on thier design with hiwin linear ways
[17:23:43] <JT-Shop> it says it it 47F here but feels a lot warmer out in the sun
[17:23:45] <fluffybitchx> of course, I still don't know if my plasma cutter even works. lol
[17:24:13] <CaptHindsight> 7F, back to -10F again tonight
[17:24:33] <XXCoder> check this out - (warning, billion pictures!)
http://www.overclock.net/t/755828/complete-2-x-3-custom-cnc-router-from-80-20-aluminum-extrusion
[17:24:34] <CaptHindsight> can't wait for spring again this year
[17:25:09] <tjb1> XXCoder: that has to be expensive
[17:25:14] <fluffybitchx> aluminum extrusions are shiny and all, but I think for a plasma table, I'll be perfectly happy welding together some scrapyard angle iron.
[17:25:31] <XXCoder> not too bad actually I think it cost bit over $1500 for everything
[17:25:34] <tjb1> https://home.comcast.net/~jpzavodny/IMG_4294.JPG
[17:25:41] <tjb1> was that done by hand?
[17:26:10] <XXCoder> pin bearing? dont think so
[17:26:20] <tjb1> the shaft looks like it was ground by hand
[17:26:25] <CaptHindsight> hand carved screw ends
[17:26:39] <CaptHindsight> very maker
[17:27:01] <tjb1> XXCoder:
https://scontent-ord.xx.fbcdn.net/hphotos-xfp1/v/t1.0-9/292758_4571163473108_347027539_n.jpg?oh=f8e5a42d823d94ebed5bde0cd831d635&oe=55963DA6
[17:27:10] <fluffybitchx> I even have a design in my head for a constant length cable pulley system, to ensure accurate positioning... well, when accurate is defined in fractions of an inch, not thous.
[17:28:16] <XXCoder> tjb1: one thing I love about that project is that it is very detailed
[17:28:21] <CaptHindsight> holy cam bearings
https://home.comcast.net/~jpzavodny/IMG_4419.JPG
[17:28:43] <fluffybitchx> bbl, time to go looking for yard sales.
[17:28:48] <XXCoder> have fun
[17:29:00] <tjb1> I built 7 of those
[17:29:05] <tjb1> bearing blocks that is
[17:29:10] <tjb1> will just buy them next time
[17:29:21] <tjb1> very tedious on a bridgeport
[17:29:42] <CaptHindsight> I've never seen so many carriage bolts used in a design
[17:30:00] <XXCoder> rigid thats for sure
[17:30:04] <fluffybitchx> too fancy. I'm going to use V-grooved wheels riding on upwards (like ^) facing angle iron, held together with gravity, moved by steel cable. heh.
[17:30:04] <CaptHindsight> yes for $10ea
[17:30:15] <tjb1> CaptHindsight: Have you ever priced the t-slot bolts?
[17:30:23] <XXCoder> carrage bolts $10 each?
[17:30:34] <XXCoder> can you link picture of carrage bolt
[17:30:53] <CaptHindsight> $10 ea for the bearing blocks
[17:31:06] <XXCoder> oh
[17:31:08] <CaptHindsight> carriage bolts are $10 at Ace hardware :)
[17:31:22] <XXCoder> "Ace" hardware ;)
[17:31:33] <tjb1> CaptHindsight: The ones I was using were $35 a piece I think
[17:31:44] -!- ejb has quit [Quit: ZZZzzz…]
[17:31:49] <tjb1> http://www.cncrouterparts.com/extended-linear-carriage-with-abec-7-bearings-p-35.html
[17:31:55] <tjb1> little ones are $25
[17:32:00] <CaptHindsight> tjb1: he could have saved money by using hex socket screws and the the economy t-slot nuts
[17:32:23] <tjb1> That's a pain on the rail used for linear motion
[17:32:32] <tjb1> with the screws protruding you can at least line them all up
[17:32:32] <CaptHindsight> carriage bolts + nylon locknuts are not the most economical combo
[17:33:05] <XXCoder> if you guys dont wanna buy stuff
[17:33:07] <XXCoder> https://www.finelineautomation.com/products/complete-2-x3-router-kit would do
[17:33:17] <XXCoder> sale price now apparently
[17:34:06] <tjb1> https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xfa1/v/t1.0-9/530587_4469490131338_930172937_n.jpg?oh=eeb6d1424d244c4d68d76dfb96d60c02&oe=554DCCD1&__gda__=1435122457_fef9fd532694c54888fdb8265a4ccd49
[17:34:12] <XXCoder> 4x8 version
https://www.finelineautomation.com/products/4-x-8-cnc-router
[17:34:32] <tjb1> too bad those prox sensors are garbage
[17:34:44] <CaptHindsight> https://home.comcast.net/~jpzavodny/IMG_4409.JPG he didn't square the aluminum used as the linear bearing
[17:34:55] <XXCoder> really bad review on 4x8 version
[17:35:12] <tjb1> why would he use aluminum as the linear rail?
[17:35:15] <tjb1> that's dumb
[17:35:23] <zeeshan> lol
[17:35:48] <tjb1> guess it will be hard faced when the bearings pack all the chips in
[17:36:12] <XXCoder> CaptHindsight: hmm youre right, never noticed. I first read it before I worked as machinist
[17:36:12] <zeeshan> let the ME's design !
[17:36:21] <XXCoder> I definitely would square it off
[17:36:21] <CaptHindsight> just a wood router anyway, he could have replaced most of the t-slot with mdf and plywood
[17:36:34] <XXCoder> and use steel
[17:36:49] <XXCoder> of course thats assuming I has machines for both of those.. lol
[17:36:57] <XXCoder> being poor sucks lol
[17:37:13] <XXCoder> Im been working on Sharp mill machine, interesting machine
[17:37:17] <zeeshan> im poor right now!
[17:37:20] <CaptHindsight> what was his BOM? >$1k
[17:37:21] * zeeshan needs next pay cheque
[17:37:48] <XXCoder> assuming that kit is priced fairly, 1,599
[17:37:52] <XXCoder> no electrics
[17:38:17] <CaptHindsight> http://www.ebay.com/itm/370770474504 $1150
[17:38:23] <XXCoder> You better look out.... Go ahead and buy you a saddle because you are fixing to go on a donkey ride.
[17:38:30] <XXCoder> part of that 4'x8' nasty review
[17:38:35] <zeeshan> pcw_home: is there anyway to shift input b by 90 degrees through software? i accidently placed my sensors 180 degrees apart :(
http://i.imgur.com/XpsuNRD.png
[17:39:20] <CaptHindsight> http://www.ebay.com/itm/144-x-48-cnc-router-or-possible-plasma-conversion/271675811549
[17:39:31] <archivist> so move one sensor
[17:39:39] <XXCoder> its also way too big for rent home lol
[17:39:43] <zeeshan> archivist: its hard
[17:39:46] <zeeshan> im using tapped holes
[17:39:55] <CaptHindsight> 15 hp Perske spindle router motor and vfd drive components are still installed.
[17:40:00] <zeeshan> id have to remake the bracket
[17:40:05] <archivist> should be adjustable to get it right
[17:40:07] <XXCoder> and considering its size its basically billion miles away for me lol
[17:40:09] <CaptHindsight> Pacific Scientific SC320 X and Y drives, and servo motors are still installed.
[17:40:13] <zeeshan> archivist: i precision machined it
[17:40:13] <zeeshan> lol
[17:40:19] <zeeshan> thats why its exactly 180 apart :P
[17:40:32] <zeeshan> i looked at my cad model
[17:40:37] <zeeshan> and i really did put them 180 apart for some reason
[17:40:45] <zeeshan> :(
[17:40:49] <XXCoder> http://www.ebay.com/itm/Cnc-Router-Machine-Kit-4-x-4-x-8-/291183314407?pt=LH_DefaultDomain_0&hash=item43cbe0c5e7
[17:40:52] <archivist> that is not exactly 180 anyway
[17:40:56] <XXCoder> CaptHindsight: wgat ya think
[17:41:02] <zeeshan> its not?
[17:41:07] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[17:41:14] <XXCoder> zee its never perfect
[17:41:21] <CaptHindsight> 2 hour drive for me
[17:41:25] <zeeshan> its pretty close! :P
[17:41:29] <XXCoder> days for me
[17:41:40] <zeeshan> as it ramps down it ramps up
[17:41:44] <zeeshan> on the other wave
[17:41:46] -!- mhaberler has quit [Quit: mhaberler]
[17:41:59] <zeeshan> i think there is an issue with the trigger wheel
[17:41:59] <archivist> look at the other edge too
[17:42:03] <zeeshan> cause one of the wave is messed
[17:42:33] <CaptHindsight> not ideal for milling laptop cases, but will come on handy someday
[17:42:40] <zeeshan> archivist: how close to 90 degrees does it need to be?
[17:42:41] <CaptHindsight> on/in
[17:42:54] <zeeshan> would 85 degrees be okay? :P
[17:43:15] <XXCoder> I wish I know someone near here with 4'x8' router cnc so I can borrow it to make my cnc parts'
[17:43:23] <zeeshan> http://c4.staticflickr.com/8/7345/16325356779_d0f0ceed37_h.jpg
[17:43:34] <zeeshan> how to make adjustable? :P
[17:43:38] -!- MacGalempsy has quit [Ping timeout: 246 seconds]
[17:43:46] <zeeshan> its adjustable in and out
[17:43:48] <CaptHindsight> XXCoder: I find so many good deal on great old machines that I rarely buy anything new
[17:43:55] <zeeshan> but not each sensor
[17:44:07] <XXCoder> capt yeah good location there. here not so much
[17:44:28] <XXCoder> better deal
http://www.ebay.com/itm/Z-Axis-Linear-Motion-Slide-CNC-Router-3D-Print-Plasma-Optics-5-Fast-Travel-1-4-/161600950636?pt=LH_DefaultDomain_0&hash=item25a02ad16c
[17:44:28] <CaptHindsight> XXCoder: compare the design of the 144" x 48" to the one you posted
[17:44:54] <XXCoder> yeah its kinda similiar
[17:45:12] <CaptHindsight> I guess you don't see the differences yet
[17:45:20] <XXCoder> guess so lol
[17:45:23] <archivist> zeeshan, pretty close, file the opto mounting holes
[17:45:38] <CaptHindsight> after you build a few you'll see
[17:45:46] <zeeshan> whats pretty close
[17:45:53] <zeeshan> i couldnt find info on the tolerance online either :(
[17:46:03] <XXCoder> yeah experence is best teacher of all
[17:46:07] <archivist> some expect exact ish
[17:46:14] <zeeshan> but we know it can never be exact
[17:46:15] <pcw_home> zeeshan: have to move the sensors (move both a bit)
[17:47:04] <pcw_home> 45 degrees each is only 1/4 a slot width each
[17:47:15] <zeeshan> yea i didnt think of filing the holes
[17:47:17] <zeeshan> thank you archivist
[17:47:36] <zeeshan> that wave that is shorter pulse width
[17:47:42] <zeeshan> that is something up with my trigger wheel?
[17:47:44] <XXCoder> any in here expert with table saw? I gonna figure how to make fence parallel with saw
[17:47:53] <archivist> clean the slot is it deep enough
[17:48:06] <_methods> XXCoder: adjust your clamp
[17:48:15] <zeeshan> tht taper
[17:48:15] <_methods> most fences have adj screws
[17:48:17] <zeeshan> is cause of that stupid water jet
[17:48:27] <zeeshan> these bastards for some reason always gave me tapered cut shit
[17:48:29] <XXCoder> _methods: looks like handle?
[17:48:35] <_methods> ?
[17:48:44] <_methods> how is your fence attached?
[17:49:03] <jdh> a and b are looking at different slots though. Why are they both the same
[17:49:07] <XXCoder> hold on looking]
[17:49:19] <zeeshan> jdh good point
[17:49:34] <zeeshan> i did realize i didnt have my shield grounded at this point
[17:49:41] <zeeshan> which i fixed after this , i will readjust sensors and replot
[17:49:45] <tjb1> https://www.dropbox.com/s/txbwp08osao0jy0/FLIR0103.jpg?dl=0
[17:49:49] <tjb1> connector doesnt like 10 amps
[17:49:56] <zeeshan> tjb1: flir~!
[17:49:57] <zeeshan> :)
[17:50:08] <jdh> surely the sensor clearance holes have enough slop to tilt them both in or out a bit
[17:50:11] <zeeshan> what connector is that?
[17:50:22] <zeeshan> jdh: no lol
[17:50:24] <tjb1> 2.1 plug thing
[17:50:46] <zeeshan> im gonna take my hand drill bit tool
[17:50:52] <zeeshan> and drill em slightly oversize
[17:51:11] <tjb1> http://www.radioshack.com/size-m-panel-mount-coaxial-dc-power-jack/2741563.html#.VN-LCS6YV0w
[17:51:23] <jdh> and why didn't you use pan head SHCS
[17:53:06] <zeeshan> =D
[17:53:08] <tjb1> 35c too hot for a connector?
[17:54:09] <zeeshan> i wouldn't thinkso
[17:54:41] -!- danylevskyi has quit [Ping timeout: 256 seconds]
[17:54:48] <tjb1> it peaks at around 55c during heat up
[17:55:03] <zeeshan> what is it made out of
[17:55:12] <tjb1> which?
[17:56:19] <zeeshan> the inner portion of the connector
[17:57:05] <XXCoder> _methods: it has a knob but its for adjusting handle tightness when down and locked
[17:57:17] <XXCoder> no other knob for adjustment from what I see
[17:57:19] <tjb1> this power supply is annoying when in use
[17:57:23] <tjb1> cracking sound
[17:57:31] <tjb1> crackling?
[17:58:38] <tjb1> zeeshan:
https://www.dropbox.com/s/zx19gujumxynfw4/2015-02-14%2012.57.00.jpg?dl=0
[17:59:05] <zeeshan> hm
[17:59:21] <zeeshan> the question is what is that black insulator :P
[17:59:45] <zeeshan> even the crapiest conductor is rated for 60C operation
[18:00:09] <zeeshan> 55c and 60c isn't enough a safety factor :P
[18:01:03] <_methods> XXCoder: there are usually 2 screws on the flat part that set against the table that the clamp presses against
[18:01:19] <_methods> and you adjust those to correct fence alignment
[18:01:25] <tjb1> zeeshan: now how to stop the buzzing noise
[18:01:39] <_methods> is this one of those teeny tiny table saws?
[18:01:42] <zeeshan> buzzing sound is likely a crappy transformer
[18:02:12] <XXCoder> okay making sure that I used right word - "fence" is the strip of metal that wood slide on in order to make cut stright
[18:02:23] <XXCoder> theres other item that pushes wood part
[18:02:38] <_methods> that's a kickback guard
[18:02:46] <_methods> well should be
[18:02:55] <_methods> i remove those as soon as i get a saw lol
[18:02:59] <XXCoder> kickback guard is thin strip being saw
[18:03:00] <tjb1> zeeshan: this is the only power supply like this I could find that can supply 10amp at 12v
[18:03:02] <XXCoder> *behind
[18:03:03] <tjb1> probably why...
[18:03:15] <XXCoder> it keeps cut wood away from saw
[18:03:26] <_methods> hmm i have no idea what that is then
[18:03:54] <_methods> well some cheap saws will have no way to adjust the fence to cut square
[18:03:58] <XXCoder> nice
http://www.rockler.com/how-to/table-terminology/
[18:04:12] <XXCoder> and yeah fence is correct :)
[18:04:19] <XXCoder> yeah el cheapo saw here
[18:04:28] <zeeshan> meanwell's s-150
[18:04:30] <zeeshan> does 12.5A
[18:04:30] <XXCoder> probably will make jig something
[18:04:33] <_methods> ah you may be screwed then
[18:05:45] <XXCoder> yeah quite crappy table saw lol
[18:05:55] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc
[18:06:03] <XXCoder> jigs will help
[18:06:29] <tjb1> zeeshan: trying to stay with the barrel jacks for this printer
[18:06:35] <XXCoder> https://woodgears.ca/delta_saw/sled.html
[18:06:35] <tjb1> dont have eanywhere to mount that thing
[18:06:55] <tjb1> superglue on transformer bad?
[18:08:06] <_methods> yes a crosscut sled is good for making sure you're square
[18:08:18] <XXCoder> small version
https://woodgears.ca/delta_saw/small_sled.html
[18:08:22] <_methods> but you can only rip the sleds length
[18:08:40] <XXCoder> not quite, the large one is shown cutting 8 feet long board
[18:08:57] <_methods> yes crosscutting
[18:09:07] <zeeshan> tjb1: you can't really fix it
[18:09:14] <zeeshan> unless you take the transformer apart and rewind it :P
[18:09:20] <XXCoder> gonna figure how to build it though, because fence sucks
[18:09:35] <zeeshan> the windings are likely vibrating with each other
[18:09:39] <XXCoder> its more accurate to have sled then build cnc parts with it
[18:09:53] <_methods> http://www.deltamachinery.com/accessories/biesemeyer
[18:10:29] <zeeshan> try superglue! :P
[18:11:33] <tjb1> really?
[18:14:07] <tjb1> um
[18:14:13] <tjb1> i dont think I can get to the transformer
[18:15:14] <tjb1> https://www.dropbox.com/s/1mb6zotr2ao1ue9/2015-02-14%2013.14.21.jpg?dl=0
[18:24:11] <tjb1> Emailed seller, see what they say
[18:24:18] <tjb1> Might tear it down and put in new transformer
[18:29:55] -!- zeeshan-mill [zeeshan-mill!~zeeshan@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[18:30:51] <zeeshan-mill> hm
[18:32:16] -!- XXCoder has quit [Ping timeout: 252 seconds]
[18:33:43] <zeeshan-mill> anyway to invert signal a and B?
[18:34:00] <zeeshan-mill> i noticed when the led's are on , linuxcnc sees off
[18:34:09] <zeeshan-mill> and when theyre off, it sees on.
[18:35:53] -!- moorbo [moorbo!~moorbo@dyn-21-35.mdm.its.uni-kassel.de] has joined #linuxcnc
[18:37:03] <Tom_itx> hm2 encoder?
[18:37:07] <zeeshan-mill> yes
[18:37:27] <Tom_itx> you can invert the index
[18:37:32] <Tom_itx> not that that will help
[18:37:46] -!- dgarr [dgarr!~dgarrett@75-171-50-90.phnx.qwest.net] has joined #linuxcnc
[18:37:56] <Tom_itx> what about counter-mode?
[18:38:18] <zeeshan-mill> counter mode changes from quadrature to signle input
[18:38:34] -!- FreezingAlt [FreezingAlt!~FreezingC@135.0.41.14] has joined #linuxcnc
[18:38:35] <zeeshan-mill> i really dont see anyway to invert a and b
[18:38:45] <Tom_itx> invert the leds
[18:38:48] <zeeshan-mill> lol
[18:39:01] <Tom_itx> :)
[18:39:12] <zeeshan-mill> ill just work with blocked condiiton as
[18:39:15] <zeeshan-mill> on
[18:39:20] <zeeshan-mill> and remember its opposite at led
[18:39:28] -!- sumpfralle has quit [Quit: Leaving.]
[18:39:35] -!- sumpfralle1 [sumpfralle1!~lars@p5DD3FC17.dip0.t-ipconnect.de] has joined #linuxcnc
[18:39:49] <Tom_itx> what's the led hooked to?
[18:41:14] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[18:41:18] -!- FinboySlick [FinboySlick!~shark@squal.net] has joined #linuxcnc
[18:42:08] -!- Smidge204 [Smidge204!~UNICKS@pool-74-101-213-118.nycmny.fios.verizon.net] has joined #linuxcnc
[18:42:22] -!- FreezingCold has quit [Ping timeout: 245 seconds]
[18:43:01] <Smidge204> Hiya
[18:43:15] <CaptHindsight> zeeshan: don't want
http://phys.org/news/2015-02-apple-electric-car.html
[18:43:53] -!- MacGalempsy_ has quit [Ping timeout: 246 seconds]
[18:43:55] <Smidge204> Are there any recommendations for lightweight but free software packages for generating gcode for engraving?
[18:43:58] -!- pandeiro has quit [Read error: Connection reset by peer]
[18:44:09] <Tom_itx> CaptHindsight, they gotta keep up with google
[18:44:35] <CaptHindsight> Smidge204:
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Simple_LinuxCNC_G-Code_Generators
[18:45:24] <CaptHindsight> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?back=GcodeGenerator
[18:46:04] <Smidge204> Hmm DXF2GCode looks very promising...
[18:46:10] <Smidge204> Thanks, I'll investigate
[18:48:12] -!- erve has quit [Remote host closed the connection]
[18:48:50] -!- BellinganRoy [BellinganRoy!~Bellingan@host149-212-dynamic.33-79-r.retail.telecomitalia.it] has joined #linuxcnc
[18:59:47] * adb had an electric car already ..citroen berlingo-electric
[19:01:25] <Smidge204> Great, Apple branded vehicles. And I thought BMW drivers were douchebags...
[19:04:37] <_methods> hahah
[19:07:37] -!- skorasaurus has quit [Ping timeout: 264 seconds]
[19:08:12] -!- Nick001-shop [Nick001-shop!~chatzilla@50-32-99-128.adr01.dlls.pa.frontiernet.net] has joined #linuxcnc
[19:10:41] <zeeshan-mill> man i really need to invert these
[19:10:44] -!- FinboySlick has quit [Quit: Leaving.]
[19:10:55] <zeeshan-mill> !
[19:11:25] <zeeshan-mill> the on state that i want is longer
[19:11:27] <zeeshan-mill> than the off state
[19:13:33] <zeeshan-mill> pcw_home, can i wire to /A /B /INDX
[19:13:38] <zeeshan-mill> to invert
[19:13:41] <zeeshan-mill> i mean /A /B
[19:13:44] <zeeshan-mill> index is fine
[19:14:37] <pcw_home> Only if you have differential (line driver) outputs available (you swap pins to change polarity)
[19:14:58] <zeeshan-mill> i dont have differential output
[19:15:19] <zeeshan-mill> is there no way to invert it in the software
[19:15:59] <pcw_home> Theres typically no need to invert
[19:16:03] <zeeshan-mill> http://i.imgur.com/XpsuNRD.png
[19:16:08] <zeeshan-mill> you can see my off state is longer
[19:16:10] <zeeshan-mill> than my on state
[19:16:28] <pcw_home> inversion wont help that
[19:16:32] <zeeshan-mill> oh
[19:16:48] <zeeshan-mill> i really dont know why im getting varying pulse widths
[19:16:53] <zeeshan-mill> the wheel looks clean and fine
[19:17:04] <pcw_home> they should be as symmetrical as possible
[19:17:12] -!- moorbo has quit [Ping timeout: 250 seconds]
[19:17:45] <pcw_home> it has to do with the threshold of the light reciever
[19:18:26] <pcw_home> the light intensity will be roughly sinusoidal
[19:19:10] <pcw_home> depending on the receiver threshold you can get <50% or >50% duty cycle
[19:19:38] <zeeshan-mill> my physical wheel has a longer on period
[19:19:39] <zeeshan-mill> than off
[19:19:50] <zeeshan-mill> when light passes through = on
[19:19:56] <zeeshan-mill> but its inverted in linuxcnc
[19:20:07] <zeeshan-mill> but i guess youre saying that wont change anything
[19:20:12] <zeeshan-mill> i shoulda made my wheel symmetric to begin with
[19:20:37] <CaptHindsight> do they sense the reflections off each tooth or do the teeth block the light?
[19:20:38] <pcw_home> can you change the LED current?
[19:20:49] -!- moorbo [moorbo!~moorbo@dyn-21-35.mdm.its.uni-kassel.de] has joined #linuxcnc
[19:21:18] <pcw_home> (That is, is it set by a resistor you can change?)
[19:21:38] <_methods> great idea
[19:21:54] <_methods> that's why pcw_home gets paid the big $$$
[19:22:09] <pcw_home> Ha!
[19:22:12] <zeeshan-mill> lol
[19:22:23] <zeeshan-mill> CaptHindsight, the teeth block light
[19:22:38] <zeeshan-mill> pcw_home, it takes 5v - 24v input
[19:22:52] <zeeshan-mill> i didnt see a mention of that effecting light intensity
[19:22:54] <zeeshan-mill> it prolly does
[19:23:05] <zeeshan-mill> but encoders only output 5v
[19:23:18] <CaptHindsight> try painting the teeth flat black as well
[19:23:19] <_methods> you could use something like an arduino to pwm the led
[19:23:50] <_methods> kludge but you could still test it out and get it working
[19:23:54] <pcw_home> you might experiment with a filter
[19:24:18] -!- XXCoder [XXCoder!~XXCoder@c-24-19-85-77.hsd1.wa.comcast.net] has joined #linuxcnc
[19:25:16] -!- mttr [mttr!~mttr@0016019a1697.cpe.westmancom.com] has joined #linuxcnc
[19:25:24] <pcw_home> either a pinhole in a piece of foil or a bit of paper
[19:25:41] <zeeshan-mill> filter where?
[19:25:56] <pcw_home> in front of the LED
[19:26:25] <zeeshan-mill> http://i.imgur.com/XpsuNRD.png
[19:26:30] <zeeshan-mill> this is what im currently seeing
[19:26:30] <CaptHindsight> zeeshan-mill: have a part number or link to the data sheet for your opto's?
[19:26:39] -!- TTN_ [TTN_!~TTN@27.110.122.139] has joined #linuxcnc
[19:26:44] <zeeshan-mill> pm-f44p
[19:27:11] <pcw_home> well other solution is lower count wheel
[19:27:22] <zeeshan-mill> yea i shoulda done that to begin with!
[19:27:24] <pcw_home> :-(
[19:27:58] <pcw_home> I think the resolution of the detectors is marginal for your slot width
[19:28:31] <zeeshan-mill> i think i can chop some teeth off
[19:28:39] <CaptHindsight> http://www.sunxsensors.com/products/product/download/get.html?download_id=843
[19:28:40] -!- MrSunshine has quit [Read error: Connection reset by peer]
[19:28:41] <zeeshan-mill> theyre so small
[19:29:10] <pcw_home> you can see that the narrowest pulse violates quadrature
[19:29:18] -!- MrSunshine [MrSunshine!~mrsun@c-c825e255.4551536--62697410.cust.bredbandsbolaget.se] has joined #linuxcnc
[19:30:33] <pcw_home> that will be seen as a reversal by the counter which will make the velocity estimate extremely ragged
[19:31:01] <zeeshan-mill> ah
[19:31:05] <zeeshan-mill> i guess i need a new wheel
[19:31:07] <zeeshan-mill> guess what!
[19:31:10] <zeeshan-mill> i have a cnc mill!
[19:31:14] * zeeshan-mill will machineone :-)
[19:31:15] <XXCoder> congats
[19:31:28] * XXCoder is so jelious
[19:31:49] <pcw_home> 1/2 the slots and it should be fine
[19:32:14] <zeeshan-mill> so this is 100 teeth
[19:32:22] <zeeshan-mill> 50 teeth is what youresaying
[19:32:38] <pcw_home> 50 or even 30 is fine
[19:33:29] <zeeshan-mill> ok thatll be based on what end mill i have
[19:33:31] <zeeshan-mill> =D
[19:34:46] <PetefromTn_> Lord I LOATHE doing my taxes..LOL
[19:34:52] -!- MacGalempsy has quit [Ping timeout: 244 seconds]
[19:35:39] <pcw_home> And it looks like you should bias toward slightly narrower slots than teeth
[19:36:48] <pcw_home> If you do 50 teeth your 180 degrees is now 90 :-)
[19:37:07] <zeeshan> haha
[19:53:52] -!- moorbo has quit [Ping timeout: 240 seconds]
[19:55:04] -!- micges_ [micges_!~micges@aga10.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[19:55:42] <zeeshan> does thje index pulse
[19:55:47] <zeeshan> ahve to be related to the a and b channel at all?
[19:57:44] -!- moorbo [moorbo!~moorbo@dyn-21-35.mdm.its.uni-kassel.de] has joined #linuxcnc
[19:58:37] -!- micges has quit [Ping timeout: 245 seconds]
[20:00:54] -!- sumpfralle1 has quit [Ping timeout: 264 seconds]
[20:03:19] micges_ is now known as micges
[20:04:19] <zeeshan> http://i.imgur.com/F3t7RNo.png
[20:04:28] -!- mhaberler [mhaberler!~mhaberler@extern-171.stiwoll.mah.priv.at] has joined #linuxcnc
[20:04:30] <zeeshan> i made it a bit smaller in diameter relative to the old wheel
[20:04:33] <zeeshan> itll fit better
[20:04:39] <zeeshan> i hope this is ok
[20:07:53] -!- zeeshan-mill has quit [Ping timeout: 245 seconds]
[20:09:29] -!- mttr has quit [Ping timeout: 244 seconds]
[20:11:19] <jdh> if not, you can make another one
[20:13:38] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[20:20:21] -!- moorbo_ [moorbo_!~moorbo@198.211.113.236] has joined #linuxcnc
[20:21:26] -!- moorbo has quit [Read error: Connection reset by peer]
[20:22:03] -!- moorbo [moorbo!~moorbo@dyn-21-35.mdm.its.uni-kassel.de] has joined #linuxcnc
[20:25:47] -!- moorbo_ has quit [Ping timeout: 252 seconds]
[20:28:25] -!- sumpfralle [sumpfralle!~lars@erina.opennet-initiative.de] has joined #linuxcnc
[20:28:43] -!- zeeshan-mill [zeeshan-mill!~zeeshan@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[20:33:15] -!- moorbo_ [moorbo_!~moorbo@dyn-21-35.mdm.its.uni-kassel.de] has joined #linuxcnc
[20:33:18] -!- moorbo has quit [Ping timeout: 245 seconds]
[20:37:19] -!- sumpfralle has quit [Quit: Leaving.]
[20:37:30] -!- sumpfralle [sumpfralle!~lars@erina.opennet-initiative.de] has joined #linuxcnc
[20:43:15] <witnit> I created an M150 command which calls a bash script and then lets gcode continue. While the gcode processes the rest of the file, my other pins are being handled through the second bash script called in this format; halcmd setp gpio.xx.out true; sleep 1; false exit; is this safe and or proper?
[20:47:00] <Connor> witnit What's this script for ?
[20:47:04] <witnit> i have some sequences i need automated while the rest of the program is running, since these can be both ran at the same time i can reduce my cycle time by about 30% im just not sure which is the best route
[20:48:16] <witnit> its a gate and debur station at 2 seconds, then gravity feeds a crossdrill at 4 sec stacking gcode is a 6 second job, but if i can debur while the drill is happening the part will be ready to drop when the old part gets out of the way
[20:48:45] <Connor> What is this for?
[20:48:52] <Connor> sounds interesting.
[20:49:00] <witnit> debur and crossdrill station
[20:49:16] <Connor> I say give it a shot. Sounds like it'll work.
[20:49:33] <witnit> it functions but i did know if there was a more proper way to do it
[20:49:54] <Connor> You could try remap and O code.. I'm not sure it would parallel like that though.
[20:50:12] <witnit> when i finish it, and get the code running it, i will make a little video or something
[20:50:33] <Connor> Is this to make a specific part for production?
[20:50:34] <witnit> I was running this by printer port, but i wanted the eth options to move my computer across the room
[20:50:38] <witnit> yeah
[20:50:42] <witnit> well a few different ones
[20:50:48] -!- rob_h has quit [Ping timeout: 245 seconds]
[20:50:49] <witnit> just different lengths
[20:51:15] <witnit> the next system i need to get is a rigid servo tapping heads made up
[20:51:25] <witnit> I think i found a really good solution tho
[20:51:40] -!- rob_h [rob_h!~robh@90.214.159.68] has joined #linuxcnc
[20:52:04] <witnit> tap directly on the motor shaft and the part in a small fixture on a shuttle that is ballscrew driven.
[20:52:15] <witnit> or cam doesnt really matter
[20:52:21] <Connor> OKay, What do these parts your making do or for? I'm kinda curious.
[20:52:26] <witnit> it would be very low cost tapping
[20:52:41] <witnit> im not sure about the bigger ones, but these smaller ones are a type of screw
[20:53:13] <witnit> https://www.google.com/search?q=chicago+screw&client=ubuntu&hs=4I6&channel=fs&source=lnms&tbm=isch&sa=X&ei=rbXfVIvREsH2yQToioHwAg&ved=0CAkQ_AUoAg&biw=892&bih=545
[20:53:17] <witnit> i need to tap those
[20:53:31] <witnit> very very very quickly
[20:55:05] <witnit> drill and tap so i can make a straight hole and keep everything lined up on the shuttle process i should be able to give a tap a nice line of sight without a long index cycle
[20:55:07] -!- zeitue has quit [Ping timeout: 252 seconds]
[20:55:52] -!- gennro_ [gennro_!~gennro@ip68-224-129-2.lv.lv.cox.net] has joined #linuxcnc
[20:59:40] -!- gennro has quit [Ping timeout: 255 seconds]
[21:00:02] <Tom_itx> how do you hold them during tapping?
[21:00:09] <witnit> air clamp
[21:00:23] <witnit> split sleeve
[21:00:27] <_methods> so what's wrong with using a normal screw machine?
[21:00:30] <Tom_itx> yeah
[21:00:38] <witnit> they are already blanked on a cold header
[21:00:47] <Tom_itx> _methods they're probably stamped out
[21:00:50] <witnit> much cheaper this way
[21:00:51] <_methods> ahh
[21:01:13] <Tom_itx> they probably shoot out the machine like bullets
[21:01:16] <witnit> yep
[21:01:22] <witnit> ping ping ping ping
[21:01:57] <Tom_itx> i like visiting those kinds of places... always find it interesting
[21:02:16] <_methods> yeah
[21:02:23] <witnit> yeah cam automation is really neat to learn from
[21:02:37] <witnit> ever seen a four slide machine?
[21:05:26] <witnit> https://www.youtube.com/watch?v=AraaOsMDW4U
[21:08:07] -!- zeitue [zeitue!~z@67.221.133.28] has joined #linuxcnc
[21:18:27] <Tom_itx> i've seen similar
[21:22:00] -!- Brunetty has quit [Quit: Ahora vengo]
[21:25:37] <Deejay> gn8
[21:26:27] -!- Deejay has quit [Quit: bye]
[21:52:30] <XXCoder> damn I love my loupe lol
[21:53:11] <MrSunshine> ough for one watching to much adult stuff that sounds realy bad
[21:53:12] <MrSunshine> :P
[21:53:20] <XXCoder> lol
[21:53:35] <XXCoder> its not usual word thats for sure
[21:53:49] -!- erve has quit [Ping timeout: 256 seconds]
[21:55:13] <XXCoder> 4616 4s12 chip
[21:55:15] <XXCoder> oops
[21:55:37] <XXCoder> forgot to change to google lol
[21:56:23] <XXCoder> hmm
[21:56:29] <XXCoder> how do I research chip?
[21:56:45] <zeeshan-mill> datasheets
[21:56:45] <zeeshan-mill> :D
[21:57:17] <XXCoder> datasheet?
[21:57:29] <zeeshan-mill> are you talking about electronics?
[21:57:33] <XXCoder> yeah
[21:57:39] <XXCoder> its burnt chip on circuit
[21:57:44] <MrSunshine> XXCoder: tho i think its lupe im thinking of but... associations went far far away from what i guess you actualy ment :P
[21:58:10] <XXCoder> nah its loupe
[21:58:24] <XXCoder> https://www.google.com/search?q=lupe+l&safe=off&source=lnms&tbm=isch&sa=X&ei=48TfVMn3GM33oATkroKADw&ved=0CAoQ_AUoAw&biw=1920&bih=969#safe=off&tbm=isch&q=loupe
[21:58:37] <XXCoder> lupe is mostly pics of ladies
[21:58:51] <XXCoder> or guys
[21:59:25] <XXCoder> also furry wolf charactor of some kind
[21:59:38] <MrSunshine> XXCoder: yes ... the word was correct but I thought about "lupe" when i read it :P
[21:59:45] <XXCoder> oh
[21:59:59] <XXCoder> lots possibilities on what your lupe is
[22:00:14] <MrSunshine> adult actress ...
[22:00:15] <MrSunshine> :PÖ
[22:00:21] <XXCoder> lol ok
[22:00:26] <XXCoder> pornfistic
[22:01:03] * MrSunshine tried to open his pcv valve canal today with a piece of steel cable ...
[22:01:14] <MrSunshine> went good and all .. until it got like 2cm shorter in a hurry
[22:01:44] <MrSunshine> so i got two options... 1 ... the cable tore off in the canal and i now run the risk of getting steel cable into one of the cylinders of the car ...
[22:01:55] <MrSunshine> 2 ... the wire twisted up and got shorter due to that .. it got 3 tight spots ...
[22:02:41] <XXCoder> its likely more than one chip died, some resistors around it dont look good
[22:03:18] <XXCoder> no loss, friend of mine already had replacement shipped
[22:03:49] -!- gonzo_nb [gonzo_nb!~gonzo@host-92-14-209-118.as43234.net] has joined #linuxcnc
[22:04:13] -!- mttr [mttr!~mttr@0016019a1697.cpe.westmancom.com] has joined #linuxcnc
[22:05:23] <XXCoder> this chip (though second number is different)
http://i00.i.aliimg.com/wsphoto/v0/1906351764/AO4616-4616-MOSFET-Metal-Oxide-Semiconductor-Field-Effect-Transistor-Commonly-used-chip.jpg_350x350.jpg
[22:06:09] FreezingAlt is now known as FreezingCold
[22:08:37] -!- BellinganRoy has quit [Quit: Konversation terminated!]
[22:17:26] <zeeshan-mill> pcw_home, if my trigger wheel has 1 weird tooth
[22:17:31] <zeeshan-mill> will this affect anything
[22:17:47] <XXCoder> maybe if bigger
[22:17:50] <XXCoder> smaller maybe not?
[22:18:15] <XXCoder> is it critical that gears mesh perfectly?
[22:18:25] <zeeshan-mill> its not meshing with anything
[22:18:38] <pcw_home> as long as quadrature is not violated. it will count correctly
[22:18:40] <XXCoder> ah was thinking "gear"
[22:18:58] <pcw_home> but may have a velocity glitch at that point
[22:19:25] -!- FreezingAlt [FreezingAlt!~FreezingC@135.0.41.14] has joined #linuxcnc
[22:19:28] <zeeshan-mill> it will likely violate quadrature :/
[22:19:53] <pcw_home> then it will not count correctly
[22:19:55] <zeeshan-mill> i guess im remachining this
[22:19:59] <zeeshan-mill> down to 25 teeth lol
[22:20:25] <XXCoder> wild guess, more teeth = more accuratre?
[22:20:33] <zeeshan-mill> ya
[22:20:44] <XXCoder> 1,000 teeth ;)
[22:20:47] <zeeshan-mill> if your photointerruptors can keep up
[22:21:21] <XXCoder> yeah 1,000 would nee very good sensor I bet
[22:21:35] <Tom_itx> zeeshan for the spindle?
[22:22:01] <zeeshan-mill> yea
[22:22:16] <Tom_itx> what about mounting?
[22:22:24] <zeeshan-mill> do the teeth have to be even
[22:22:25] <zeeshan-mill> like
[22:22:34] <zeeshan-mill> the amount of time of light blocked
[22:22:44] <Tom_itx> it would probably be best
[22:22:45] <zeeshan-mill> to the amount of time of thru light
[22:22:52] -!- FreezingCold has quit [Ping timeout: 240 seconds]
[22:22:58] <zeeshan-mill> mounting isnt a prob
[22:22:58] <Tom_itx> get a real encoder for it?
[22:23:04] <zeeshan-mill> no
[22:23:07] <zeeshan-mill> im almost there
[22:23:12] <zeeshan-mill> why would i get a real encoder :P
[22:23:12] <pcw_home> 25 teeth is 100 counts/turn so say a 1/4-20 tap would have 1/2000 inch Z steps
[22:23:26] <Tom_itx> i've got several HEDS ones but i'm using another type with 500 cpr 2000 quad
[22:23:36] <zeeshan-mill> ill stick to 50 teeth
[22:23:38] -!- amatecha has quit [Ping timeout: 252 seconds]
[22:23:39] <zeeshan-mill> i just need to find material
[22:23:44] <zeeshan-mill> i kinda screwed up this trigger wheel spare i had
[22:23:47] <XXCoder> what kind material?
[22:23:49] <pcw_home> old CD
[22:23:50] <zeeshan-mill> the index mark didnt line p with where i machined
[22:23:51] <ssi> hi
[22:23:58] <XXCoder> hey ssi
[22:24:01] <zeeshan-mill> excellent idea pcw!
[22:24:02] <zeeshan-mill> LOL
[22:24:03] <ssi> what's shakin
[22:24:06] <zeeshan-mill> hi
[22:24:16] <XXCoder> zeeshan-mill: just go to dollar store
[22:24:22] <XXCoder> grab some $1 metal pan
[22:24:25] <Tom_itx> CDs are brittle
[22:24:37] <Tom_itx> but would probably work
[22:24:50] -!- calvinmetcalf has quit [Ping timeout: 250 seconds]
[22:25:37] <Tom_itx> my first one was a printer encoder with 28 counts
[22:26:06] <Tom_itx> i hope to work on it more this evening
[22:26:09] <XXCoder> zeeshan-mill:
http://julioterra.com/journal/wp-content/uploads/2013/01/encoder_body_2.png
[22:26:16] <XXCoder> high resololution
[22:26:21] <XXCoder> 128 state
[22:29:20] <XXCoder> https://en.wikipedia.org/wiki/Rotary_encoder#mediaviewer/File:Gray_code_rotary_encoder_13-track_opened.jpg interesting!
[22:30:31] <XXCoder> 2 ^ 13 state
[22:31:05] <XXCoder> resolution of 0.0439453125 degree
[22:31:38] <XXCoder> curious on if it has 64 tracks
[22:31:43] <XXCoder> 3.2526065174565133020223584026098e-18 lol
[22:31:46] <XXCoder> damn small
[22:32:44] -!- FreezingAlt has quit [Ping timeout: 246 seconds]
[22:33:35] <XXCoder> http://images.machinedesign.com/images/archive/talk3jpg_00000038653.jpg I love the graphic lol
[22:34:30] -!- Komzzpa has quit [Ping timeout: 264 seconds]
[22:37:57] <XXCoder> hey zeeshan-mill ?
[22:41:12] -!- FreezingCold [FreezingCold!~FreezingC@135.0.41.14] has joined #linuxcnc
[22:42:20] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-60-251.dhcp.jcsn.tn.charter.com] has joined #linuxcnc
[22:46:57] <pcw_home> Those are absolute encoders (incremental encoders are cheaper and more common)
[22:47:40] <pcw_home> (since they only have 2 or 3 tracks)
[22:53:18] -!- arekm has quit [Ping timeout: 245 seconds]
[22:53:53] -!- skunkworks has quit [Ping timeout: 256 seconds]
[22:55:06] <zeeshan-mill> sorry maching stuff
[22:55:27] <XXCoder> np man
[22:56:06] <zeeshan-mill> i found a piece of acrylic
[22:56:13] <zeeshan-mill> that was the right thicknes
[22:56:18] <zeeshan-mill> cd was too small in diameter :/
[22:56:26] <XXCoder> nice
[22:56:39] <zeeshan-mill> hopefully frosting the acrylic
[22:56:41] <zeeshan-mill> will stop light
[22:56:42] <XXCoder> got picture of setup milling it?
[22:57:02] <XXCoder> the parts where it lets light though is actual holes or just transparent?
[22:59:12] -!- Smidge204 [Smidge204!~UNICKS@pool-74-101-213-118.nycmny.fios.verizon.net] has parted #linuxcnc
[22:59:42] <zeeshan-mill> this comp is too slow to load flickr
[22:59:46] <zeeshan-mill> google flickr turbozee84
[22:59:52] <zeeshan-mill> first two pics, just uploaded from fone
[22:59:53] <zeeshan-mill> :D
[23:00:07] <zeeshan-mill> the teeth need to block light
[23:00:20] <XXCoder> pcw_home: I bet yeah. much less sensors too
[23:01:28] <zeeshan> had to come up
[23:01:32] -!- ariscop has quit [Remote host closed the connection]
[23:01:47] <zeeshan> https://www.flickr.com/photos/128539016@N05/15911508203/
[23:01:51] <zeeshan> https://www.flickr.com/photos/128539016@N05/16345786307/in/photostream/
[23:02:29] <XXCoder> cant you paint it?
[23:02:32] <XXCoder> black or something
[23:02:39] <XXCoder> nice though
[23:02:41] <zeeshan> yea i can
[23:02:51] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[23:03:48] -!- chillly has quit [Quit: Ex-Chat]
[23:04:19] <XXCoder> cool
[23:05:05] <XXCoder> pcw_home: I wonder if anyone would ever need rotatry endoder with 64 tracks lol
[23:14:48] <pcw_home> The higher resolution encoders I know are about28 bits
[23:16:03] <XXCoder> lemme calulate that
[23:16:16] <pcw_home> (and they use a different scheme, not 28 tracks as the densest tracks spacing would get too small)
[23:16:26] <XXCoder> 0.0000013411045074462890625
[23:16:51] <XXCoder> basically 0.00000134
[23:16:57] <XXCoder> degrees
[23:17:32] -!- f1oat has quit [Ping timeout: 246 seconds]
[23:18:01] <XXCoder> .27% of one degree lol
[23:24:58] -!- patrickarlt has quit [Ping timeout: 245 seconds]
[23:26:16] <MrSunshine> does the mesa cards work with beaglebone ?
[23:29:48] <pcw_home> 28 bits/turn is 0.00013411045074 % of a degree
[23:30:25] <XXCoder> actually youre right
[23:30:30] <pcw_home> They might (say with SPI interface) but Have not tried
[23:35:52] <MrSunshine> found there is a true parport interface for the beaglebone
[23:35:54] <MrSunshine> *cape
[23:36:00] <MrSunshine> should work with mesas ?
[23:36:59] -!- mhaberler has quit [Read error: Connection reset by peer]
[23:37:00] -!- mhaberler [mhaberler!~mhaberler@extern-171.stiwoll.mah.priv.at] has joined #linuxcnc
[23:39:45] -!- balestrino has quit [Ping timeout: 252 seconds]
[23:44:57] -!- gennro_ has quit [Quit: Leaving]
[23:45:17] -!- gennro [gennro!~gennro@ip68-224-129-2.lv.lv.cox.net] has joined #linuxcnc
[23:49:08] -!- farbro [farbro!~farbro@104.194.102.74] has joined #linuxcnc
[23:50:57] -!- Valen [Valen!~Valen@c211-30-128-202.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[23:52:26] -!- arekm [arekm!~arekm@pld-linux/arekm] has joined #linuxcnc
[23:52:56] -!- marmite has quit [Ping timeout: 246 seconds]