#linuxcnc | Logs for 2015-11-06

Back
[00:00:02] <zeeshan> 30 sec before that
[00:00:03] <jthornton> yea once I got over the inital hump it is pretty easy
[00:00:12] <jthornton> initial
[00:00:22] <ssi> yeah it's very easy
[00:00:26] <ssi> it's quick to write powerful stuff
[00:00:32] <Tom_itx> CaptHindsight, wipe off the grease and take another pic for us :)
[00:00:47] <ssi> I'm back in the realm of embedded C, which is the opposite of that :)
[00:01:00] <ssi> I've been sweating over multiple indirection pointers and bit packing all day
[00:01:01] <Tom_itx> for what chips?
[00:01:08] <ssi> stm32f4
[00:01:12] <Tom_itx> arm
[00:01:15] <ssi> yes
[00:01:19] <zeeshan> youre an arm
[00:01:23] <CaptHindsight> ^^ one of those used super precision rotary tables for 1/12th the cost of new
[00:01:35] <ssi> zeeshan: thank you?
[00:01:37] <Tom_itx> better grab it
[00:01:41] -!- Duc [Duc!~Duc@92.sub-70-215-134.myvzw.com] has joined #linuxcnc
[00:03:00] <CaptHindsight> https://www.youtube.com/watch?v=pfzCyTwUtXA video of it running
[00:03:10] <zeeshan> gimme!!!!!!1
[00:03:59] <Sync> zeeshan: hm, not super impressed with the machines
[00:04:09] <zeeshan> i just saw a video of it eating aluminum
[00:04:18] <zeeshan> another machine had a er32 collet system on it
[00:04:18] <zeeshan> lol
[00:07:59] -!- R2E4_ has quit [Read error: Connection reset by peer]
[00:09:30] -!- Xo has quit [Ping timeout: 260 seconds]
[00:10:06] <Sync> with the supported rails and everything open
[00:12:05] <ssi> Sync: so rene wrecked my world with the input/output thing earlier
[00:12:12] <Sync> 0o
[00:12:14] <ssi> now I have to re-read all the smartserial docs and try to figure out where it all went wrong :(
[00:12:52] -!- andypugh has quit [Quit: andypugh]
[00:13:44] -!- KimK_laptop [KimK_laptop!~Kim@wsip-70-186-238-216.ks.ks.cox.net] has joined #linuxcnc
[00:13:59] <Sync> ):
[00:14:15] <ssi> it's really confusing keeping tx/rx and input/output straight when working on the remote end
[00:14:34] <ssi> and I thought I had it all sorted out, everything is by convention named from the host end
[00:14:40] <zeeshan> what are you doing
[00:14:40] <ssi> so inputs are inputs FROM the remote TO the host
[00:14:45] <ssi> but apparently that's not right
[00:14:53] <ssi> furthermore, it seems like it might be inconsistent in the docs
[00:14:59] <ssi> zeeshan: same thing I've been doing
[00:15:15] <zeeshan> cnc mill?:
[00:15:15] <zeeshan> d
[00:15:20] <ssi> yes
[00:15:48] <ssi> hm no, the manual definitely agrees with what I expected
[00:15:56] <ssi> The DATA_DIRECTION field is a single byte field that specifies the data direction. Valid Data direction bytes are as follows:
[00:16:14] <ssi> 0x00 INPUT (Read from remote)
[00:16:21] <ssi> 0x80 OUTPUT (Written to remote)
[00:16:48] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[00:16:56] <ssi> but he's basing that on the fact that show hal configuration shows IN/OUT backwards from what we expected
[00:17:25] <ssi> and now that I'm looking at it, that's correct
[00:17:30] -!- SpNg has quit [Quit: SpNg]
[00:17:41] <ssi> cmd_vel shows up as IN, because you would wire a source to it
[00:17:46] <ssi> it's a hal pin that receives a value
[00:18:03] <ssi> but from the perpective of the sserial driver, it's an output to the remote
[00:18:41] <R2E4> Anyone doing Gantrykins here?
[00:19:08] <ssi> R2E4: I am
[00:19:50] <ssi> Sync: I feel SO MUCH BETTER now :D
[00:20:19] -!- jthornton has quit [Ping timeout: 240 seconds]
[00:21:02] -!- JT-Shop has quit [Ping timeout: 260 seconds]
[00:21:43] <R2E4> Do I need two Axis Y section in HAL?
[00:21:55] <ssi> R2E4: are you running joints_axes branch?
[00:22:19] <R2E4> I set it up to what I think it should be and joint 2 is acting like joint 1 is suppoe to be.
[00:22:26] <R2E4> no
[00:22:40] <ssi> I have only done gantrykins successfully with ja
[00:23:19] <Tom_itx> ssi, easy mistake to make on the IO
[00:23:42] <ssi> yeah
[00:23:46] <ssi> he was certain I had it all wrong
[00:23:49] <Tom_itx> i had to doublecheck the wiring the first time
[00:23:52] <ssi> I was gonna pull my hair out if that was the case
[00:24:03] <ssi> because the input and output bytes in discoveryrpc are definitely named wrt the host
[00:24:17] <ssi> it would be sheer madness if the input/output flags in the descriptors were backwards wrt that convention
[00:24:18] <Tom_itx> i got a 7i84 i need to check one of these days
[00:24:38] <Sync> ah, confusing for sure ssi
[00:24:45] <Sync> zeeshan: halp!
[00:25:05] <R2E4> ssi: did you try gantrykins with stable branch?
[00:25:17] <ssi> no
[00:25:25] -!- JT-Shop [JT-Shop!~john@172.242.222.19] has joined #linuxcnc
[00:25:25] -!- jthornton [jthornton!~john@172.242.222.19] has joined #linuxcnc
[00:25:44] <R2E4> I cant load a beta version on customer system.
[00:25:57] <ssi> ja isn't exactly beta
[00:26:15] <ssi> I wasn't satisfied with the options for doing a gantry machine without ja
[00:26:21] <Tom_itx> you implementing it on an arm?
[00:26:23] <ssi> there's ways to do it, but none of them pleased me
[00:26:24] <Tom_itx> sserial
[00:26:27] <R2E4> are you running gantrykins or gentrivkins?
[00:26:30] <ssi> Tom_itx: yes
[00:26:34] <ssi> R2E4: ah sorry gentrivkins
[00:26:45] <Tom_itx> would make a nice frontend for a number of things
[00:27:05] <R2E4> Does Gantrykins work?
[00:27:06] <ssi> Tom_itx: yeah once I have it fully understood it could be ported to other projects
[00:27:15] <Tom_itx> exactly
[00:27:20] <ssi> R2E4: it didn't work properly when I set those machines up
[00:27:27] -!- Miner_48er has quit [Ping timeout: 244 seconds]
[00:27:44] <Tom_itx> i've got a 32F4 board here if you want one
[00:27:52] <Tom_itx> stm32F4
[00:27:59] <Tom_itx> i'll never find time to use it
[00:28:04] -!- SpNg has quit [Client Quit]
[00:28:27] <ssi> I dunno that I really need it, I have an stm32f1 discovery board here, and I have all the boards that we built
[00:28:42] -!- AR_ [AR_!~AR@24.238.81.234.res-cmts.sth2.ptd.net] has joined #linuxcnc
[00:29:31] <R2E4> I really dont wont to put mach3 on his system....
[00:29:35] <R2E4> lol
[00:30:40] <CaptHindsight> ssi: whatcha workinon with the stm32f?
[00:30:58] <Tom_itx> sserial remote it sounds like
[00:31:11] <ssi> CaptHindsight: servo drive
[00:34:02] -!- R2E4_ has quit [Read error: Connection reset by peer]
[00:34:19] -!- Miner_48er has quit [Quit: Leaving]
[00:42:44] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[00:44:59] -!- R2E4_ has quit [Read error: Connection reset by peer]
[00:51:32] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[00:53:30] <R2E4> Gantrykins require 2 Y sections in HAL?
[00:53:43] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[00:55:47] -!- R2E4_ has quit [Read error: Connection reset by peer]
[01:02:05] <R2E4> cant have two Y sections....lol
[01:02:38] <ssi> well crap, I seem to have crashed the arm, and I can't reconnect with term anymore :(
[01:03:13] <Tom_itx> woops
[01:04:16] <ssi> yeah that's not good :(
[01:04:26] <Tom_itx> R2E4, http://linuxcnc.org/docs/html/man/man9/gantrykins.9.html
[01:04:29] <Tom_itx> The coordinates= parameter specifies the initial gantry joint mapping. Each axis letter is mapped to a joint, starting from 0. So coordinates=XYYZ maps the X axis to joint 0, the Y axis to joint 1 and 2, and the Z axis to joint 3.
[01:04:45] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[01:06:11] -!- gonzo_nb has quit [Remote host closed the connection]
[01:07:22] <Sync> I had that happen a few times ssi
[01:07:26] <Sync> try replugging it
[01:07:29] <ssi> I have
[01:07:32] <ssi> I can't make it come back for anything
[01:07:38] <ssi> I've reverted back to rene's HEAD
[01:07:40] <ssi> which I know works
[01:07:47] -!- chris_99 has quit [Quit: Leaving]
[01:07:52] <ssi> can't get term to connect, not for anything
[01:07:59] <Sync> is the device there?
[01:08:11] <Sync> I sometimes have sticky devices for some reason
[01:08:22] <ssi> doesn't look like it
[01:08:42] -!- Loetmichel2 [Loetmichel2!~cylly@p54B1118D.dip0.t-ipconnect.de] has joined #linuxcnc
[01:08:42] <ssi> oddly, it looks like the device is responding over smartserial
[01:09:00] <Sync> for me the usb stuff was flaky as well
[01:09:22] <Sync> the nextgen™®© hardware will have the option of rs422/485 for the term
[01:09:27] <R2E4> Tom, I read that,
[01:09:51] <ssi> this is frustrating... I kinda need the term
[01:10:11] <Sync> I feel you
[01:10:29] -!- Loetmichel has quit [Ping timeout: 250 seconds]
[01:10:35] <Sync> hm, can you still flash it through the dfu?
[01:10:42] <ssi> yes I can flash it
[01:10:47] <ssi> I've been using the stlink for all my flashing
[01:10:47] <Sync> hmm
[01:10:50] <R2E4> Why does it only show 3 joints in axis when I clearly have 4 programmed.
[01:10:54] <Sync> ah
[01:10:59] <ssi> and it seems to be running happily despite having no term
[01:11:03] <Sync> because you can use the dfu to flash it over usb
[01:11:07] <ssi> oh I haven't tried that
[01:11:34] <Tom_itx> does it have a bootloader?
[01:11:39] <Sync> of course
[01:11:45] <Tom_itx> yeah dfu should work then
[01:11:51] <Tom_itx> i'm not familiar with arm
[01:12:21] <Sync> most if not all of them come with a serial bootloader, the ones featuring usb usually have dfu too
[01:12:25] <zeeshan> dfu?
[01:12:32] <Sync> device firmware update
[01:12:34] <zeeshan> ah
[01:12:40] <Sync> or something like that
[01:12:43] <ssi> it's teh "device is fucked up" mode
[01:13:15] <zeeshan> i dunno where ive seen that term before
[01:13:33] <ssi> ever use a smartphone? :P
[01:14:01] <zeeshan> yes
[01:14:06] <zeeshan> i think it was when jail breaking iphone
[01:14:09] <ssi> there you go
[01:14:14] <ssi> http://www.target.com/p/nuka-cola-quantum-for-fallout-4/-/A-50148691#prodSlot=medium_1_10&term=fallout
[01:14:25] <ssi> http://i.imgur.com/1F8gw3T.jpg
[01:14:32] <zeeshan> the other night i was thinking
[01:14:35] <zeeshan> why do people call it torque control
[01:14:36] <zeeshan> and speed control
[01:14:47] <zeeshan> could you not also call it current control and voltage control? :D
[01:14:54] <ssi> current control, yes
[01:15:02] <ssi> and torque/current are used somewhat interchangeably
[01:15:03] <Sync> voltage, not so much
[01:15:07] <ssi> I don't tihnk voltage control is accurate
[01:15:10] <zeeshan> but isn't that speed control?
[01:15:12] <ssi> no
[01:15:16] <zeeshan> you vary the pulse of voltage
[01:15:18] <zeeshan> and amplitude
[01:15:28] <zeeshan> duration and amplitude i mean
[01:15:41] <Sync> just because you apply a voltage does not mean the motor spins at n rpm
[01:15:51] <ssi> yeah, the kv constant is specified unloaded
[01:16:05] <Sync> it just gives you the maximum no load rpm
[01:16:13] <ssi> and since the motor is a relatively constant impedance, the current is going to vary in proportion to the voltage
[01:16:23] <ssi> so there's not really any such thing as current control vs voltage control, they're two sides of the same coin
[01:16:53] <Sync> well, that also depends
[01:16:59] <ssi> it does
[01:17:01] <Sync> on how your control algo works
[01:17:06] <Sync> some output a voltage
[01:17:06] <ssi> but for the purposes of zee's point it's accurate enough :)
[01:17:13] <Sync> and some actually control the current
[01:17:22] <zeeshan> no i mean like
[01:17:28] <zeeshan> in one you're controlling current and voltage can be whatever
[01:17:34] <Sync> negative
[01:17:43] <ssi> zeeshan: go apply a voltage to a resistor
[01:17:45] <Sync> the voltage will be the same
[01:17:49] <ssi> then go apply a current to the same resistor
[01:17:56] <ssi> and tell me that you can control them independently
[01:18:00] <zeeshan> youre thinking of it steady state
[01:18:09] <zeeshan> if you give pulses of current
[01:18:11] -!- skunksleep has quit [Ping timeout: 264 seconds]
[01:18:18] <Sync> which average to a given current
[01:18:22] <zeeshan> you can control thje torque
[01:18:30] <Sync> your cutoff frequency is way lower than your pwm frequency
[01:18:37] -!- justanotheruser has quit [Read error: Connection reset by peer]
[01:18:39] <ssi> at the lowest level, all you're ever doing is controlling the current
[01:18:42] <Sync> so you can look at it as if it was steady state
[01:18:49] <ssi> which loop you close depends on the type of feedback you have and what you use as your process variable
[01:19:03] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[01:19:46] <zeeshan> http://www-personal.umich.edu/~ykoren/uploads/Torque_and_speed_control_of_DC-servomotors_for_Robots.pdf
[01:19:49] <zeeshan> maybe i intrepreted this paper wrong
[01:19:57] -!- justanotheruser [justanotheruser!~Justan@unaffiliated/justanotheruser] has joined #linuxcnc
[01:20:25] <jdh> http://tinyurl.com/og9yofx
[01:20:50] <Sync> for equal loads, the currents/voltages are equal zeeshan
[01:20:56] <zeeshan> i know that
[01:20:58] <zeeshan> silly :P
[01:20:59] <zeeshan> read the paper
[01:21:06] <zeeshan> its not long!
[01:21:28] <Sync> I don't need to
[01:21:32] <zeeshan> Torque control, based on manipulation of DC motor current, utilizes usually a current + am lifier in the motor's drive unit. A current amplima device w ich supplies a current proportional to its input voltage, and has a high output resistance.
[01:21:43] <zeeshan> cause what you guys are saying doesnt agree w/ what this dude is sayin
[01:22:05] <zeeshan> The alternative approach is to control the speed of the robot arm by manipulation of the DC motor voltage, utilizing a voltage am lifier in the motor's drive unit. Similar approach is +. usua y used in hydraulic driven robots. A voltage amplifier provides an output voltage proportional to its input voltage, and is capable to supply the current required by the motor.
[01:22:12] <zeeshan> there i pasted relevant text
[01:22:18] <zeeshan> mr i don't need to read
[01:23:30] <Sync> that is what we already said
[01:23:34] <zeeshan> no
[01:23:42] <zeeshan> you said i wasn't correct
[01:23:55] <Sync> you are misinterpreting it
[01:24:01] <zeeshan> by saying torque control is like controlling current
[01:24:15] <Sync> that is still true
[01:24:26] <zeeshan> what was the point you were making
[01:24:28] <zeeshan> cause i didnt get it
[01:24:30] <zeeshan> =/
[01:24:54] <Sync> controlling velocity is not voltage control
[01:25:30] <Sync> the point he makes is, you can use a voltage amplifier to control velocity
[01:25:58] <ssi> which is what a velocity mode servo amplifier is
[01:26:06] <ssi> you need velocity feedback to do it
[01:26:28] <ssi> whereas a current mode drive can get its feedback directly from the motor power lines
[01:26:35] <ssi> via current sensing and back emf
[01:26:42] <zeeshan> oh no that is not what i meant
[01:26:53] <zeeshan> both these control need feedback from a real encoder
[01:27:00] <Sync> no
[01:27:02] <ssi> current mode doesn't
[01:27:06] -!- asdfasd1 has quit [Ping timeout: 240 seconds]
[01:27:07] <ssi> and velocity mode only needs a tacho
[01:27:11] <ssi> or encoder or any other vel fb
[01:27:16] <Sync> a torque controller only needs a current value
[01:27:46] <ssi> the difference is that torque is proportional to current, whereas velocity is not proportional to voltage
[01:28:10] <zeeshan> what is it proportional to
[01:28:13] <zeeshan> (voltage)
[01:28:18] <zeeshan> i always thought it was voltage!
[01:28:21] <zeeshan> times some constant
[01:28:27] <ssi> yes, the kv constant
[01:28:29] <ssi> that's true unloaded
[01:28:32] <ssi> it's not true dynamically
[01:29:26] <ssi> I guess I'mma rebooit this machine and hope usb will come back up on term
[01:32:34] -!- R2E4_ has quit [Read error: Connection reset by peer]
[01:36:41] -!- amiri_ has quit [Ping timeout: 244 seconds]
[01:36:54] <zeeshan> going from theoretical control
[01:37:01] <zeeshan> to practical control is a big transition :p
[01:38:18] <Sync> it is pretty pracical
[01:38:41] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-59-160.dhcp.jcsn.tn.charter.com] has joined #linuxcnc
[01:38:58] -!- AR_ has quit [Read error: Connection reset by peer]
[01:39:26] -!- grummund [grummund!~user@unaffiliated/grummund] has joined #linuxcnc
[01:41:23] <ssi> Sync: reboot brought it back
[01:41:27] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[01:42:17] <ssi> I crashed the thread straightaway though :D
[01:44:29] <Sync> nice
[01:44:44] <Sync> but yeah I had that happen a few times too
[01:45:01] <Sync> but the other guys never had it running apples
[01:45:25] <PetefromTn_> well deadbeat pete's was not all it was cracked up to be LOL
[01:45:38] <ssi> apples?
[01:46:06] <PetefromTn_> Burgers
[01:48:10] -!- R2E4_ has quit [Read error: Connection reset by peer]
[01:48:53] <Sync> ssi: apple devices
[01:49:34] <ssi> oh I get you now
[01:49:41] <PetefromTn_> heh
[01:49:42] <ssi> I'm on osx, this is the first usb glitch I've had
[01:50:21] -!- AR_ [AR_!~AR@24.238.81.234.res-cmts.sth2.ptd.net] has joined #linuxcnc
[01:50:39] <R2E4> ssi:n is getting ja a difficult task?
[01:50:55] <ssi> not particularly, just have to build from source
[01:51:02] <R2E4> hahaha
[01:52:54] -!- Nutter has quit [Ping timeout: 246 seconds]
[01:53:22] <ssi> ugh I hate when I get these things that just interrupt my whole workflow
[01:53:26] <ssi> and I can't find the rhythm again
[01:53:53] <jdh> I had a 1.5 day project starting Tuesday. Hoping to finish it tomorrow
[01:54:31] <ssi> three half days is 1.5 days :)
[01:54:41] <Sync> I know that feeling
[01:54:48] <jdh> had to fix/redo/etc tons of unrelated things to get my changes tested
[01:55:56] <jdh> should save <$200k/year in helium and tons of hours of downtime
[01:57:08] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[01:58:39] <_methods> oh so you were involved in that blimp that got away lol
[02:01:51] -!- R2E4_ has quit [Read error: Connection reset by peer]
[02:02:23] -!- Nutter [Nutter!~hehe@2605:6400:2:fed5:22:f62c:b508:6f00] has joined #linuxcnc
[02:03:07] <ssi> oh weird, it bitpacks differently than I expected
[02:03:40] <ssi> for a four bit pd followed by a 12 bit pd
[02:03:51] <ssi> where pd1 is set to 0xf and pd2 is set to 0xabc
[02:04:01] <ssi> it looks like the packed bytes are 0xcf 0xab
[02:10:46] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[02:11:10] -!- rob_h has quit [Ping timeout: 240 seconds]
[02:13:08] <PetefromTn_> GAAH why can't I find a picopsu power supply what is variable DC input and 24pin anywhere LOL
[02:13:18] <zeeshan> i thought we saw it on that website
[02:13:18] <ssi> not sure they make one
[02:13:42] <PetefromTn_> I wonder if that is true why not?
[02:14:05] <zeeshan> http://www.mini-box.com/PicoPSU-120-WI-25-12-25V-DC-DC-ATX-power-supply
[02:14:06] <zeeshan> isnt this it?
[02:14:22] <ssi> that's 20 pin
[02:14:27] <SpeedEvil> I've contemplated DIY for the lulz.
[02:14:31] <SpeedEvil> It's not _that_ hard.
[02:14:34] <ssi> no, it's not
[02:14:45] <SpeedEvil> (to make a 20-36V in)
[02:14:51] <PetefromTn_> yeah thats 20 pin
[02:14:56] <SpeedEvil> >95%
[02:17:21] -!- R2E4_ has quit [Read error: Connection reset by peer]
[02:20:31] <ssi> SpeedEvil: get on it
[02:20:43] <ssi> start a design, I'll have some boards made and build a few
[02:23:02] -!- GargantuaSauce [GargantuaSauce!~sauce@blk-224-177-97.eastlink.ca] has joined #linuxcnc
[02:26:24] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[02:26:29] <Tom_itx> http://www.mini-box.com/PicoPSU-80-WI-32V
[02:26:31] <Tom_itx> 32v
[02:27:06] <PetefromTn_> 20 pin
[02:27:15] <Tom_itx> you need what?
[02:27:27] <PetefromTn_> 24 I guess
[02:27:29] <Tom_itx> i didn't bother to count the pins on mine
[02:27:36] <Tom_itx> i think 20 will work though
[02:27:51] <Tom_itx> don't quote me on that
[02:28:13] <Tom_itx> i'd call em
[02:28:50] <PetefromTn_> what do you want me to call em? ;)
[02:29:54] <Tom_itx> i guess it's my itx one that is 20, the atx is 24
[02:30:06] <Tom_itx> so sue me
[02:30:08] <Tom_itx> :)
[02:30:22] <PetefromTn_> ok lol
[02:30:53] <Tom_itx> i had an older one i couldn't use too because it doesn't have sata plugs
[02:30:59] <Tom_itx> well i could have but..
[02:33:00] -!- R2E4_ has quit [Read error: Connection reset by peer]
[02:33:53] <PetefromTn_> http://www.ebay.com/itm/200W-high-power-24pin-mini-ITX-DC-ATX-power-supply-w-16V-24VDC-wide-range-input-/400569517436 !!??
[02:34:30] <Tom_itx> give it a try
[02:34:36] <Tom_itx> keep in mind it's china
[02:34:41] <Tom_itx> it's probably fine
[02:34:51] <PetefromTn_> it says pico box?
[02:35:08] <Tom_itx> so do arduino clones say arduino
[02:35:14] amnesic_away is now known as amnesic
[02:35:28] <PetefromTn_> shit it says it wont get here until thanksgiving damnit
[02:35:38] -!- jthornton has quit [Read error: Connection reset by peer]
[02:35:43] <Tom_itx> it's worth at shot
[02:36:01] <Tom_itx> even if it fails... have you ever wasted $26 before??
[02:36:09] -!- JT-Shop2 [JT-Shop2!~john@172.242.222.19] has joined #linuxcnc
[02:36:09] -!- jthornton [jthornton!~john@172.242.222.19] has joined #linuxcnc
[02:36:17] -!- JT-Shop has quit [Ping timeout: 250 seconds]
[02:36:51] amnesic is now known as amnesic_away
[02:37:01] <PetefromTn_> NEVA!!!
[02:37:54] <PetefromTn_> yeah but I don't feel like wiating for it
[02:41:40] <ssi> hm
[02:42:13] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[02:44:21] -!- R2E4_ has quit [Read error: Connection reset by peer]
[02:48:16] <PetefromTn_> well the only thing that comes to mind is to get one of those DC regulator cards andy posted yesterday and using a 12v 24 pin module instead of a 24v one which I can only get on the slow boat
[02:53:08] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[02:54:41] <ssi> or just get a cheap 12v switcher
[02:55:54] <PetefromTn_> if I gotta get a seperate power supply it kind of defeats the purpose of using the dc input over the typical 120v PC supply I was going to use I think
[02:56:19] <ssi> same if you have to get a separate regulator
[02:56:24] <ssi> just get a pc supply then
[02:57:21] -!- RootB [RootB!~RootB@201.142.255.178.dsl.dyn.telnor.net] has joined #linuxcnc
[03:00:06] -!- R2E4_ has quit [Read error: Connection reset by peer]
[03:03:38] <PetefromTn_> http://www.amazon.com/FrozenCPU-20-pin-24-pin-Supply-Adapter/dp/B0030CQ9FA I guess this would work too
[03:05:28] <R2E4> ssi: can I run the JA branch on top of the 2.6? or do I need 2.7?
[03:08:54] <PetefromTn_> http://www.ebay.com/itm/DC-DC-Step-down-Buck-Converter-Adjustable-Power-4V-38V-to-1-25V-36V-5A-Voltmeter-/171445007919?hash=item27eaeb362f:g:qBwAAOxyNThTcwQm
[03:08:58] <PetefromTn_> those are 5amp
[03:09:01] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[03:09:37] <PetefromTn_> comments on my PC board seem to think that it runs about 40 or so watts max so that should work actually
[03:13:26] <ssi> R2E4: you can use 2.6
[03:13:26] -!- R2E4_ has quit [Read error: Connection reset by peer]
[03:16:07] <R2E4> IS there a specific location somewhere in some closet that the docs are located?
[03:16:22] <ssi> yeah somewhere
[03:16:41] <R2E4> lol
[03:16:41] <ssi> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?JointAxesBranch
[03:17:12] <ssi> I'm not sure if there's a page specifically for building ja
[03:17:23] <ssi> but basically the procedure is the same as building master, you just need to switch branches in git first
[03:21:18] <Tom_itx> PetefromTn_, those are probably not a full 5A
[03:21:38] <Tom_itx> it depends on the choke used
[03:22:15] <Tom_itx> i got a bunch of similar ones, some with and some without the leds
[03:22:19] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[03:22:53] <R2E4> yeah, I'm not using git. I installed from live CD
[03:24:29] <ssi> I guess you have a bit of reading to do then :)
[03:24:45] <Tom_itx> PetefromTn_, this is probably the chip being used: http://tom-itx.no-ip.biz:81/~webpage/pdf/LM2596_switcher.pdf
[03:24:58] <ssi> sorry I'm not more help, but it's been a few years since I did it, and I'd have to dive back in and read up to do it again
[03:25:10] <Tom_itx> i made a 3A 5v fixed version of it myself
[03:25:13] <ssi> and right now I'm elbows deep in sserial code so I don't really have time to go learn it so I can teach it
[03:25:39] <R2E4> no problem, I'm not asking you to teach it to me.
[03:25:49] <Tom_itx> git branch
[03:25:53] <Tom_itx> git checkout xxx
[03:28:15] <Tom_itx> PetefromTn_, somewhere in that pdf it shows performance curves for various chokes
[03:29:17] <Tom_itx> choke/cap combinations
[03:29:41] <PetefromTn_> Tom_itx so I suppose its not a great idea then
[03:30:03] <Tom_itx> P16 shows some for fixed voltage designs
[03:30:16] <Tom_itx> i got a couple different chokes when i was doing mine
[03:30:19] <PetefromTn_> what would you do go with the 24v 20 pin and use that harness to make it fit or something else
[03:30:35] <Tom_itx> i'd ask em if you can do that
[03:30:55] <Tom_itx> if they say yes, i'd get the pico psu one at 36v probably
[03:30:58] -!- Duc has quit []
[03:31:09] <PetefromTn_> I was looking again at the meanwell power supplies that 350 amp one would be nice even tho its not Din rail mount
[03:31:10] <Tom_itx> or put a wart on it like i did and run 12v
[03:31:44] <Tom_itx> the 8A wart has a fan in it
[03:31:50] <Tom_itx> i don't think mine ever came on
[03:31:57] <Tom_itx> the 5A one doesn't
[03:32:16] <PetefromTn_> yeah I don't really want to do that If I am going to use DC to power the PC I want it to be something like that picopsu setup
[03:32:49] <Tom_itx> then tap into your supply to get a suitable v source
[03:33:15] <Tom_itx> are you running a switcher supply?
[03:33:18] <Tom_itx> or linear?
[03:33:28] <PetefromTn_> I have not bought the supply yet
[03:33:50] <Tom_itx> i used linear on mine because the stuff was surplus, available and cheap
[03:34:24] <PetefromTn_> honestly the meanwells look nice and I could get a 24v and a 12v for under a hundred probably and then use one of those boards to step down to 5v for the mesa card
[03:34:50] <Tom_itx> i will tell you the chinese ones don't have thermal or over v shutdown
[03:34:58] <Tom_itx> don't ask how i know :D
[03:35:15] <PetefromTn_> I thought they did? the meanwells are chinese no?
[03:35:28] <Tom_itx> they're supposed to
[03:35:38] <Tom_itx> i'm talking about that buck think you posted
[03:35:45] <Tom_itx> thing*
[03:35:55] <PetefromTn_> yeah it would only be for 5v logic in this instance
[03:35:57] <Tom_itx> http://www.ebay.com/itm/DC-DC-Step-down-Buck-Converter-Adjustable-Power-4V-38V-to-1-25V-36V-5A-Voltmeter-/171445007919?hash=item27eaeb362f:g:qBwAAOxyNThTcwQm
[03:36:09] <Tom_itx> should work fine for the 5v stuff
[03:36:14] <Tom_itx> that's what i'm using
[03:36:17] <PetefromTn_> I would hope so
[03:36:41] <Tom_itx> http://tom-itx.no-ip.biz:81/~webpage/misc_stuff/5v_switcher.jpg
[03:36:43] <Tom_itx> same chip
[03:36:47] <PetefromTn_> the question is then if I get TWO DC supplies one 12 and one 24 they both do not need to be too big really
[03:36:48] <Tom_itx> fixed 5v out
[03:37:14] <Tom_itx> i tapped off my 24v to get my 10v needed for my spindle dac
[03:37:40] <Tom_itx> my xfrmrs had a centertap
[03:38:42] <Tom_itx> i just used a quarterwave to a cap to get it
[03:38:59] -!- Miner_48er has quit [Quit: Leaving]
[03:39:09] <PetefromTn_> http://www.ebay.com/itm/MW-12V-12-45A-AC-DC-PSU-Switching-Power-Supply-Mean-Well-NES-150-12-150W-UL-/231726867484?hash=item35f3ff641c:g:tFMAAOSwZjJVAKBX
[03:39:21] <PetefromTn_> http://www.ebay.com/itm/Meanwell-NES-350-24-Power-Supply-24V-Volt-350W-Watt-Power-Supply-UL-Listed-/261408306713?hash=item3cdd263619:g:oiUAAOSw-nZTn7KK
[03:39:26] <PetefromTn_> those two
[03:39:45] <PetefromTn_> and that board for 5v and a 12v 24pin picopsu
[03:39:53] <Tom_itx> this is to control what?
[03:40:01] <Tom_itx> err supply rather
[03:40:02] <PetefromTn_> basically everything
[03:40:13] <PetefromTn_> PC and 24v field
[03:40:27] <PetefromTn_> possibly the monitor too if I can figure out how
[03:40:33] <Tom_itx> you don't need alot for either one of those
[03:40:44] <Tom_itx> unless you have alot of power hungry relays
[03:40:47] <PetefromTn_> Oh and my contactor/relays
[03:42:19] <PetefromTn_> that's only like $125 for all three items pretty cheap really and should be MORE than enough to run that stuff and anything else I ever decide to plug in most likely
[03:43:07] <Tom_itx> so all you need is 12 & 24v?
[03:43:08] <PetefromTn_> the other option is smaller of the same ones in Din rail mounts but they are a bit more money for less watts
[03:43:13] <Tom_itx> and a buck for the 5v
[03:43:19] <PetefromTn_> 12,24,5
[03:43:22] <Tom_itx> besides your drives
[03:43:33] <PetefromTn_> drives are all AC
[03:43:38] <Tom_itx> what's on 12v?
[03:43:58] <PetefromTn_> well the PC would be because they do not make that damn connector in 24v 24 pin
[03:44:28] <Tom_itx> why get that big arse supply when a wart would work for that?
[03:44:37] <Tom_itx> then all you need is the 24v one
[03:44:44] <Tom_itx> and wire the buck to that for the 5v
[03:44:54] <PetefromTn_> I don't like putting warts inside a commercial machine
[03:45:45] <PetefromTn_> I am sure they would probably work fine
[03:46:05] <Tom_itx> too bad you can't find one that has 24 & 12 out together
[03:46:12] <Tom_itx> i'm sure they make em
[03:46:41] <PetefromTn_> simplest would be JUST that big 24v supply and the picopsu in 24v 20 pin to that connector cable
[03:47:06] <Tom_itx> if you can get by with 20 pins
[03:49:17] <PetefromTn_> http://www.ebay.com/itm/NEW-MW-MEANWELL-AC-DC-QUAD-4-OUTPUT-POWER-SUPPLY-QP-200-3D-5V-3-3V-12V-24V-200W-/310964131411?hash=item4866e81653:g:5T4AAOxy3cJTe5S3
[03:51:20] <Tom_itx> -12v
[03:51:28] <PetefromTn_> yeah I saw that
[03:52:58] <Tom_itx> http://www.ebay.com/itm/MEAN-WELL-QP-375-24B-Quad-Switcher-DC-Power-Supply-5v-10A-12v-12v-4A-24v-10A-/201073623151?hash=item2ed0ec006f:g:4NYAAOxyaTxTTKbK
[03:53:29] <Tom_itx> $$$
[03:53:38] <PetefromTn_> http://www.automationdirect.com/adc/Shopping/Catalog/Power_Products_(Electrical)/DC_Power_Supplies/5VDC,_12VDC,_48VDC,_DIN_Rail_Mount/PSB12-060
[03:53:42] <PetefromTn_> http://www.automationdirect.com/adc/Shopping/Catalog/Power_Products_(Electrical)/DC_Power_Supplies/5VDC,_12VDC,_48VDC,_DIN_Rail_Mount/PSB12-060
[03:55:03] <Tom_itx> http://www.ebay.com/itm/Mean-well-TP-150D-Switching-Power-Supply-150W-2-5A-5V-15A-24V-3A-12V-6A-/301760590241?hash=item46425531a1:g:48gAAOSwVL1WFB8G
[03:55:08] <Tom_itx> only 600ma 12v
[03:55:46] <PetefromTn_> http://www.automationdirect.com/adc/Shopping/Catalog/Power_Products_(Electrical)/DC_Power_Supplies/24VDC,_DIN_Rail_Mount/PSB24-120
[03:56:06] -!- AR_ has quit [Ping timeout: 240 seconds]
[03:56:25] <PetefromTn_> both of those are just over a hundred bucks
[03:56:38] <PetefromTn_> plus the 12v picopsu 12v is like another 40
[03:56:48] <PetefromTn_> plus the little board for the 5v
[03:57:01] <PetefromTn_> around $150.00 total
[03:57:06] <Tom_itx> those are dirt cheap
[03:57:08] <PetefromTn_> and nice din rail mount
[03:57:20] <Tom_itx> you can get them for like $3 with the display iirc
[03:57:23] <Tom_itx> maybe 5 or so
[03:57:52] <Tom_itx> i got ~ half dozen last time i got some
[03:57:53] <PetefromTn_> how much power does the typical lcd pc flatscreen use?
[03:58:10] <Tom_itx> no idea
[03:58:17] <Tom_itx> the backlight would take the mose
[03:58:19] <Tom_itx> most
[03:58:58] <Tom_itx> and the older most likely the more power
[03:59:37] <Tom_itx> i'd wire that right into your supply input thoug
[03:59:37] -!- patrickarlt has quit [Quit: Leaving...]
[03:59:38] <Tom_itx> h
[03:59:39] <PetefromTn_> http://www.newegg.com/Product/Product.aspx?Item=N82E16824160064
[03:59:44] <PetefromTn_> that one says 8 watts max
[03:59:55] <Tom_itx> that shouldn't be an issue
[04:00:04] <PetefromTn_> what do you mean?
[04:00:10] <PetefromTn_> AC?
[04:00:14] <Tom_itx> it's got it's own supply cord
[04:00:24] <Tom_itx> just wire it into the input
[04:00:31] <PetefromTn_> zeeshan said he used dc to power his monitor
[04:00:42] <PetefromTn_> that would be nice
[04:00:57] <Tom_itx> shouldn't really make any difference
[04:00:57] <PetefromTn_> everthing PC runs of the DC power supply
[04:01:23] <PetefromTn_> hang on let me look at my monitor I have here...
[04:02:58] <Tom_itx> and if it's run off AC you don't have to worry about replacement if it gets broken
[04:03:14] <Tom_itx> where with DC you'd have to find a similar one with similar current ratings
[04:03:29] <PetefromTn_> yeah the one I was planning to use is AC direct input
[04:03:44] <PetefromTn_> the one in the Cincinatti is a wall wart 12v 1.5amp
[04:03:45] <Tom_itx> then power isn't an issue on the monitor
[04:03:56] <PetefromTn_> no I suppose not
[04:04:00] <Tom_itx> ahem...
[04:04:09] <Tom_itx> no warts ? :D
[04:04:38] <PetefromTn_> hey this was done before I found out you could do this with DC power supplies ;)
[04:04:47] <Tom_itx> yeah
[04:05:05] <PetefromTn_> I ran a 120v cable up from the back of the machine to the front pendant
[04:05:06] <Tom_itx> i used what i had available to me
[04:05:13] <PetefromTn_> which is what I am trying to avoid here
[04:05:25] <Tom_itx> if cost wasn't an object i'd have done things differently
[04:05:27] <PetefromTn_> yeah I understand that man..
[04:05:37] <Tom_itx> it's a toy.
[04:05:46] <PetefromTn_> Cost Is ALWAYS an object for me but I want to do things correctly as much as possible
[04:06:01] -!- valeech has quit [Quit: valeech]
[04:06:10] <Tom_itx> if i were going into production, i'd be thinking differently too
[04:06:20] <PetefromTn_> how would YOU build this PC stuff power scheme?
[04:06:39] <Tom_itx> i'd go for simplicity
[04:07:01] <PetefromTn_> I agree
[04:07:02] <Tom_itx> get some of those power rails pcw has for the 5v stuff
[04:07:07] <Tom_itx> din mount
[04:07:10] <Tom_itx> if you want
[04:07:22] <PetefromTn_> what power rails?
[04:09:11] -!- Akex_ has quit [Quit: Connection closed for inactivity]
[04:09:21] <Tom_itx> looking.
[04:12:22] -!- R2E4_ has quit [Read error: Connection reset by peer]
[04:12:35] <Tom_itx> http://store.mesanet.com/index.php?route=product/product&filter_name=common+block&product_id=230
[04:12:57] <PetefromTn_> do you see anything wrong with getting those din rail mount power supplies, DC24v 120watt and 12v60watt and the picopsu 12v 24pin?
[04:12:58] <Tom_itx> with a couple din mounts for them
[04:13:13] <Tom_itx> i don't see why they wouldn't work
[04:13:54] <PetefromTn_> if the monitor is indeed AC then 60watt should be more than enough for the pC I would think?
[04:14:14] <Tom_itx> http://store.mesanet.com/index.php?route=product/product&filter_name=din+rail&product_id=229
[04:14:24] <Tom_itx> you can get extra din rail mounts there too
[04:14:32] <Tom_itx> for those common blocks
[04:14:55] <PetefromTn_> yeah I THINK I have them here for the 7i77 card
[04:15:05] <PetefromTn_> I used them in the Cincinatti too very nice
[04:15:05] <Tom_itx> i drew one up and had it printed for something else i was doing
[04:15:30] <Tom_itx> i put all my stuff on rails now
[04:15:46] <Tom_itx> even found some fuseblocks din mount
[04:16:32] <Tom_itx> got some of that stuff locally though
[04:16:37] <PetefromTn_> yeah I have a BUNCH of fuse blocks and circuit breakers in din mount here as well as the relays and contactors etc.
[04:16:59] <PetefromTn_> would like to use Din mount power supplies as well
[04:17:15] <PetefromTn_> I think that is a reasonable setup tho
[04:17:32] <PetefromTn_> they sell a 100watt 12v one too for another 20 bucks or so
[04:17:44] <Tom_itx> you should have ample room for it all in the enclosure
[04:17:54] <PetefromTn_> http://www.automationdirect.com/adc/Shopping/Catalog/Power_Products_(Electrical)/DC_Power_Supplies/5VDC,_12VDC,_48VDC,_DIN_Rail_Mount/PSB12-100
[04:17:57] <Tom_itx> make sure you isolate things for noise
[04:18:13] <PetefromTn_> oh yeah man there is TONS of room in there for everything
[04:19:03] <Tom_itx> they give you cad drawings for those too
[04:19:07] <PetefromTn_> I plan to put the VFD down near the bottom of the cabinet, the drives in the middle, and the rest of the stuff at the top
[04:19:49] <PetefromTn_> makes sense because the main spindle motor is down near the bottom of the base of the machine and the power leads go thru from underneath the electronics enclosure
[04:20:41] <Tom_itx> early day tomorrow.. later
[04:20:51] <PetefromTn_> thanks man good night
[04:21:29] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[04:23:35] -!- JT-Shop2 has quit [Ping timeout: 265 seconds]
[04:23:35] -!- R2E4_ has quit [Read error: Connection reset by peer]
[04:23:56] -!- jthornton has quit [Ping timeout: 272 seconds]
[04:32:30] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[04:32:34] -!- JT-Shop [JT-Shop!~john@172.242.222.19] has joined #linuxcnc
[04:32:39] -!- jthornton [jthornton!~john@172.242.222.19] has joined #linuxcnc
[04:34:59] -!- R2E4_ has quit [Read error: Connection reset by peer]
[04:43:26] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[04:45:28] -!- R2E4_ has quit [Read error: Connection reset by peer]
[04:53:15] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[04:54:30] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[04:56:39] -!- R2E4_ has quit [Read error: Connection reset by peer]
[04:57:45] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-58-3.fv.ks.cox.net] has joined #linuxcnc
[04:58:10] <MacGalempsy> evening everyone
[05:04:03] <R2E4> evening
[05:04:12] -!- R2E4 has quit [Quit: Leaving]
[05:05:27] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[05:05:38] <MacGalempsy> anything exciting going on?
[05:05:54] <ssi> sserial code
[05:08:00] <MacGalempsy> that doesnt sound exciting
[05:08:04] <ssi> you'd be surprised :)
[05:09:59] <MacGalempsy> exciting as keeping you thinking?
[05:10:09] <ssi> wat
[05:10:19] <ssi> it's actually exciting
[05:10:32] <ssi> I just wrapped up a new scheme for building the tocs and memory space of the remote, and I'm pleased with myself
[05:11:02] <MacGalempsy> i working on some 3d printer estimates. I got a phone interview with a school district about getting printers in the classrooms
[05:11:16] <ssi> what sort of printers are you getting for them
[05:11:44] <MacGalempsy> well, it is more of a seminar where we end up building one in class.
[05:12:02] <ssi> so one of the prusa variants then I guess? or what
[05:12:21] <MacGalempsy> trying to get three price ranges. prusa i3, somehting similar with extruded aluminum and maybe a kossel
[05:12:42] <ssi> kossel aka "rip off ssi"
[05:12:55] <MacGalempsy> figure good price points will be $799, $999, and $1399
[05:13:09] <MacGalempsy> that is the class, a printer and 2 rolls of filament
[05:13:28] <ssi> that's pretty cool
[05:13:31] <MacGalempsy> didnt know that kossel was a ripoff ssi
[05:13:46] <ssi> heheh I did the first rostock-style delta built with extrusion
[05:13:49] <MacGalempsy> the main point is getting them lined up with zero prior experience
[05:13:53] <ssi> but I didn't really pursue it
[05:14:03] <MacGalempsy> nice
[05:14:44] <MacGalempsy> the hopes is to target 3 markets here: university students, school districts, and walmart corporates
[05:14:54] <MacGalempsy> workers, not the company
[05:15:25] <MacGalempsy> just trying to get the wholesale costs down in the next few days, then build three models to demo
[05:16:01] <MacGalempsy> with the prusa i3, it would be nice to do a single build plate in 1.8" aluminum
[05:16:05] <MacGalempsy> 1/8"
[05:16:07] <MacGalempsy> heh
[05:17:05] <MacGalempsy> but the cheapest frame I can find at the moment is like $75 for the frame and platform. if anyone here wants to give me an estimate for 12 framesets, lets talk!
[05:19:04] <ssi> lol
[05:20:03] <MacGalempsy> the rest of the stuff I can source pretty easily.
[05:23:05] -!- R2E4_ has quit [Read error: Connection reset by peer]
[05:32:07] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[05:34:18] -!- R2E4_ has quit [Read error: Connection reset by peer]
[05:37:57] -!- Audioburn has quit [Ping timeout: 246 seconds]
[05:38:35] -!- amiri has quit [Ping timeout: 264 seconds]
[05:42:09] -!- il has quit [Ping timeout: 246 seconds]
[05:43:10] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[05:45:30] -!- R2E4_ has quit [Read error: Connection reset by peer]
[05:52:16] <MacGalempsy> night everyone
[05:52:18] -!- MacGalempsy has quit [Remote host closed the connection]
[05:54:09] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[05:56:10] -!- R2E4_ has quit [Read error: Connection reset by peer]
[06:02:44] <Jymmm> Tom_itx: One kinda "gotcha" I've been coming across is having enough air gaps when I put in a new log.
[06:05:09] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[06:07:18] -!- R2E4_ has quit [Read error: Connection reset by peer]
[06:09:39] -!- amiri_ has quit [Ping timeout: 240 seconds]
[06:16:10] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[06:18:16] -!- R2E4_ has quit [Read error: Connection reset by peer]
[06:19:37] <Jymmm> QUICK!!! Name that thing... http://i.ebayimg.com/images/g/w~sAAOSwMmBVzgzs/s-l1600.jpg
[06:20:11] <ssi> some kind of chain tool?
[06:21:21] <Jymmm> http://www.ebay.com/itm/2pcs-Hidden-Stainless-Steel-Invisible-Concealed-Cross-Hinge-for-Wooden-Door-5-/151759064137
[06:22:05] <Jymmm> th fucking hinges they have these days... eeeesh
[06:22:14] -!- Valen has quit [Ping timeout: 260 seconds]
[06:27:09] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[06:29:24] -!- R2E4_ has quit [Read error: Connection reset by peer]
[06:38:08] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[06:40:26] -!- R2E4_ has quit [Read error: Connection reset by peer]
[06:40:45] <Wolf_> how about crazy priced hinges http://www.ikea.com/us/en/catalog/products/40279477/
[06:42:02] <renesis> those look cool
[06:42:40] <Wolf_> they are, just installed a pair in a upward opening over the fridge cabinet
[06:43:02] <renesis> fuck i wonder how muc shelves are for the ikea closet pantry thing my apartment came with
[06:44:04] <Wolf_> shelves and cabinets are pretty cheap, drawer systems and hinges aren’t because they are mostly made by Blum
[06:45:39] <renesis> thats not bad, $35 for a pair of shelves and the little hanging nubs
[06:46:48] <Wolf_> https://www.dropbox.com/s/9csfpzqdilchbom/Photo%20Nov%2001%2C%204%2009%2000%20PM.jpg?dl=0 this was stupid expensive
[06:47:08] -!- amiri has quit [Ping timeout: 265 seconds]
[06:49:14] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[06:51:29] -!- R2E4_ has quit [Read error: Connection reset by peer]
[07:00:15] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[07:02:40] -!- R2E4_ has quit [Read error: Connection reset by peer]
[07:11:15] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[07:13:37] -!- R2E4_ has quit [Read error: Connection reset by peer]
[07:22:15] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[07:24:47] -!- R2E4_ has quit [Read error: Connection reset by peer]
[07:33:14] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[07:35:50] -!- R2E4_ has quit [Read error: Connection reset by peer]
[07:42:37] -!- user [user!~user@host-92-31-52-108.as13285.net] has joined #linuxcnc
[07:43:01] user is now known as Guest13353
[07:44:15] -!- user__ has quit [Ping timeout: 252 seconds]
[07:44:17] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[07:46:19] -!- R2E4_ has quit [Read error: Connection reset by peer]
[07:50:45] -!- ve7it has quit [Remote host closed the connection]
[07:55:14] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[07:56:03] -!- Deejay [Deejay!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[07:56:20] <Deejay> moin
[07:56:39] -!- Guest13353 has quit [Ping timeout: 255 seconds]
[07:59:31] -!- Guest13353 [Guest13353!~user@host-78-148-250-230.as13285.net] has joined #linuxcnc
[07:59:31] -!- R2E4_ has quit [Read error: Connection reset by peer]
[08:08:33] -!- gaute has quit [Ping timeout: 246 seconds]
[08:08:45] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[08:11:06] -!- R2E4_ has quit [Read error: Connection reset by peer]
[08:19:42] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[08:21:50] -!- R2E4_ has quit [Read error: Connection reset by peer]
[08:23:02] -!- anomynous [anomynous!~anomynous@37-33-148-202.bb.dnainternet.fi] has joined #linuxcnc
[08:26:13] -!- anomynous_ has quit [Ping timeout: 265 seconds]
[08:26:46] -!- anomynous_ [anomynous_!~anomynous@37-33-148-202.bb.dnainternet.fi] has joined #linuxcnc
[08:28:09] -!- anomynous has quit [Ping timeout: 265 seconds]
[08:28:41] -!- Reventlov has quit [Remote host closed the connection]
[08:30:05] -!- gavlee has quit [Ping timeout: 265 seconds]
[08:30:40] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[08:31:27] -!- Valen [Valen!~Valen@c211-30-128-202.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[08:35:15] -!- R2E4_ has quit [Read error: Connection reset by peer]
[08:43:00] -!- Valen has quit [Ping timeout: 255 seconds]
[08:44:34] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[08:46:36] -!- R2E4_ has quit [Read error: Connection reset by peer]
[08:55:02] -!- gavlee [gavlee!~gavlee@poker.plus.com] has joined #linuxcnc
[08:55:10] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[08:57:24] -!- R2E4_ has quit [Read error: Connection reset by peer]
[09:04:01] -!- Akex_ [Akex_!uid58281@gateway/web/irccloud.com/x-fclzecspcvcingmq] has joined #linuxcnc
[09:04:25] -!- b_b has quit [Changing host]
[09:06:11] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[09:08:18] -!- R2E4_ has quit [Read error: Connection reset by peer]
[09:13:39] -!- gaute has quit [Ping timeout: 246 seconds]
[09:17:08] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[09:19:26] -!- R2E4_ has quit [Read error: Connection reset by peer]
[09:22:05] ybon1 is now known as ybon
[09:28:12] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[09:30:30] -!- R2E4_ has quit [Read error: Connection reset by peer]
[09:31:16] -!- rob_h [rob_h!~robh@90.208.148.93] has joined #linuxcnc
[09:39:11] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[09:41:16] -!- R2E4_ has quit [Read error: Connection reset by peer]
[09:50:09] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[09:52:13] -!- R2E4_ has quit [Read error: Connection reset by peer]
[09:55:27] -!- jthornton has quit [Read error: Connection reset by peer]
[09:55:33] -!- Komzpa has quit [Ping timeout: 246 seconds]
[09:55:41] -!- Praesmeodymium has quit [Read error: Connection reset by peer]
[09:55:53] -!- jthornton [jthornton!~john@172.242.222.19] has joined #linuxcnc
[09:56:21] -!- Praesmeodymium [Praesmeodymium!~kvirc@c-24-21-129-95.hsd1.or.comcast.net] has joined #linuxcnc
[10:01:11] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[10:03:47] -!- R2E4_ has quit [Read error: Connection reset by peer]
[10:07:20] -!- chris_99 [chris_99!~chris_99@unaffiliated/chris-99/x-3062929] has joined #linuxcnc
[10:12:12] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[10:13:18] -!- Jymmmm [Jymmmm!~jymmm@unaffiliated/jymmm] has joined #linuxcnc
[10:16:27] -!- Jymmm has quit [Ping timeout: 244 seconds]
[10:19:52] -!- R2E4_ has quit [Read error: Connection reset by peer]
[10:28:33] -!- RoyBellingan [RoyBellingan!~roy@195.189.129.21] has joined #linuxcnc
[10:28:35] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[10:30:39] -!- R2E4_ has quit [Read error: Connection reset by peer]
[10:39:35] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[10:41:44] -!- R2E4_ has quit [Read error: Connection reset by peer]
[10:42:03] -!- skunksleep has quit [Ping timeout: 250 seconds]
[10:50:13] -!- dan2k3k4 has quit [Quit: Leaving]
[10:50:38] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[10:53:02] -!- R2E4_ has quit [Read error: Connection reset by peer]
[11:01:35] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[11:03:39] -!- R2E4_ has quit [Read error: Connection reset by peer]
[11:12:13] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[11:12:38] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[11:14:51] -!- R2E4_ has quit [Read error: Connection reset by peer]
[11:23:38] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[11:25:54] -!- R2E4_ has quit [Read error: Connection reset by peer]
[11:33:44] <jthornton> morning
[11:33:50] <XXCoder> hey
[11:34:39] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[11:37:03] -!- R2E4_ has quit [Read error: Connection reset by peer]
[11:45:18] -!- skunkworks has quit [Ping timeout: 260 seconds]
[11:45:40] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[11:47:54] -!- R2E4_ has quit [Read error: Connection reset by peer]
[11:48:57] <zeeshan> zzzzzzzzzzz
[11:48:59] <zeeshan> work time
[11:49:17] <XXCoder> hey zeeshan
[11:49:23] <XXCoder> new jobs eh
[11:49:23] <zeeshan> hi XXCoder
[11:49:25] <zeeshan> bye XXCoder
[11:49:26] <zeeshan> no
[11:49:27] <zeeshan> samer one
[11:49:32] <XXCoder> lol ok later
[11:51:59] <XXCoder> lol https://i.imgur.com/bGqUxUj.gif
[11:56:39] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[11:58:46] -!- R2E4_ has quit [Read error: Connection reset by peer]
[12:07:40] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[12:09:56] <Tom_itx> morning
[12:09:57] -!- R2E4_ has quit [Read error: Connection reset by peer]
[12:10:26] <XXCoder> hey
[12:11:29] <archivist_herron> as the greenwich meridian is not far from me I see it is afternoon!
[12:12:11] -!- LeelooMinai has quit [Ping timeout: 264 seconds]
[12:12:23] <Tom_itx> does that mean i get more weekend than you?
[12:13:21] <Tom_itx> 43F
[12:13:43] <Jymmmm> 38F
[12:13:50] <Tom_itx> was 65F ~same time yesterday
[12:14:11] <Jymmmm> was 35F same time yesterday =)
[12:14:11] <Tom_itx> better shove another log in the stove Jymmmm
[12:14:25] <Jymmmm> I just did 5m ago
[12:15:26] <Jymmmm> Well, a bio-brick that is =)
[12:15:41] -!- theorbtwo [theorbtwo!~theorb@cpc81866-swin19-2-0-cust48.3-1.cable.virginm.net] has joined #linuxcnc
[12:15:52] <XXCoder> avg 50s F here lately
[12:16:45] <Jymmmm> It's suppose to have a HIGH of 50 / 46 come Sun / Mon
[12:17:31] <Jymmmm> Monday 46 for the high, 36 for the low (which really means 32)
[12:18:39] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[12:18:56] Jymmmm is now known as Jymmm
[12:19:42] <Jymmm> Tom_itx: But I suspect many easy coasters here are going to have it much colder come later this month
[12:20:30] <XXCoder> polar votex is coming back
[12:20:34] <XXCoder> north pole is too warm
[12:21:43] <Jymmm> What, Santa hasn't outsourced mass production to China yet?
[12:22:11] <XXCoder> Santa isn't American coprp
[12:22:17] <XXCoder> and Santa has cheap labor
[12:22:26] <Jymmm> Elf's are cheaper than than china child labor?
[12:22:29] <XXCoder> so he wont outsource to china anytime soon
[12:22:52] <XXCoder> probably. lol
[12:23:10] <Jymmm> ah
[12:23:34] <XXCoder> http://smbc-comics.com/index.php?db=comics&id=842#comic
[12:23:41] <XXCoder> good old smbc
[12:27:14] -!- R2E4_ has quit [Read error: Connection reset by peer]
[12:31:10] -!- gaute has quit [Quit: Page closed]
[12:31:50] -!- gaute_ has quit [Client Quit]
[12:36:17] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[12:38:37] -!- R2E4_ has quit [Read error: Connection reset by peer]
[12:46:31] <Wolf_Mill> yay... cold weather, I need to get a pallet of pellets
[12:47:16] * jthornton needs to fire up the green hornet
[12:47:19] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[12:47:53] -!- theorbtwo has quit [Remote host closed the connection]
[12:48:29] <gonzo_> for my woodburner in the workshop, I just got a pallet of pallets
[12:48:41] <jthornton> http://gnipsel.com/images/splitter/splitter-28.jpg
[12:49:07] <jthornton> http://gnipsel.com/images/splitter/splitter-27.jpg
[12:49:27] <Wolf_Mill> too much lifting...
[12:49:50] <gonzo_> nice toy
[12:49:56] <jthornton> it has a power lift now
[12:50:07] <Wolf_Mill> some day I'll bother to make a inverted splitter to attach to the bobcat
[12:50:09] <gonzo_> nice place to live
[12:50:11] <jthornton> or I use the deere bucket
[12:50:17] -!- theorbtwo [theorbtwo!~theorb@cpc81866-swin19-2-0-cust48.3-1.cable.virginm.net] has joined #linuxcnc
[12:50:25] <jthornton> that's my neighbors house
[12:50:30] -!- micges_ [micges_!~micges@adaq150.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[12:51:20] <_methods> oh man i would have killed to have a log splitter when i was a kid
[12:51:37] <_methods> i was the log splitter lol
[12:51:38] <Wolf_Mill> for a while we were using the excavator w/ hydraulic thumb to "split" wood :D
[12:52:21] <jthornton> I split with a double blade axe until I built the green hornet
[12:52:44] <_methods> is that aftermarket wood staging area i see on the back
[12:52:54] <_methods> hehe
[12:53:31] <_methods> oh i didn't see the 2nd pic
[12:53:47] <_methods> that's one spiffy splitter
[12:54:22] -!- micges has quit [Ping timeout: 260 seconds]
[12:54:42] <Wolf_Mill> damn, dont have the pic of us cutting firewood in the house last winter
[12:54:44] <jthornton> I'd been wanting to build one for years and finally got enough junk to put one together
[12:55:16] <_methods> well all that "junk" made a damn nice splitter
[12:55:23] <_methods> did you draw it all up?
[12:56:33] <jthornton> yea in SW
[12:56:45] <_methods> you post up the files?
[12:56:58] <jthornton> the top of the beam was from a 12 tall beam that I cut down and added back the curve part
[12:57:23] <Wolf_Mill> http://i.imgur.com/VNIP9mV.jpg no spitting needed...
[12:58:10] <_methods> jesus what is that the torture chamber addition
[12:58:36] <Wolf_Mill> thats the old floor joists in the front half of my house...
[12:59:17] <_methods> hahah thank god
[12:59:25] <_methods> thought you were showin us your serial killer room
[12:59:33] <Wolf_Mill> almost 200 yrs old
[13:00:00] <_methods> you able to reclaim any of the joists?
[13:00:05] <_methods> or were they all shot?
[13:00:44] <Wolf_Mill> most of the ends are termited, middle were eatin out as well
[13:00:54] <_methods> that sucks
[13:01:05] <Wolf_Mill> saving some of the good wall studs tho
[13:02:20] <_methods> that looks like quite an undertaking
[13:02:53] <Wolf_Mill> yeah, I had a feeling the house needed some work when I bought it, but not this much lol
[13:04:33] <_methods> old lath walls?
[13:04:42] <Wolf_Mill> yup
[13:04:45] <_methods> ugh
[13:04:56] <Wolf_Mill> took all that crap out in the first 2 months
[13:05:43] <Wolf_Mill> seems no one wanted to touch that stuff, electrical and plumbing inthe house was a mess due to it
[13:05:50] <_methods> you have to rewire everything?
[13:06:06] <Wolf_Mill> yup, was only 5 outlets in the whole house
[13:06:13] <_methods> heh
[13:06:17] <_methods> ouch
[13:07:07] <Wolf_Mill> even better the back half of the house didnt have a foundation under it
[13:07:34] <_methods> man
[13:07:49] <MrSunshine> heh clean ballscrew == new machine =)
[13:07:55] <MrSunshine> it goes a heck of alot smoother in Y axis =)
[13:07:59] <_methods> lol
[13:08:11] <MrSunshine> the gunk i cleaned out of that nut was enough to fill two of them i think :P
[13:08:12] <Wolf_Mill> hah that usually helps
[13:09:00] <Wolf_Mill> I put my X2 build on hold till I get the 2nd floor upstairs done
[13:09:34] <Wolf_Mill> need to move the mini-mill/lathe bench out of the kitchen lol
[13:09:45] <MrSunshine> meh!
[13:09:52] <MrSunshine> what man does not have a lathe and mill in the kitchen?!
[13:10:00] -!- TurBoss [TurBoss!~jauria@31.146.135.37.dynamic.jazztel.es] has joined #linuxcnc
[13:10:08] <_methods> one who has them in the garage?
[13:10:22] <jthornton> _methods, if I can figure out how to schedule a ftp upload at night
[13:10:31] <MrSunshine> then you have to run out there when you feel the groove comming on while making food
[13:10:36] <Wolf_Mill> thats not the problem, I need it out so I can pour the gipcrete floor in the kitchen
[13:10:53] <_methods> ahh yeah sorry forgot you have limited bandwidth
[13:11:01] <MrSunshine> Wolf_Mill: ah
[13:11:17] <Wolf_Mill> heat would be nice in here this winter lol
[13:12:05] <jthornton> guess it is time to learn cron lol
[13:12:21] <Wolf_Mill> plus more room upstairs, converting the front upstairs part of the house in to 15x25' lab/office space
[13:12:47] <_methods> yeah use cron and rsync
[13:15:32] <archivist_herron> I dont have a mill in the kitchen!
[13:15:32] -!- R2E4_ has quit [Read error: Connection reset by peer]
[13:15:49] <archivist_herron> 3 lathes yes :)
[13:19:07] <jthornton> I think this will work http://www.cyberciti.biz/faq/linux-unix-autologin-cron-ftp-script/
[13:21:00] -!- theorbtwo has quit [Ping timeout: 272 seconds]
[13:22:03] <Wolf_Mill> hmm, maybe I dont like this new laser level, now I know somehow I fucked up and one wall is 1/2" higher in the kitchen lol
[13:24:41] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[13:26:42] -!- R2E4_ has quit [Read error: Connection reset by peer]
[13:27:18] <Wolf_Mill> or not.. totally diffrent problem >.<
[13:27:31] <Sync> :D
[13:28:32] <Wolf_Mill> I did the framing wrong on one of the doors, and its bowing down 1/2" lol
[13:29:37] <Sync> lul
[13:31:37] <Wolf_Mill> oops :D
[13:33:27] <Sync> it happens™
[13:33:52] <Wolf_Mill> yup, not too hard to fix
[13:35:39] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[13:37:59] -!- R2E4_ has quit [Read error: Connection reset by peer]
[13:38:59] micges_ is now known as micges
[13:41:44] -!- SEL [SEL!~SEL@net77-43-27-64.mclink.it] has joined #linuxcnc
[13:42:00] -!- SEL has quit [Client Quit]
[13:45:51] <jthornton> I get an error with my upload script that I can't understand what I did wrong http://pastebin.com/iu6yyKKS
[13:46:39] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[13:48:43] -!- R2E4_ has quit [Read error: Connection reset by peer]
[13:55:02] <_methods> it might be the user cron runs as
[13:55:28] <_methods> oh nm cron is not running that?
[13:56:25] -!- quiqua has quit [Quit: quiqua]
[13:57:37] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[13:58:23] <archivist_herron> Wolf_Mill, I was helping fit a door on a leaning house last Wednesday, 6mm gap at to of door, 40mm at the bottom ish, half the house is built on coal and no foundations
[14:01:46] <Wolf_> nice
[14:01:46] -!- R2E4_ has quit [Read error: Connection reset by peer]
[14:02:08] -!- tswartz has quit [Ping timeout: 265 seconds]
[14:02:35] <JT-Shop> I was just running from a terminal to test it out
[14:09:14] <_methods> i don't think that "you" are the user when you run a script
[14:09:21] <_methods> so it may not have access to that dir
[14:10:58] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[14:11:24] <JT-Shop> oh, make it shared?
[14:11:36] <JT-Shop> let me go try that
[14:11:37] <_methods> i could be wrong and probably am
[14:11:48] <_methods> but that would be the first thing i check
[14:11:51] -!- FinboySlick [FinboySlick!~shark@74.117.40.10] has joined #linuxcnc
[14:11:57] <JT-Shop> makes sense
[14:15:30] -!- R2E4_ has quit [Read error: Connection reset by peer]
[14:16:24] <jthornton> nope, same error :(
[14:16:28] <_methods> hmm
[14:16:33] * jthornton goes back to the shop
[14:24:24] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[14:26:39] -!- R2E4_ has quit [Read error: Connection reset by peer]
[14:35:25] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[14:37:36] -!- R2E4_ has quit [Read error: Connection reset by peer]
[14:45:28] -!- choonway [choonway!~choonway@101.100.164.69] has joined #linuxcnc
[14:46:26] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[14:48:44] -!- R2E4_ has quit [Read error: Connection reset by peer]
[14:52:43] -!- Timbo_ has quit [Changing host]
[14:52:43] -!- Timbo_ [Timbo_!~tma@tremulous/developer/timbo] has joined #linuxcnc
[14:52:47] Timbo_ is now known as Timbo
[14:56:23] -!- jduhls_ has quit [Remote host closed the connection]
[14:57:24] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[14:59:42] -!- R2E4_ has quit [Read error: Connection reset by peer]
[15:02:54] -!- asdfasd [asdfasd!~332332@90.194.75.33] has joined #linuxcnc
[15:08:27] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[15:10:34] -!- zivester has quit [Ping timeout: 272 seconds]
[15:10:46] -!- R2E4_ has quit [Read error: Connection reset by peer]
[15:14:55] -!- WZL has quit [Read error: Connection reset by peer]
[15:16:58] -!- TurBoss [TurBoss!~jauria@31.146.135.37.dynamic.jazztel.es] has parted #linuxcnc
[15:19:13] -!- WZL [WZL!~dhweizel@200.123.98.10] has joined #linuxcnc
[15:19:25] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[15:21:53] -!- R2E4_ has quit [Read error: Connection reset by peer]
[15:30:28] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[15:32:42] -!- R2E4_ has quit [Read error: Connection reset by peer]
[15:37:15] -!- gaute has quit [Ping timeout: 246 seconds]
[15:41:26] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[15:43:39] -!- R2E4_ has quit [Read error: Connection reset by peer]
[15:50:56] -!- ivansanchez has quit []
[15:52:26] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[15:54:47] -!- R2E4_ has quit [Read error: Connection reset by peer]
[16:00:19] -!- Audioburn has quit [Ping timeout: 240 seconds]
[16:03:28] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[16:05:40] -!- R2E4_ has quit [Read error: Connection reset by peer]
[16:10:39] il is now known as Xo
[16:14:29] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[16:16:39] -!- R2E4_ has quit [Read error: Connection reset by peer]
[16:25:28] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[16:25:47] <archivist> R2E4_ needs a real wire connection
[16:27:52] -!- R2E4_ has quit [Read error: Connection reset by peer]
[16:28:33] <JT-Shop> I'm running 12:1 on my coolant, does the form tap work with normal coolant?
[16:33:38] <archivist> I imagine a reduction it tape life depending on material
[16:33:48] <archivist> in tap
[16:35:09] <JT-Shop> it's aluminum 7075
[16:36:32] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[16:38:39] -!- Tecan has quit [Ping timeout: 255 seconds]
[16:38:39] -!- R2E4_ has quit [Read error: Connection reset by peer]
[16:39:13] -!- Tecan [Tecan!~fasdf@unaffiliated/unit41] has joined #linuxcnc
[16:46:36] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-58-3.fv.ks.cox.net] has joined #linuxcnc
[16:47:27] <MacGalempsy> morning all
[16:47:33] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[16:49:50] -!- R2E4_ has quit [Read error: Connection reset by peer]
[16:51:37] <DaPeace> hey guys, short question. i have one hardwarebutton and i want to switch between manual and automatic-mode in gmoccapy.. there is no "state-pin" for checking if gmoccapy is on manual or automatic-mode.. i simply need to trigger button 3 or button 5.. any hints how to do thaT?
[16:52:59] -!- Guest13353 has quit [Ping timeout: 240 seconds]
[16:53:21] * JT-Shop knows nothing about gmoccapy
[16:53:48] <DaPeace> but maybe a little about hal-programming?
[16:54:13] <micges> DaPeace: halui have pins showing current mode
[16:54:14] <_methods> yeah the tap will work fine with coolant
[16:54:14] <cradek> halui can switch modes. you should hook your buttons to that.
[16:54:45] <DaPeace> hmm.. ive tried that.. but it is not switching mode in the gui of gmoccapy
[16:55:46] <DaPeace> gmoccapy has button-pin gmoccapy.v-button-3 and v-button-5 that i need to toggle between and i cant really figure out how that would work the easiest way.. only find examples that need a status-pin..
[16:57:25] <JT-Shop> are the buttons connected in hal now?
[16:57:46] <DaPeace> nope.
[16:58:31] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[16:58:37] <DaPeace> but i think i see how to do that.. maybe i try to do it same way like pause/resume.. that could work..
[16:58:54] -!- Tecan has quit [Ping timeout: 255 seconds]
[16:59:26] -!- Tecan [Tecan!~fasdf@unaffiliated/unit41] has joined #linuxcnc
[17:01:02] <JT-Shop> you need toggle2nist for that
[17:01:46] -!- theorbtwo [theorbtwo!~theorb@cpc81866-swin19-2-0-cust48.3-1.cable.virginm.net] has joined #linuxcnc
[17:02:52] <DaPeace> awesome.. got it.. sometimes "doing" is better than "search the easiest way to get it working"..
[17:03:56] <anomynous_> whats the best short caliper one can find?
[17:04:15] <DaPeace> another question.. is it possible to use the pause/resume-button as cycle-start-button too?
[17:04:45] <JT-Shop> start/stop?
[17:04:52] <JT-Shop> I would assume so
[17:05:00] <DaPeace> more something like start/pause/resume
[17:06:03] <JT-Shop> I assume you could check for stopped, running and paused
[17:06:04] -!- LeelooMinai [LeelooMinai!~leeloo@184.175.46.197] has joined #linuxcnc
[17:08:32] <DaPeace> i think this kind of triple-check of signals is too much for me.. i know that it shouldnt be a real problem but i think i need toggle, toggle2nist and2 or2 and all that stuff for that..
[17:09:26] <JT-Shop> there is an example on the forum
[17:10:08] <DaPeace> could you give me the link?
[17:10:53] <JT-Shop> pause resume site:linuxcnc.org
[17:12:50] <DaPeace> hmm thanks.
[17:13:33] <DaPeace> but i dont find anything about three signals.. only pause/resume.. no start/pause/resume
[17:13:49] <JT-Shop> yea I've only seen 2
[17:14:30] <DaPeace> maybe i ask at the forum.
[17:14:55] <JT-Shop> yea folks have more time to think and answer on the forum
[17:15:45] <DaPeace> thank you anyway
[17:16:27] <JT-Shop> np, I just didn't have time to give long answers right now
[17:17:31] <DaPeace> normaly i dont bother people with questions that could easily be answered by google.. but linuxcnc is a little tricky and not so well documented.
[17:18:11] * JT-Shop cries
[17:21:10] <cradek> my experience is that people who say that haven't looked at the actual docs in much depth. if you just start with google it would be easy to miss the good actual docs.
[17:21:34] <cradek> a web forum is not documentation
[17:21:47] <DaPeace> main problem is that for a noob like me, the documentation is some kind of rocketscience..
[17:24:10] -!- R2E4_ has quit [Read error: Connection reset by peer]
[17:24:16] * JT-Shop goes to lunch real sad
[17:24:46] <pcw_home> :-(
[17:25:59] -!- Connor [Connor!~Connor@c-67-187-108-117.hsd1.tn.comcast.net] has parted #linuxcnc
[17:25:59] -!- Xo has quit [Ping timeout: 240 seconds]
[17:27:07] -!- maxcnc [maxcnc!~chatzilla@ip5f58605c.dynamic.kabel-deutschland.de] has joined #linuxcnc
[17:28:49] -!- user [user!~user@host-92-28-110-29.as13285.net] has joined #linuxcnc
[17:28:53] <maxcnc> DaPeace: its learning by doing and it is quit easy forwarding
[17:29:13] user is now known as Guest47378
[17:30:01] <DaPeace> yeah i know. after building the machine for the last year im now on my way to discover the hal-stuff..
[17:30:21] <maxcnc> what mashine is it
[17:30:23] <ssi> there's a learning curve, but once you get there you'll be able to do all kinds of stuff :)
[17:30:33] <DaPeace> its a gantry-mill
[17:30:45] <maxcnc> gantry on xy or only x
[17:30:53] <DaPeace> xy
[17:31:17] <maxcnc> so 5 Engines on xyz
[17:31:53] <DaPeace> no. i have 4. two for x, 1 for z and y
[17:32:15] <DaPeace> and one for a too
[17:32:16] <maxcnc> is it a stepper system
[17:32:31] <DaPeace> yes. ive shopped around in china a bit ;-)
[17:32:44] <maxcnc> ah Leadshine 542 ?
[17:32:56] <DaPeace> no. i use the tb6600-stepperdriver
[17:33:03] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[17:33:04] <DaPeace> without encoder-feedback..
[17:33:05] <maxcnc> not bad at all
[17:33:31] <DaPeace> no. and i must say, the tb6600 arnt that bad..
[17:33:36] <maxcnc> SO why do you use gantryskins its more easy to only set the commands out to the pins
[17:34:38] <DaPeace> i dont really understand what you mean.. not a native speaker.. gantryskins?!?
[17:35:43] <maxcnc> the hal is basicly loading a net with a event and forwarding it to a pinoutput or a event in the gui
[17:36:04] <DaPeace> yea. i know
[17:36:23] <maxcnc> so your problem is where in halui connecting buttons
[17:36:43] <DaPeace> more or less.. yes..
[17:36:44] <maxcnc> the logs say somthing like Pause/resume
[17:37:00] <maxcnc> you can do logics with and or
[17:37:05] <DaPeace> yep. pause-resume is working.. but want to add cycle-start to the same button..
[17:37:30] <maxcnc> then its best to use Multiclick
[17:37:46] <maxcnc> there you got 7options on one button
[17:37:50] <DaPeace> ive opened a thread in forum for that too.. did not find any example how to add 3 different states to one button
[17:38:14] <DaPeace> multiclick? how das that work? any example or something to read for me?
[17:38:14] <_methods> one button to rule them all
[17:38:17] <maxcnc> i do that al the time on my HB04
[17:39:15] <maxcnc> i got 8 functions one the STEP button to set the speed and direct via MPG ore Jogbuttons
[17:39:52] <maxcnc> DaPeace: http://linuxcnc.org/docs/html/man/man9/
[17:40:00] <maxcnc> here are more comen infos
[17:40:02] <DaPeace> yeah. im really sure with the given methods its not impossible to do that.. but im about to discover how that would work.. *g*
[17:40:15] <maxcnc> add that side to your Faf list
[17:40:39] <maxcnc> look at multiclick
[17:40:39] <DaPeace> ahh.. multiclick.. ok. thats something we have at our machines at work too..
[17:41:42] <DaPeace> thanks for the tip.. thats not really what i was searching for but might be usefull for some other stuff at the machine..
[17:41:45] <maxcnc> is for safty reasens
[17:41:54] <maxcnc> only start the mashine on 2clicks
[17:42:04] <maxcnc> but one one click Estop ;-)
[17:42:19] <maxcnc> look also at updown
[17:42:25] <DaPeace> problem is that i need something like "if machine is idle -> start it, if machine is started -> pause it, if machine is paused -> resume it" and the missing part for me is the first..
[17:42:34] <maxcnc> your button triggers a updown Var
[17:43:39] <maxcnc> DaPeace: somthing like that net button-start-pause xhc-hb04.button-start-pause => flipflop_pause.clk flipflop_resume.clk flipflop_run.clk
[17:44:40] <DaPeace> yes
[17:45:34] <Erant> I'm setting up a 5i25 with a 7i78, but it looks like the firmware doesn't come with LinuxCNC?
[17:46:10] <pcw_home> the firmware is in the 5I25 card
[17:46:39] <maxcnc> DaPeace: http://pastebin.com/84QZhyHn
[17:46:40] <pcw_home> (and if you need to change it you use the mesaflash utility)
[17:47:20] <Erant> What's the default?
[17:47:25] <_methods> i guess that explains why it doesnt come with linuxcnc lol
[17:47:26] <maxcnc> Erant: what Linuxcnc versin are you on
[17:47:32] <Erant> Latest release
[17:47:34] <Erant> 2.7?
[17:47:51] <maxcnc> that shoudt work out of the box
[17:47:55] <Erant> There's a little dropdown list in the pncconf that says "Firmware"
[17:48:13] <Erant> And it lists about 5 combos of 7i76 and other boards.
[17:49:35] <DaPeace> maxcnc: do i need to load that flipflop-components?
[17:49:43] <maxcnc> yes
[17:49:52] <maxcnc> and dont forget the servotreads
[17:50:03] <pcw_home> I doubt there is 7I78 support on pncconf
[17:50:29] <maxcnc> loadrt flipflop names=flipflop_resume,flipflop_pause,flipflop_run,flipflop_icon
[17:50:30] <maxcnc> addf flipflop_resume servo-thread
[17:50:32] <maxcnc> addf flipflop_pause servo-thread
[17:50:32] <pcw_home> you are going to have to suart with an example hal file and edit to suit
[17:50:33] <maxcnc> addf flipflop_run servo-thread
[17:50:38] <DaPeace> ok.. i will copy that.. i have powered off the machine already. i will try tomorrow.
[17:51:15] <maxcnc> DaPeace: did you get the last 3 lines from me
[17:51:18] <DaPeace> yes
[17:51:38] <DaPeace> thank you very much. will try that out. didnt know that flipflop-component
[17:51:41] <JT-Shop> _methods, need to chamfer the hole or it leaves a lip but taps nice
[17:52:05] <_methods> yeah taps'll do that
[17:52:12] <maxcnc> DaPeace: go throu the man9 pages
[17:52:29] <_methods> i always chamfer them to help tap on entry anyways
[17:52:37] <DaPeace> maxcnc: xhc-hb04 is your button-pin right?
[17:52:45] <maxcnc> yes
[17:53:04] <DaPeace> ok. thank you will try that out.
[17:53:22] <maxcnc> NP
[17:53:27] <JT-Shop> I tapped air for a few times till I was happy it wouldn't over shoot
[17:53:40] <_methods> yeah good idea
[17:54:15] <maxcnc> DaPeace: my user hal without postgui now has pased the line 200 mark
[17:54:36] <DaPeace> ok.. thats a little little more than mine :-D
[17:54:52] <maxcnc> and i oly got 18buttons in real
[17:54:59] -!- jduhls has quit [Ping timeout: 240 seconds]
[17:55:38] <DaPeace> 18 is a lot. i only got 9 + potis for feed
[17:56:10] <maxcnc> did you look at the XHC hb04 control ist worth the money
[17:57:55] <DaPeace> i think i will stay with my 9 buttons. i think about getting a small touchscreen
[17:58:08] <DaPeace> gmoccapy is really nice for using it by touchscreen
[17:58:31] <maxcnc> i now even dont need to load the NC code at the PC its all on the pendand from cad2camtomashine all one nc file
[18:02:21] -!- R2E4_ has quit [Read error: Connection reset by peer]
[18:02:35] <DaPeace> maxcnc: http://www.bilder-upload.eu/show.php?file=3058ed-1446833941.jpg
[18:02:44] -!- b_b has quit [Remote host closed the connection]
[18:03:22] <DaPeace> my "masterpiece" :-D
[18:04:17] <cradek> yikes is that an unprotected ballscrew?
[18:04:50] <cradek> balls don't appreciate rolling over schmutz
[18:06:19] <maxcnc> some like it the hard way
[18:06:20] <CaptHindsight> cradek: have you bee taken over by an older Jewish grandfather? :)
[18:06:32] <cradek> those big buttons look useful
[18:06:46] <maxcnc> you simply cand mis them
[18:08:30] <CaptHindsight> maxcnc: what kind of spindle is that?
[18:09:14] <DaPeace> cradek: yeah. unprotected at the moment. i think about how to cover them..
[18:09:36] <CaptHindsight> DaPeace: what kind of spindle is that?
[18:09:46] <DaPeace> 1.5kw air cooled chinese one
[18:10:31] <DaPeace> ive upgraded it some weeks ago and i must say it kicks asses compared to the 400w-spindle before
[18:11:17] <maxcnc> seams as a OEM huanyu
[18:11:23] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[18:13:51] -!- R2E4_ has quit [Read error: Connection reset by peer]
[18:15:56] -!- Audioburn has quit [Quit: github.com/audioburn]
[18:16:39] -!- duc [duc!~AndChat40@2600:100b:b122:5a0:0:49:b03f:9701] has joined #linuxcnc
[18:16:51] <DaPeace> yes. possible. has no numberplate on it. the inverter was huanyang. it was defect so i bought one from sourcetronic
[18:18:02] <DaPeace> next step is to modify the z-axis to ballscrew and the a-axis to work and thats it..
[18:21:24] <duc> For a servo drives with absolute encoders and drives that output a quad single, does it matter what the absolute encoders say if system can be homed out at startup
[18:22:20] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[18:24:27] -!- R2E4_ has quit [Read error: Connection reset by peer]
[18:25:09] <Erant> k, seems to all work.
[18:25:19] <Erant> 'cept for the directional control on my Y axis. Probably just a poor solder joint
[18:26:21] <Erant> pcw_home: I used pncconf and just did the single 7i76 and changed the number of stepgens to 4.
[18:26:39] <Erant> I'll modify the hal file to match.
[18:28:07] <Erant> Ah, yep. Cold solder joint.
[18:31:23] <maxcnc> duc: https://groups.google.com/forum/#!topic/machinekit/GT6P-rw64AM
[18:32:30] -!- pcw_home has quit [Ping timeout: 255 seconds]
[18:33:23] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[18:36:02] <duc> Interesting read. The yaskawa drives do not output the absolute position back to linuxcnc but outputs incremental code it seems
[18:37:35] <maxcnc> the extra drives or somthing else
[18:38:41] <maxcnc> i use them in Camera systems for longtime works on there own as they can be preprogrammed in the drives to behave on 6month time
[18:39:18] <duc> 6 month time?
[18:39:36] -!- pcw_home [pcw_home!~chatzilla@c-50-143-148-115.hsd1.ca.comcast.net] has joined #linuxcnc
[18:39:48] <maxcnc> yes example on brige building the development of the pushing
[18:42:26] -!- R2E4_ has quit [Read error: Connection reset by peer]
[18:44:37] <maxcnc> im off BYE
[18:44:41] -!- maxcnc has quit [Quit: ChatZilla 0.9.92 [Firefox 41.0.2/20151015172900]]
[18:51:20] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[18:53:35] -!- R2E4_ has quit [Read error: Connection reset by peer]
[18:55:19] <ReadError> isnt maxcnc that guy that like, moved to the woods for a while
[18:58:58] <JT-Shop> just got finished form tapping all the holes and the special drill bit shows up lol
[19:01:48] <ssi> lol naturally
[19:02:19] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[19:04:36] -!- R2E4_ has quit [Read error: Connection reset by peer]
[19:08:43] -!- grummund [grummund!~user@unaffiliated/grummund] has parted #linuxcnc
[19:10:43] * JT-Shop likes form tapping as much as go
[19:13:21] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[19:15:33] -!- R2E4_ has quit [Read error: Connection reset by peer]
[19:20:45] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[19:21:21] -!- SpeedEvil [SpeedEvil!~quassel@tor/regular/SpeedEvil] has joined #linuxcnc
[19:22:47] -!- SEL [SEL!~SEL@net77-43-27-64.mclink.it] has joined #linuxcnc
[19:23:05] -!- SEL has quit [Client Quit]
[19:24:19] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[19:26:35] -!- R2E4_ has quit [Read error: Connection reset by peer]
[19:34:43] <ssi> JT-Shop: :D
[19:34:52] <ssi> I want to try form tapping
[19:35:22] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[19:35:51] <_methods> you get way better tap life that's for sure
[19:36:54] <_methods> i don't think you're supposed to use them for aerospace stuff either
[19:37:07] <_methods> i was just reading that the other day
[19:37:14] <_methods> not sure why on that though
[19:37:31] <_methods> medical and food grade i can understand but aerospace i have no idea
[19:40:22] -!- R2E4_ has quit [Read error: Connection reset by peer]
[19:44:52] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc
[19:49:04] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[19:49:18] <Erant> It jogs, it cuts. Ship it.
[19:49:48] <Erant> Little bit more backlash in the system than I'd like, but I haven't done any tuning yet (0.003" on one, 0.006" on the other axis)
[19:50:40] <CaptHindsight> _methods: it might not be expensive enough for aerospace :)
[19:50:59] -!- RootB has quit [Read error: Connection reset by peer]
[19:52:09] <mozmck> yeah, have to keep the price up to keep the riff-raff out.
[19:52:47] <CaptHindsight> "all tooling used for aerospace applications must be purchased at movie theater concession stand pricing"
[19:53:27] <SpeedEvil> :)
[19:53:40] -!- ink has quit [Ping timeout: 272 seconds]
[19:53:42] <SpeedEvil> To be fair, butter is a decent tap lube.
[19:54:07] <_methods> heheh
[19:54:21] -!- skunkworks_ [skunkworks_!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc
[19:55:41] <Tom_itx> _methods, maybe their tests show they don't hold as well as tapped holes
[19:56:08] <Tom_itx> SpeedEvil butter has many uses :)
[19:58:19] -!- R2E4_ has quit [Read error: Connection reset by peer]
[19:58:52] <_methods> ah i guess the threads fail in aluminum before cut threads do
[19:59:08] <_methods> http://www.practicalmachinist.com/vb/cnc-machining/form-tapping-no-no-aerospace-206937/index2.html
[19:59:18] <_methods> no idea how much of the info is legit
[20:01:40] <_methods> hahahahhahah
[20:01:49] <_methods> "I think any design that fails on it being a cut vs form thread, is cutting it pretty f-king close and I wouldn't wanna be anywhere near it either way... "
[20:03:36] <_methods> guess the moral of the story is follow the print specs for the part
[20:07:14] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[20:09:20] -!- R2E4_ has quit [Read error: Connection reset by peer]
[20:15:22] -!- theorbtwo has quit [Remote host closed the connection]
[20:18:12] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[20:20:30] -!- R2E4_ has quit [Read error: Connection reset by peer]
[20:23:09] -!- andypugh [andypugh!~andypugh@cpc14-basl11-2-0-cust1010.20-1.cable.virginm.net] has joined #linuxcnc
[20:28:30] -!- KimK_laptop has quit [Ping timeout: 272 seconds]
[20:29:12] -!- R2E4_ [R2E4_!~IceChat9@modemcable164.157-20-96.mc.videotron.ca] has joined #linuxcnc
[20:31:35] -!- R2E4_ has quit [Read error: Connection reset by peer]
[20:31:43] -!- SEL [SEL!~SEL@net77-43-27-64.mclink.it] has joined #linuxcnc
[20:33:22] -!- RoyBellingan has quit [Quit: Konversation terminated!]
[20:34:00] -!- SEL has quit [Client Quit]
[20:39:53] -!- KimK_laptop [KimK_laptop!~Kim@wsip-70-186-238-216.ks.ks.cox.net] has joined #linuxcnc
[20:39:54] -!- zivester has quit [Ping timeout: 246 seconds]
[20:47:00] -!- skunkworks has quit [Ping timeout: 246 seconds]
[20:47:25] -!- skunkworks_ has quit [Ping timeout: 250 seconds]
[20:50:27] <andypugh> Can anyone think of a cunning way to tell approximately (to within 1mm) where you are on a leadscrew. The motor resolver can get the rest of the accuracy.
[20:51:01] <andypugh> It needs to be available from power-up.
[20:51:27] -!- anomynous_ has quit [Ping timeout: 246 seconds]
[20:51:42] <andypugh> Well, it doesn’t need to do anything, it’s just a “would be nice” as you can’t always run a lathe all the way to home, if there is a big workpiece mounted, for example.
[20:53:01] -!- anomynous [anomynous!~anomynous@37-33-148-202.bb.dnainternet.fi] has joined #linuxcnc
[20:54:06] <cradek> I've got a string potentiometer/encoder (?) in a junk box
[20:54:27] <cradek> it has an auto-retracting piece of wire with a loop on the end
[20:54:34] <cradek> maybe pulls out a foot
[20:55:20] <cradek> approximately like these, http://www.firstmarkcontrols.com/
[20:55:48] <cradek> seems a LOT easier to mount than any kind of linear scale
[20:56:09] <andypugh> I have thought of those, and I have a feeling that you could probably sneak the string inside the ball-screw telescoping spring
[20:56:31] <FinboySlick> andypugh: That story of mel thing you linked me a few days ago actually sounds like it would be the inspiration for TIS-100.
[20:56:34] <cradek> on the other hand, my lathe homes outward and I don't think I've ever found myself stuck
[20:56:46] <cradek> yes that would be a very nice place to put it
[20:57:04] <cradek> oh if it had a tailstock that sure wouldn't work
[20:57:34] <andypugh> My current one sometimes homes into the jaws of rhe 4-jaw, but it’s NEMA 23, so nothing bad happens. The Holbrook is going to have a 1kW servo.
[20:58:05] <andypugh> Yeah, I tend to always have a tailstock
[20:58:18] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-59-160.dhcp.jcsn.tn.charter.com] has joined #linuxcnc
[20:58:20] <cradek> how much travel is it?
[20:58:33] <andypugh> 500mm
[20:58:41] <FinboySlick> andypugh: If you want to go fancy/complicated, you could grab a cheap webcam and a strip of random noise. OpenCV would be able to tell you which part is in front of the camera.
[20:58:49] <cradek> darn, pretty sure that's more than the one I have
[20:59:29] <andypugh> I have thought of a barcode. Something like Renishaw Reolute
[20:59:32] <cradek> but it's just a clockspring and a pulley and that flexy braided steel cable. you could just make one.
[21:00:03] <cradek> heck put a resolver on it, and gear it so you get one turn (or whatever) for full travel
[21:00:08] <andypugh> stainless steel fishing line
[21:00:16] <cradek> yeah
[21:00:23] <andypugh> I do have spare resolvers. Hmmm
[21:00:38] <andypugh> It would need gearing of some sort
[21:00:40] <cradek> and a spare channel to read one?
[21:00:54] <andypugh> Yes, I have 6 channels on the 7i49 and only two axes
[21:00:55] <cradek> yeah certainly needs gearing
[21:01:02] <FinboySlick> andypugh: Does your lathe have a rack?
[21:01:03] <WZL> you want something ready made or a hack?
[21:01:20] <andypugh> Either. An interesting hack would be interesting.
[21:01:33] <cradek> sonar!
[21:01:37] <FinboySlick> Interesting hack is interesting.
[21:01:39] <bz> newb machining question incoming: do onion tables allow my cnc mill to make perfectly round parts and do dead-center things?
[21:02:09] <cradek> I don't know what an onion table is
[21:02:14] <andypugh> BRB
[21:02:17] <FinboySlick> Trunion table?
[21:02:19] <WZL> I made racing simulators. we use a string , a drum , and a magnetic encoder ic from ams, but the resolution is about 10 bits
[21:02:40] <bz> trunnion* table, sorry
[21:03:27] <cradek> bz: ok I know what that is, but I have no answer for your question
[21:03:46] <cradek> it seems like you have a much more detailed question in mind but haven't asked it yet :-)
[21:04:25] <bz> not really
[21:04:39] <cradek> what shapes are you trying to cut?
[21:04:53] <bz> i'd like to mill a moineau rotor, but i don't think my un-cnc lathe has the juice
[21:04:59] <_methods> ob-la-di ob-la-da
[21:05:23] <bz> the red part of http://www2.mat.dtu.dk/people/J.Gravesen/MoineauPump/hypoepi4_3-animate3.gif
[21:05:26] <bz> cradek: ^
[21:05:34] <_methods> had to look that one up
[21:05:48] <bz> yeah, it's as exotic as it's cool
[21:05:48] <_methods> poop pump
[21:06:08] <cradek> that looks tricky
[21:06:16] <_methods> tricky indeed
[21:06:19] <CaptHindsight> http://www.migatron.com/high-accuracy-sensor/ ±0.002″ or 0.05% of range to 16"
[21:06:25] <bz> it's basically a three-thread cylinder
[21:06:40] <cradek> a custom form tool could do it with a simple rotary table
[21:06:55] <cradek> so could a ball end mill, with more complex gcode
[21:07:00] <bz> yes
[21:07:05] <cradek> seems like you could cut it on a lathe too
[21:07:15] <_methods> live tooling lathe
[21:07:16] <cradek> are you sure it's not a lathe part?
[21:07:32] <cradek> grind yourself some HSS and go to it
[21:07:41] <WZL> andypugh: a lidar? https://www.sparkfun.com/products/13680
[21:07:42] <bz> cradek: what's hss?
[21:07:44] <_methods> should be able to do it with a 4th axis and a ball mill
[21:08:27] <FinboySlick> bz: High Speed Steel.
[21:08:27] <cradek> yeah there are all sorts of ways to do this, and I don't see how a trunnion table could help with any of them
[21:09:37] <_methods> making the chamber for it would be a whole other animal though
[21:09:49] <cradek> no kidding
[21:10:35] <_methods> i guess it would probably be cast normally or something
[21:10:55] <FinboySlick> _methods: sinker edm with rotating head :)
[21:11:00] <_methods> yeah
[21:11:04] <_methods> big sinker lol
[21:11:15] <anomynous> bz, they sell hss bars from which you can grind your own tools for lathe.... or mill, too.
[21:13:33] <anomynous> why is high speed steel so high speed. It's slooooow. Carbide is faster.
[21:15:05] <bz> hm
[21:15:16] <bz> i just realized that making the stator's gonna be essentially impossible
[21:15:33] <_methods> will be very difficult
[21:16:04] <_methods> you could make it in 2 halves
[21:16:24] <_methods> but i'm guessing over time that seam would probably be a source of issue
[21:16:42] <_methods> depending on the fluid/solid being pumped
[21:16:43] <bz> the stator is made of rubber
[21:16:59] <bz> so it'd be cast, so as long as the inner piece of the cast is unseamed, we're fine
[21:17:46] <bz> (if that made sense)
[21:18:00] <_methods> you would have to cast it for sure
[21:19:02] <bz> okay but back to my original question: are trunnions a viable way to make dead-center holes?
[21:19:23] <_methods> a trunion table is just a trunion table
[21:19:35] <_methods> has nothing to do with making "dead-center" holes
[21:19:47] <XXCoder> I saw video on lapping
[21:19:52] <XXCoder> it made REAL smooth hole
[21:20:08] <XXCoder> dunno about centering on that too
[21:20:08] <cradek> bz: can you ask your question in a different way? it doesn't make it clear what you are asking.
[21:22:34] <bz> cradek: i'd like to make a motor shaft adapter
[21:23:18] <anomynous> really cocentric center hole is made by machining it during the same clamp in lathe jaws as outside diameter was done, if thats what youre asking. Using a dial gets you close also.
[21:23:20] <bz> cradek: however, the smaller of the lathes has suffered some damage and as a result some centering issues
[21:23:33] <bz> cradek: the smaller of the two lathes we have, that is
[21:23:42] <cradek> what kind of motor shaft adapter?
[21:23:50] <bz> shaft to square drive
[21:23:57] <bz> those square drives are such a pita, seriously
[21:27:06] <anomynous> or... indicate in four jaw chuck. Or, make hole first, clamp from center and mill outside to square by using a rotary table and moving y or x axis only? ;D
[21:33:38] <andypugh> A rotary axis will make the parts just as concentrically as you set them up.
[21:34:38] <bz> andypugh: are you referring to how rigidly the axis is secured to the table?
[21:34:59] <andypugh> I think I could, in principle, make the stator on my lathe: https://www.youtube.com/watch?v=T4q8gCpeY1A
[21:35:13] <andypugh> Just need to add a phase-shift as the Z feeds
[21:36:38] <andypugh> If you are looking for an excuse to buy a rotary table, then of course you need one.
[21:36:53] <anomynous> andypugh, https://www.youtube.com/watch?v=pH3jWBnBmZo
[21:36:54] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[21:36:57] <MacGalempsy> well, I got 3dacademy.us lol
[21:37:17] <MacGalempsy> flyer is about ready, just need to order up the parts for the first build
[21:39:37] <andypugh> anomynous: Well, yes, but CNC means you can make any size of hex, or do a pentagon.
[21:40:14] <XXCoder> 120 sides
[21:40:18] <anomynous> andypugh, im not getting you. By cutting 1 m/min?
[21:41:44] <andypugh> I have actually used it: Hexagonal hole in the worm, hexagonal collar on the motor shaft, to make things as short as possible: https://picasaweb.google.com/lh/photo/4rkeONHiwTsx23-66qVmjdMTjNZETYmyPJy0liipFm0?feat=directlink
[21:43:15] <andypugh> anomynous: Well, yes, the relatively slow stepper on the X axis combined with the direct-drive headstock does mean that it’s a bit slow.
[21:43:53] <anomynous> if it works and does what you want
[21:43:56] <anomynous> :D
[21:49:05] <anomynous> i cant find a video. It had a lathe "turret" rotating in synch with the spindle, turning polygons
[21:49:07] <anomynous> ;D
[21:49:47] <andypugh> I know the one
[21:51:13] <andypugh> https://www.youtube.com/watch?v=KMdBIBzGtKI
[21:58:13] <andypugh> I like this. https://www.kickstarter.com/projects/1411369083/beeline-smart-navigation-for-bicycles-made-simple
[21:58:33] <andypugh> It matches the way I already use a GPS on the bikes (push and motor)
[21:59:17] -!- FinboySlick has quit [Quit: Leaving.]
[22:01:05] <SpeedEvil> https://xkcd.com/407/
[22:01:39] <andypugh> They should offer that as an option.
[22:02:46] <anomynous> SpeedEvil, ;D
[22:02:47] -!- Deejay has quit [Quit: Deejay]
[22:07:37] -!- Deejay [Deejay!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[22:07:42] -!- amiri_ has quit [Ping timeout: 260 seconds]
[22:10:15] -!- micges has quit [Read error: Connection reset by peer]
[22:15:37] -!- micges [micges!~micges@adaq150.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[22:25:14] -!- chillly has quit [Quit: Ex-Chat]
[22:31:09] -!- zivester has quit [Ping timeout: 244 seconds]
[22:44:08] <Deejay> gn8
[22:49:00] -!- Deejay has quit [Ping timeout: 255 seconds]
[22:59:26] -!- Nick001-shop [Nick001-shop!~chatzilla@50.107.173.207] has joined #linuxcnc
[23:16:01] -!- JT-Shop has quit [Read error: Connection reset by peer]
[23:16:01] -!- jthornton has quit [Read error: Connection reset by peer]
[23:16:26] -!- jthornton [jthornton!~john@172.242.222.19] has joined #linuxcnc
[23:16:26] -!- JT-Shop [JT-Shop!~john@172.242.222.19] has joined #linuxcnc
[23:16:40] <JT-Shop> gotta love this error message from ftp Invalid command: try being more creative
[23:19:05] <XXCoder> it means server needs bribe to work
[23:19:06] <XXCoder> heh
[23:26:23] -!- chris_99 has quit [Quit: Leaving]
[23:27:06] -!- Miner_48er has quit [Ping timeout: 272 seconds]
[23:27:16] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[23:28:50] <SpeedEvil> http://imgur.com/gallery/wKwByWe - sort-of-related
[23:28:55] -!- rootB [rootB!~RootB@201.142.255.178.dsl.dyn.telnor.net] has joined #linuxcnc
[23:31:57] <XXCoder> SpeedEvil: nice
[23:32:17] <XXCoder> guy who made loop is pretty gppd too
[23:32:59] <SpeedEvil> Adding a controlled slope could kill the rope.
[23:41:43] <Erant> andypugh: I just have speakers in my helmet and use the voice commands.
[23:41:50] <Erant> But yeah, I could see that being useful.
[23:42:35] -!- jdqx has quit [Quit: Leaving]
[23:43:05] <andypugh> I like to choose roads on the basis of “I wonder what’s down there” so normally run north-up on the GPS so I can tell which direction to go, not what route.
[23:43:51] <andypugh> So, it’s 23:43, do I start the second 2.5 hour toolpath?
[23:44:38] <andypugh> I am going to say “No” I think.
[23:44:39] <cradek> on a friday? perhaps
[23:45:30] <andypugh> I can’t hear it, so I doubt anyone else can. All I will hear will be the neigbouts upstairs TV, likely until 4am.
[23:45:40] -!- SweetAndLow [SweetAndLow!~SweetAndL@c-67-182-131-225.hsd1.wa.comcast.net] has joined #linuxcnc
[23:45:45] <andypugh> So, yeah, serve them right :-)
[23:45:50] -!- SweetAndLow [SweetAndLow!~SweetAndL@c-67-182-131-225.hsd1.wa.comcast.net] has parted #linuxcnc
[23:46:29] <Erant> What do you guys use for simple gcode generation?
[23:46:37] <Erant> The "I need to make a pocket" variety.
[23:47:52] <Erant> I'm using the direct gcode input thingy right now, but it's slow, and the CAM output for the model I'm making is hard to modify (I have no working Z-Axis yet, so I have to do that manually)
[23:51:39] <andypugh> Take a look at “Features”
[23:51:59] <Erant> In AXIS?
[23:52:10] <Erant> Oh
[23:52:12] <Erant> Found it
[23:55:24] <andypugh> sorry, setting up a run. can talk when it is started
[23:59:30] <Erant> Looks pretty straight forward.