#emc | Logs for 2011-09-19

Back
[00:04:09] -!- theorb [theorb!~theorb@91.84.53.6] has joined #emc
[00:04:33] -!- theorbtwo has quit [Ping timeout: 260 seconds]
[00:04:47] theorb is now known as theorbtwo
[00:05:57] -!- Valen [Valen!~Valen@2001:44b8:3199:9100:21e:8cff:fe63:55df] has joined #emc
[00:08:03] -!- rooks has quit [Quit: So long, and thanks for all the fish.]
[00:12:07] -!- rooks [rooks!~rooks@102-bem-18.acn.waw.pl] has joined #emc
[00:23:53] -!- Loetmichel [Loetmichel!Cylly@p54B1287E.dip.t-dialin.net] has joined #emc
[00:25:25] -!- Cylly has quit [Ping timeout: 240 seconds]
[00:27:07] <FinboySlick> skunkworks: Syil X5 Speedmaster.
[00:27:23] <FinboySlick> skunkworks: Funny you mention that, I just dropped and broke my dial indicator :(
[00:30:12] <FinboySlick> Broke it before its first use, good thing I bought it cheap.
[00:45:05] -!- tlab [tlab!~tlab@c-98-223-20-100.hsd1.in.comcast.net] has joined #emc
[00:45:35] -!- AitalMAC [AitalMAC!~AitalMAC@180.111.207.140] has joined #emc
[00:46:13] <AitalMAC> anyone available?
[00:49:08] <Tom_itx> for what?
[00:49:11] <Tom_itx> just ask
[00:49:18] <Tom_itx> then wait
[00:49:22] -!- AitalMAC has quit [Client Quit]
[00:49:39] <Tom_itx> or leave
[00:49:53] -!- AitalMAC [AitalMAC!~AitalMAC@180.111.207.140] has joined #emc
[00:50:07] <AitalMAC> need help with automatic tool change
[00:50:33] <AitalMAC> I really can't get my head around how to do it
[00:51:57] <AitalMAC> can i havean output that execute a determined g-code, or that moves the machine in a determined position
[00:56:35] <AitalMAC> Can i use ladders to move the axis in a position say X200 Y15
[01:28:42] -!- mozmck [mozmck!~moses@client-173.225.233.241.dfwtx.partnershipbroadband.com] has joined #emc
[01:45:08] <jdhNC> I know nothing of ATC's, but that won't stop me from commenting on it
[01:46:45] <jdhNC> I'd think you would want a subroutine that moved everything to safe transit locations, then moved to the ATC position, then executed whatever ladder code was needed to do the tool change, go back to save places, then continue whatever you need to do.
[01:46:55] -!- tlab has quit [Quit: Leaving]
[01:47:02] -!- i_tarzan has quit [Ping timeout: 252 seconds]
[01:56:17] -!- ries has quit [Quit: ries]
[01:58:01] -!- Valen has quit [Quit: Leaving.]
[01:59:49] -!- JT-Shop has quit [Read error: Connection reset by peer]
[02:00:24] <AitalMAC> how do you program a subroutine?
[02:00:35] -!- JT-Shop [JT-Shop!~chatzilla@216-41-156-49.semo.net] has joined #emc
[02:01:44] <jdhNC> write whatever gcode you want in the routine, start it with Onnn SUB, end it with Onnn ENDSUB, call it with Onnn CALL
[02:03:10] <jdhNC> http://linuxcnc.org/docs/html/gcode_main.html#cha:O-Codes
[02:05:16] <AitalMAC> ok i have seen o-codes that is what i wanted to use
[02:05:27] <Tom_itx> http://wiki.linuxcnc.org/emcinfo.pl?Oword
[02:05:28] <AitalMAC> but you are saying i can call an o-code with a ladder?
[02:05:33] <Tom_itx> some examples
[02:06:29] <jdhNC> no, I'm saying you can move to whatever location you want with the SUB, then have the ladder do whatever you need to change tools.
[02:07:02] <AitalMAC> Ok but i would need to call the subroutine to change tools in the g-code
[02:07:04] <AitalMAC> am i right?
[02:07:33] <jdhNC> yes
[02:08:26] <AitalMAC> like O100 call [3] [3] for go change tool number 3 in position number 3
[02:08:44] <AitalMAC> that is what i had in mind
[02:11:12] <AitalMAC> Do you know how to use M66?
[02:11:26] <AitalMAC> Input Control
[02:13:48] <AitalMAC> i don't understand what they have write in the docs
[02:14:33] <AitalMAC> can i use this M66 to check the input of the sensor that tells me the tool is in or not?
[02:15:50] <Tom_itx> http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?ToolChangerImplementation
[02:22:42] <AitalMAC> that page sayd to be obsolete
[02:22:57] <AitalMAC> And i don't find nothing really usefull
[02:23:03] <Tom_itx> http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?ClassicLadderExamples
[02:23:21] <AitalMAC> there are some nice ideas but i don't think they have been implemented in EMC2
[02:23:27] -!- davec_ has quit [Quit: Leaving]
[02:23:40] <AitalMAC> i have seen the ladder example
[02:23:56] -!- cevad [cevad!~davec@host-174-45-229-40.bln-mt.client.bresnan.net] has joined #emc
[02:24:05] <Tom_itx> k
[02:25:09] <AitalMAC> i know i could connect input with the ladder, and comunicate with the IO in this page http://www.linuxcnc.org/docview/html/man/man1/io.1.html
[02:26:26] <AitalMAC> I'd still have to call a subroutine
[02:26:57] <AitalMAC> I don't think it's plausible to do automatic tool change with the M6 unless the M6 command can call a subroutine
[02:27:32] <AitalMAC> Idea:
[02:27:32] <AitalMAC> if the command M6 appears the interpreter will call a special G-Code file writen by the machine integrator
[02:27:44] <AitalMAC> in the docs that you have give me
[02:27:48] <AitalMAC> it's still an idea
[02:28:08] <AitalMAC> a nice one, but i haven't read documentation of it being implemented
[03:11:20] * capricorn_one is back.
[03:15:51] -!- nicko [nicko!~nicko@222-155-223-27.jetstream.xtra.co.nz] has joined #emc
[03:20:56] -!- ve7it has quit [Remote host closed the connection]
[03:30:13] <AitalMAC> how can i manage input with subroutine (O codes)
[03:30:24] <AitalMAC> ???
[03:45:13] -!- JT-Shop has quit [Ping timeout: 252 seconds]
[03:47:35] -!- JT-Shop [JT-Shop!~chatzilla@216-41-156-49.semo.net] has joined #emc
[04:01:51] -!- nicko has quit [Ping timeout: 245 seconds]
[04:08:26] -!- odiug [odiug!~guido@p4FFCC944.dip.t-dialin.net] has joined #emc
[04:24:12] -!- FinboySlick has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
[04:30:36] -!- vladimirek [vladimirek!~vladimire@adsl-dyn-195.95-102-146.t-com.sk] has joined #emc
[04:31:49] -!- odiug has quit [Ping timeout: 260 seconds]
[04:36:11] <AitalMAC> how can i manage input with subroutine (O codes)???
[04:36:18] -!- psha[work] [psha[work]!~psha@195.135.238.205] has joined #emc
[04:38:55] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #emc
[04:58:30] -!- vezza [vezza!~andrea__@host138-43-dynamic.11-87-r.retail.telecomitalia.it] has joined #emc
[04:58:58] -!- vezza has quit [Read error: Connection reset by peer]
[05:22:10] -!- JT-Shop has quit [Ping timeout: 260 seconds]
[05:45:29] -!- factor has quit [Read error: Connection reset by peer]
[05:45:43] -!- factor [factor!~factor@74.197.205.204] has joined #emc
[05:48:14] -!- mhaberler has quit [Quit: mhaberler]
[05:53:46] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #emc
[06:12:31] -!- bootnecklad [bootnecklad!~bootneckl@host-78-150-2-43.as13285.net] has joined #emc
[06:18:08] -!- SherlockLee has quit [Client Quit]
[06:29:10] -!- aitalmac_ [aitalmac_!~aitalmac@180.111.207.140] has joined #emc
[06:31:07] <aitalmac_> Can i connect a pin to an hal component that shows me what frequency it reads from the Pin in HZ
[06:31:56] <aitalmac_> something like an encoder with only A but instead of always rising the count, it shows me the speed of the count
[06:34:06] -!- AitalMAC has quit [Ping timeout: 252 seconds]
[06:34:10] -!- AitalMAC [AitalMAC!~AitalMAC@180.111.207.140] has joined #emc
[06:35:36] <aitalmac_> I have make a spindle ampere meter that send me a frequency depending on how many ampere the spindle is consuming, i just want to read the frequency and show the ampere on screen
[06:37:04] <aitalmac_> right now i have the pin connected to a virtual encoder phase A, the encoder is in count mode, so i read it rise, the i watch the velocity of the encoder to have an approximate state of the frequency
[06:37:12] <aitalmac_> there must be a better way
[06:37:18] <aitalmac_> to do this
[06:50:34] -!- aitalmac_ has quit [Quit: Leaving]
[07:06:20] -!- robh__ [robh__!~robert@5ace70a4.bb.sky.com] has joined #emc
[07:06:59] -!- e-ndy [e-ndy!jkastner@nat/redhat/x-kgvaosnzhicpyims] has joined #emc
[07:09:37] -!- aitalmac_ [aitalmac_!~aitalmac@180.111.207.140] has joined #emc
[07:22:39] -!- theos has quit [Disconnected by services]
[07:22:55] -!- theos [theos!~theos@unaffiliated/theos] has joined #emc
[07:27:18] -!- micges_work has quit [Client Quit]
[07:35:41] -!- capricorn_one has quit [Remote host closed the connection]
[07:38:33] -!- awallin [awallin!~quassel@cs27057046.pp.htv.fi] has joined #emc
[07:39:54] -!- vladimirek has quit [Read error: Operation timed out]
[07:45:13] <Loetmichel> mornin'
[07:53:55] -!- vladimirek [vladimirek!~vladimire@bband-dyn194.95-103-59.t-com.sk] has joined #emc
[08:26:40] -!- aitalmac_ has quit [Quit: Leaving]
[08:29:17] -!- H264 has quit [Read error: Connection reset by peer]
[08:32:07] <alex_joni> AitalMAC: not really
[08:32:13] <alex_joni> that's perfectly fine
[08:32:35] <AitalMAC> oh
[08:33:00] <AitalMAC> then i was thinkin, to devide the velocity i can use a ladder
[08:33:10] <AitalMAC> can i?
[08:33:19] <alex_joni> divide?
[08:33:47] <AitalMAC> yes divide
[08:34:07] <AitalMAC> because right now i get like 10000 rpm of speed
[08:34:18] <AitalMAC> i want to tranforma that in 3 amps
[08:34:50] <AitalMAC> so i have to divide
[08:37:11] <AitalMAC> I can't change the fact that every raise i get one round, so if i want a nice result i to in some way devide the velocity of the encoder and show it in something that looks like ampere
[08:38:52] <AitalMAC> I want to show ampere on the screen, so in some way i need to devide the velocity of the encoder and show it after the division, i think i can do that with ladder programming
[08:39:33] <alex_joni> you need to change the scale for the encoder
[08:40:48] <alex_joni> http://www.linuxcnc.org/docs/html/man/man9/encoder.9.html
[08:40:59] <alex_joni> encoder.x.position-scale
[08:41:34] -!- i_tarzan [i_tarzan!~i_tarzan@189.242.245.111] has joined #emc
[08:42:07] <AitalMAC> oh god i didn't saw that
[08:42:10] <AitalMAC> thanks
[08:42:27] <alex_joni> np
[08:50:03] -!- psha[work] has quit [Quit: Lost terminal]
[08:51:43] -!- psha[work] [psha[work]!~psha@195.135.238.205] has joined #emc
[10:06:01] -!- nicko [nicko!~nicko@222-155-223-27.jetstream.xtra.co.nz] has joined #emc
[10:22:37] -!- logger[psha] [logger[psha]!~loggerpsh@195.135.238.205] has joined #emc
[11:02:43] -!- awallin_ [awallin_!~quassel@2001:708:110:1020:224:7eff:feda:7c7d] has joined #emc
[11:09:00] -!- nicko has quit [Quit: Visitor from www.linuxcnc.org]
[11:26:21] -!- Danimal_garage|2 [Danimal_garage|2!~kvirc@ip68-111-137-216.sd.sd.cox.net] has joined #emc
[11:29:25] -!- vladimirek has quit [Remote host closed the connection]
[11:34:36] -!- Danimal_garage has quit [*.net *.split]
[11:42:00] -!- servos4ever [servos4ever!~chatzilla@74-45-200-106.dr01.hnvr.mi.frontiernet.net] has joined #emc
[12:23:33] -!- psha[work] has quit [Quit: Lost terminal]
[12:23:45] -!- nullie [nullie!~nullie@dhcp249-232.yandex.net] has joined #emc
[12:33:02] -!- psha[work] [psha[work]!~psha@195.135.238.205] has joined #emc
[12:48:32] -!- ries [ries!~ries@200.125.129.54] has joined #emc
[12:58:29] -!- psha[work] has quit [Quit: leaving]
[13:07:52] -!- cncbasher_ [cncbasher_!~quassel@cpc15-hart9-2-0-cust101.11-3.cable.virginmedia.com] has joined #emc
[13:08:38] -!- cncbasher has quit [Ping timeout: 260 seconds]
[13:09:45] -!- zFruit has quit [Quit: Page closed]
[13:13:18] -!- mhaberler has quit [Ping timeout: 260 seconds]
[13:20:31] <skunkworks> cradek: how does the rigid tapping cycle handle http://www.youtube.com/watch?v=34_XQxa42r8
[13:20:35] <skunkworks> heh
[13:21:00] <skunkworks> cradek: that was a start of a question from last week... sorry
[13:44:49] <cradek> ?
[13:48:06] <awallin_> that full-width cut is a bit violent :)
[13:48:27] <cradek> yeah that's awfully close to not working
[13:48:47] <cradek> is that a wooden machine? if so, it's surprising how well it can do that
[13:51:47] <Loetmichel> cradek: dont underestimate the rigidity of wood, especially if its plywood of some sort
[13:55:53] <Loetmichel> i have cut through 3 sheets of 4mm thick GFK with 2400mm/min and a 3mm 2 flute TC bit @ 24kRPM.
[13:56:56] <skunkworks> cradek: the 'cradek: how does the rigid tapping cycle handle..' was unrelated to the video and was a question I started last week and didn't see it was in the box when I copied and pasted the link
[13:56:57] <Loetmichel> and the parts had been measured to be to about 0,05mm precise ;-)
[13:57:46] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=4935
[13:57:55] <Loetmichel> with this machine
[13:58:16] <Loetmichel> s/3 sheets/2 sheets
[13:58:40] <Loetmichel> i.e 8mm of glass fibre reinforced plastics, FR4
[13:59:56] <skunkworks> cradek: I was wondering how rigid tapping cycle handles turning the spindle manually. Does it track both in and out if you turn the spindle both directions? or is it like the the threading cycle where if you turn the spindle the opposite direction from what it expects - the synced axis' don't move until you start turning it in the right direction and you get to the point that you left off....
[13:59:58] <skunkworks> ... Wow - I wonder if that made sense to anyone else)
[14:00:35] <cradek> it won't follow in the direction contrary to what it expects
[14:01:22] <skunkworks> ok - that is what I thought. So it acts similar to the lathe threading cycle.
[14:01:38] <cradek> yes it's (unsurprisingly) based on common code
[14:03:16] <skunkworks> heh I bet - since you did both ;)
[14:14:52] -!- mrsunshine [mrsunshine!~mrsunshin@c-c03de253.4551536--62697410.cust.bredbandsbolaget.se] has joined #emc
[14:15:48] -!- FinboySlick [FinboySlick!~shark@74.117.40.10] has joined #emc
[14:33:04] -!- Calyp [Calyp!~Caly@unaffiliated/calyptratus-tzm] has joined #emc
[14:44:34] -!- psha_ [psha_!~psha@213.208.162.69] has joined #emc
[14:44:36] -!- psha has quit [Client Quit]
[14:44:44] psha_ is now known as psha
[14:46:38] -!- Mendelbuild has quit [Ping timeout: 260 seconds]
[14:47:06] -!- capricorn_one [capricorn_one!~capricorn@zima.linwin.com] has joined #emc
[14:50:15] -!- pjm__ [pjm__!~pjm@uhfsatcom.plus.com] has joined #emc
[14:50:15] -!- pjm has quit [Read error: Connection reset by peer]
[15:04:16] -!- JT-Shop [JT-Shop!~chatzilla@216-41-156-49.semo.net] has joined #emc
[15:07:25] -!- mist11 has quit [Quit: Page closed]
[15:12:03] -!- Mendelbuild [Mendelbuild!~MendelBui@77-95-78-56.bb.cust.hknett.no] has joined #emc
[15:19:46] -!- nullie has quit [Quit: Ex-Chat]
[15:29:03] -!- mhaberler_ [mhaberler_!~mhaberler@195.191.253.94] has joined #emc
[15:31:23] -!- JT-Shop has quit [Ping timeout: 276 seconds]
[15:31:46] <Loetmichel> re @ home
[15:41:21] -!- syyl [syyl!~syyl@p4FD12362.dip.t-dialin.net] has joined #emc
[15:43:56] -!- e-ndy has quit [Quit: Ex-Chat]
[15:46:11] -!- JT-Shop [JT-Shop!~chatzilla@216-41-156-49.semo.net] has joined #emc
[15:51:01] -!- JT-Shop has quit [Ping timeout: 240 seconds]
[15:54:13] -!- Calyp has quit [Ping timeout: 240 seconds]
[16:02:12] -!- Guest155 [Guest155!~Guest155@c-71-194-45-8.hsd1.il.comcast.net] has joined #emc
[16:10:23] -!- Guest155 has quit [Quit: Visitor from www.linuxcnc.org]
[16:14:58] -!- mhaberler_ has quit [Quit: mhaberler_]
[16:16:19] -!- ve7it [ve7it!~LawrenceG@S0106001c10b7770f.pk.shawcable.net] has joined #emc
[16:18:43] * capricorn_one is away: Gone away for now
[16:30:22] -!- awallin_ has quit [Remote host closed the connection]
[16:31:50] -!- micges has quit [Ping timeout: 260 seconds]
[16:31:54] -!- dus has quit [Ping timeout: 252 seconds]
[16:36:47] * capricorn_one is back.
[16:43:54] -!- Mendelbuild has quit [Ping timeout: 252 seconds]
[16:44:37] -!- isssy [isssy!~isssy@78-83-51-185.spectrumnet.bg] has joined #emc
[16:50:06] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #emc
[16:55:19] -!- odiug [odiug!~guido@p4FFCC944.dip.t-dialin.net] has joined #emc
[16:57:21] -!- tom3p [tom3p!~tomp@74-93-88-241-Illinois.hfc.comcastbusiness.net] has joined #emc
[17:01:15] -!- Mendelbuild [Mendelbuild!~MendelBui@77-95-78-56.bb.cust.hknett.no] has joined #emc
[17:02:39] -!- ktchk [ktchk!~eddie6929@n219079181050.netvigator.com] has joined #emc
[17:05:05] -!- odiug has quit [Ping timeout: 260 seconds]
[17:20:17] -!- mhaberler has quit [Quit: mhaberler]
[17:27:07] -!- ktchk [ktchk!~eddie6929@n219079181050.netvigator.com] has parted #emc
[17:37:16] <tom3p> any news on the replacement for iocontrol-v2? what is the branch name please?
[17:38:22] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #emc
[17:40:45] -!- andypugh [andypugh!~andy2@cpc2-basl1-0-0-cust1037.basl.cable.virginmedia.com] has joined #emc
[17:43:32] -!- isssy has quit [Read error: Connection reset by peer]
[17:50:57] -!- tom3p [tom3p!~tomp@74-93-88-241-Illinois.hfc.comcastbusiness.net] has parted #emc
[17:56:24] -!- Mendelbuild has quit [Ping timeout: 258 seconds]
[18:00:18] * capricorn_one is away: Gone away for now
[18:09:11] * capricorn_one is back.
[18:09:12] -!- syyl has quit [Quit: Leaving]
[18:10:45] -!- isssy [isssy!~isssy@78-83-51-185.spectrumnet.bg] has joined #emc
[18:11:29] -!- syyl [syyl!~syyl@p4FD12362.dip.t-dialin.net] has joined #emc
[18:13:59] -!- JT-Shop [JT-Shop!~chatzilla@216-41-156-49.semo.net] has joined #emc
[18:21:04] -!- JT-Shop has quit [Ping timeout: 252 seconds]
[18:21:24] -!- JT-Shop [JT-Shop!~chatzilla@216-41-156-49.semo.net] has joined #emc
[18:23:25] -!- isssy has quit [Quit: Visitor from www.linuxcnc.org]
[18:31:44] -!- mhaberler has quit [Quit: mhaberler]
[18:34:12] -!- isssy [isssy!~isssy@78-83-51-185.spectrumnet.bg] has joined #emc
[18:43:47] -!- pcw_home_ [pcw_home_!~chatzilla@ip-66-80-167-54.sjc.megapath.net] has joined #emc
[18:45:16] -!- pcw_home has quit [Ping timeout: 252 seconds]
[18:45:30] pcw_home_ is now known as pcw_home
[18:50:20] -!- pcw_home_ [pcw_home_!~chatzilla@66.80.167.54] has joined #emc
[18:50:42] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #emc
[18:51:03] -!- pcw_home has quit [Ping timeout: 240 seconds]
[18:51:16] pcw_home_ is now known as pcw_home
[18:56:04] -!- JT-Shop_ [JT-Shop_!~chatzilla@216-41-156-49.semo.net] has joined #emc
[18:56:47] -!- JT-Shop has quit [Ping timeout: 276 seconds]
[18:57:03] JT-Shop_ is now known as JT-Shop
[18:58:48] -!- psha has quit [Quit: leaving]
[19:06:16] -!- Calyp [Calyp!~Caly@unaffiliated/calyptratus-tzm] has joined #emc
[19:15:27] -!- JT-Shop has quit [Read error: Connection reset by peer]
[19:16:01] -!- JT-Shop [JT-Shop!~chatzilla@216-41-156-49.semo.net] has joined #emc
[19:19:03] -!- Loetmichel has quit [Ping timeout: 260 seconds]
[19:19:17] -!- odiug [odiug!~guido@p4FFCC944.dip.t-dialin.net] has joined #emc
[19:23:24] -!- Danimal_garage|2 has quit [Read error: Connection reset by peer]
[19:24:09] -!- Loetmichel [Loetmichel!Cylly@p54B15067.dip.t-dialin.net] has joined #emc
[19:24:24] -!- pjm [pjm!~pjm@uhfsatcom.plus.com] has joined #emc
[19:24:25] -!- pjm has quit [Client Quit]
[19:24:31] -!- Danimal_garage|2 [Danimal_garage|2!~kvirc@ip68-111-137-216.sd.sd.cox.net] has joined #emc
[19:28:05] -!- pjm__ has quit [Ping timeout: 260 seconds]
[19:37:31] -!- isssy has quit [Quit: Visitor from www.linuxcnc.org]
[19:41:27] -!- Mendelbuild [Mendelbuild!~MendelBui@77-95-78-56.bb.cust.hknett.no] has joined #emc
[20:23:52] <andypugh> pcw_home: Was that config that didn't always start called i23ss?
[20:31:39] -!- JT-Shop_ [JT-Shop_!~chatzilla@216-41-156-49.semo.net] has joined #emc
[20:33:20] -!- JT-Shop has quit [Ping timeout: 260 seconds]
[20:33:28] JT-Shop_ is now known as JT-Shop
[20:33:30] -!- syyl has quit [Quit: Leaving]
[20:35:15] -!- mhaberler has quit [Quit: mhaberler]
[20:49:25] -!- mrsunshine has quit [Ping timeout: 240 seconds]
[20:54:55] -!- micges has quit [Ping timeout: 260 seconds]
[21:09:32] -!- FinboySlick has quit [Quit: Leaving.]
[21:29:38] -!- tris has quit [Excess Flood]
[21:33:44] -!- tris [tris!tristan@2001:1868:a00a::4] has joined #emc
[21:53:33] -!- Fox_Muldr has quit [Ping timeout: 260 seconds]
[21:55:03] -!- Fox_Muldr [Fox_Muldr!quakeman@frnk-4d01f6a0.pool.mediaWays.net] has joined #emc
[22:03:25] -!- odiug has quit [Ping timeout: 240 seconds]
[22:13:08] -!- JT-Shop has quit [Ping timeout: 252 seconds]
[22:27:40] -!- JT-Shop [JT-Shop!~chatzilla@216-41-156-49.semo.net] has joined #emc
[22:32:24] -!- JT-Shop has quit [Ping timeout: 260 seconds]
[22:32:56] -!- servos4ever has quit [Quit: ChatZilla 0.9.85 [SeaMonkey 2.0.11/20101206162726]]
[22:35:32] -!- bootnecklad has quit [Ping timeout: 252 seconds]
[22:40:50] -!- anonimasu has quit [Ping timeout: 258 seconds]
[22:40:55] -!- anonimasu [anonimasu!~an0n@82.99.104.35] has joined #emc
[22:41:54] -!- JT-Shop [JT-Shop!~chatzilla@216-41-156-49.semo.net] has joined #emc
[22:47:14] -!- JT-Shop has quit [Ping timeout: 252 seconds]
[22:48:53] * capricorn_one is away: Gone away for now
[22:51:32] <Tom_itx> how to make a spindle lockout so the spindle can't be shut off until the program is paused
[22:51:55] <Tom_itx> i noticed my pendant allows that but doesn't recover well
[22:52:11] <Tom_itx> it generates an error but doesn't allow the spindle to be turned on again
[22:52:59] <Tom_itx> i need to do a bit more testing to see exactly what happens
[22:53:27] -!- micges has quit [Quit: Ex-Chat]
[22:55:01] * capricorn_one is back.
[22:55:48] -!- JT-Shop [JT-Shop!~chatzilla@216-41-156-49.semo.net] has joined #emc
[22:58:03] <andypugh> Tom_itx: A latch, on spindle-on with the reset on not spindle-on and not program-is-running
[22:59:12] <andypugh> Maybe http://www.linuxcnc.org/docview/html/man/man9/flipflop.9.html
[22:59:34] <andypugh> And on that note, goodnight
[22:59:36] <Tom_itx> it's the first real testing i've done with it
[22:59:39] <Tom_itx> thanx
[22:59:48] <Tom_itx> dry run of course
[23:00:40] -!- andypugh has quit [Quit: andypugh]
[23:03:11] -!- JT-Shop has quit [Ping timeout: 252 seconds]
[23:17:08] * capricorn_one is away: Gone away for now
[23:17:11] * capricorn_one is back.
[23:17:14] * capricorn_one is away: Gone away for now
[23:17:19] * capricorn_one is back.
[23:17:23] * capricorn_one is away: Gone away for now
[23:17:26] * capricorn_one is back.
[23:17:29] * capricorn_one is away: Gone away for now
[23:17:34] * capricorn_one is back.
[23:17:35] * Tom_itx capricorn_one needs to make up his mind
[23:17:38] * capricorn_one is away: Gone away for now
[23:17:41] * capricorn_one is back.
[23:17:44] * capricorn_one is away: Gone away for now
[23:17:49] * capricorn_one is back.
[23:17:53] * capricorn_one is away: Gone away for now
[23:17:56] * capricorn_one is back.
[23:17:59] * capricorn_one is away: Gone away for now
[23:18:04] * capricorn_one is back.
[23:18:08] * capricorn_one is away: Gone away for now
[23:18:11] * capricorn_one is back.
[23:18:14] * capricorn_one is away: Gone away for now
[23:18:19] * capricorn_one is back.
[23:18:23] * capricorn_one is away: Gone away for now
[23:18:26] * capricorn_one is back.
[23:18:29] * capricorn_one is away: Gone away for now
[23:18:30] <Tom_itx> where's an op when you need one?
[23:18:34] * capricorn_one is back.
[23:18:38] * capricorn_one is away: Gone away for now
[23:18:41] * capricorn_one is back.
[23:18:44] * capricorn_one is away: Gone away for now
[23:18:49] * capricorn_one is back.
[23:18:53] * capricorn_one is away: Gone away for now
[23:18:56] * capricorn_one is back.
[23:18:59] * capricorn_one is away: Gone away for now
[23:19:02] * capricorn_one is back.
[23:19:05] * capricorn_one is away: Gone away for now
[23:19:09] * capricorn_one is back.
[23:19:13] * capricorn_one is away: Gone away for now
[23:19:16] * capricorn_one is back.
[23:19:19] * capricorn_one is away: Gone away for now
[23:19:24] * capricorn_one is back.
[23:19:28] * capricorn_one is away: Gone away for now
[23:19:31] * capricorn_one is back.
[23:19:34] * capricorn_one is away: Gone away for now
[23:19:39] * capricorn_one is back.
[23:19:43] * capricorn_one is away: Gone away for now
[23:19:46] * capricorn_one is back.
[23:19:49] * capricorn_one is away: Gone away for now
[23:19:54] * capricorn_one is back.
[23:19:58] * capricorn_one is away: Gone away for now
[23:20:01] * capricorn_one is back.
[23:20:04] * capricorn_one is away: Gone away for now
[23:20:09] * capricorn_one is back.
[23:20:13] * capricorn_one is away: Gone away for now
[23:20:16] * capricorn_one is back.
[23:20:19] * capricorn_one is away: Gone away for now
[23:20:24] * capricorn_one is back.
[23:20:28] * capricorn_one is away: Gone away for now
[23:20:31] * capricorn_one is back.
[23:20:34] * capricorn_one is away: Gone away for now
[23:20:37] * capricorn_one is back.
[23:20:40] * capricorn_one is away: Gone away for now
[23:20:44] * capricorn_one is back.
[23:20:48] * capricorn_one is away: Gone away for now
[23:20:51] * capricorn_one is back.
[23:20:54] * capricorn_one is away: Gone away for now
[23:20:59] * capricorn_one is back.
[23:21:03] * capricorn_one is away: Gone away for now
[23:21:06] * capricorn_one is back.
[23:21:09] * capricorn_one is away: Gone away for now
[23:21:12] * capricorn_one is back.
[23:21:15] * capricorn_one is away: Gone away for now
[23:21:19] * capricorn_one is back.
[23:21:23] * capricorn_one is away: Gone away for now
[23:21:26] * capricorn_one is back.
[23:21:29] * capricorn_one is away: Gone away for now
[23:21:34] * capricorn_one is back.
[23:21:38] * capricorn_one is away: Gone away for now
[23:21:41] * capricorn_one is back.
[23:21:44] * capricorn_one is away: Gone away for now
[23:21:49] * capricorn_one is back.
[23:21:53] * capricorn_one is away: Gone away for now
[23:21:56] * capricorn_one is back.
[23:21:59] * capricorn_one is away: Gone away for now
[23:22:02] * capricorn_one is back.
[23:22:05] * capricorn_one is away: Gone away for now
[23:22:09] * capricorn_one is back.
[23:22:13] * capricorn_one is away: Gone away for now
[23:22:16] * capricorn_one is back.
[23:22:19] * capricorn_one is away: Gone away for now
[23:22:22] * capricorn_one is back.
[23:22:25] * capricorn_one is away: Gone away for now
[23:22:29] * capricorn_one is back.
[23:22:33] * capricorn_one is away: Gone away for now
[23:22:36] * capricorn_one is back.
[23:22:39] * capricorn_one is away: Gone away for now
[23:22:44] * capricorn_one is back.
[23:22:48] * capricorn_one is away: Gone away for now
[23:22:51] * capricorn_one is back.
[23:22:54] * capricorn_one is away: Gone away for now
[23:22:59] * capricorn_one is back.
[23:23:03] * capricorn_one is away: Gone away for now
[23:23:06] * capricorn_one is back.
[23:23:09] * capricorn_one is away: Gone away for now
[23:23:14] * capricorn_one is back.
[23:23:18] * capricorn_one is away: Gone away for now
[23:23:21] * capricorn_one is back.
[23:23:24] * capricorn_one is away: Gone away for now
[23:23:27] * capricorn_one is back.
[23:23:30] * capricorn_one is away: Gone away for now
[23:23:34] * capricorn_one is back.
[23:23:38] * capricorn_one is away: Gone away for now
[23:23:41] * capricorn_one is back.
[23:23:44] * capricorn_one is away: Gone away for now
[23:23:49] * capricorn_one is back.
[23:23:53] * capricorn_one is away: Gone away for now
[23:23:56] * capricorn_one is back.
[23:23:59] * capricorn_one is away: Gone away for now
[23:24:02] * capricorn_one is back.
[23:24:05] * capricorn_one is away: Gone away for now
[23:24:09] * capricorn_one is back.
[23:24:13] * capricorn_one is away: Gone away for now
[23:24:16] * capricorn_one is back.
[23:24:19] * capricorn_one is away: Gone away for now
[23:24:24] * capricorn_one is back.
[23:24:28] * capricorn_one is away: Gone away for now
[23:24:31] * capricorn_one is back.
[23:24:34] * capricorn_one is away: Gone away for now
[23:24:39] * capricorn_one is back.
[23:24:43] * capricorn_one is away: Gone away for now
[23:24:44] <Tom_itx> no ops present?
[23:24:46] * capricorn_one is back.
[23:24:49] * capricorn_one is away: Gone away for now
[23:24:52] * capricorn_one is back.
[23:24:55] * capricorn_one is away: Gone away for now
[23:24:59] * capricorn_one is back.
[23:25:03] * capricorn_one is away: Gone away for now
[23:25:06] * capricorn_one is back.
[23:25:09] * capricorn_one is away: Gone away for now
[23:25:14] * capricorn_one is back.
[23:25:18] * capricorn_one is away: Gone away for now
[23:25:21] * capricorn_one is back.
[23:25:24] * capricorn_one is away: Gone away for now
[23:25:29] * capricorn_one is back.
[23:25:33] * capricorn_one is away: Gone away for now
[23:25:36] * capricorn_one is back.
[23:25:39] * capricorn_one is away: Gone away for now
[23:25:42] * capricorn_one is back.
[23:25:45] * capricorn_one is away: Gone away for now
[23:25:49] * capricorn_one is back.
[23:25:53] * capricorn_one is away: Gone away for now
[23:25:56] * capricorn_one is back.
[23:25:59] * capricorn_one is away: Gone away for now
[23:26:02] * capricorn_one is back.
[23:26:05] * capricorn_one is away: Gone away for now
[23:26:09] * capricorn_one is back.
[23:26:13] * capricorn_one is away: Gone away for now
[23:26:16] * capricorn_one is back.
[23:26:19] * capricorn_one is away: Gone away for now
[23:26:24] * capricorn_one is back.
[23:26:28] * capricorn_one is away: Gone away for now
[23:26:31] * capricorn_one is back.
[23:26:34] * capricorn_one is away: Gone away for now
[23:26:36] -!- doofenschmitrz [doofenschmitrz!413c7166@gateway/web/freenode/ip.65.60.113.102] has joined #emc
[23:26:39] * capricorn_one is back.
[23:26:41] -!- rww [rww!~rww@freenode/staff/rww] has joined #emc
[23:26:43] * capricorn_one is away: Gone away for now
[23:26:46] * capricorn_one is back.
[23:26:49] * capricorn_one is away: Gone away for now
[23:26:52] * capricorn_one is back.
[23:26:55] * capricorn_one is away: Gone away for now
[23:26:59] * capricorn_one is back.
[23:27:03] * capricorn_one is away: Gone away for now
[23:27:03] <doofenschmitrz> /ignore
[23:27:06] * capricorn_one is back.
[23:27:09] * capricorn_one is away: Gone away for now
[23:27:14] * capricorn_one is back.
[23:27:18] * capricorn_one is away: Gone away for now
[23:27:21] * capricorn_one is back.
[23:27:24] * capricorn_one is away: Gone away for now
[23:27:27] * capricorn_one is back.
[23:27:30] * capricorn_one is away: Gone away for now
[23:27:34] * capricorn_one is back.
[23:27:38] * capricorn_one is away: Gone away for now
[23:27:41] * capricorn_one is back.
[23:27:44] * capricorn_one is away: Gone away for now
[23:27:47] * capricorn_one is back.
[23:27:49] doofenschmitrz is now known as bruxelles
[23:27:50] * capricorn_one is away: Gone away for now
[23:27:54] * capricorn_one is back.
[23:27:58] * capricorn_one is away: Gone away for now
[23:28:01] * capricorn_one is back.
[23:28:02] <Tom_itx> guess that'll work for now
[23:28:04] * capricorn_one is away: Gone away for now
[23:28:07] * capricorn_one is back.
[23:28:10] * capricorn_one is away: Gone away for now
[23:28:13] bruxelles is now known as freb
[23:28:14] * capricorn_one is back.
[23:28:18] * capricorn_one is away: Gone away for now
[23:28:20] <Tom_itx> logger[psha]
[23:28:21] freb is now known as ferb
[23:28:21] * capricorn_one is back.
[23:28:24] * capricorn_one is away: Gone away for now
[23:28:29] * capricorn_one is back.
[23:28:33] * capricorn_one is away: Gone away for now
[23:28:36] * capricorn_one is back.
[23:28:39] * capricorn_one is away: Gone away for now
[23:28:41] <Tom_itx> sure screws up the logs though
[23:28:44] * capricorn_one is back.
[23:28:48] * capricorn_one is away: Gone away for now
[23:28:51] * capricorn_one is back.
[23:28:54] * capricorn_one is away: Gone away for now
[23:28:58] -!- robh__ has quit [Ping timeout: 260 seconds]
[23:28:59] * capricorn_one is back.
[23:29:03] * capricorn_one is away: Gone away for now
[23:29:06] * capricorn_one is back.
[23:29:09] * capricorn_one is away: Gone away for now
[23:29:12] * capricorn_one is back.
[23:29:15] * capricorn_one is away: Gone away for now
[23:29:19] * capricorn_one is back.
[23:29:22] ferb is now known as Guest6791
[23:29:23] * capricorn_one is away: Gone away for now
[23:29:26] * capricorn_one is back.
[23:29:29] * capricorn_one is away: Gone away for now
[23:29:34] * capricorn_one is back.
[23:29:38] * capricorn_one is away: Gone away for now
[23:29:41] * capricorn_one is back.
[23:29:44] * capricorn_one is away: Gone away for now
[23:29:46] -!- rww [rww!~rww@freenode/staff/rww] has parted #emc
[23:29:47] * capricorn_one is back.
[23:29:50] * capricorn_one is away: Gone away for now
[23:29:54] * capricorn_one is back.
[23:29:58] * capricorn_one is away: Gone away for now
[23:30:01] * capricorn_one is back.
[23:30:04] * capricorn_one is away: Gone away for now
[23:30:07] * capricorn_one is back.
[23:30:10] * capricorn_one is away: Gone away for now
[23:30:14] * capricorn_one is back.
[23:30:18] * capricorn_one is away: Gone away for now
[23:30:21] * capricorn_one is back.
[23:30:24] * capricorn_one is away: Gone away for now
[23:30:29] * capricorn_one is back.
[23:30:33] * capricorn_one is away: Gone away for now
[23:30:36] * capricorn_one is back.
[23:30:39] * capricorn_one is away: Gone away for now
[23:30:42] * capricorn_one is back.
[23:30:45] * capricorn_one is away: Gone away for now
[23:30:49] * capricorn_one is back.
[23:30:53] * capricorn_one is away: Gone away for now
[23:30:56] * capricorn_one is back.
[23:30:59] * capricorn_one is away: Gone away for now
[23:31:02] * capricorn_one is back.
[23:31:05] * capricorn_one is away: Gone away for now
[23:31:09] * capricorn_one is back.
[23:31:13] * capricorn_one is away: Gone away for now
[23:31:16] * capricorn_one is back.
[23:31:19] * capricorn_one is away: Gone away for now
[23:31:24] * capricorn_one is back.
[23:31:28] * capricorn_one is away: Gone away for now
[23:31:31] * capricorn_one is back.
[23:31:34] * capricorn_one is away: Gone away for now
[23:31:39] * capricorn_one is back.
[23:31:43] * capricorn_one is away: Gone away for now
[23:31:46] * capricorn_one is back.
[23:31:49] * capricorn_one is away: Gone away for now
[23:31:52] * capricorn_one is back.
[23:31:55] * capricorn_one is away: Gone away for now
[23:31:59] * capricorn_one is back.
[23:32:03] * capricorn_one is away: Gone away for now
[23:32:06] * capricorn_one is back.
[23:32:09] * capricorn_one is away: Gone away for now
[23:32:14] * capricorn_one is back.
[23:32:18] * capricorn_one is away: Gone away for now
[23:32:21] * capricorn_one is back.
[23:32:24] * capricorn_one is away: Gone away for now
[23:32:29] * capricorn_one is back.
[23:32:33] * capricorn_one is away: Gone away for now
[23:32:36] * capricorn_one is back.
[23:32:39] * capricorn_one is away: Gone away for now
[23:32:44] * capricorn_one is back.
[23:32:48] * capricorn_one is away: Gone away for now
[23:32:51] * capricorn_one is back.
[23:32:54] * capricorn_one is away: Gone away for now
[23:32:57] * capricorn_one is back.
[23:33:00] * capricorn_one is away: Gone away for now
[23:33:04] * capricorn_one is back.
[23:33:08] * capricorn_one is away: Gone away for now
[23:33:11] * capricorn_one is back.
[23:33:14] * capricorn_one is away: Gone away for now
[23:33:19] * capricorn_one is back.
[23:33:23] * capricorn_one is away: Gone away for now
[23:33:26] * capricorn_one is back.
[23:33:29] * capricorn_one is away: Gone away for now
[23:33:34] * capricorn_one is back.
[23:33:38] * capricorn_one is away: Gone away for now
[23:33:41] * capricorn_one is back.
[23:33:44] * capricorn_one is away: Gone away for now
[23:33:49] * capricorn_one is back.
[23:33:53] * capricorn_one is away: Gone away for now
[23:33:56] * capricorn_one is back.
[23:33:59] * capricorn_one is away: Gone away for now
[23:34:04] * capricorn_one is back.
[23:34:08] * capricorn_one is away: Gone away for now
[23:34:11] * capricorn_one is back.
[23:34:14] * capricorn_one is away: Gone away for now
[23:34:19] * capricorn_one is back.
[23:34:23] * capricorn_one is away: Gone away for now
[23:34:26] * capricorn_one is back.
[23:34:29] * capricorn_one is away: Gone away for now
[23:34:32] * capricorn_one is back.
[23:34:34] -!- Guest6791 has quit [Quit: Page closed]
[23:34:35] * capricorn_one is away: Gone away for now
[23:34:39] * capricorn_one is back.
[23:34:43] * capricorn_one is away: Gone away for now
[23:34:46] * capricorn_one is back.
[23:34:49] * capricorn_one is away: Gone away for now
[23:34:52] * capricorn_one is back.
[23:34:55] * capricorn_one is away: Gone away for now
[23:34:59] * capricorn_one is back.
[23:35:03] * capricorn_one is away: Gone away for now
[23:35:06] * capricorn_one is back.
[23:35:09] * capricorn_one is away: Gone away for now
[23:35:12] * capricorn_one is back.
[23:35:15] * capricorn_one is away: Gone away for now
[23:44:09] <jdhNC> wow, that's annoying
[23:44:36] <Tom_itx> yeah it screws up the logs too
[23:44:41] <Tom_itx> i ignored it finally
[23:44:48] <jdhNC> no @?
[23:44:55] <Tom_itx> not me
[23:45:01] <Tom_itx> or i'd uv fixed it by now
[23:45:19] <Tom_itx> i am in half dozen other channels :)
[23:45:43] <jdhNC> I only have 4 (in an 80x25 term)
[23:46:38] <Tom_itx> jepler, alex_joni, cradek, jmkasunich, rayh, SWPadnos, skunkworks and Jymmm are
[23:47:06] <Tom_itx> no i meant i'm op in those
[23:47:19] <alex_joni> none of them around though ;)
[23:47:29] <Tom_itx> you are
[23:47:42] <alex_joni> who? me? you're seeing double :P
[23:47:42] <Tom_itx> op yourself and fix it
[23:47:55] <Tom_itx>  /chanserv access #emc list
[23:47:57] -!- mode/#emc [+o alex_joni] by ChanServ
[23:47:59] <Tom_itx> you are there
[23:48:05] -!- capricorn_one was kicked from #emc by alex_joni!~alex_joni@emc/board-of-directors/alexjoni [capricorn_one]
[23:48:12] -!- mode/#emc [-o alex_joni] by ChanServ
[23:48:21] <jdhNC> and hope for no auto-rejoin
[23:48:30] <Tom_itx> heh
[23:49:39] -!- WalterN [WalterN!~walter@host-174-45-106-117.bzm-mt.client.bresnan.net] has joined #emc
[23:57:33] <jdhNC> how much does a J head bridgeport weigh?
[23:59:17] -!- JT-Shop [JT-Shop!~chatzilla@216-41-156-49.semo.net] has joined #emc