#linuxcnc | Logs for 2014-09-18

Back
[00:01:39] <Mark___> setp pid.spindle.Igain 0.001
[00:01:45] <Mark___> is this correct
[00:02:13] <Mark___> line 241
[00:02:49] <andypugh> Yes, HAL has a scale component, but that should not be necessary.
[00:02:53] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243]]
[00:03:07] -!- Valen [Valen!~Valen@c211-30-128-202.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[00:03:33] -!- the_wench has quit [Ping timeout: 272 seconds]
[00:03:52] -!- asdfasd has quit [Ping timeout: 240 seconds]
[00:04:22] -!- archivist_herron has quit [Ping timeout: 245 seconds]
[00:04:32] <andypugh> The m2_5i25.0.7i77.0.1.analogout3-scalemax and similar pins (lines 228, 229, 230) in the HAL, which read values from the [SPINDLE_9] section of the INI file should handle the scaling.
[00:04:53] -!- archivist has quit [Ping timeout: 260 seconds]
[00:06:33] -!- PCW has quit [Remote host closed the connection]
[00:06:56] -!- PCW [PCW!~chatzilla@99.88.10.65] has joined #linuxcnc
[00:07:37] <Mark___> output scale in the ini is 10
[00:07:38] -!- Guest87016 has quit [Read error: Connection reset by peer]
[00:08:08] <andypugh> maxlim and minlim?
[00:08:18] <andypugh> And did you change them?
[00:08:20] -!- zeitue [zeitue!~z@67.221.133.170] has joined #linuxcnc
[00:08:39] <Mark___> min -10.0 max 10.0
[00:08:50] <Mark___> and I did not change them
[00:09:58] -!- asdfasd [asdfasd!~332332@176.27.239.8] has joined #linuxcnc
[00:11:20] -!- sumpfralle has quit [Ping timeout: 258 seconds]
[00:11:22] <Mark___> should I try and make it .01
[00:11:51] -!- archivist [archivist!~archivist@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc
[00:11:53] <PCW> umm normally those would be you full speed spindle RPM
[00:12:36] <Mark___> so it should be 6000
[00:13:03] <PCW> is that full spindle speed when you have a 10V analog command?
[00:13:11] <Mark___> yes
[00:13:34] <PCW> is the spindle reversable?
[00:13:43] <Mark___> yes
[00:14:39] <PCW> so the scalemax and maxlim parameters should be 6000 and minlim -6000
[00:14:52] <Mark___> ok
[00:15:16] <andypugh> Can the VFD accept negative voltage as reverse? (the 7i77 can do that, though not all VFDs can)
[00:15:17] <PCW> BTW analog out 5 is suggested for spindles (since it has its own enable)
[00:16:01] <Mark___> no vfd its a servo motor under a driver control
[00:16:54] <Mark___> Hi pete
[00:17:03] <PCW> Hi
[00:17:29] -!- archivist_herron [archivist_herron!~herron@herronwindows.co.uk] has joined #linuxcnc
[00:18:45] <PCW> This is not really VFD/servo related just that channel 5 has an independent enable which normally the spindle needs
[00:18:59] <Mark___> we were just trying tgo work out the spindle orient and my spindle went out of whack as far as rpm
[00:19:27] <PCW> (all the motion axis (0..4) have a common enable)
[00:19:27] -!- sumpfralle [sumpfralle!~lars@on1.informatik.uni-rostock.de] has joined #linuxcnc
[00:19:59] <Mark___> ok I can change it around tommorow
[00:21:01] <andypugh> PCW: We are looking at spindle orientation, the HAL looks a bit like this now http://pastebin.com/Hw8DmBED
[00:22:17] <andypugh> The thing I can’t explain is that the spindle speed was OK, then I messed about with his HAL, and now it is broken, despite the same values being passed through outside of toolchange
[00:23:12] <PCW> The scalemax was 10 which means it could not have worked before without some external scaling
[00:24:25] <PCW> not this problem but the encoder scale is unlikely to be 4098 (probably should be 4096)
[00:25:31] -!- sumpfralle has quit [Ping timeout: 258 seconds]
[00:25:44] <Mark___> http://pastebin.com/BhMVgqVx
[00:25:52] <Mark___> newest hal for now
[00:28:46] <PCW> in IN file:
[00:28:48] <PCW> [SPINDLE_9]OUTPUT_SCALE should be 6000
[00:28:49] <PCW> [SPINDLE_9]OUTPUT_MIN_LIMIT should be 6000
[00:28:51] <PCW> [SPINDLE_9]OUTPUT_MAX_LIMIT should be -6000
[00:28:52] <PCW>
[00:29:06] <PCW> and the 4098 should be fixed
[00:29:54] <andypugh> yes, that is just another of my horrible errors and might well explain the random alignment
[00:31:53] <Mark___> Ok spindle is ok again
[00:33:27] <andypugh> It’s a bit strange that it worked before.
[00:33:48] <Mark___> anyway to but an m19 for spindle orient instead of a tool call up
[00:33:52] -!- asdfasd has quit [Ping timeout: 240 seconds]
[00:34:08] <andypugh> M19 will have to wait, I am afraid
[00:34:19] <andypugh> It’s far too late here
[00:34:50] <Mark___> and the spindle orients correctly :)
[00:34:51] <Mark___> :)
[00:34:53] <Mark___> :)
[00:34:58] <andypugh> Aha!
[00:35:34] <andypugh> Now, there is a slight wrinke here, the spindle won’t actually orient correctly until it sees the index
[00:35:54] <Mark___> I just have to learn how to tune the servo's so it stays put for a bit then all will be ok
[00:36:21] <andypugh> We probably need to find a way to home the spindle at the same time as the axes
[00:36:57] <Mark___> If I get the m19 working I could use a little homing program
[00:37:11] <Mark___> G91 G28 Z0
[00:37:14] <Mark___> X0 Y0
[00:37:20] <Mark___> S200 M3
[00:37:23] <Mark___> M19
[00:37:25] <Mark___> M30
[00:37:48] <andypugh> A crude way would be to net pid.spindle.ff0 to halui.0.axis-is-homing :-) (very crude)
[00:37:56] <Mark___> OR ADD A M5 AFTER THE SPEED COMMAND
[00:38:01] -!- PetefromTn_ has quit [Read error: Connection reset by peer]
[00:38:37] <Mark___> I think that is for another day
[00:38:45] <andypugh> yes, so do I :-)
[00:38:54] <andypugh> 0138 here
[00:39:11] <Mark___> When I finaly get this done I'm gonna have to send you a little gift for one of your bikes
[00:39:12] <andypugh> Not that I need much sleep, luckily,
[00:39:17] -!- PetefromTn_ [PetefromTn_!~IceChat9@66-168-88-232.dhcp.kgpt.tn.charter.com] has joined #linuxcnc
[00:39:52] <Mark___> I have a whole bunch of programs ready to go as soon as this is up and running
[00:40:47] <Mark___> I will catch you tommorow Thanks again for all the help
[00:40:52] <andypugh> We need to sort out the initial alignment prior to any lights-out use of a toolchanger
[00:41:39] <Mark___> I am not planning any lights out for now, only hand changes so the machine can start making, not costing me money
[00:43:17] <Mark___> Catch you all later and thanks again
[00:43:33] <andypugh> Glad we got there in the end
[00:43:55] -!- PetefromTn_ has quit [Ping timeout: 258 seconds]
[00:43:56] -!- Mark___ has quit [Quit: Page closed]
[00:45:18] -!- PetefromTn_ [PetefromTn_!~IceChat9@66-168-88-232.dhcp.kgpt.tn.charter.com] has joined #linuxcnc
[00:50:29] -!- micges-dev has quit [Quit: Wychodzi]
[00:54:40] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[00:55:04] -!- PetefromTn_ [PetefromTn_!~IceChat9@66-168-88-232.dhcp.kgpt.tn.charter.com] has joined #linuxcnc
[00:56:11] -!- maZer`- [maZer`-!~info@HSI-KBW-085-216-021-003.hsi.kabelbw.de] has joined #linuxcnc
[00:59:01] -!- maZer`- has quit [Client Quit]
[00:59:09] -!- revo14 has quit [Remote host closed the connection]
[01:00:52] <PetefromTn_> Thats odd..
[01:01:07] <PetefromTn_> just running some code to mill some small pockets in this plate.
[01:01:42] <PetefromTn_> it ran the first pocket fine and then moved to the second pocket, dropped down into it and then returned to Z height.. Here is a paste of the code...
[01:01:49] <PetefromTn_> http://pastebin.com/Quk29jcE
[01:02:57] -!- Servos4ever has quit [Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.26.1/20140612173529]]
[01:04:35] <PetefromTn_> it is like it just dismissed the finish pass around the inside of the hole without moving it and just went back up to Z height. Any idea why it would do that?
[01:05:16] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc
[01:14:37] -!- nofxx has quit [Remote host closed the connection]
[01:18:47] <PetefromTn_> nevermind I figured it out..
[01:19:53] -!- timbrell has quit [Quit: Page closed]
[01:21:32] -!- BellinganRoy has quit [Quit: Konversation terminated!]
[01:24:38] <andypugh> Do tell..
[01:27:07] <PetefromTn_> do tell what?
[01:27:37] -!- Thetawaves [Thetawaves!~Thetawave@186-51-178-69.gci.net] has joined #linuxcnc
[01:27:43] <PetefromTn_> actually I thought I figured it out but apparently I was mistaken.
[01:28:08] <PetefromTn_> Not sure why it does not run the circular path inside the hole at z-.25
[01:28:16] <PetefromTn_> the second one...
[01:28:52] <PetefromTn_> it works in simulation but not on the machine.
[01:29:40] -!- ries has quit [Quit: ries]
[01:29:44] <andypugh> Line 1 has no idea if it is G1 or G0, or the feed rate, so that will be a bit random (but not the problem)
[01:30:24] <PetefromTn_> this is a cut from the end of the program so all that comes before this.
[01:33:23] <andypugh> Line 6? You don’t return to initial X so the second circle has zero radius (guess)
[01:34:35] <PetefromTn_> yeah but it goes to it on the circular interp line before it makes the curve no?
[01:35:05] <PetefromTn_> whats wierd is it worked the first time in the early lines but not the second position...
[01:36:26] <PetefromTn_> I think you may be onto something. I am gonna insert the X position and try again....
[01:36:29] <PetefromTn_> BRB
[01:36:48] <andypugh> my guess would be that the starting XY position at line 3 is not the same as at line 9. (because of line 4)
[01:40:12] <PetefromTn_> I just editied the program to have the X and Y position like the first hole and saved and reopened it in LinuxCNC. Running now...
[01:43:43] -!- syyl has quit [Ping timeout: 258 seconds]
[01:44:18] <PetefromTn_> well that sucks... it did the exact same thing. Just went down into the second hole and then went back up without running the circle interp...
[01:45:52] <andypugh> That’s just strange
[01:45:58] <PetefromTn_> yeah I know right...
[01:47:17] <andypugh> It isn’t your G90.1 mode? (I don’t think it cab be, actually)
[01:47:42] <PetefromTn_> I really need to fix this because I have to interpolate these holes for a press fit pin..
[01:48:52] <andypugh> Well, I am baffled. if you start at the same XY and run the same G2 then you should see the same circle.
[01:49:41] <andypugh> Given that we would have niticed this :-) What is different between the two G2s?
[01:51:22] <pcw_home_> sign of Y
[01:52:55] <andypugh> Good spot, pcw, It really is as late as I thought here
[01:53:02] <PetefromTn_> http://pastebin.com/QMug8bX5 Heres the whole program... I did edit the end to remove the G91 but that happens after this hole and spindle off etc...
[01:54:10] <PetefromTn_> it has to be a minus 1 because it is a different hole location no?
[01:54:36] <andypugh> I thought it was the same hole?
[01:55:12] <PetefromTn_> no man there are two holes... The program roughs out the two holes and then runs a finish pass into the two holes
[01:55:57] <andypugh> The code you have shown only has 2 x G2 so only 2 circles
[01:56:42] <PetefromTn_> yeah the first pastebin is just the finish passes on the two holes.... one at y pos and one at y neg of the same X position
[01:58:41] <andypugh> I would love to help sort this out, but it is 0300 and I have to be at work in 6 hours. I am fine with that now, but it will become increasingly impossible, so I am bowing out now.
[01:59:00] -!- andypugh has quit [Quit: andypugh]
[01:59:28] -!- rythmnbls has quit [Quit: Leaving]
[01:59:45] <PetefromTn_> okay thanks for trying man. I am going to post the code again for the two holes individually..
[02:04:49] -!- alexchally has quit [Ping timeout: 260 seconds]
[02:10:39] -!- asah has quit [Quit: asah]
[02:20:02] -!- patrickarlt has quit [Client Quit]
[02:38:09] -!- archivist_herron has quit [Ping timeout: 258 seconds]
[02:45:40] -!- tjtr33 [tjtr33!~tjtr33@76-216-190-185.lightspeed.cicril.sbcglobal.net] has joined #linuxcnc
[02:47:17] <tjtr33> what halui commands would run a program?
[02:47:33] <tjtr33> i used Axis btns to run a pgm in Axis, then paused and resumed using halui.program.pause & .resume.
[02:47:33] <tjtr33> but what to start a new run?
[02:48:37] -!- AR_ has quit [Ping timeout: 245 seconds]
[02:51:27] -!- archivist_herron [archivist_herron!~herron@herronwindows.co.uk] has joined #linuxcnc
[03:08:23] <PetefromTn_> tjtr33 perhaps this would help? http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Halui It has a listing for halui.program.run
[03:10:59] <tjtr33> thx Pete! reading now
[03:15:41] -!- sirdancealot has quit [Ping timeout: 272 seconds]
[03:19:45] -!- Tecan [Tecan!~fasdf@ip-216-234-182-80.wireless.tera-byte.com] has joined #linuxcnc
[03:19:45] -!- Tecan has quit [Changing host]
[03:19:45] -!- Tecan [Tecan!~fasdf@unaffiliated/unit41] has joined #linuxcnc
[03:29:53] -!- anth0ny has quit [Quit: anth0ny]
[03:33:21] -!- HeXiLeD has quit [Ping timeout: 258 seconds]
[03:33:41] -!- HeXiLeD has quit [Changing host]
[03:34:37] <tjtr33> the halui-halvcp source seems depricated, but this is informative http://linuxcnc.org/docs/html/hal/halui_examples.html
[03:53:36] -!- FinboySlick has quit [Remote host closed the connection]
[04:05:21] -!- tjtr33 has quit [Quit: Leaving]
[04:09:31] -!- kwallace has quit [Ping timeout: 272 seconds]
[04:10:45] -!- anth0ny has quit [Quit: anth0ny]
[04:12:18] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[04:12:50] -!- jerryitt_ has quit [Quit: Connection closed for inactivity]
[04:15:57] -!- WalterN has quit [Ping timeout: 260 seconds]
[04:20:45] -!- WalterN [WalterN!~tiwake@71-84-131-70.dhcp.knwc.wa.charter.com] has joined #linuxcnc
[04:28:46] -!- asah [asah!~asah@c-69-181-176-3.hsd1.ca.comcast.net] has joined #linuxcnc
[04:28:47] -!- ju_emb [ju_emb!~jgnoss@2001:1388:1b8a:86fe:38e6:7ed0:1c5e:b812] has parted #linuxcnc
[04:29:23] -!- `Nerobro_ [`Nerobro_!~wolfeman@fg300a.skylan.net] has joined #linuxcnc
[04:30:05] -!- ve7it has quit [Remote host closed the connection]
[04:32:23] -!- `Nerobro has quit [Ping timeout: 240 seconds]
[04:44:28] -!- anth0ny has quit [Quit: anth0ny]
[04:45:24] amatecha_ is now known as amatecha
[04:47:22] -!- HeXiLeD has quit [Ping timeout: 240 seconds]
[05:01:30] -!- Fox_Muldr has quit [Ping timeout: 255 seconds]
[05:03:24] -!- Fox_Muldr [Fox_Muldr!quakeman@frnk-4d010edd.pool.mediaWays.net] has joined #linuxcnc
[05:08:11] -!- i_tarzan has quit [Ping timeout: 272 seconds]
[05:10:57] -!- mozmck has quit [Ping timeout: 255 seconds]
[05:18:06] -!- mozmck [mozmck!~moses@67.210.159.245] has joined #linuxcnc
[06:16:19] -!- the_wench [the_wench!~the_wench@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc
[06:35:26] -!- dan2k3k4 has quit [Ping timeout: 258 seconds]
[06:39:53] -!- balestrino [balestrino!~balestrin@131.114.31.66] has joined #linuxcnc
[06:51:26] -!- Deejay [Deejay!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[06:52:10] <Deejay> moin
[07:04:15] -!- rigid has quit [Ping timeout: 246 seconds]
[07:09:25] -!- erictheise has quit [Quit: erictheise]
[07:10:16] -!- rigid has quit [Changing host]
[07:19:32] -!- ries [ries!~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl] has joined #linuxcnc
[07:31:18] -!- marmite has quit [Ping timeout: 250 seconds]
[07:32:13] -!- marmite [marmite!marmite@is.a.hax0r.se] has joined #linuxcnc
[07:35:24] -!- the_wench has quit [Ping timeout: 246 seconds]
[07:37:11] -!- _1SheYode [_1SheYode!~ah@bzq-84-110-212-18.red.bezeqint.net] has joined #linuxcnc
[07:39:41] -!- robbiet480 has quit [*.net *.split]
[07:39:42] -!- dagjomar has quit [*.net *.split]
[07:39:57] -!- gambakufu has quit [Ping timeout: 246 seconds]
[07:41:43] -!- the_wench [the_wench!~the_wench@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc
[07:41:46] -!- gonzo_nb has quit [Remote host closed the connection]
[07:42:24] -!- steves_logging has quit [Ping timeout: 246 seconds]
[07:47:22] -!- syyl [syyl!~sg@p4FD11255.dip0.t-ipconnect.de] has joined #linuxcnc
[07:51:38] -!- ktchk [ktchk!~eddie6929@n219079251066.netvigator.com] has joined #linuxcnc
[07:52:08] -!- tronwzrd [tronwzrd!tronwizard@24.229.167.126.res-cmts.sm.ptd.net] has joined #linuxcnc
[07:52:54] -!- karavanjo has quit [Ping timeout: 246 seconds]
[07:54:22] -!- ktchk [ktchk!~eddie6929@n219079251066.netvigator.com] has parted #linuxcnc
[07:55:28] -!- tronwizard has quit [Ping timeout: 272 seconds]
[07:55:54] -!- asah has quit [Quit: asah]
[07:57:09] -!- Connor has quit [Ping timeout: 260 seconds]
[07:58:11] -!- phantoxe [phantoxe!~destroy@acarlosss.broker.freenet6.net] has joined #linuxcnc
[07:58:33] -!- WyrM has quit [Ping timeout: 272 seconds]
[08:00:10] -!- WyrM [WyrM!wyrm@bnc.wyrm.net.br] has joined #linuxcnc
[08:00:21] -!- WyrM has quit [Changing host]
[08:00:21] -!- WyrM [WyrM!wyrm@unaffiliated/wyrm] has joined #linuxcnc
[08:06:43] -!- WyrM has quit [Read error: Connection reset by peer]
[08:07:09] -!- WyrM [WyrM!wyrm@unaffiliated/wyrm] has joined #linuxcnc
[08:14:51] -!- asdfasd [asdfasd!~332332@176.253.29.228] has joined #linuxcnc
[08:26:28] -!- archivist_herron has quit [Ping timeout: 260 seconds]
[08:31:19] -!- rob_h [rob_h!~robh@2.223.235.128] has joined #linuxcnc
[08:31:26] -!- syyl_ws [syyl_ws!~sg@p4FD11255.dip0.t-ipconnect.de] has joined #linuxcnc
[08:39:17] -!- archivist_herron [archivist_herron!~herron@herronwindows.co.uk] has joined #linuxcnc
[08:43:22] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[08:55:16] -!- sumpfralle [sumpfralle!~lars@p20030059CE0D0F00021CBFFFFEAF05DA.dip0.t-ipconnect.de] has joined #linuxcnc
[09:00:52] -!- sirdancealot [sirdancealot!~koo5@98.82.broadband5.iol.cz] has joined #linuxcnc
[09:05:27] -!- syyl_ws has quit [Remote host closed the connection]
[09:06:03] -!- pingufan [pingufan!~rainer@goliath.hantsch.co.at] has joined #linuxcnc
[09:07:48] leaf__ is now known as Guest82287
[09:09:18] -!- phantoxe has quit [Remote host closed the connection]
[09:10:35] -!- Valen has quit [Remote host closed the connection]
[09:11:37] -!- Valen [Valen!~Valen@c211-30-128-202.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[09:13:25] -!- phantoxe [phantoxe!~destroy@acarlosss.broker.freenet6.net] has joined #linuxcnc
[09:15:57] -!- phantoxe has quit [Remote host closed the connection]
[09:17:57] -!- phantoxe [phantoxe!~destroy@acarlosss.broker.freenet6.net] has joined #linuxcnc
[09:28:49] -!- phantone [phantone!~destroy@acarlosss.broker.freenet6.net] has joined #linuxcnc
[09:31:16] -!- phantoxe has quit [Remote host closed the connection]
[09:36:21] <varesa> Does anyone know or recognize this connector? http://imgur.com/a/UFaTx
[09:41:44] <Jymmm> http://www.stagespot.com/pro-series-19-pin-socapex-style-female-panel-mount-connector.html
[09:44:08] <Jymmm> varesa: http://www.tmb.com/products/70-ps19#documentation
[09:46:14] <varesa> Jymmm: look similar but I think the locking mechanism is different
[09:46:27] <varesa> Mine has like a really steep 1/2 turn thread
[09:48:36] -!- dan2k3k4 has quit [Ping timeout: 255 seconds]
[09:48:51] <varesa> but thanks for the effort
[09:50:34] <Jymmm> Uh, dont dismiss it so easily. Do your research now that you have an idea. What you have may be a variant, or been replaced with something newer.
[09:51:51] <varesa> Jymmm: yeah I'm looking at various similar-ish connectors right now
[09:55:28] <varesa> I was thinking I could replace the big controller which now only serves as a power switch with a smaller switch box
[09:56:18] <varesa> If I could find the panel connector I wouldn't have to rip out all the wiring going to that inside the controller or cut the cable
[10:02:17] -!- sumpfralle has quit [Ping timeout: 272 seconds]
[10:03:27] <Jymmm> could just find the extraction tool
[10:08:13] -!- sirdancealot has quit [Ping timeout: 260 seconds]
[10:12:49] -!- mhaberler [mhaberler!~mhaberler@bigmac.stiwoll.mah.priv.at] has joined #linuxcnc
[10:36:07] -!- mariusl has quit []
[10:36:15] -!- skunkworks_ has quit [Ping timeout: 272 seconds]
[10:37:24] -!- mhaberler has quit [Ping timeout: 246 seconds]
[10:37:28] -!- phantone has quit []
[10:53:41] <jdh> varesa: amp pt-451
[10:57:18] <jdh> http://uk.farnell.com/amphenol/451-02e-1419s-50/receptacle-sq-flange-14-19-skt/dp/1866281
[11:02:08] -!- pingufan has quit [Quit: Konversation terminated!]
[11:03:30] -!- ashcan_ [ashcan_!~robert@navsoft.plus.com] has joined #linuxcnc
[11:04:29] -!- ashcan_ has quit [Client Quit]
[11:11:26] -!- Guest82287 has quit [Quit: Page closed]
[11:12:45] -!- dan2k3k4 has quit [Ping timeout: 246 seconds]
[11:13:31] <varesa> Jdh: I'm currently on my phone but that looks really much like it
[11:13:51] <varesa> Thanks, I'll try to verify it later
[11:14:53] <varesa> I already tried looking at amphenol but they have so many series that I kinda got lost and then got called to do other stuff
[11:16:31] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc
[11:27:21] -!- almccon has quit [Read error: Connection reset by peer]
[11:29:05] -!- Valen has quit [Quit: Leaving.]
[11:30:20] -!- tronwzrd has quit [Ping timeout: 260 seconds]
[11:32:10] -!- almccon has quit [Read error: Connection reset by peer]
[11:33:56] -!- tronwizard [tronwizard!tronwizard@24.229.167.126.res-cmts.sm.ptd.net] has joined #linuxcnc
[11:38:20] -!- steves_logging [steves_logging!~Steve@wsip-70-168-134-18.dc.dc.cox.net] has joined #linuxcnc
[11:38:57] <MrSunshine> laser cutting steel does also require oxygen or compressed air to oxidize the material right ?
[11:39:03] <MrSunshine> just like an ordenary torch
[11:39:04] -!- BellinganRoy [BellinganRoy!~Bellingan@host221-225-dynamic.32-79-r.retail.telecomitalia.it] has joined #linuxcnc
[11:39:11] <MrSunshine> just the heatsource is different
[11:39:22] -!- rigid has quit [Ping timeout: 245 seconds]
[11:43:43] <SpeedEvil> Depends on the power
[11:43:58] <SpeedEvil> you can cut fine in inert gas
[11:44:03] <SpeedEvil> it's just you'll need lots more power
[11:44:42] <MrSunshine> oh so you can get some more grunt by introducing oxygen ? =)
[11:44:57] <SpeedEvil> yes
[11:45:17] <SpeedEvil> The right assist gas can help in many ways
[11:45:51] <SpeedEvil> From the boringly mundane - stopping your lens getting spatters of metal - to clearing the cut, to actually adding energy
[11:45:55] <SpeedEvil> s/right/...
[11:49:17] -!- ries has quit [Quit: ries]
[11:55:28] -!- ries [ries!~ries@D979EA84.cm-3-2d.dynamic.ziggo.nl] has joined #linuxcnc
[12:00:18] -!- Cylly [Cylly!cylly@p54B13E94.dip0.t-ipconnect.de] has joined #linuxcnc
[12:00:40] -!- Loetmichel has quit [Ping timeout: 260 seconds]
[12:03:12] -!- skunkworks has quit [Ping timeout: 245 seconds]
[12:06:06] -!- benoit__ [benoit__!~quassel@ip-34.net-81-220-161.rev.numericable.fr] has joined #linuxcnc
[12:07:32] -!- Tecan has quit [Ping timeout: 272 seconds]
[12:08:21] <benoit__> I just bought a pcie parrallel port card (http://wiki.linuxcnc.org/cgi-bin/wiki.pl?WCH), but it is not recognized on linux cnc
[12:08:43] <benoit__> I don't know how to debug this. Anyone use this card ?
[12:08:54] <benoit__> (I'm new to linuxcnc)
[12:28:05] -!- i_tarzan [i_tarzan!~i_tarzan@189.249.251.170] has joined #linuxcnc
[12:34:35] <Tom_itx> Jymmm how well do paper folders work?
[12:34:50] * Tom_itx figures Jymmm knows a little about everything
[12:35:12] -!- syyl has quit [Ping timeout: 260 seconds]
[12:46:40] <varesa> benoit__: What does "cat /proc/ioports |grep parport" give when ran on the command line?
[12:46:47] -!- rythmnbls [rythmnbls!~rythmnbls@204.186.88.34] has joined #linuxcnc
[12:48:14] ttuner is now known as toxx
[12:51:27] -!- pingufan [pingufan!~rainer@goliath.hantsch.co.at] has joined #linuxcnc
[12:58:10] -!- md-2 has quit [Remote host closed the connection]
[12:59:28] -!- balestrino has quit [Ping timeout: 260 seconds]
[13:00:24] -!- xflyer [xflyer!~Nightiwsh@1.192.148.100] has joined #linuxcnc
[13:01:42] -!- FinboySlick [FinboySlick!~shark@74.117.40.10] has joined #linuxcnc
[13:03:11] Cylly is now known as Loetmichel
[13:04:47] -!- dan2k3k4 has quit [Read error: Connection reset by peer]
[13:05:19] -!- xflyer [xflyer!~Nightiwsh@1.192.148.100] has parted #linuxcnc
[13:08:10] <benoit__> I was wrong: /dev/parport0 was not present, and lspci doesn't show me any parallel port. But lspci show me a Serial controller
[13:08:18] <benoit__> and using the information from: http://ubuntuforums.org/archive/index.php/t-1629616.html
[13:08:31] <benoit__> I can configure the /dev/parport0
[13:14:39] -!- pingufan has quit [Quit: Konversation terminated!]
[13:16:18] -!- chillly has quit [Quit: Ex-Chat]
[13:24:14] -!- md-2 has quit [Remote host closed the connection]
[13:26:58] -!- micges-dev has quit [Quit: Wychodzi]
[13:29:25] -!- md-2 has quit [Ping timeout: 260 seconds]
[13:34:44] -!- anth0ny has quit [Quit: anth0ny]
[13:39:45] -!- sirdancealot [sirdancealot!~koo5@98.82.broadband5.iol.cz] has joined #linuxcnc
[14:03:44] -!- jduhls has quit [Ping timeout: 255 seconds]
[14:04:37] -!- lmpyspaceprncs has quit []
[14:10:51] -!- txp has quit [Quit: Leaving]
[14:14:57] -!- sumpfralle [sumpfralle!~lars@on1.informatik.uni-rostock.de] has joined #linuxcnc
[14:15:11] -!- sumpfralle has quit [Client Quit]
[14:22:06] -!- PetefromTn_ [PetefromTn_!~IceChat9@66-168-88-232.dhcp.kgpt.tn.charter.com] has joined #linuxcnc
[14:23:33] -!- sirdancealot has quit [Ping timeout: 255 seconds]
[14:24:56] -!- sirdancealot [sirdancealot!~koo5@98.82.broadband5.iol.cz] has joined #linuxcnc
[14:35:58] -!- benoit__ has quit [Remote host closed the connection]
[14:51:30] -!- BellinganRoy has quit [Quit: Konversation terminated!]
[14:57:06] -!- amiri has quit [Read error: Connection reset by peer]
[15:06:29] -!- Roguish [Roguish!~chatzilla@c-67-188-44-176.hsd1.ca.comcast.net] has joined #linuxcnc
[15:08:45] -!- anth0ny has quit [Quit: anth0ny]
[15:26:10] -!- anth0ny has quit [Quit: anth0ny]
[15:29:42] <Jymmm> Tom_itx: Once setup properly they work hreat
[15:29:49] <Jymmm> great*
[15:30:06] <Tom_itx> any particular brand?
[15:30:14] <Tom_itx> on the low end side
[15:30:55] <Jymmm> Not really, every placed I used one it was different
[15:31:31] <Jymmm> you can also score with them too
[15:31:57] <Tom_itx> how do they set up for different folds?
[15:32:05] <Tom_itx> mechanically?
[15:32:26] <Jymmm> yeah, you just move the guards
[15:33:34] <Tom_itx> i wonder if used flebay would be wore out..
[15:34:00] <Jymmm> as long as you can get parts for it, you should be ok
[15:34:35] <Jymmm> why are you getting one?
[15:34:43] <Tom_itx> i'm not sure i am
[15:34:47] <Tom_itx> just looking
[15:34:55] <Jymmm> why do you want one?
[15:35:00] <Tom_itx> i've used one in the past
[15:35:04] <Tom_itx> to fold paper?
[15:35:37] <Jymmm> Are you printing instructions for stuff you sell?
[15:35:44] <Tom_itx> no
[15:35:57] <Tom_itx> unrelated venture
[15:36:08] <Jymmm> ah
[15:36:45] <Jymmm> if it periodic, might be chea[er to have a place do it for you
[15:37:04] <Tom_itx> it's for a non profit
[15:37:21] <Jymmm> non profit, not no profit =)
[15:37:32] <Tom_itx> rely heavily on donations
[15:37:41] <Jymmm> oh for them to use you mean?
[15:37:47] <Tom_itx> yeah
[15:38:03] <archivist> last one I volunteered at we scrounged a free folder/stapler
[15:38:20] <Jymmm> gotcha, fold the givw use money please pamthilts ;)
[15:38:57] <Tom_itx> last one i used didn't work worth crap
[15:39:02] <Tom_itx> but it was pretty old
[15:39:15] <Jymmm> how so?
[15:39:26] <Tom_itx> like 1/2" off the mark?
[15:39:38] <Jymmm> that's the setup
[15:39:48] <Tom_itx> no the rollers were shot
[15:40:04] <Jymmm> Yeah, that's why I said able to get spare parts
[15:41:12] <Jymmm> Some are really slick and have three trays. and can fold on both axis =)
[15:41:17] <archivist> sand the rollers and clean with alcohol
[15:42:11] <Jymmm> archivist: these aren't hard rubber rollers, they're pretty soft actually
[15:42:34] <archivist> they get a hard coat that stops grip
[15:42:34] <Jymmm> the scoring wheel has hard rubber on it
[15:43:05] <Jymmm> archivist: Yeah, I have some Rubber Rejivinator for that
[15:43:43] <PetefromTn_> Morning folks
[15:45:33] <JT-Shop> done yet?
[15:46:34] <PetefromTn_> Why hell no..
[15:46:37] <Jymmm> archivist: Tom_itx If you can find it, this should help http://www.electronicplus.com/images/products/10-8602.jpg
[15:47:22] <Jymmm> http://www.electronicplus.com/content/productpage.asp?maincat=be&subcat=be
[15:47:26] <PetefromTn_> I did get the second pair machined last night and working on the third pair this morning. Should be all done with the first side of the parts by then. This afternoon I need to make the fixtures to run the second side and then I will be finished.
[15:48:22] <Tom_itx> did you make spares for setting up the 2nd op?
[15:48:31] * Tom_itx just has a feeling...
[15:49:23] <PetefromTn_> Unfortunately no I am limited to the stock on hand here. These parts are quite large for my machine actually. One is just inside the travel limits...
[15:51:23] * Tom_itx gives PetefromTn_ some lumber to use as setup
[15:52:17] <Jymmm> Tom_itx: I'm used to this kind of foler http://allbrandinc.com/2011/10/959-heavy-duty-autofolder-2/
[15:53:08] <Tom_itx> i was looking at that brand
[15:53:16] <Tom_itx> 1501 and cheaper models
[15:53:58] -!- sumpfralle [sumpfralle!~lars@p578a641d.dip0.t-ipconnect.de] has joined #linuxcnc
[15:54:02] * JT-Shop has a broken zerk in the loader bucket and it won't come out...
[15:54:10] <Tom_itx> force it
[15:54:24] <Tom_itx> talk to it too
[15:54:35] <Jymmm> Tom_itx: If you dont need to fold tabloid size, then you're good
[15:54:47] <Tom_itx> just standard 20lb sheet
[15:55:09] <Tom_itx> generally single sheet too
[15:55:19] <Jymmm> Tom_itx: tabbloid folded in half is standard sheet size =)
[15:55:36] <Jymmm> single sheet???
[15:55:49] <Tom_itx> not stapled sheets
[15:56:16] <Jymmm> you cant fold staples sheets
[15:56:39] <Jymmm> not with that kind of folding machine
[15:57:18] -!- ITChap has quit [Ping timeout: 246 seconds]
[15:57:24] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc
[15:57:39] -!- Connor [Connor!~Connor@24.214.127.194] has joined #linuxcnc
[15:58:45] <Tom_itx> i think all they do is Z folds honestly
[15:59:05] <Jymmm> ah
[15:59:07] <Tom_itx> so far that's all i've seen anyway
[16:00:38] <Jymmm> Heh, you made me think. It's been a while since I worked in a print house. I had to think how we made booklets =)
[16:00:55] <Jymmm> We have a massive collating machine
[16:01:51] <Jymmm> had*
[16:02:51] <Jymmm> folding machine can be setup to nest or stack. Then fold the covers seperately, add by hand, then saddle stapled them
[16:03:54] <Jymmm> then trimmed the edges flush
[16:04:37] <Jymmm> in the hydraulic gullotian cutter =)
[16:04:40] <jdh> I spent two summers mailing marketing shit.
[16:04:56] <jdh> heh, had one of those huge cutters too.
[16:05:02] <Jymmm> 1" thick blade on that beast!
[16:05:19] <jdh> and would slice through a ton of paper
[16:05:28] <Jymmm> slice through anything!
[16:05:39] <jdh> I bet it wouldn't even slow own for an arm or neck.
[16:05:43] <PetefromTn_> Okay programs a runnin'
[16:06:30] <Jymmm> you had to hit the two buttons within 2 seconds of each other (sasety device), and still scared the crap out of me every time... RESPECT!
[16:07:23] <Jymmm> jdh: Even as slow as the blade moved down, it just demanded serious respect =)
[16:07:25] -!- mhaberler [mhaberler!~mhaberler@178-191-242-26.adsl.highway.telekom.at] has joined #linuxcnc
[16:07:35] <jdh> ours had to be pressed at teh same time
[16:07:57] <Jymmm> jdh: Yeah, maybe ours was 1/2 a second. been a while
[16:07:59] -!- mhaberler has quit [Client Quit]
[16:08:10] <jdh> don't recall any time limit. Just two series switches I think.
[16:08:42] <Jymmm> jdh: This one, you couldn't hit button A then Button B. You HAD to hit them both within 1/2s
[16:09:06] -!- mhaberler [mhaberler!~mhaberler@178-191-242-26.adsl.highway.telekom.at] has joined #linuxcnc
[16:10:43] <Jymmm> Tom_itx: Now, paper drills are another thing. I always hated using them,
[16:13:40] <Tom_itx> the 1501 will fold with staples btw
[16:13:57] <Jymmm> interesting.
[16:13:59] <Tom_itx> nothing thick
[16:14:16] -!- patrickarlt has quit [Ping timeout: 258 seconds]
[16:14:21] <Tom_itx> manual feed i think
[16:15:03] <Jymmm> sounds liek more trouble than it's worth =)
[16:15:51] <Jymmm> It take a bit of skill/art to setup, but once done they work great
[16:16:06] <Tom_itx> i don't think it would be changed once set
[16:16:32] <Jymmm> Well, for under 5000 sheets at least
[16:17:29] <Jymmm> Yeah, probably no need ever
[16:17:54] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[16:20:41] -!- rob_h has quit [Ping timeout: 260 seconds]
[16:21:49] <Tom_itx> one i see doesn't have the exit tray
[16:23:37] -!- eFuchs [eFuchs!~lol@2001:4dd0:ff00:8d54:d451:85ff:fed7:c6d9] has joined #linuxcnc
[16:26:55] -!- Lathe_newbie [Lathe_newbie!~newbie@46-126-220-120.dynamic.hispeed.ch] has joined #linuxcnc
[16:27:40] -!- PetefromTn_ [PetefromTn_!~IceChat9@66-168-88-232.dhcp.kgpt.tn.charter.com] has joined #linuxcnc
[16:27:56] <PetefromTn_> Connor you there man?
[16:28:06] <Connor> PetefromTn_: Yup.. replying to your email.
[16:28:13] <PetefromTn_> just goto PM
[16:32:42] -!- Nick001-shop [Nick001-shop!~chatzilla@50.107.153.51] has joined #linuxcnc
[16:38:03] H3XIL3D is now known as hexiled
[16:38:15] -!- hexiled has quit [Changing host]
[16:38:49] <ssi> :P
[16:41:40] <PetefromTn_> :D
[16:42:39] -!- ktchk [ktchk!~eddie6929@n219079180021.netvigator.com] has joined #linuxcnc
[16:42:45] -!- dr0w has quit [Quit: Leaving]
[16:43:28] <PetefromTn_> Anyone want to buy my 12x36 asian lathe? It works great but I need to sell it to get this CNC Lathe LOL
[16:43:42] <ssi> what cnc lathe?
[16:43:52] <Jymmm> $10 with free delivery to my door.
[16:44:14] <PetefromTn_> A local one...
[16:44:29] <PetefromTn_> I would sell it for $2200.00...
[16:44:51] <PetefromTn_> hell I might even deliver it locally LOL
[16:45:02] <Jymmm> $9 with free delivery and setup!
[16:46:45] -!- Deejay has quit [Quit: brb]
[16:47:45] -!- Deejay [Deejay!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[16:48:00] <Deejay> re
[16:52:08] <Loetmichel> ha, dhl has delivered... another notebook for my collection... this one will go to the company as "loetmichels private, hands off" for gaming a bit in the lunchtime... and using as cad workstation ;-) -> http://www.ebay.de/itm/231327080390
[16:53:54] -!- gonzo_nb [gonzo_nb!~gonzo@host-92-6-244-156.as43234.net] has joined #linuxcnc
[16:54:02] <Jymmm> Loetmichel: THAT to me would actually be an invitation I would RSVP to =)
[16:55:02] <Loetmichel> RSVP?
[16:55:14] <Jymmm> Loetmichel: I would muck with it =)
[16:55:29] <Loetmichel> as long as you dont know the PW
[16:55:38] <Jymmm> RSVP = acknowledge if I will or won't be attending an event
[16:55:54] <Jymmm> Loetmichel: passwords only slow me down =)
[16:56:12] <Loetmichel> the hads off means more: "if i fin that in the measurement chamber for pinging an DUT, i will bite your head off, boss!"
[16:56:23] <Jymmm> Loetmichel: ...and not by much. More like a fly buzzing around your head.
[16:56:51] <Jymmm> Loetmichel: Ha, that mkaes it even more inviting then =)
[16:57:15] <Jymmm> Loetmichel: replace the hdd, flip the screen image, etc
[16:57:45] <Jymmm> random lockups
[16:58:03] -!- mhaberler has quit [Quit: mhaberler]
[16:58:04] <Loetmichel> boss has the habit of grabbing any hardware laying around and using it in the measurement chamber as support toools... and we can search our ass off when we need it
[16:58:25] <Jymmm> ah
[16:58:37] <Jymmm> In that case a CMOS pw might be helpful =)
[16:58:46] <DaViruz> why do you search your ass off if he always puts it in the measurement chamber
[16:58:55] <DaViruz> :)
[16:58:58] <Loetmichel> because the chambner is locked
[16:59:05] <DaViruz> oh.
[16:59:06] <Jymmm> DaViruz: It might never make it out of the chamber
[16:59:07] <Loetmichel> Nato secret.
[16:59:12] <DaViruz> being a smartass is never smart
[17:00:18] <DaViruz> install something that secretly records with the built in webcam then
[17:00:22] <DaViruz> to steal the nato secrets!
[17:00:46] <Jymmm> DaViruz: Now you know why it may never make it out of the chamber =)
[17:00:49] <Loetmichel> there is not much to steal
[17:01:27] <DaViruz> i'm guessing wifi doesn't really make it out of there
[17:01:40] <Loetmichel> but german BSI points out that the chamber has to be locked at all times when not in use. because the measurement curves are a secret
[17:01:59] <Loetmichel> DaViruz: not with about 200kg ferrite plates all around ;-)
[17:02:21] <Loetmichel> that would counteract the pourpose of the chamner if a signal can get in or out ;-)
[17:02:31] <DaViruz> maybe some kind of sonic data transfer is required
[17:02:50] <Loetmichel> http://cordsen.com/index.php/services/tempest-certification <- chamber
[17:02:58] <DaViruz> but i'm guessing the shielding is pretty much sound proof too
[17:03:10] <Loetmichel> it isnt
[17:03:10] <PetefromTn_> ssi Hey man
[17:03:14] <ssi> hey
[17:03:23] <PetefromTn_> whatsgoinon?
[17:03:30] <DaViruz> Loetmichel: oh
[17:03:39] <PetefromTn_> You still planning on attending our little LinuxCNC party this weekend LOL
[17:03:43] <ssi> yeah
[17:04:06] <PetefromTn_> okay good..
[17:04:15] <ssi> I'm gonna drive up from the lake saturday eve
[17:04:20] <ssi> prolly be in between 8 and 9 if that's ok
[17:04:35] <PetefromTn_> Trying to make sure we are ready here. Do you have everything you need to make your parts?
[17:04:39] <PetefromTn_> Okay that is fine.
[17:04:47] <ssi> I dunno
[17:04:51] <PetefromTn_> I don't have a big Shangri la house here
[17:04:56] <ssi> I have the bearings and shims
[17:05:08] <ssi> I'm gonna bring the whole head if I can; it's in pieces, so I hope I get everything
[17:05:19] <ssi> I'd love to try to make a mount for the motor if time permits
[17:05:33] -!- Lathe_newbie has quit [Ping timeout: 255 seconds]
[17:05:35] <ssi> but I dunno if I have materials; what materials to bring
[17:05:45] <PetefromTn_> Going to PM..
[17:06:04] -!- md-2 has quit [Remote host closed the connection]
[17:10:52] -!- md-2 has quit [Ping timeout: 240 seconds]
[17:13:39] -!- erve has quit []
[17:15:54] -!- sumpfralle has quit [Ping timeout: 272 seconds]
[17:16:45] -!- patricka_ has quit [Ping timeout: 258 seconds]
[17:17:22] -!- ktchk has quit [Ping timeout: 240 seconds]
[17:20:52] -!- kfoltman [kfoltman!~kfoltman@46.7.73.150] has joined #linuxcnc
[17:40:49] <Jymmm> Is there such a thing as a "closed system" steam engine?
[17:41:18] <Jymmm> or boiler system
[17:42:07] <Connor> http://en.wikipedia.org/wiki/Condensing_steam_locomotive
[17:42:17] <Jymmm> Basically turn a motor when heat is applied when you don't have water to spare.
[17:43:13] <Connor> you would just run the exhaust steam to a condenser.
[17:43:38] <Jymmm> ok, so you just need to drop the water temp back down?
[17:44:27] <Connor> Looks like it..
[17:45:38] <Jymmm> Hmmm, I wonder how small I could make the entire system
[17:45:55] -!- alexchally [alexchally!~chally@host-126-184.dhcp.pdx.edu] has joined #linuxcnc
[17:47:02] <Jymmm> I want to make a generator (of sorts) than can be put near a camp fire at night and charge up batteries and provide lighting.
[17:47:57] <Jymmm> I figure even coals are still hot enough to last 8+ hours, which should be long enough to recharge ay set of battereis.
[17:48:05] <Jymmm> any*
[17:49:08] <Connor> Make yourself a wood gasifier
[17:49:27] <Connor> Then you can use any standard gas generator / engine.
[17:49:34] <Jymmm> I dont want to use a tcooler if that was your thinking
[17:49:50] <Connor> a what ?
[17:49:51] <Jymmm> oh, eh, kinda bulky
[17:50:38] <Jymmm> http://en.wikipedia.org/wiki/Thermoelectric_cooling
[17:51:11] <Connor> https://www.youtube.com/watch?v=bDIiEjL5eGM
[17:51:22] -!- schimmi has quit [Ping timeout: 272 seconds]
[17:52:56] <Jymmm> LMAO, yeah, I've seen those =)
[17:53:58] <Jymmm> I'm talking utilizing what heat source you have in a fairly safe way
[17:55:52] -!- dr0w [dr0w!~george@loudsl01-253-117-19.d.iglou.com] has joined #linuxcnc
[17:55:59] <Jymmm> What I haven't figured out is how to put copper tubing deep into coals without effecting the integrity as well as regulating the tamp to some degree
[17:57:20] <Jymmm> some kind of mechanical pwm might work
[17:58:23] <Jymmm> or an automagical adjustable pressure differential doohickey
[17:59:12] <Jymmm> sorta lick those anti-scald shower faucets
[17:59:16] <Jymmm> like*
[18:02:51] -!- almccon has quit [Ping timeout: 272 seconds]
[18:05:31] <jdh> pete: is it a special 12x36?
[18:11:23] <PetefromTn_> yeah it is the PetefromTN Signature series ;)
[18:11:29] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc
[18:12:34] <PetefromTn_> If I were you I would run down there and grab that 2x4 piece however long you need it cut to make the parts you can make and then we can do the other thick pieces some other time.
[18:12:55] <PetefromTn_> Oops wrong chat
[18:15:16] <zeeshan> Jymmm: yes
[18:15:28] <Jymmm> zeeshan: maybe
[18:15:32] <zeeshan> rankine cycle
[18:15:37] <Jymmm> oh
[18:15:38] <Jymmm> heh
[18:15:42] <jdh> seems pricey for a well-used asian 12x
[18:16:01] <zeeshan> steam engines that spit out water
[18:16:02] <zeeshan> are cooler though!
[18:16:19] <zeeshan> 12x36 are like 2k used
[18:16:23] <zeeshan> its ridiculus!
[18:16:31] <zeeshan> the asian ones
[18:16:31] <Jymmm> zeeshan: True, but mayn ot have a reservoir big enough to accomidate
[18:16:32] <jdh> they arent' much more than 2k new
[18:16:40] <zeeshan> theyre 3500 new
[18:17:04] <zeeshan> depends on the 12x36 that is
[18:17:12] <zeeshan> http://www.grizzly.com/products/12-x-36-Gunsmithing-Lathe/G0750G
[18:17:14] <zeeshan> that lathe is 2k used
[18:17:18] -!- skorasaurus has quit [Read error: Connection reset by peer]
[18:17:52] <jdh> https://www.grizzly.com/products/12-x-36-Gear-Head-Cam-Lock-Spindle-Gap-Bed-Lathe/G4003
[18:18:15] <zeeshan> yes but that one has no quick change gear box
[18:18:39] <zeeshan> oh nm
[18:18:43] <zeeshan> i dunno what the difference is
[18:19:28] -!- rob_h [rob_h!~robh@2.223.235.128] has joined #linuxcnc
[18:19:49] <PetefromTn_> Yeah they are over 3400 new now..
[18:20:13] <jdh> depends on which one. see my link.
[18:20:40] <Jymmm> $8 free delivery and setup, plus 10 man hours of oepration!
[18:20:47] <PetefromTn_> yeah $2800 plus shipping plus the stand ...
[18:21:00] <Jymmm> It was $2200 before
[18:21:05] <zeeshan> pete why am i not invited to this meet
[18:21:12] <jdh> HF one was $1800
[18:21:14] <PetefromTn_> Because your are an asshole LOL
[18:21:21] <zeeshan> :(
[18:21:35] <PetefromTn_> You gonna fly in from Canada > by the weekend?
[18:21:53] <zeeshan> yes, let me get my pet goose ready
[18:21:54] <PetefromTn_> everyone is invited as long as you all can fit in my small shop
[18:22:08] <PetefromTn_> Your arms are gonna be real tired..
[18:22:14] <Jymmm> zeeshan: I would, if nothing else to bitch slap PetefromTn_ for that comment =)
[18:22:21] <zeeshan> lol
[18:22:27] <PetefromTn_> BRING IT JYMMM
[18:22:53] <PetefromTn_> JDH if you are interested make an offer..
[18:23:07] <Jymmm> PetefromTn_: By "bitch slap", I do me a tazer btw =)
[18:23:09] <jdh> I'm way too cheap !
[18:23:12] <Jymmm> mean*
[18:23:51] <jdh> I woudl like a 12x though. I could actualy do something with the X
[18:24:03] <PetefromTn_> I'll even throw in all the lathe tooling I have for it..
[18:24:13] <PetefromTn_> It will not work on the big machine if I can get it anyways.
[18:24:38] <zeeshan> 2k!
[18:25:01] <PetefromTn_> Sold come get it..
[18:25:13] <PetefromTn_> ;)
[18:25:20] <zeeshan> weld 2 12x36 latrhes together
[18:25:38] <zeeshan> and have dual spindle 72" lathe
[18:25:43] <zeeshan> yea!!
[18:26:26] <Jymmm> Um, what exactly is this?! http://www.coleparmer.com/Product/Miniature_solenoid_piston_metering_pump_chrome_piston_PTFE_seals_304_stainless_steel_fittings_0_04_GPM_110_VAC/EW-07012-40
[18:26:49] <Jymmm> an electrical driven pump?
[18:30:36] <Jymmm> Uh.... OUCH http://www.fondriest.com/proactive-stainless-steel-mini-monsoon-xl-pump.htm
[18:31:15] <Tom_itx> what a bargain
[18:31:32] <Jymmm> lol
[18:32:42] <Tom_itx> not interchangeable with the previous post either
[18:32:47] <Tom_itx> .04gpm?
[18:33:59] <Jymmm> Diesel pump.... DO NOT USE FOR GAS http://www.ebay.com/itm/NEW-Submersible-12V-Diesel-Fuel-Water-Oil-Transfer-Drum-Pump-4GPM-Mini-Refueling-/161020147033?pt=LH_DefaultDomain_0&hash=item257d8c7559
[18:35:00] <CaptHindsight> that's for use with that non-flammable diesel fuel :)
[18:35:05] <Connor> Umm.. can use with Diesel or Oil.. but.. Flammable liquids are prohibitied ?
[18:35:12] <Connor> WTF ?
[18:35:12] <Jymmm> CaptHindsight: ah, gotcha =)
[18:35:13] <Tom_itx> Jymmm, just use a garden hose if you wanna drain someone's tank
[18:35:31] <Jymmm> Tom_itx: you cant anymore, check valves
[18:36:51] <CaptHindsight> I'd stay away from the non-flammable diesel fuel pump
[18:37:05] <Jymmm> Tom_itx: https://www.youtube.com/watch?v=k39E2PRofIo
[18:38:03] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[18:38:12] -!- i_tarzan has quit [Ping timeout: 245 seconds]
[18:39:11] <Jymmm> Tom_itx: Found that out the hard way when the inline fuel pump died on my car and needed to drain the the tank.
[18:40:07] <Tom_itx> a smooth pipe will work on the end of a tube
[18:40:22] -!- i_tarzan [i_tarzan!~i_tarzan@189.180.178.49] has joined #linuxcnc
[18:41:20] -!- skunkworks has quit [Read error: Connection reset by peer]
[18:44:27] -!- mhaberler [mhaberler!~mhaberler@212-88-7-14.adsl.highway.telekom.at] has joined #linuxcnc
[18:44:40] -!- asah [asah!~asah@c-69-181-176-3.hsd1.ca.comcast.net] has joined #linuxcnc
[18:45:22] -!- darthrake has quit [Ping timeout: 240 seconds]
[18:45:49] -!- asah has quit [Client Quit]
[18:53:17] -!- toner has quit [Ping timeout: 260 seconds]
[18:54:04] -!- eFuchs has quit [Ping timeout: 272 seconds]
[19:03:32] -!- PCW_ [PCW_!~chatzilla@99.88.10.65] has joined #linuxcnc
[19:05:27] -!- PCW has quit [Ping timeout: 272 seconds]
[19:05:41] PCW_ is now known as PCW
[19:05:58] -!- toner [toner!~ink@c-71-198-91-97.hsd1.ca.comcast.net] has joined #linuxcnc
[19:08:06] -!- tomkralidis has quit [Quit: leaving]
[19:13:14] <CaptHindsight> http://www.3ders.org/articles/20140917-flx-arm-low-cost-scara-robotic-arm-for-3d-printing.html I'd call it the "T-Slot-Bot"
[19:13:58] -!- txp has quit [Remote host closed the connection]
[19:17:42] <t12_> everyone in the world
[19:17:45] <t12_> reinventing the scara arm
[19:18:57] <kengu> I started experimenting with scara arm build but never got the actual arm done
[19:19:07] <CaptHindsight> Synchronous Motion at Pulse Rates up to 1 MHz , ARM Cortex M4 with FPGA
[19:20:09] <CaptHindsight> only $1800, so it's going to be pretty flimsy
[19:20:47] <CaptHindsight> fun toy for some
[19:22:34] -!- asah [asah!~asah@c-69-181-176-3.hsd1.ca.comcast.net] has joined #linuxcnc
[19:27:01] <CaptHindsight> when we spec robots we ask for accuracy and repeatability at max load
[19:28:27] <CaptHindsight> the spec for the FLX.ARM at least is honest enough to footnote Absolue maximu. Application specific trajectory profiles and operating temps will limit these values
[19:29:38] -!- skunkworks_ [skunkworks_!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[19:33:08] <zeeshan> can someone help me understand this diagram i made a while back
[19:33:09] <zeeshan> lol
[19:33:10] <zeeshan> http://i.imgur.com/zy6Ee8J.png
[19:33:17] <zeeshan> i'm breaking the charge pump signal
[19:33:26] <zeeshan> which will in turn kill the power to the stepper driver
[19:33:39] <zeeshan> but what exactly is happening to pin 12 and di5?
[19:33:58] <zeeshan> when those pins are "grounded"
[19:34:02] <zeeshan> they change state?
[19:37:20] -!- patrickarlt has quit [Remote host closed the connection]
[19:44:33] -!- PetefromTn_ [PetefromTn_!~IceChat9@66-168-88-232.dhcp.kgpt.tn.charter.com] has joined #linuxcnc
[19:48:29] -!- eFuchs [eFuchs!~lol@2001:4dd0:ff00:8dce:21f:3cff:fe57:7c32] has joined #linuxcnc
[19:53:59] -!- kfoltman has quit [Quit: Ex-Chat]
[19:59:55] -!- eFuchs has quit [Ping timeout: 272 seconds]
[20:02:25] -!- syyl [syyl!~sg@p4FD11255.dip0.t-ipconnect.de] has joined #linuxcnc
[20:12:20] -!- almccon has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
[20:12:46] -!- gabewillen [gabewillen!~gabewille@adsl-99-122-239-78.dsl.stl2mo.sbcglobal.net] has joined #linuxcnc
[20:13:01] -!- eFuchs [eFuchs!~lol@2001:4dd0:ff00:8d54:d451:85ff:fed7:c6d9] has joined #linuxcnc
[20:13:38] -!- patrickarlt has quit [Ping timeout: 255 seconds]
[20:23:18] -!- rythmnbls has quit [Quit: Leaving]
[20:24:40] -!- md-2 has quit [Ping timeout: 260 seconds]
[20:25:08] -!- assanaway [assanaway!~balestrin@host65-191-dynamic.252-95-r.retail.telecomitalia.it] has joined #linuxcnc
[20:29:47] -!- sirdancealot has quit [Ping timeout: 245 seconds]
[20:30:05] -!- mozmck has quit [Read error: Connection reset by peer]
[20:31:07] -!- mozmck [mozmck!~moses@67.210.159.245] has joined #linuxcnc
[20:34:02] -!- kwallace has quit [Ping timeout: 245 seconds]
[20:39:41] -!- dr0w has quit [Quit: Leaving]
[20:41:32] -!- sirdancealot [sirdancealot!~koo5@98.82.broadband5.iol.cz] has joined #linuxcnc
[20:43:22] -!- gabewillen has quit [Ping timeout: 258 seconds]
[20:44:15] -!- tronwizard has quit [Ping timeout: 255 seconds]
[20:50:11] -!- tronwizard [tronwizard!tronwizard@24.229.167.126.res-cmts.sm.ptd.net] has joined #linuxcnc
[20:55:28] -!- md-2 has quit [Ping timeout: 260 seconds]
[20:57:24] -!- dr0w [dr0w!~george@adsl-184-45-27-253.sdf.bellsouth.net] has joined #linuxcnc
[21:01:18] -!- FinboySlick has quit [Quit: Leaving.]
[21:05:53] -!- tronwizard has quit [Ping timeout: 272 seconds]
[21:07:30] -!- eFuchs has quit [Quit: ping timeout]
[21:08:36] -!- tronwizard [tronwizard!tronwizard@24.229.167.126.res-cmts.sm.ptd.net] has joined #linuxcnc
[21:12:45] <PetefromTn_> Have you ever been working in the shop and set down a tool that you REALLY need and then when you go to pick it up it has COMPLETELY FREAKING DISAPPEARED FROM THE FACE OF THE EARTH!!!! JEEZ...
[21:13:35] <Deejay> gn8
[21:13:43] -!- acdha has quit [Quit: Textual IRC Client: www.textualapp.com]
[21:13:44] <t12_> then you look around for it for like 10 minutes
[21:13:49] <t12_> then its just sitting obviously on a table
[21:13:54] <t12_> tool invisibility syndrome
[21:13:59] <PetefromTn_> Been a half hour now..
[21:14:02] <PetefromTn_> Maybe more
[21:14:14] <PetefromTn_> I tell ya it DISAPPEARED!!
[21:14:48] -!- Deejay has quit [Quit: bye]
[21:18:00] <SpeedEvil> PetefromTn_: I spent the last two days looking for a physical bit of paper.
[21:18:34] <SpeedEvil> PetefromTn_: It was - when I eventually found it - clearly marked, in a clearly marked folder, in the front of the first drawer of the filing cabinet I would have looked in.
[21:18:47] <SpeedEvil> Somehow I'd managed to overlook it
[21:20:33] <Connor> They're was a movie.. were.. these guys are keepers of time.. and sometimes, they miss things.. like placing your keys where you left them .. etc.. I don't remember the name of the movie.. but.. man.. I swear.. it made sense..
[21:22:35] <PetefromTn_> Well just found my torx bit will fit the allen wrench head capscrew I am missing the allen wrench for... SO back to work now LOL
[21:25:12] -!- phantom [phantom!destroy@a89-154-119-158.cpe.netcabo.pt] has joined #linuxcnc
[21:25:32] <SpeedEvil> Also - hand-grinding a 'flat' bit with two hex-corners is pretty easy
[21:25:41] <SpeedEvil> (clearly not for high torque)
[21:25:50] phantom is now known as Guest43834
[21:26:14] -!- quiqua has quit [Quit: quiqua]
[21:28:23] -!- phantomD has quit [Ping timeout: 240 seconds]
[21:28:24] -!- kamakaze has quit [Ping timeout: 240 seconds]
[21:28:38] -!- kamakaze [kamakaze!~mheilimo@cs181179072.pp.htv.fi] has joined #linuxcnc
[21:28:45] <PetefromTn_> easier to probably just find the damn allen wrench heheh
[21:44:47] -!- skorasaurus has quit [Ping timeout: 245 seconds]
[21:49:42] -!- gabewillen [gabewillen!~gabewille@96-35-247-244.dhcp.stls.mo.charter.com] has joined #linuxcnc
[21:50:14] -!- assanaway has quit []
[21:53:36] -!- tronwizard has quit [Ping timeout: 246 seconds]
[21:53:43] -!- tronwizard [tronwizard!tronwizard@24.229.167.126.res-cmts.sm.ptd.net] has joined #linuxcnc
[21:56:33] -!- md-2 has quit [Ping timeout: 272 seconds]
[21:58:54] -!- dr0w has quit [Quit: Leaving]
[22:16:31] -!- kwallace2 has quit [Ping timeout: 258 seconds]
[22:21:42] -!- rigid has quit [Quit: NO WINE, NO WIFE, NO CARRIER]
[22:46:46] -!- mhaberler has quit [Quit: mhaberler]
[22:51:38] -!- skunkworks_ has quit [Remote host closed the connection]
[22:56:27] -!- md-2 has quit [Ping timeout: 245 seconds]
[22:58:48] <Jymmm> I know he sounds like a nut, but actually he's not wrong in in many cases. I like it… https://www.youtube.com/watch?feature=player_detailpage&v=GnLhWpy_nqI
[22:59:29] <SpeedEvil> what
[23:01:11] <Jymmm> Is just not articulating himself very well.
[23:01:49] <Jymmm> Like when he talks about wave power driving the island around, he's right.
[23:02:20] <Jymmm> Doesn't even need the sails to steer.
[23:03:36] -!- gonzo__ [gonzo__!~gonzo_@host-92-6-244-156.as43234.net] has joined #linuxcnc
[23:04:34] <PetefromTn_> You can't be serious..
[23:04:50] <Jymmm> PetefromTn_: What, wave power?
[23:05:34] -!- patricka_ has quit [Quit: Leaving...]
[23:06:07] -!- gonzo_ has quit [Ping timeout: 245 seconds]
[23:06:51] -!- sumpfralle [sumpfralle!~lars@on1.informatik.uni-rostock.de] has joined #linuxcnc
[23:07:04] <zeeshan> how do i zero out a boring bar
[23:07:08] <zeeshan> and set it in my tool table
[23:07:19] -!- patrickarlt has quit [Remote host closed the connection]
[23:30:40] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[23:31:57] -!- toner has quit [Ping timeout: 246 seconds]
[23:32:50] -!- jerryitt_ has quit [Quit: Connection closed for inactivity]
[23:34:18] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[23:34:39] -!- sumpfralle [sumpfralle!~lars@p578a641d.dip0.t-ipconnect.de] has joined #linuxcnc
[23:39:24] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[23:39:48] -!- SpeedEvil [SpeedEvil!~quassel@tor/regular/SpeedEvil] has joined #linuxcnc
[23:40:35] <toastydeath> zeeshan, what do you mean?
[23:40:52] <toastydeath> the radius of the bar?
[23:41:33] -!- AR_ [AR_!~AR@24.238.81.234.res-cmts.sth2.ptd.net] has joined #linuxcnc
[23:44:35] -!- rythmnbls [rythmnbls!~rythmnbls@d-24-153-46-7.cpe.metrocast.net] has joined #linuxcnc
[23:45:42] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[23:45:43] -!- toner [toner!~ink@c-71-198-91-97.hsd1.ca.comcast.net] has joined #linuxcnc
[23:46:05] -!- SpeedEvil [SpeedEvil!~quassel@tor/regular/SpeedEvil] has joined #linuxcnc
[23:52:41] -!- PCW has quit [Quit: ChatZilla 0.9.90.1 [Firefox 32.0.1/20140911151253]]
[23:53:00] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[23:53:23] -!- SpeedEvil [SpeedEvil!~quassel@tor/regular/SpeedEvil] has joined #linuxcnc
[23:54:33] -!- Tecan [Tecan!~fasdf@unaffiliated/unit41] has joined #linuxcnc
[23:56:02] -!- gonzo_nb has quit [Remote host closed the connection]
[23:57:09] -!- Valen [Valen!~Valen@c211-30-128-202.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[23:58:13] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243]]