#linuxcnc | Logs for 2014-03-17

Back
[00:00:17] <PetefromTn_> or rather just G54 position not home sorry.
[00:00:22] -!- rob_h has quit [Quit: Leaving]
[00:01:06] <R2E4_> Rick G is talking about doing it with a subroutine here. http://linuxcnc.org/hardy/dapper/index.php/russian/forum/21-axis/8712-how-to-connect-buttons-and-files?limitstart=0
[00:01:30] -!- sumpfralle has quit [Quit: Leaving.]
[00:01:35] -!- sumpfralle1 [sumpfralle1!~lars@on1.informatik.uni-rostock.de] has joined #linuxcnc
[00:02:29] <CaptHindsight> http://news.cnet.com/8301-1023_3-57620397-93/alibaba-confirms-plans-to-offer-ipo-in-us/ I wonder if they will start stocking in the US?
[00:06:01] -!- Lathe_newbie| has quit [Read error: Connection reset by peer]
[00:06:09] jerryitt_ is now known as jerryitt
[00:07:15] <R2E4_> I thought this would be rudimentary.
[00:07:16] -!- Lathe_newbie [Lathe_newbie!~newbie@213.55.184.172] has joined #linuxcnc
[00:10:59] <PetefromTn_> R2E4_ So did you just want a machine run to machine coordinates HOME position button or a goto G54 zero XYZ button? I would think the former would be more useful but not sure what you are after....
[00:11:07] <R2E4_> AH! http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Adding_Custom_MDI_Buttons
[00:12:00] <R2E4_> Want it to go to my zero XY and G0 Z0
[00:12:16] <R2E4_> Well, I have another button for quill up
[00:13:07] <R2E4_> So, go to 0 button will send X and Y to my offset 0, and the Quioll up will send the Z to G0 Z0
[00:13:10] <PetefromTn_> Make sure you go Z home first before X and Y to make sure it clears any obstructions..'
[00:14:37] <PetefromTn_> I would probably make that G0 Z0 on one line then G0 X0 Y0 on another line or whatever is necessary to ensure it does the Z first...
[00:15:41] <R2E4_> G0 would be machine cpoordinates right?
[00:15:45] <R2E4_> G54 is offset 0
[00:17:07] <R2E4_> Which would be my stock 0,0
[00:17:16] <PetefromTn_> I THINK G0 would be machine coordinates because the G53 is default..
[00:18:01] -!- jonasthomas has quit [Read error: Connection reset by peer]
[00:19:31] <PetefromTn_> at the end of my G-code or at a toolchange currently my cam is setup to input a G53 G0 Z0 to bring the head up out of the work I need to add the X and Y to move the table forward and centered so i can change parts etc..so I would just add the G53 to make sure there are no screwups..
[00:19:48] -!- jasen has quit [Ping timeout: 245 seconds]
[00:20:00] <R2E4_> So G54 X0 Y0, then G0 Z0
[00:20:31] <PetefromTn_> Come to think of it what you are asking for could be useful just to bring the head up and take the table to center and forward all the way for me when I need to check something etc..
[00:20:50] <R2E4_> yes, exactly.
[00:21:26] <PetefromTn_> I dunno if I would want it to go to work coordinates G54 tho that could be too crashy for me but I am not that experienced yet..
[00:21:27] <R2E4_> get it up out of the way for next operation or check something, or change setup.
[00:22:20] <R2E4_> Well, I'd hit the Quill up first which would bring the Z to G0 Z0
[00:22:24] <PetefromTn_> buy yeah bringing the head up and the table forward and centered with a single button like goto home would be useful I think. I may need to add that to my GladeVCP.
[00:22:36] <R2E4_> Then the go to zero button to G54 X0 Y0
[00:23:10] <PetefromTn_> Well no actually what you posted would bring the X and Y to G54 X0 Y0 and THEN bring the head DOWN to the G0 Z0 position for your G54 offsets...
[00:23:38] <R2E4_> That would be bad. G0 is not machine coordinates?
[00:23:41] <PetefromTn_> Oh you are talking about two buttons. then...
[00:23:47] <R2E4_> yes
[00:24:12] <PetefromTn_> not unless you say G53 G0 Z0 no it will goto whatever work corrdinate is current I think,,,,
[00:24:24] <R2E4_> One button labled Quill up, whcih would bring the Z to Z home
[00:24:30] <R2E4_> or G0 Z0
[00:24:42] <PetefromTn_> G53 G0 Z0...
[00:24:49] <R2E4_> Then go to zero button would bring x and y to offset G54 X0 Y0
[00:24:50] <PetefromTn_> yeah..
[00:25:07] <PetefromTn_> yeah that could work safely I think...
[00:25:30] <PetefromTn_> I am seeing what you were after now...that could be useful for sure.
[00:26:05] <PetefromTn_> Like maybe a goto machine coordinates home button and then another button for G54 G0 X0 Y0...
[00:26:28] <PetefromTn_> I can dig it man..
[00:26:33] <R2E4_> lol
[00:26:45] <PetefromTn_> ;)
[00:27:28] <R2E4_> Have to setup PYVCP first to makethis work. In the meantime I amgoing to work on my physical xyz jog buttomns.
[00:27:31] <PetefromTn_> You sound like you have more experience actually running CNC machines than I do I just try to be as careful as I can as you read earlier I still fuck up here and there LOL.
[00:27:46] <PetefromTn_> I just use the keyboard right now..
[00:27:55] <R2E4_> I have been running my cnc router, and bridgeport.
[00:28:41] <R2E4_> I am using my experience with those to figure out how I want this machine to work operator wise.
[00:28:58] <PetefromTn_> this is my second CNC machine altho I did work in a commercial shop for a short while running those Haas Mills but I did not get to do much programming at all. Mostly just setup already proven programs etc..
[00:29:09] <R2E4_> anyway, this is how it can be done. http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Adding_Custom_MDI_Buttons
[00:29:18] <PetefromTn_> That is the nice thing about LinuxCNC there are ways to accomodate most things you would want to do..
[00:30:15] <R2E4_> yeah, the toughest part is finding the docs on how to do it, or finding a basic explanation that a newbie liek me can understand....lol
[00:30:19] <PetefromTn_> yeah sounds like it should work just make sure you put in what you want instead of exactly what is written there in the MDI commands section. then test it with the max feedrate cranked way down...
[00:30:34] <PetefromTn_> I hear ya man.. I am a noob too!!
[00:31:25] <PetefromTn_> Well I have to go out here and cut that damn part shorter and then check my vise alignment and try to run this part again here. I will still be on here tho... good luck man. Can't wait to see that bad boy running for you.
[00:33:53] <R2E4_> Still a ways to go. Good luck on your part.
[00:38:32] -!- Lathe_newbie| [Lathe_newbie|!~newbie@213.55.184.172] has joined #linuxcnc
[00:39:38] -!- Lathe_newbie has quit [Ping timeout: 246 seconds]
[00:42:53] -!- Thetawaves [Thetawaves!~Thetawave@186-51-178-69.gci.net] has joined #linuxcnc
[01:01:24] -!- _jt [_jt!ade4e23a@gateway/web/freenode/ip.173.228.226.58] has joined #linuxcnc
[01:01:54] <_jt> cool, they have a computer in my room in PR
[01:03:38] -!- asdfasd has quit [Ping timeout: 240 seconds]
[01:04:18] -!- Komzzzpa has quit [Ping timeout: 240 seconds]
[01:05:32] -!- mackerski has quit [Quit: mackerski]
[01:09:01] <XXCoder> hey _jt you same guy as j_t that was on?
[01:19:32] -!- mackerski has quit [Client Quit]
[01:29:48] -!- _jt has quit [Ping timeout: 245 seconds]
[01:33:20] -!- dnaleromj [dnaleromj!~dnaleromj@98.124.126.110] has joined #linuxcnc
[01:35:21] <R2E4_> External jpog buttons working......wooohooo!
[01:49:05] <Tom_itx> R2E4_ did you get your zero button working?
[01:54:20] <R2E4_> no
[01:55:45] <R2E4_> Have to study it more. Didnt understand it cpompletely.
[01:55:53] <Tom_itx> what part?
[01:56:21] -!- atom1 [atom1!~tom@ip24-255-188-115.ks.ks.cox.net] has joined #linuxcnc
[01:56:22] -!- atom1 has quit [Changing host]
[01:56:22] -!- atom1 [atom1!~tom@unaffiliated/toml/x-013812] has joined #linuxcnc
[01:56:30] <R2E4_> the but-work-zero, did see where you set it.
[01:56:38] -!- FreezingCold has quit [Ping timeout: 252 seconds]
[01:57:13] <Tom_itx> that's a subroutine call to a regular .ngc file with the sub in it
[01:57:42] <Tom_itx> the call is made in the .ini file in the order of the MDI_COMMANDS
[01:58:31] <atom1> o<work_zero> sub
[01:58:31] <atom1> G90
[01:58:31] <atom1> G0 Z0
[01:58:31] <atom1> G0 X0 Y0
[01:58:31] <atom1> o<work_zero> endsub
[01:58:32] <atom1> m2
[01:58:38] <atom1> is the .ngc file content
[01:59:12] <Tom_itx> if you don't want z to move, remove that line
[01:59:19] -!- xxoxx has quit [Ping timeout: 264 seconds]
[01:59:23] <R2E4_> I havent setup pyvcp yet
[02:00:03] <R2E4_> just need the line in the ini, and the xml I think
[02:00:51] <Tom_itx> http://gnipsel.com/linuxcnc/gladevcp/index.html
[02:01:00] <Tom_itx> yeah, it's pretty simple
[02:02:18] <R2E4_> Thats using the glade to set it up.
[02:03:23] <atom1> in the ini under [DISPLAY] add a line 'PYVCP = yourfile.xml'
[02:03:30] <atom1> without the quotes of course
[02:04:59] <atom1> the xml will hold the buttons or other wigets to be displayed
[02:05:19] <atom1> you attach them using the signal names
[02:05:50] <atom1> <halpin>"your-pin"</halpin>
[02:06:46] <atom1> then in your postgui.hal file you create the nets for it all
[02:07:09] <atom1> net but-work-zero pyvcp.but-work-zero => halui.mdi-command-00
[02:07:26] <atom1> which calls the MDI command in the ini file
[02:07:35] <atom1> in order from 00 to xxx
[02:08:35] <atom1> either put a command in the ini [HALUI] section or name a subroutine
[02:09:04] <atom1> i have examples of both in my configs
[02:11:48] -!- xxoxx [xxoxx!~xxoxx@49.77.135.161] has joined #linuxcnc
[02:11:48] -!- xxoxx has quit [Changing host]
[02:11:48] -!- xxoxx [xxoxx!~xxoxx@tor/regular/xxoxx] has joined #linuxcnc
[02:14:18] <Tom_itx> i haven't tried this but once you get the soft button working i think it's a matter of changing the 'net but-work-zero' line and redirecting it to your IO pin to a physical button
[02:14:40] <Tom_itx> instead of the pyvcp. part
[02:14:55] <R2E4_> yeah, thats what this says.
[02:15:19] <Tom_itx> seems rather simple to me
[02:16:42] <Tom_itx> it's just spread over a few files is all
[02:18:51] <R2E4_> yeah, I'll get it. Machine is coming along.
[02:19:20] <R2E4_> X and Y almost done, button panel almost done. Just the Z is scaring the shit out of me.
[02:20:10] <R2E4_> pcw told me to not release the brake on the Z untill the drive is enabled or it will fall like a rock.
[02:20:11] -!- c-bob|| has quit [Read error: Operation timed out]
[02:20:22] <Tom_itx> one tip: if you move the axis, move the Z up before x and y
[02:20:38] <Tom_itx> or they will move at the same time causing problems
[02:20:38] <Jymmm> heh
[02:21:05] -!- c-bob|| [c-bob||!~c@unaffiliated/c-bob] has joined #linuxcnc
[02:21:07] <Tom_itx> R2E4_ probably good advice
[02:21:29] <Tom_itx> lay some timber under the spindle while you work on it
[02:22:50] <R2E4_> 24" timber....lol
[02:23:09] <R2E4_> getting pretty excited. Things are moving right along.
[02:31:55] -!- sumpfralle1 has quit [Ping timeout: 264 seconds]
[02:33:52] -!- dnaleromj has quit []
[02:36:56] <PetefromTn_> R2E4_ Hey man did you get that working?
[02:37:46] -!- atom1 has quit [Quit: Leaving]
[02:41:45] -!- GuShH_ has quit [Ping timeout: 252 seconds]
[02:43:15] <skunkworks> PetefromTn_: how is the tool changing going?
[02:43:22] <PetefromTn_> R2E4_ Not sure if this helps but my Z drive has a delay built into it that will activate the brake a certain adjustable number of time before it releases the motor power I wonder if your drive has something similar....
[02:44:25] <skunkworks> we disable the brake when we enable the drives. Never had an issue.
[02:44:37] -!- valeech has quit [Quit: valeech]
[02:44:59] <PetefromTn_> skunkworks Well we have gotten everything hooked up this weekend and everything is configured in the software with I/0 now we just need to get the encoder mounted and still considering options for the 180 spindle mask sensor to work with the encoder pulse
[02:45:03] <skunkworks> (and the drives are enabled when linuxcnc gets control of the loop)
[02:45:26] <PetefromTn_> huh.. mine would drop just a tad when I did not use the delay...
[02:45:28] <skunkworks> ah -- forgot you had the spindle mask issue
[02:46:11] <PetefromTn_> with the delay it will not drop and you can hear the delay from the click of the brake to the servos off sound.
[02:47:27] <PetefromTn_> skunkworks PSW said he had ideas about maybe adding something to the firmware for the mesa cards that would allow it or some other programming trickery. That is in addition to some suggestions he had about a software hal masking setup.
[02:47:57] <PetefromTn_> I still need to get the encoder mount machined and install the encoder and get it wired up. Maybe this coming weekend I will get to that.
[02:48:17] <PetefromTn_> skunkworks How is your machine working?
[02:49:18] <skunkworks> Good - no complaints
[02:50:15] <PetefromTn_> I did manage to crash my machine today being stupid LOL...everything is fine tho but I snapped a 3/8 inch cutter PDQ...
[02:50:56] <PetefromTn_> Also found a little issue I need to resolve with the Hitachi VFD spindle drive modbus control.
[02:51:57] <PetefromTn_> Apparently the guy who wrote the original program for the drive that we had to do extensive work to adapt to run in my linuxCNC setup also added some kinda external trip command upon estop or servo control loss.
[02:52:19] <R2E4_> HAve to do it externally I think. I have one wiore left over to connect. ITYs ,marked ZBRK. I thinkthat gives me a hint.
[02:52:58] <PetefromTn_> That would be fine but for some reason when the drive receives this signal it goes into an error E12.1 which basically shuts down the power to the spindle.
[02:54:17] <PetefromTn_> When that happens instead of a rapid braking to a stop setup it just coasts to a stop. when I broke that endmill today I smacked the estop button and had to wait a couple minutes for the spindle to fully come to a stop from the inertia of the motors rotor.
[02:54:25] <R2E4_> I can enable the drive no problem.
[02:56:01] -!- amnesic has quit [Ping timeout: 240 seconds]
[02:56:01] amnesic_ is now known as amnesic
[02:56:05] <PetefromTn_> R2E4_ be careful man make sure the brake is engaged and turns off when you are enabled. I wonder if yours has a built in delay like mine if it does it is probably already set. I would setup some wood under it like others suggested before you test it out. That head WILL come crashing down fast man...
[02:56:41] <R2E4_> The control did it. I have the brake wire in hand and it is not connected.
[02:57:04] <R2E4_> As soon as I apply power to it, the brake on the Z woould release.
[02:57:15] <PetefromTn_> so it was not hooked up before?
[02:57:46] <PetefromTn_> is it 24v?
[02:58:02] <R2E4_> Yes, it was hooked up into the plc/distribution board before. I removed the plc and the control boards.
[02:58:41] <PetefromTn_> Hmm then you may find you need some kinda delay circuit or I dunno if linuxCNC can do that or not.
[02:58:58] <R2E4_> 24 nor 100vac, have to check in the schematics. I'm putting that off for now until I get the kahunas to connect it.
[02:59:48] <R2E4_> I can do that externally if I need to. ENA+ out to 3 sec timer, then off to enable the drive.
[02:59:53] <PetefromTn_> Like I said get something solid but soft underneath it before you try it. I am not sure the brake can stop it once it starts moving it is really only made to hold it.
[03:01:06] <PetefromTn_> my machine actually had a relay with a built in timer for that but the new drivers have it internally. So all I had to do was set it up in the driver.
[03:01:08] <R2E4_> My pyvcp xml file is failing to load.... haha, one button in it.
[03:01:35] <R2E4_> Then you can send it to me...lol
[03:01:36] <PetefromTn_> it usually will. I cannot tell you how many times we changed stuff and got an error
[03:01:48] -!- BJfreeman has quit [Ping timeout: 255 seconds]
[03:02:03] <PetefromTn_> I would actually but when I sold off all the components to buy the new stuff I packed that with it..
[03:02:07] <R2E4_> Everything I do I have to recheck and change things for it to work.
[03:02:18] -!- AR_ has quit [Ping timeout: 240 seconds]
[03:02:22] <R2E4_> only kidding, I can get one locally.
[03:02:42] <PetefromTn_> that is how it goes man. We must have changed stuff a bazillion times now trying different things to get things working correctly.
[03:03:30] <R2E4_> a missing " would do that I'm sure....lol
[03:04:23] <R2E4_> passed that line, on to the next error in the next line.
[03:04:31] <PetefromTn_> hell a missing anything or a misspelled anything will do it...been there done that. Sometimes it is real hard to find it too... That is why it is important to make just one change and test so you can go back and find it to switch it back.
[03:07:54] -!- jonasthomas has quit [Client Quit]
[03:10:54] <R2E4_> WOOOHOOOO!
[03:11:27] <R2E4_> Three lines in the xml and had an error in each l;ine....lol
[03:11:48] <PetefromTn_> Man it really sounds like you are making progress...
[03:12:02] <PetefromTn_> I heard you got your toolchanger stuff already setup is that right?
[03:13:27] <R2E4_> I have all the inputs working and all the solenoids and movements working. Just have to create the ladder diagrams and program the classic ladder.
[03:16:03] <PetefromTn_> okay yeah that is where I am at right now too.. Just waiting on spindle feedback now with the damn encoder.
[03:16:26] <R2E4_> I'm starting to feel better. oh yeah, you need spindle orientation.
[03:16:50] <R2E4_> My servo drive has that built in. Just need to close a contact.
[03:17:36] <R2E4_> I'm feeling much better now that things are starting to work.
[03:17:49] -!- FinboySlick has quit [Remote host closed the connection]
[03:18:05] <R2E4_> Took me two months to cut the first wire once I found out I had no other choice.
[03:18:34] <PetefromTn_> huh thats nice.. My machine had the orientation built into the control and now I have to redo it with LCNC.. Plus I am adding the encoder in place of the factory resolver which was hopefully the right decision.
[03:18:53] <PetefromTn_> BRB I am shutting down the laptop. Switching to Smartphone.
[03:19:12] -!- PetefromTn_ has quit [Quit: Me fail English? That's unpossible.]
[03:20:13] <R2E4_> now of course I have a button onthe pyvcp panel that doesnt work....hehe Gots to figure out how to not display iot
[03:26:34] -!- PetefromTn_Andro [PetefromTn_Andro!~PetefromT@24-158-172-171.dhcp.jcsn.tn.charter.com] has joined #linuxcnc
[03:27:08] <PetefromTn_Andro> Freaking rained all day here today....
[03:29:25] <R2E4_> ITs still cold here
[03:30:40] <R2E4_> ITs working...... Good day today.
[03:30:43] <Tom_itx> comment it out in the xml file if you don't want it displayed
[03:31:12] <PetefromTn_Andro> What's working?
[03:31:17] <R2E4_> from <button> to </button>?
[03:31:26] <Tom_itx> yeah
[03:31:44] <PetefromTn_Andro> Nice...
[03:32:21] <PetefromTn_Andro> Man I can't tell ya what a confidence crusher snapping that endmill today was....
[03:32:55] <Tom_itx> wake up call?
[03:33:01] -!- mozmck has quit [Read error: Connection reset by peer]
[03:33:21] <PetefromTn_Andro> I really was starting to feel good about running the damn machine and then Bang.
[03:34:13] <PetefromTn_Andro> Tom_itx yup.
[03:34:43] -!- mozmck [mozmck!~moses@67.210.159.209] has joined #linuxcnc
[03:35:38] <PetefromTn_Andro> I need to get some longer flute endmills for some deeper pocketing stuff...
[03:35:55] <R2E4_> I snapped a .5" endmill on the bridgeport. mdi move through a 1" piece of aluminum. Didnt make it through the aluminum. snapped the bit like a cracker.
[03:36:51] <Tom_itx> then you gotta realign your fixtures and reset all your offsets etc
[03:37:49] <PetefromTn_Andro> LOL that is basically what I did today. Forgot to cut the length of my material and programmed a Peel milling at full depth around the perimeter of a part that should have been shorter and when it went to turn it went full depth into the side of the part....snap.
[03:38:01] -!- GuShH_ [GuShH_!~GuShH_Lap@host54.190-30-122.telecom.net.ar] has joined #linuxcnc
[03:38:02] -!- GuShH_ has quit [Changing host]
[03:38:02] -!- GuShH_ [GuShH_!~GuShH_Lap@unaffiliated/gushh] has joined #linuxcnc
[03:39:22] <PetefromTn_Andro> It was not my best moment and my wife was cooking dinner in the kitchen and I looked over at her after
[03:39:46] <PetefromTn_Andro> She had that now what the hell did you do look on her face LOL...
[03:40:13] <GuShH_> Tom_itx: Finally had a chat with the knee mill guy, turns out it's missing the cardan drive shaft for the power feeds... it's a telescopic shaft, with two joints, not too easy to make (for me) but he reckons I can find a replacement... of course if it's so simple, why won't he get one?
[03:40:45] <GuShH_> he had a big shop, had to scale things down and is currently getting rid of the tools he doesn't use anymore, makes sense.
[03:40:49] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[03:41:05] <GuShH_> (they had multiple lathes and mills for production)
[03:41:36] <GuShH_> you reckon a drive shaft like that can be made -by me- or something else could be adapted?
[03:41:47] <GuShH_> ie. electric feeds instead
[03:44:50] -!- dnaleromj [dnaleromj!~dnaleromj@98.124.126.110] has joined #linuxcnc
[03:45:31] <R2E4_> I have to figure out how I am going to get l;inuxcnc to pass the Y home switch to get to the tool change position.
[03:46:48] <PetefromTn_Andro> Is it a home switch or limit?
[03:48:13] <PetefromTn_Andro> I thought you told me it had a limit type switch for toolchange position and a limit switch for end of travel or something as well as a home..
[03:48:38] <GuShH_> et go home
[03:49:05] <PetefromTn_Andro> NO ET phone home...
[03:49:10] <R2E4_> On the Y it will first hit the home switch, then the limit switch, the the Y interlock switch so the X cant be moved I imagine.
[03:49:25] <GuShH_> PetefromTn_Andro: ET text home.
[03:49:40] <R2E4_> Then it gets to the tool change position.
[03:49:53] <PetefromTn_Andro> Yeah home come he didn't just text..
[03:50:23] <GuShH_> If they were to remake the movie, he would.
[03:50:48] <PetefromTn_Andro> So does the interlock switch cancel the home switch or something?
[03:50:58] <R2E4_> halui.et.text.home
[03:51:23] <R2E4_> The interlock switch is after the home and after the limit switch.
[03:52:12] <PetefromTn_Andro> Man that is such a strange setup. Never seen a machine move past a limit on purpose LOL..
[03:53:05] <R2E4_> The limit switch is long so I think when it forst hits it up trigger, it de accelerates then the down pulse is the actual limit cause the Y interlock starts after the leading pulse of the limit and stops before the trailing edge.
[03:53:12] -!- amnesic has quit [Quit: amnesic]
[03:53:26] <GuShH_> bah why won't it let me zoom... http://i.ebayimg.com/00/s/NDEyWDIzMQ==/z/4YkAAOxyUrZS7buE/$_100.jpg is that table t-slotted? it looks like it isn't, but could it be a plate that goes on top instead?
[03:54:15] <R2E4_> In the schematics the Y has 4 switches. overtravel +, Overtravel -, yZero, and Y interlock
[03:54:23] <R2E4_> Thats how they labeled them in the schematics.
[03:55:06] <R2E4_> I have to look at it closer and get someone to help me figure it out, JT cradek or someone that knows.
[03:55:15] <PetefromTn_Andro> Well that makes sense but you are sure the Y interlock is past the Y overtravel switch?
[03:56:23] <PetefromTn_Andro> Okay man sorry I could not help I guess it is past my bedtime anyways...cya.
[03:57:13] -!- skunkworks has quit [Ping timeout: 240 seconds]
[03:57:13] -!- PetefromTn_Andro has quit [Quit: Bye]
[04:16:20] -!- Komzzzpa has quit [Ping timeout: 252 seconds]
[04:18:01] -!- shurshur has quit [Ping timeout: 240 seconds]
[04:18:25] -!- R2E4_ has quit [Ping timeout: 240 seconds]
[04:39:59] -!- GuShH_ has quit [Ping timeout: 252 seconds]
[04:45:07] -!- mal`` has quit [Ping timeout: 264 seconds]
[04:52:19] -!- automata [automata!~Amit@triband-mum-59.182.162.93.mtnl.net.in] has joined #linuxcnc
[05:08:03] -!- terabyte- has quit [Read error: Connection reset by peer]
[05:08:09] -!- terabyte-_ [terabyte-_!~terabyte@c-76-18-21-170.hsd1.fl.comcast.net] has joined #linuxcnc
[06:02:19] -!- Fox_Muldr has quit [Ping timeout: 264 seconds]
[06:03:44] -!- Fox_Muldr [Fox_Muldr!quakeman@frnk-5f746519.pool.mediaWays.net] has joined #linuxcnc
[06:23:58] -!- dzzig_nz [dzzig_nz!~dzzig@124-198-149-86.dynamic.dsl.maxnet.co.nz] has joined #linuxcnc
[06:27:18] -!- dzzig has quit [Ping timeout: 240 seconds]
[06:29:15] -!- automata has quit [Ping timeout: 255 seconds]
[06:29:19] -!- xxoxx has quit [Ping timeout: 264 seconds]
[06:30:25] -!- Komzzzpa has quit [Ping timeout: 240 seconds]
[06:30:42] -!- xxoxx [xxoxx!~xxoxx@tor/regular/xxoxx] has joined #linuxcnc
[06:30:49] -!- ries has quit [Quit: ries]
[06:33:32] -!- terabyte-_ has quit [Quit: terabyte-_]
[06:59:02] -!- ve7it has quit [Remote host closed the connection]
[07:00:33] -!- The_Ball has quit [Remote host closed the connection]
[07:10:37] -!- mcell [mcell!~mcell@catv-80-98-222-153.catv.broadband.hu] has joined #linuxcnc
[07:21:14] -!- tjb11 [tjb11!~tjb1@cpe-67-252-67-92.stny.res.rr.com] has joined #linuxcnc
[07:22:43] -!- tjb1 has quit [Ping timeout: 264 seconds]
[07:34:48] -!- FreezingCold [FreezingCold!~FreezingC@135.0.41.14] has joined #linuxcnc
[07:46:50] -!- qingpei has quit [Quit: qingpei]
[07:54:37] -!- Deejay [Deejay!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[07:55:14] <Deejay> moin
[08:10:43] -!- balestrino [balestrino!~balestrin@131.114.31.66] has joined #linuxcnc
[08:15:37] -!- Lathe_newbie| has quit [Ping timeout: 240 seconds]
[08:22:31] -!- tandoori [tandoori!~tandoorii@unaffiliated/tandoori] has joined #linuxcnc
[08:22:55] -!- Cylly [Cylly!cylly@p54B12D75.dip0.t-ipconnect.de] has joined #linuxcnc
[08:23:22] -!- sabotender has quit [Disconnected by services]
[08:23:25] tandoori is now known as sabotender
[08:23:27] -!- seb_kuzm1nsky [seb_kuzm1nsky!~seb@174-29-180-25.hlrn.qwest.net] has joined #linuxcnc
[08:23:28] -!- ChuangTzu_ [ChuangTzu_!~ct@108-69-73-38.lightspeed.cicril.sbcglobal.net] has joined #linuxcnc
[08:23:29] -!- mcell has quit [Quit: Távozom]
[08:23:45] -!- radish has quit [Ping timeout: 240 seconds]
[08:24:20] -!- tjb1 [tjb1!~tjb1@cpe-67-252-67-92.stny.res.rr.com] has joined #linuxcnc
[08:24:28] radish_ is now known as radish
[08:25:14] -!- _Fox_Muldr [_Fox_Muldr!quakeman@frnk-5f746519.pool.mediaWays.net] has joined #linuxcnc
[08:28:53] -!- tjb11 has quit [Ping timeout: 240 seconds]
[08:28:54] -!- ChuangTzu has quit [Ping timeout: 240 seconds]
[08:28:54] -!- seb_kuzminsky has quit [Ping timeout: 240 seconds]
[08:28:54] -!- Fox_Muldr has quit [Ping timeout: 240 seconds]
[08:28:54] -!- archivist_herron has quit [Ping timeout: 240 seconds]
[08:28:54] -!- amiri has quit [Ping timeout: 240 seconds]
[08:28:55] -!- Loetmichel has quit [Ping timeout: 240 seconds]
[08:28:55] -!- archivist_herron [archivist_herron!~herron@80.175.14.110] has joined #linuxcnc
[08:29:47] -!- The_Ball [The_Ball!~ballen@c114-77-185-26.hillc3.qld.optusnet.com.au] has joined #linuxcnc
[08:36:27] -!- dhoovie [dhoovie!~kvirc@94.13.121.156] has joined #linuxcnc
[08:41:01] -!- qingpei has quit [Read error: Connection reset by peer]
[08:50:49] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[08:51:31] -!- qingpei_ has quit [Ping timeout: 264 seconds]
[08:52:55] -!- sabotender has quit [Ping timeout: 264 seconds]
[08:53:58] -!- jef79m has quit [Ping timeout: 240 seconds]
[08:56:04] -!- asdfasd [asdfasd!~332332@94.10.252.67] has joined #linuxcnc
[08:57:04] -!- jef79m [jef79m!~jef79m@202-159-149-164.dyn.iinet.net.au] has joined #linuxcnc
[09:32:20] -!- jef79m has quit [Ping timeout: 246 seconds]
[09:33:00] -!- syyl- [syyl-!~syyl@p4FD13082.dip0.t-ipconnect.de] has joined #linuxcnc
[09:33:08] -!- qingpei has quit [Quit: qingpei]
[09:33:31] -!- kludge` has quit [Ping timeout: 264 seconds]
[09:36:04] -!- jef79m [jef79m!~jef79m@202-159-149-164.dyn.iinet.net.au] has joined #linuxcnc
[09:36:31] -!- syyl-- has quit [Ping timeout: 264 seconds]
[09:46:19] -!- balestrino has quit [Ping timeout: 264 seconds]
[10:07:48] -!- qingpei has quit [Quit: qingpei]
[10:07:57] -!- jef79m has quit [Ping timeout: 255 seconds]
[10:10:34] -!- jef79m [jef79m!~jef79m@202-159-149-164.dyn.iinet.net.au] has joined #linuxcnc
[10:12:41] -!- Jeebiss_ has quit [Read error: Connection reset by peer]
[10:13:34] -!- Jeebiss_ [Jeebiss_!uid25046@gateway/web/irccloud.com/x-ifhkpjvudfvxxzhr] has joined #linuxcnc
[10:19:39] -!- FreezingCold has quit [Ping timeout: 255 seconds]
[10:21:07] -!- qingpei has quit [Ping timeout: 264 seconds]
[10:24:36] -!- amiri_ has quit [Ping timeout: 255 seconds]
[10:24:38] -!- mk0 [mk0!~Orr@fiztech.basnet.by] has joined #linuxcnc
[10:27:05] <mk0> i installed linuxcnc-sim from git. but cannot find how to assign conventional icon
[10:28:18] <mk0> i have just a white rectangular instead :(
[10:31:44] <mk0> oh hell. sorry, got шею
[10:31:48] <mk0> it
[10:39:47] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[10:41:32] -!- Valen has quit [Ping timeout: 256 seconds]
[10:54:50] -!- FreezingCold [FreezingCold!~FreezingC@205.211.52.162] has joined #linuxcnc
[10:55:01] -!- Valen [Valen!~Valen@c211-30-128-202.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[10:59:08] -!- balestrino [balestrino!~balestrin@131.114.31.66] has joined #linuxcnc
[11:01:41] -!- FreezingCold has quit [Ping timeout: 252 seconds]
[11:15:46] <MacGalempsy_> dude
[11:25:13] -!- archivist_herron has quit [Ping timeout: 240 seconds]
[11:29:24] -!- MacGalempsy_ has quit [Remote host closed the connection]
[11:37:12] -!- jeffsmykil has quit [Quit: jeffsmykil]
[11:38:31] -!- archivist_herron [archivist_herron!~herron@80.175.14.110] has joined #linuxcnc
[11:41:44] -!- miss0r has quit [Ping timeout: 245 seconds]
[11:45:21] -!- miss0r [miss0r!~andreas@188-183-233-18-dynamic.dk.customer.tdc.net] has joined #linuxcnc
[11:46:03] -!- Bushman [Bushman!bushman@91-146-248-112.internetia.net.pl] has joined #linuxcnc
[11:46:07] <Bushman> ave!
[11:47:02] <Bushman> silly question... what mode i need to set the LPT in bios to for the linuxcnc work best?
[11:53:55] -!- archivist_herron has quit [Ping timeout: 264 seconds]
[11:57:38] -!- JT_ [JT_!ade4e23a@gateway/web/freenode/ip.173.228.226.58] has joined #linuxcnc
[11:59:24] <JT_> morning from sunny Puerto Rico
[12:00:11] <Bushman> morning JT_
[12:00:30] <Bushman> do you perhaps know the answer for my question?
[12:00:32] <Bushman> silly question... what mode i need to set the LPT in bios to for the linuxcnc work best?
[12:00:49] -!- balestrino has quit [Ping timeout: 240 seconds]
[12:01:07] <JT_> usually you need input mode
[12:01:27] <Bushman> well, as in EPP? ECP? etc...
[12:01:45] <Tom_itx> try EPP
[12:01:50] <Bushman> ok.
[12:02:11] <Bushman> tho i think it just stop to matter to me :(
[12:02:29] <Bushman> i've tested both modes and the original problem still exists
[12:02:55] <Bushman> which is: my Z axis is loosing LOTS of steps in down direction in random intervals of time
[12:03:55] <Bushman> i have 1.5mm/rev screw and 200step motor... it randomly looses from 0.1 up to 1.0mm!!!
[12:04:38] <Bushman> i've adressed the issue of interference from my powertool but i've noticed it happens even when the tools is not on
[12:05:09] <JT_> what kind of drive is it?
[12:05:23] <Bushman> i've scoped the signals all the way to the driver chip and the levels are ok
[12:05:41] <archivist> what does it sound like
[12:05:41] <Tom_itx> try swapping axis?
[12:05:56] <Bushman> it's the chinese red TB6560 board
[12:05:58] <archivist> is the coupling ok
[12:06:03] -!- archivist_herron [archivist_herron!~herron@80.175.14.110] has joined #linuxcnc
[12:06:16] <Bushman> Tom_itx: yes, i've tried that. i have the same issue on the 4'th port
[12:06:31] <Bushman> i don't know if the same happens on X or Y tho
[12:06:49] <Bushman> as in the compleet assembly + driver
[12:07:11] <Bushman> haven't noticed any errors in size on those
[12:07:27] <Bushman> and i was doing multiple passes on the same path (pocketing?)
[12:07:44] <Bushman> only Z make this thing
[12:07:56] <JT_> did you run a stepper test on each axis?
[12:08:10] <Bushman> i've made sure the screw and the bearings aren't binding or something
[12:08:13] <Bushman> JT_: yes
[12:08:30] <JT_> and they were sucessful?
[12:08:37] <Bushman> i've got a video ilustrating the issue. (please turn off the sound, it's just noise)
[12:08:56] <Bushman> https://www.facebook.com/photo.php?v=10202650576618416&l=900662093453454518
[12:09:05] <Bushman> watch in HD
[12:09:20] <Bushman> my hand is shaking but at 0:13 and around 1:14
[12:09:30] <archivist> cant watch
[12:09:33] <Bushman> you can see it jumps lower than before
[12:09:35] Cylly is now known as Loetmichel
[12:09:40] <Bushman> archivist: why?
[12:09:44] <Bushman> blocked?
[12:10:02] <archivist> it refuses to play
[12:10:05] <Bushman> i've changed it to public
[12:10:07] <Bushman> try now
[12:10:29] <archivist> claims I need to upgrade flash
[12:10:51] <JT_> so was the stepper test a sucess?
[12:11:08] <Bushman> JT_: well, depends on success
[12:11:41] <Bushman> after initial stepper setup according to manual i've proceed to use my CNC with no issues
[12:11:55] <Bushman> i've noticed the issue after trying to engrave with V-cut
[12:12:02] <Bushman> the tool was going to deep
[12:12:05] <archivist> slipping couplings?
[12:12:09] <Bushman> i even broke one cutter
[12:12:28] <Bushman> i don't think so... the motor axis is rotated too
[12:13:20] <Bushman> also when i stall the axis on purpose i can hear the motor whinin and not rotating
[12:13:35] <archivist> remember the torque required to lift the axis is higher than to lower so lost steps will slowly get deeper
[12:14:17] <Bushman> yes but i've reduced the velocity and it still happen
[12:14:30] <Bushman> i've reduced acceleration, same thing
[12:14:35] <archivist> reduce your max acceleration and speed for that axis to get higher available torque
[12:14:48] <Bushman> i've done all of these
[12:14:54] <archivist> increase voltage and current too
[12:15:03] <archivist> get a better driver
[12:15:05] <Bushman> i just did an hour ago
[12:15:14] <Bushman> heh, better driver :D
[12:15:59] <Bushman> i don't have a scope with memory cause i'd see if the missed steps are related to my inputs :(
[12:16:17] <archivist> can your stepper even manage the torque needed, counter balance the Z weight
[12:16:43] <Bushman> sure, i was stressing it and it went up smooth in long runs
[12:16:58] <Bushman> it's the short consecutive runs that introduce the issue
[12:17:07] <archivist> its the short start stop where real stress is
[12:17:39] <Bushman> oh my... i gotta go to work... thanks for response! BBL!
[12:17:44] * Bushman is gone
[12:20:15] <Tom_itx> add a couterweight to Z
[12:21:01] -!- ries [ries!~ries@190.9.171.121] has joined #linuxcnc
[12:22:58] -!- balestrino [balestrino!~balestrin@131.114.31.66] has joined #linuxcnc
[12:23:07] <JT_> so you never did the stepper test?
[12:23:17] <JT_> http://linuxcnc.org/docs/html/common/Stepper_Diagnostics.html
[12:25:59] -!- ries has quit [Quit: ries]
[12:26:10] <JT_> see you guys later
[12:27:53] -!- JT_ has quit [Quit: Page closed]
[12:42:54] -!- ries [ries!~ries@190.9.171.121] has joined #linuxcnc
[12:44:47] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[12:46:09] -!- gonzo__ has quit [Read error: Connection reset by peer]
[12:49:06] -!- qingpei has quit [Quit: qingpei]
[12:51:40] -!- gonzo_ [gonzo_!~gonzo_@host-80-47-132-157.as13285.net] has joined #linuxcnc
[13:05:59] -!- pmonaghan87 [pmonaghan87!~Administr@184.75.221.98] has joined #linuxcnc
[13:08:31] -!- balestrino has quit [Ping timeout: 264 seconds]
[13:08:56] -!- Bushman has quit [Ping timeout: 265 seconds]
[13:10:21] -!- FinboySlick [FinboySlick!~shark@74.117.40.10] has joined #linuxcnc
[13:12:58] <cradek> 20% off + free shipping today and tomorrow from enco ($149 or more)
[13:15:22] -!- terabyte- [terabyte-!~terabyte@c-76-18-21-170.hsd1.fl.comcast.net] has joined #linuxcnc
[13:19:30] <CaptHindsight> free UPS shipping, so packages up to 70 lbs
[13:19:59] <CaptHindsight> but they do show free shipping on one of the lathes as well
[13:20:27] -!- balestrino [balestrino!~balestrin@131.114.31.66] has joined #linuxcnc
[13:23:47] -!- qingpei has quit [Quit: qingpei]
[13:26:56] -!- balestrino has quit []
[13:34:22] -!- larryone has quit [Quit: This computer has gone to sleep]
[13:39:34] <Valen> free shipping on a lathe
[13:39:36] <Valen> nice lol
[13:41:19] -!- Valen has quit [Quit: Leaving.]
[13:42:54] -!- larryone has quit [Client Quit]
[13:55:29] -!- Komzzzpa has quit [Ping timeout: 252 seconds]
[14:00:26] -!- R2E4 [R2E4!~IceChat9@207.164.206.172] has joined #linuxcnc
[14:00:32] <R2E4> mornin....
[14:01:01] <mk0> ivnin )
[14:02:03] <R2E4> that too...
[14:09:42] -!- md-2 has quit [Remote host closed the connection]
[14:11:31] -!- mablae has quit [Ping timeout: 264 seconds]
[14:13:32] -!- mk0 has quit [Quit: Leaving]
[14:14:03] -!- pmonaghan87 has quit [Remote host closed the connection]
[14:17:21] -!- GuShH_ [GuShH_!GuShH_Lap@unaffiliated/gushh] has joined #linuxcnc
[14:18:35] -!- skorasaurus has quit [Ping timeout: 252 seconds]
[14:38:35] -!- tecan__ [tecan__!~fasdf@ip-216-234-182-80.wireless.tera-byte.com] has joined #linuxcnc
[14:43:52] -!- b_b has quit [Changing host]
[14:46:17] -!- automata [automata!~Amit@triband-mum-59.182.163.46.mtnl.net.in] has joined #linuxcnc
[14:49:48] -!- white_paw has quit [Ping timeout: 245 seconds]
[14:54:18] -!- qingpei has quit [Quit: qingpei]
[15:03:18] -!- larryone has quit [Quit: This computer has gone to sleep]
[15:04:39] -!- psha [psha!~psha@213.208.162.81] has joined #linuxcnc
[15:06:26] -!- skorasaurus has quit [Ping timeout: 252 seconds]
[15:07:46] -!- ink has quit [Disconnected by services]
[15:10:18] -!- krusty_ar has quit [Remote host closed the connection]
[15:10:30] -!- toner [toner!~ink@c-50-150-125-200.hsd1.ca.comcast.net] has joined #linuxcnc
[15:16:39] -!- GuShH_ has quit [Ping timeout: 255 seconds]
[15:28:22] -!- Einar [Einar!~Einar@90.149.34.108] has joined #linuxcnc
[15:39:42] -!- white_pawn has quit [Quit: Page closed]
[15:57:33] -!- GuShH_ [GuShH_!GuShH_Lap@unaffiliated/gushh] has joined #linuxcnc
[16:04:42] <R2E4> pcw:
[16:09:32] -!- amnesic has quit [Quit: amnesic]
[16:10:02] seb_kuzm1nsky is now known as seb_kuzminsky
[16:10:36] -!- qingpei has quit [Quit: qingpei]
[16:10:41] -!- sabotender [sabotender!~tandoorii@unaffiliated/tandoori] has joined #linuxcnc
[16:18:48] -!- amiri has quit [Remote host closed the connection]
[16:18:58] -!- tumdedum has quit [Read error: Operation timed out]
[16:19:07] -!- tumdedum [tumdedum!~tumdedum@unaffiliated/espiral] has joined #linuxcnc
[16:20:14] -!- sumpfralle [sumpfralle!~lars@on1.informatik.uni-rostock.de] has joined #linuxcnc
[16:28:55] -!- skorasaurus has quit [Ping timeout: 264 seconds]
[16:36:00] -!- quiqua has quit [Quit: quiqua]
[16:58:48] -!- Komzpa has quit [Read error: Connection reset by peer]
[17:03:58] <R2E4> Z brakes to hold the axis when power is removed, is that normally on the servo?
[17:05:57] <pcw_home> Yes normally part of the servo motor (power to release)
[17:06:43] -!- skorasaurus has quit [Quit: WeeChat 0.4.3]
[17:07:32] <R2E4> yeah, I saw your post on the forums.
[17:08:01] <R2E4> Didnt know if 1.9v was normal, some reason i thought it was high for floating voltage.
[17:08:27] <R2E4> I'll connect the gnds later today.
[17:08:34] -!- psha has quit [Read error: Connection reset by peer]
[17:08:35] <pcw_home> floating can be anything
[17:09:20] <pcw_home> thats just 190 Nano Amp leakage into your 10M DVM
[17:09:32] <R2E4> cool.
[17:09:53] <R2E4> Getting ready to tackle the Z axis.
[17:10:28] <pcw_home> There may be good reasons to keep the field IO isolated (so a separate 5V supply might be better)
[17:11:27] <pcw_home> (next board spin on the 7I77 will have a isolated 5V supply available)
[17:12:27] <R2E4> When I went to program the mpg, I had no enc0
[17:12:33] <pcw_home> we have a little switching regulator for this purpose (8V to 48V in 5V out) Not on store yet
[17:12:55] <R2E4> Do you guys ever stop? lol
[17:13:04] <pcw_home> you need to set the 7I77 mode for the enc
[17:13:17] <pcw_home> (or 7I84) both can do it
[17:13:19] <R2E4> I had it set in the beginning. mode3
[17:13:44] <R2E4> I guess when I redid a pncconf it overwrote it back to 0
[17:14:14] <R2E4> So I spent a while yesterday trying to get itset. I put 030XXXX and I got the enc0, but lost the 7i84
[17:14:25] <R2E4> Tokk me a while to figure it out. i got it now.
[17:15:02] <pcw_home> if you set a mode that remote doesnt know it will give up
[17:15:09] <pcw_home> that the
[17:15:10] -!- psha [psha!~psha@213.208.162.81] has joined #linuxcnc
[17:15:14] <R2E4> haha, yeah, like I allmost did.
[17:15:36] <pcw_home> if you are running master it has a specific error message (mode not supported)
[17:16:47] <R2E4> Anyway, i got it all setup. Gonna work on mpg, and then the X axis. I have the spindle servo to do and the toolchanger left.
[17:18:02] <pcw_home> toolchangers are often a bit of a challenge...
[17:19:06] <R2E4> there is one bizarre quirk and that is the position. I have all the inputs, limitswitches and solenoids and they all work, I tested them, so its doing the logic.
[17:19:29] <R2E4> However, to get to the tool change position, I have to travel through the limit switch.
[17:19:35] <R2E4> I found that a it odd.
[17:20:31] <pcw_home> does it have any kind of absolute encoder or do you have to do a full spin to find tool 0?
[17:21:13] <R2E4> It only had a coarse 2 prox encoder with no index.
[17:21:25] <R2E4> I installed an index prox
[17:21:38] <R2E4> Have to do a full spin max to get to the index
[17:21:42] <pcw_home> Hmm thats fairly mysterious
[17:21:52] <XXCoder> is there good guide to NEMA motor sizes and right uses for them?
[17:22:14] <XXCoder> I dont want huge motors when smaller is fine, and I also dont want kit that wouldnt work fr design I might go for
[17:24:29] <R2E4> I found the brake on the Z in the schematics. 90VDC
[17:24:49] <R2E4> that sucks.....
[17:25:05] <XXCoder> anyone know some site with that info?
[17:25:38] <R2E4> http://reprap.org/wiki/NEMA_Motor
[17:25:42] <pcw_home> 90 VDC is common
[17:25:50] <XXCoder> r2 thanks
[17:26:04] <R2E4> I dont remember seing 90v supply,
[17:26:23] <R2E4> There is 90 v tap off tranny though.
[17:26:29] <R2E4> I'll check.
[17:27:18] <R2E4> Do you usually have some type of timer after you enable the Z to release brake on Z?
[17:29:32] -!- dnalerom [dnalerom!~dnaleromj@64.20.30.66] has joined #linuxcnc
[17:32:11] <pcw_home> It depends on how the drive is enabled. I suspect no delay is needed (enable should be very fast if electronic)
[17:32:29] -!- thomaslindstr_m has quit [Quit: Leaving...]
[17:33:05] <R2E4> I using ENA out of 7i77 energizing a relay and closing contact on the drive.
[17:33:46] <R2E4> Was thinking i could either use another contact on that relay for the Z brake or use the ready out of the drive to release the brake
[17:34:33] <XXCoder> ARGH! this page has "how to choose motors for function" but it's still under consection
[17:34:37] <XXCoder> http://www.cncroutersource.com/cnc-stepper-motor.html
[17:34:46] <pcw_home> That should work (just don't start homing until the brake is released)
[17:35:59] <R2E4> IS there a way in Lcnc to interlock that?
[17:40:44] <pcw_home> There probably is but I don't know off hand how to do it
[17:41:01] <R2E4> I'll research it.
[17:41:14] <R2E4> I'm startig to get the hang of LinuxCNC.
[17:41:42] <R2E4> Still a long ways to go, but understanding the basics takes a while.
[17:42:51] <pcw_home> Yeah you first need to understand the tools
[17:43:21] -!- Komzpa has quit [Ping timeout: 255 seconds]
[17:49:31] -!- IchGuckLive [IchGuckLive!~chatzilla@95-89-102-56-dynip.superkabel.de] has joined #linuxcnc
[17:49:41] <IchGuckLive> hi all B)
[17:51:15] -!- dway has quit [Quit: NOOOOOOooooooooo……]
[17:51:18] <XXCoder> wow nice http://www.amazon.com/Sherline-3700-CNC-Ready-Rotary-Table/dp/B007RPT8OA
[17:52:07] -!- md-2 has quit [Remote host closed the connection]
[17:52:23] <CaptHindsight> http://imagebin.org/299769 http://imagebin.org/299770 http://imagebin.org/299771 this is how the cheap routers look right out of the box
[17:52:31] <archivist> XXCoder, be warned about the accuracy they claim
[17:52:43] <XXCoder> ok
[17:52:45] <IchGuckLive> XXCoder: this is crap
[17:52:45] <CaptHindsight> used
[17:53:44] <IchGuckLive> XXCoder: get a 90:1 worm gear and build your own
[17:53:57] <XXCoder> lol ok
[17:54:19] <XXCoder> I doubt I would need lathe addon anyway, want to get to basics first
[17:54:34] <os1r1s> XXCoder: I use one and am happy with it.
[17:54:45] <XXCoder> ich got any site that explains nema sizes and what is best uses for certain size
[17:55:02] <XXCoder> I understand sizes but not how to decide what motors to use
[17:55:32] <IchGuckLive> depends on tourche and mashine size
[17:55:47] <XXCoder> I know it does, but theres no informaton to help me decide
[17:56:12] <IchGuckLive> Nema17 is pulling about 5Kg Times by 10 at upwards size
[17:56:42] <XXCoder> so far theres no mount parts for nema for 10 series 8020
[17:57:09] -!- lyzidiamond has quit [Quit: lyzidiamond]
[17:57:17] <IchGuckLive> as yu go one size bigger the price will tribble
[17:57:18] <CaptHindsight> IchGuckLive: you mentioned the price dropping later this year on some 3D printers. Do you recall the tech? SLS, FDM, SLA?
[17:57:40] <XXCoder> ich yeah I want balance, I dont want useless tiny cnc but I dont want huge $
[17:58:26] <IchGuckLive> CaptHindsight: not on this there are 4 major patent sheeds runing out in augast
[17:59:12] <CaptHindsight> IchGuckLive: do you recall which tech? There are new a and old patents all the time.
[18:00:09] <IchGuckLive> CaptHindsight: asorry i cand recall this
[18:00:13] <CaptHindsight> plus the reprap folks have been spreading more rumors about how some SLS patents are expiring this year and how that will also change the world
[18:00:36] <CaptHindsight> IchGuckLive: just wondering if you find out
[18:00:51] <IchGuckLive> XXCoder: its not that easy i for example have 2 plasmas on nema23 for about 600USD and one on 1500USD same size
[18:01:05] <XXCoder> ok
[18:01:14] <XXCoder> seems it's nema 23 or larger or go home
[18:01:21] <IchGuckLive> CaptHindsight: ultimaker is off and the free reprap
[18:01:29] <CaptHindsight> these routers must come from the dirtiest shop in China
[18:01:31] <XXCoder> nema 11 and 17 dont have much love with 8020 like mounts and such
[18:01:40] <XXCoder> or cleanest :P
[18:01:58] <IchGuckLive> on 8020 there is no way out of nema23
[18:02:09] <CaptHindsight> they don't even wipe down the parts before assembly
[18:02:13] <IchGuckLive> there is only a way on 48V or 70V
[18:02:20] -!- Bushman [Bushman!bushman@91-146-248-112.internetia.net.pl] has joined #linuxcnc
[18:02:25] -!- a_morale [a_morale!~quassel@2-227-115-13.ip186.fastwebnet.it] has joined #linuxcnc
[18:02:27] <Bushman> ave
[18:02:32] <IchGuckLive> hi Bushman
[18:02:37] <XXCoder> hmm so its either build parts myself (ha right) or nema 23
[18:02:50] <CaptHindsight> and any fastener that is not stainless is already rusty
[18:03:05] <IchGuckLive> the 8020 is not strong enoph for nema34
[18:03:09] <CaptHindsight> or maybe red oxide treated :)
[18:03:12] <XXCoder> ebay ones any good? some are around over $200 or so while non-ebay tend to go $600 or so
[18:03:35] <XXCoder> for 3 axis kits nema 23
[18:03:47] <IchGuckLive> XXCoder: you can start on low budget and replace with higher parts
[18:04:00] <XXCoder> yeah I wanted small cnc to learn stuff on
[18:04:17] <IchGuckLive> then start on TB6560 3axis
[18:04:19] <XXCoder> whenever I build larger version I can convert smaller one to laser or 3d print whatever
[18:04:29] <IchGuckLive> it will last for 2or 3 month
[18:04:52] <IchGuckLive> converting is not an option
[18:05:06] <IchGuckLive> Laser or 3D printer on leadscrew is crap
[18:05:15] <IchGuckLive> you need timingbelt speed
[18:05:27] <IchGuckLive> Milling is 0.01mm printing is 0.1
[18:05:48] -!- einar__ [einar__!~einar@90.149.34.108] has joined #linuxcnc
[18:05:49] <IchGuckLive> laser is the max speed ypu can get out of your sestem
[18:05:54] <IchGuckLive> system
[18:06:28] <Bushman> Tom_itx: i was thinking about adding counterweight or spring but i'm not sure if that would solve the issue cause the whole Z axis can still go up when i load it additionaly with my hand
[18:06:53] <XXCoder> something like this http://www.ebay.com/itm/CNC-3rd-Generation-Revolutionary-Professional-4-Axis-TB6560-Stepper-Driver-Kit-/181342504214 IchGuckLive ?
[18:06:56] <einar__> I want to try this: https://github.com/cnc-club/linuxcnc-features, but don't understand the install instructions.
[18:07:02] <Bushman> Tom_itx: so as it might seem it looses steps from weight issue it's unlikely
[18:07:02] <IchGuckLive> Bushman: why not balslsscrew
[18:07:15] <XXCoder> oh it comes with nema17
[18:07:22] <IchGuckLive> Einar thats tricky
[18:07:37] <Bushman> IchGuckLive: later... right now short on cash.
[18:07:43] <einar__> It says: "Move everything to /usr/share/pyshared/gladevcp/ Or better create links there: " Move what??
[18:08:31] <R2E4> einar link is broken due to the , on then end of it....
[18:08:39] <IchGuckLive> einar__: did you pull the git
[18:09:07] <einar__> Pull the git??
[18:09:11] <XXCoder> ich http://www.ebay.com/itm/3Axis-Nema23-Stepping-Motor-110N-cm-3-0A-4wire-board-TB6560-Power-for-CMC-mill-/281188392513 something like this?
[18:09:20] <IchGuckLive> einar__: you realy want to see no g-code only the crap parameter of this
[18:10:18] <Bushman> JT_ sugested this link... http://linuxcnc.org/docs/html/common/Stepper_Diagnostics.html
[18:10:20] <einar__> Does it not create Gcode?
[18:10:33] <Bushman> there a code down there that tests Z
[18:10:33] <R2E4> XXCoder, you really should desing your machine, then fit your motors accordingly.
[18:10:59] <XXCoder> r2 issue is I'm not too sure with frame size, and it HAS to be 8020, I suck on building
[18:11:11] -!- ktchk [ktchk!~eddie6929@n219073007175.netvigator.com] has joined #linuxcnc
[18:11:11] <IchGuckLive> einar__: no you will see tons of parameters
[18:11:19] <XXCoder> probably buy few 24" 1020s or something
[18:11:42] <Bushman> althou i don't use this code i'm still doing pretty much something similar. i run the stepper config and use the "test this axis" button to run multiple cycles and measure it
[18:11:44] <R2E4> gantry style/
[18:11:46] <XXCoder> unless theres no way to build some sort of slide mechism wit it
[18:11:50] <IchGuckLive> einar__: it will do for a strait line maybe 15 parameter lines
[18:12:13] <IchGuckLive> einar__: i got it running here its realy a crap
[18:12:21] <R2E4> The slide bearings for 8020 are bullshit.
[18:12:34] <XXCoder> why?
[18:12:54] <R2E4> I have them, too much friction.
[18:12:55] <einar__> So what is the better solution?
[18:13:23] <R2E4> You can use 8020 but use supported rails. small machine?
[18:13:36] <IchGuckLive> einar__: git clone https://github.com/cnc-club/linuxcnc-features Latheparametric
[18:13:42] <XXCoder> so whats better way to make something move? yeah I think I'll use 24" beams
[18:13:43] <R2E4> with acme screws if you want to go cheap.
[18:14:15] <XXCoder> 1020 if supported, 1515 or 1530 if not
[18:14:44] <R2E4> 2040 is minimum I wuld go'
[18:15:22] <XXCoder> even as small as 24"x24" cnc
[18:15:37] <R2E4> table size or cutting size?
[18:15:39] <IchGuckLive> XXCoder: why not going to homedepo getting some MDF and ready is your cnc
[18:16:10] <XXCoder> r2 beams come in 24" size on amazon so cutting size probably inside that
[18:16:18] <IchGuckLive> for testing cheep and it will mill wood plastic and small sheeds of alu
[18:16:53] <R2E4> Ich is right. probably best for testing and learniung
[18:17:26] <XXCoder> build out of mdf?
[18:17:41] -!- toastyde1th has quit [Quit: Leaving]
[18:17:54] <IchGuckLive> yes you will be impress what you can handle on that
[18:18:38] <XXCoder> hmm
[18:18:40] <XXCoder> ok
[18:18:50] <R2E4> XXCoder; https://www.buildyourcnc.com/blackFoot48v40.aspx
[18:19:11] <XXCoder> I probably would go for nema 23 anyway, can always build new framework for it
[18:19:53] <IchGuckLive> XXCoder: this driver setup http://www.ebay.com/itm/3Axis-Nema23-Stepping-Motor-110N-cm-3-0A-4wire-board-TB6560-Power-for-CMC-mill-/281188392513?pt=LH_DefaultDomain_0&hash=item4178225e41
[18:20:14] <XXCoder> yeah I can almost order this already
[18:20:20] <XXCoder> just wait til friday lol
[18:21:27] <IchGuckLive> first upgrade XXCoder http://www.ebay.com/itm/CNC-4-Axis-Driver-2M542-4-2A-Breakout-interface-board-for-Router-system-kit-/250986991782?pt=LH_DefaultDomain_0&hash=item3a6ffd90a6
[18:22:06] <XXCoder> what does it improve? better control?
[18:23:07] <IchGuckLive> its about 100 times fuster and gives you the exakt power on 48V
[18:23:58] <IchGuckLive> XXCoder: rails and more from our frind xing http://stores.ebay.com/xins-store?_trksid=p2047675.l2563
[18:24:42] <IchGuckLive> XXCoder: look at the items already inside the USA
[18:24:51] <XXCoder> ahh so machine will go faster after that upgrade
[18:25:15] <IchGuckLive> it will improve all to a realy working cnc
[18:25:24] <R2E4> hes got good prices on SSR's
[18:25:49] <IchGuckLive> sbr is ok for XXCoder
[18:25:51] <XXCoder> not bad. I can use basic setup to learn cnc and if something gets fried well its just $100 or so
[18:26:08] <XXCoder> assuming frame stays intact lol
[18:27:02] <CaptHindsight> someone just needs to start importing these iron t-slot plates for cnc kits http://www.alibaba.com/product-detail/T-slot-cast-iron-floor-plate_128754238.html
[18:27:03] <IchGuckLive> R2E4: did you see the sqare flanches he has a power price
[18:27:24] <R2E4> \I dont see em
[18:27:53] <einar__> Point 4: "Change hal_pythonplugin.py in /usr/share/pyshared/gladevcp/hal_pythonplugin.py Add (find calculator add after :)):" What calculator?
[18:28:14] <R2E4> oh yeah
[18:28:28] <IchGuckLive> einar__: he uses a python calculator inside
[18:29:02] <R2E4> I need two 70" 35's to put on my x gantry
[18:29:18] <R2E4> 25's
[18:29:20] <IchGuckLive> R2E4: he got als a hamering LM20Luu
[18:29:53] <R2E4> They surplus?
[18:30:02] <IchGuckLive> here in german they will charge you 70USD for one of this on FAG
[18:30:13] <R2E4> hjow is he selling the hiwins at that price?
[18:30:14] <XXCoder> sbr used for moving gantry, but also for Y axis - router head moving left right on gantry?
[18:30:43] <IchGuckLive> XXCoder: no gutra at startup
[18:30:44] <XXCoder> I guess screw drive of some kind is better for z
[18:30:48] <einar__> So I don't understand what the instruction wants me to do. I opened the mentioned .py file. Can I paste the import line wherever I like?
[18:31:01] <XXCoder> whats gutra?
[18:31:24] <Swapper_> anyone running yaskawa sigma 2 drives here?
[18:32:40] <IchGuckLive> einar__: no it needs to be after from features import Features
[18:34:07] <IchGuckLive> einar__: querry
[18:34:48] <IchGuckLive> XXCoder: guntry ;-)
[18:35:03] <IchGuckLive> 3rd try Gantry
[18:35:11] <XXCoder> no qantry? how would it do Y and z?
[18:35:12] <Einar> I think I will drop the whole thing. If you say it's crap, and the install instructions are user hostile, I expect the result to be the same. :-(
[18:35:53] <IchGuckLive> XXCoder: at test CNc move the X Yis fix to base and Zis on y
[18:36:30] <XXCoder> fixed gantry, moving bed? not sure if I understand you
[18:37:10] <XXCoder> got link top picture example?
[18:37:22] <IchGuckLive> Einar for me as a CNC freak and Teatcher id like to see some of my numbers reflected at the gcode but you get only parametrec output as it is a universal Oline
[18:37:47] <IchGuckLive> http://www.sammellothar.de/X_RAHMEN.mpg XXcoder
[18:37:54] <XXCoder> loking
[18:38:09] <IchGuckLive> this shoudt be your first setup
[18:38:18] <IchGuckLive> as big as you want
[18:39:03] <XXCoder> guess because its simplier to build
[18:39:32] <IchGuckLive> its a nail in a pice of wood design
[18:40:55] <IchGuckLive> the rails for a 6090 on that setup woudt be below 100USD on SBR20
[18:41:29] -!- sabotender has quit [Ping timeout: 246 seconds]
[18:41:36] <IchGuckLive> 3foot X 2foot y and 0.5foot Z
[18:41:39] <Einar> IchGuckLive: I can see that. Just hoping to find something that enable me to make simple operations when standing at the lathe.
[18:41:55] <XXCoder> SBR rails right?
[18:42:18] <IchGuckLive> Einar: you can change all the pictures and items so i did as i then get gcosde
[18:42:27] -!- mackerski has quit [Client Quit]
[18:42:31] <IchGuckLive> gcode Einar
[18:42:45] <IchGuckLive> you can do what ever you want
[18:42:57] <IchGuckLive> its a simple programing
[18:43:49] <IchGuckLive> its the sdame as a normal simple python it writzes to a internal [] and prints out to axis
[18:44:00] <IchGuckLive> so yu can fill it with your stuff
[18:44:43] <IchGuckLive> xxcoder write him a mai land see complete cheep kit
[18:45:13] <XXCoder> yeah can check into it later, and thanks!
[18:46:34] <IchGuckLive> XXCoder: also look at aliexpress
[18:46:52] <Einar> IchGuckLive: I'm not sure I understand what pictures you change. Correction: I'm sure I don't understand. :-)
[18:46:57] <XXCoder> http://www.aliexpress.com/ ?
[18:47:05] <IchGuckLive> http://www.aliexpress.com/store/all-wholesale-products/314742.html
[18:47:54] <XXCoder> decent, thanks
[18:48:13] -!- jasen [jasen!4e5330fa@gateway/web/freenode/ip.78.83.48.250] has joined #linuxcnc
[18:48:46] <IchGuckLive> Einar it simply calls the maker at the icon press so you can put inside the corresponding python insted of Oxx 100 lines limple G1 X#1 z#2
[18:48:58] <XXCoder> http://www.aliexpress.com/store/product/Anti-Backlash-ball-screw-SFU1605-L300mm-2Pcs-linear-guide-SBR16-L300mm-4-pcs-SBR16UU-BK12-and/314742_1138391486.html
[18:49:21] <IchGuckLive> XXCoder: up to you how mutch you gone spend
[18:49:27] <XXCoder> indeed
[18:49:47] -!- ktchk [ktchk!~eddie6929@n219073007175.netvigator.com] has parted #linuxcnc
[18:49:58] <IchGuckLive> XXCoder: ths woudt be the Z axis
[18:50:05] <XXCoder> yeah
[18:50:12] <XXCoder> bit under 12"
[18:50:16] <XXCoder> 300m
[18:50:18] <XXCoder> mm
[18:50:25] <IchGuckLive> ktchk is the man in the store in Hongkong
[18:50:51] -!- dnalerom has quit [Quit: Dang. Where did dnaleromj's computer go?]
[18:51:20] <IchGuckLive> XXCoder: for a realy good PCB this woudt be 3 times that stuff and you are in business
[18:52:08] <XXCoder> PCB = make circuit boards? I doubt I need to do that
[18:52:39] <IchGuckLive> cheep and a good start that gives you a mashine that will last for years
[18:52:50] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc
[18:53:14] -!- larryone has quit [Client Quit]
[18:53:21] -!- amiri has quit [Quit: leaving]
[18:53:31] einar__ is now known as EinarLathe
[18:54:24] <humble_sea_bass> this aliexpress vendor is mad affordable
[18:54:35] <XXCoder> yeah retty good
[18:55:10] <IchGuckLive> keep in mind ali is not best qualety but it will work for 80% of things
[18:57:16] <XXCoder> yeah it could work for a while, if I ever get better job I would start building that large cnc kit
[18:57:34] -!- amnesic has quit [Ping timeout: 246 seconds]
[18:58:10] -!- kfoltman [kfoltman!~kfoltman@188.141.18.243] has joined #linuxcnc
[18:59:17] -!- larryone has quit [Quit: This computer has gone to sleep]
[19:00:18] -!- kb8wmc [kb8wmc!~chatzilla@64.25.194.29] has joined #linuxcnc
[19:00:37] <CaptHindsight> Price: US $50.00 / piece, Shipping: US $53.52to United States via EMS , Total Price: US $103.52
[19:00:44] <IchGuckLive> hi kb8wmc sankt patrics day did you mil a green pa6
[19:02:20] <kb8wmc> IchGuckLive: hello there sir
[19:02:30] <CaptHindsight> humble_sea_bass: I'd be leery of that price if I was standing at his door
[19:02:33] <kb8wmc> no milling today
[19:04:23] <humble_sea_bass> I'm adventurous when it comes to aliexpress items
[19:04:49] <humble_sea_bass> it is my vice
[19:05:03] <CaptHindsight> humble_sea_bass: did you see the pics of the routers right out of the box?
[19:05:26] <humble_sea_bass> the ones you posted? yeah, very grimy
[19:05:48] <CaptHindsight> yes, thats how those parts might also show up
[19:05:49] <XXCoder> probably have to be pulled part, cleaned and properly built
[19:06:16] <CaptHindsight> I've been in lots of shops where they sell parts like that by the Kg
[19:06:25] <humble_sea_bass> by round they mean "octagonish"
[19:06:30] <CaptHindsight> they are in big piles
[19:06:31] -!- GuShH_ has quit [Ping timeout: 264 seconds]
[19:06:53] <CaptHindsight> often not kept dry
[19:07:28] <humble_sea_bass> you recon they are just buying piles by the kilo and making machines out of em
[19:07:28] <CaptHindsight> but the pics look really shiny
[19:07:37] <CaptHindsight> some do
[19:07:42] <XXCoder> ballscrew is better type right?
[19:07:53] <humble_sea_bass> the aliexpress pics are T1000 liquid metal shiny smooth
[19:07:58] <CaptHindsight> all the fasteners not stainless are "red oxide" treated :)
[19:08:27] -!- Cylly [Cylly!cylly@p54B103DB.dip0.t-ipconnect.de] has joined #linuxcnc
[19:08:30] <humble_sea_bass> i heard the red oxide finish is really taking off over there
[19:08:46] <humble_sea_bass> that "frontier" look
[19:09:30] <CaptHindsight> you order quality might depend on what part of the bin they pick from, underwater or from the top
[19:09:44] <CaptHindsight> so it's just a bit like gambling
[19:10:38] -!- Loetmichel has quit [Ping timeout: 252 seconds]
[19:11:38] -!- kb8wmc has quit [Quit: ChatZilla 0.9.90.1 [Firefox 20.0/20130329043827]]
[19:12:18] -!- kb8wmc [kb8wmc!~chatzilla@64.25.194.29] has joined #linuxcnc
[19:13:40] <XXCoder> http://www.aliexpress.com/store/product/PROMOTION-3-SBR20Linear-rail-12-SBR20UU-3-RM1605-ballscrews-L350-650-1050mm-3-BK12-BF12-Ball/314742_1138389892.html
[19:14:22] <XXCoder> probabkly too large lol
[19:14:42] <IchGuckLive> XXCoder: SBR20 will hanfle 400lbs
[19:14:59] <IchGuckLive> you need SBR12 to 16
[19:15:18] <XXCoder> thanks
[19:15:30] <CaptHindsight> I pick up at automation technologies so that I can leave with bearings without detents
[19:16:11] <CaptHindsight> I'd hate to wait 4 weeks to find out I got a bad set of bearings
[19:17:05] <pcw_home> Those are just audible motion indicators
[19:18:25] <CaptHindsight> oh yeah just like train wheels
[19:18:41] <XXCoder> shipping hurts at some items lol
[19:19:04] <XXCoder> sbr16 1300mm set+screw around $91, shipping $162
[19:19:35] -!- motioncontrol [motioncontrol!~io@host197-77-dynamic.3-87-r.retail.telecomitalia.it] has joined #linuxcnc
[19:20:03] -!- larryone has quit [Quit: This computer has gone to sleep]
[19:20:49] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[19:21:11] <CaptHindsight> http://www.bloomberg.com/image/i3GzFFSgmJeQ.jpg http://www.greatmirror.com/images/medium/012956.jpg
[19:21:40] <CaptHindsight> http://i.istockimg.com/file_thumbview_approve/26394260/2/stock-photo-26394260-curbside-streetview-of-a-hardware-store-in-china.jpg
[19:21:41] -!- kfoltman has quit [Quit: Ex-Chat]
[19:22:01] <CaptHindsight> this is typical, but you can find just about anything
[19:22:12] <XXCoder> well http://www.amazon.com/SBR16-1000mm-Supported-Linear-SBR16UU-Bearing/dp/B00IW5MWFG/ref=sr_1_1?ie=UTF8&qid=1395084052&sr=8-1&keywords=sbr16+rail
[19:22:14] <XXCoder> not too bad
[19:22:48] <XXCoder> much less shipping too
[19:25:48] <CaptHindsight> often when you order rods, linear bearings, extrusions it comes from a pile, not from a neatly stored and wrapped package
[19:27:19] <CaptHindsight> my point is to find suppliers and build a relationship, then you'll get the better parts and deals
[19:27:44] <CaptHindsight> vs whatever they grab and put into a box that day
[19:29:29] <XXCoder> I don't think theres any local supply of those things here lol
[19:29:31] <XXCoder> but then hm
[19:29:44] <CaptHindsight> XXCoder: where is your here?
[19:29:53] <XXCoder> washington state, usa
[19:30:25] <CaptHindsight> at least with keiling/automation tech you can return/exchange things
[19:30:33] <XXCoder> urls?
[19:30:41] -!- dnalerom [dnalerom!~dnaleromj@64.20.30.66] has joined #linuxcnc
[19:30:42] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[19:30:46] <CaptHindsight> he does travel back to check on quality
[19:31:10] <CaptHindsight> http://www.automationtechnologiesinc.com/
[19:31:31] <CaptHindsight> http://www.automationtechnologiesinc.com/products-page/ballscrews-nuts
[19:31:52] <CaptHindsight> http://www.automationtechnologiesinc.com/products-page/bearing-block-rail
[19:32:22] -!- psha has quit [Quit: Lost terminal]
[19:33:20] <XXCoder> that store dont have sbr 16
[19:35:13] <CaptHindsight> 20mm is the lightest there, yes
[19:35:16] <XXCoder> wonder how easy it is to cut those sbr. probably not easy at all
[19:35:26] <CaptHindsight> I have some here
[19:36:33] <CaptHindsight> hacksaw
[19:36:44] <XXCoder> I have much to think about
[19:37:02] <XXCoder> my really rough esmate for basic cnc is $500 or sp
[19:37:16] <CaptHindsight> or buy used
[19:37:22] <XXCoder> I already has old laptop in mind for controlling it. my 14 year old laptop would do
[19:37:29] <XXCoder> where would I look?
[19:37:33] <humble_sea_bass> don't use a laptop
[19:37:46] <XXCoder> its desktop replacement type laptop
[19:37:54] <XXCoder> it was powerful for its era
[19:37:58] <CaptHindsight> try the latency test on the LiveCD
[19:38:01] <humble_sea_bass> don't use a laptop
[19:38:14] <CaptHindsight> older laptops are especially bad
[19:38:24] <XXCoder> whats issue with those?
[19:38:40] <CaptHindsight> SMI, ACPI, APM
[19:38:53] <humble_sea_bass> irq interrupts based on relative humidity, light, temperature and time of day
[19:38:54] <CaptHindsight> latops use an EC (embedded controller)
[19:39:15] <XXCoder> os older pc would do?
[19:39:20] <XXCoder> I havw that too
[19:39:25] <CaptHindsight> the EC can interrupt and pause the OS while it runs services
[19:39:41] <CaptHindsight> try the latency test on the LiveCD
[19:39:44] <humble_sea_bass> mini itx boards are 80 bux and are known performers
[19:40:09] <XXCoder> okay, I plan to before I run it on actual cnc
[19:40:24] -!- dnalerom has quit [Quit: Dang. Where did dnaleromj's computer go?]
[19:40:45] <XXCoder> does linuxcnc has packages to make toolpath from model?
[19:40:51] <CaptHindsight> kill all power management, speed stepping, power now etc etc
[19:41:14] <CaptHindsight> no that is CAM
[19:41:17] <XXCoder> heh yeah that laptop was BAD on power management, turned it off as I got it
[19:41:17] <humble_sea_bass> you can use the laptop while you're getting things together, but once you go into production you'llrealize it is source of problems
[19:42:06] -!- rob_h [rob_h!~robh@94.3.108.247] has joined #linuxcnc
[19:42:10] <XXCoder> cam software hmm what is good one for thaty
[19:42:16] <XXCoder> humble ok
[19:42:18] -!- lyzidiamond has quit [Quit: lyzidiamond]
[19:44:29] -!- dnalerom [dnalerom!~dnaleromj@64.20.30.66] has joined #linuxcnc
[19:45:04] -!- liedman has quit [Ping timeout: 245 seconds]
[19:45:33] <humble_sea_bass> some folks here are finding that cambam is good for the money
[19:47:00] -!- kb8wmc has quit [Quit: ChatZilla 0.9.90.1 [Firefox 20.0/20130329043827]]
[19:49:22] <XXCoder> Dunno if there alternates to SBR16?
[19:49:57] <XXCoder> Can SBR be mounted sideways or even upside down?
[19:52:48] <XXCoder> google says yes
[19:52:55] <Einar> They can, but load rating will suffer greatly if upside down!
[19:53:23] <XXCoder> interesting http://forums.bit-tech.net/showthread.php?t=261473&viewmode=author
[19:53:26] -!- terabyte- has quit [Quit: terabyte-]
[19:53:45] <XXCoder> yeah I was pretty sure upside down wasnt thing to do
[19:54:23] jst_ is now known as jstenback
[19:55:28] Cylly is now known as Loetmichel
[19:58:36] -!- patrickarlt has quit [Quit: Leaving...]
[19:58:46] -!- terabyte- [terabyte-!~terabyte@c-76-18-21-170.hsd1.fl.comcast.net] has joined #linuxcnc
[20:00:35] -!- automata has quit [Ping timeout: 255 seconds]
[20:03:18] -!- dnalerom has quit [Quit: Dang. Where did dnaleromj's computer go?]
[20:10:52] <XXCoder> that url taught me pretty lot so far
[20:10:57] <XXCoder> SBR style
[20:11:10] <XXCoder> I wonder about some stuff though
[20:11:46] <XXCoder> guys using less than full ponental area due to shorter rails AND gantry that dont have offset so bit can hit edge of workarea
[20:19:52] -!- nixnub [nixnub!~nixnub@196.219.64.144] has joined #linuxcnc
[20:20:16] -!- terabyte- has quit [Quit: terabyte-]
[20:22:41] -!- rob_h has quit [Ping timeout: 252 seconds]
[20:23:22] -!- terabyte- [terabyte-!~terabyte@c-76-18-21-170.hsd1.fl.comcast.net] has joined #linuxcnc
[20:23:42] -!- rob_h [rob_h!~robh@90.219.235.65] has joined #linuxcnc
[20:26:02] -!- R2E4_ [R2E4_!~IceChat9@24.114.104.252] has joined #linuxcnc
[20:27:43] <R2E4_> This line for mpg net mpg-a encoder.0.phase-A <= parport.1.pin-02-in
[20:28:15] <R2E4_> If I am using pins 16 17 on 7i77 do I have to do the counts?
[20:32:05] -!- Thetawaves [Thetawaves!~Thetawave@186-51-178-69.gci.net] has joined #linuxcnc
[20:42:14] -!- nixnub has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Chicks dig it]
[20:48:40] -!- FreezingCold [FreezingCold!~FreezingC@135.0.41.14] has joined #linuxcnc
[20:56:54] -!- FinboySlick has quit [Quit: Leaving.]
[20:57:13] -!- FreezingCold has quit [Remote host closed the connection]
[20:58:55] -!- FreezingCold [FreezingCold!~FreezingC@135.0.41.14] has joined #linuxcnc
[21:00:45] -!- dnalerom [dnalerom!~dnaleromj@64.20.30.66] has joined #linuxcnc
[21:01:24] -!- amnesic has quit [Quit: amnesic]
[21:02:16] -!- PCW [PCW!~chatzilla@99.88.10.65] has joined #linuxcnc
[21:02:53] <Einar> When I get to the G33 line the feed stops. No error messages, spindle continues running (at slowest speed). G96 is active and spindle speed will increase as I'm facing towards centre. My .INI and .HAL files can be viewed here: http://sjaavik.no/linuxcnc-dev/univstep/
[21:03:26] <PCW> R2E4_: No, the 7I77 has a encoder counter (something.enc0 IICRC)
[21:03:51] <Einar> I'm assuming the problem is it cannot synchronize. What should be my debugging action now?
[21:04:27] <PCW> check for index working
[21:04:30] <humble_sea_bass> I usually cuss for a minute
[21:05:08] -!- uw [uw!~uw@unaffiliated/uw] has joined #linuxcnc
[21:05:10] <Einar> PCW: With a scope on the UnivStep board input?
[21:05:34] <PCW> or backwards from hal
[21:07:01] <PCW> also motions index_enable pin must be wired to the spindle encoders index_enable pin (in HAL)
[21:07:21] -!- dnalerom has quit [Quit: Dang. Where did dnaleromj's computer go?]
[21:08:13] <R2E4_> got it working. cool11
[21:08:21] <PCW> also check spindle_at_speed
[21:09:42] <Einar> PCW: I thought I am doing that in the 3 last lines in http://sjaavik.no/linuxcnc-dev/univstep/univstep_servo.hal But I'm just fumbling around....
[21:10:43] -!- jt_pr [jt_pr!ade4e23a@gateway/web/freenode/ip.173.228.226.58] has joined #linuxcnc
[21:18:26] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[21:20:09] -!- motioncontrol has quit [Quit: Sto andando via]
[21:22:01] -!- R2E4_ has quit [Ping timeout: 240 seconds]
[21:28:55] -!- jt_pr has quit [Quit: Page closed]
[21:33:47] <EinarLathe> Probably miswiring of encoder index. Fixed connection. Restarted. Plunged tool into workpiece. One threading tool scrapped. :-(
[21:39:16] <EinarLathe> But still no movement in G33. spindle_at_speed=TRUE.
[21:40:29] -!- lyzidiamond has quit [Quit: lyzidiamond]
[21:58:45] <cradek> does spindle-revs count upward 1.0 per revolution when you're going in the M3 direction?
[22:01:01] -!- motioncontrol [motioncontrol!~io@host197-77-dynamic.3-87-r.retail.telecomitalia.it] has joined #linuxcnc
[22:03:20] -!- mhaberler has quit [Quit: mhaberler]
[22:06:31] -!- GuShH_ [GuShH_!~GuShH_Lap@unaffiliated/gushh] has joined #linuxcnc
[22:09:09] -!- motioncontrol has quit [Quit: Sto andando via]
[22:32:18] <Deejay> gn8
[22:32:43] -!- Deejay has quit [Quit: bye]
[22:32:53] <XXCoder> what kind of cam software do you guys use?
[22:33:29] -!- PetefromTn_ [PetefromTn_!~IceChat9@24-158-172-171.dhcp.jcsn.tn.charter.com] has joined #linuxcnc
[22:34:15] <p0st4L> cambam
[22:36:15] <EinarLathe> cradek: It counts up much faster than that!
[22:37:50] -!- zzolo has quit [Quit: zzolo]
[22:39:29] <EinarLathe> And I found here: http://linuxcnc.org/docs/html/gcode/gcode.html#sec:G33-Spindle-Sync that "The pins motion.spindle-at-speed and the encoder.n.phase-Z for the spindle must be connected in your HAL file"
[22:40:21] <EinarLathe> I don't think there is a encoder.n.phase-Z in mine. I'll have to go looking where to find it.
[22:41:23] <cradek> spindle-revs must INCREASE by 1.0 for each turn of the spindle in the M3 direction
[22:43:17] <Einar> I'll have to check again with the scope if my index pulse is connected to the right pin. It counts much faster. Which may indicate I have A or B to index input.
[22:43:52] <cradek> you won't have encoder.n with your hardware counter - that advice is for a different setup
[22:43:56] -!- MacGalempsy [MacGalempsy!~quassel@ip68-12-21-167.ok.ok.cox.net] has joined #linuxcnc
[22:44:09] <cradek> that documentation isn't very great
[22:44:25] <Einar> Oh. Again. :-( For the umpteenth time.
[22:44:41] <cradek> you probably just need to set scaling
[22:44:54] <cradek> but yeah you might not be getting a successful index reset
[22:46:02] <Einar> Did you look at my .HAL files?
[22:47:50] <Einar> Hardware wise it's a full 5V square wave swing. Except at 3000RPM where the opto sensors are just about hitting their bandwidth limit.
[22:48:22] <Einar> 90 slits in appx 150mm disc.
[22:50:06] -!- chillly has quit [Quit: Leaving]
[22:50:32] <cradek> so you need a scale of 360
[22:50:36] <cradek> (no I didn't)
[22:50:44] <cradek> you won't be threading at 3krpm anyway so that oughta be fine
[22:53:56] <Einar> Scale? I don't think I set that. The index is once each rev. I thought that was what it use for synchronization?
[22:54:17] <cradek> index tells it when to start the pass
[22:54:34] <cradek> encoder position (spindle-revs) is how it tracks the position during the pass
[22:55:17] <Einar> Then I have to figure out where to put that scale.
[22:55:44] <cradek> just set it anywhere in your hal
[22:56:09] <cradek> but if it's not moving you've got a second problem somewhere
[22:57:48] <Einar> I think I found it here: http://pico-systems.com/codes/univstepthread/univstep_motion.hal "setp ppmc.0.encoder.03.scale 6912"
[22:58:15] <Einar> It's moving now, but it seems it just scoots over as fast as it can.
[22:58:26] <cradek> aha
[22:58:41] <cradek> a wrong scale (counting up too fast) would look very much like what you describe
[22:59:01] <cradek> did you fix an index problem to make it move?
[22:59:39] <Einar> I had the index and one of the phases swapped. I'll try it with 360 instead of 6912.
[23:00:52] <cradek> weird, I'm very surprised it counted with only one phase
[23:01:01] <Einar> I'll have to try tomorrow. It's midnight here now.
[23:01:29] GJdan is now known as GJdan_
[23:01:49] <cradek> is your ppmc modern or vintage?
[23:02:09] <EinarLathe> Thanks for your help. It seems logical with the scale.
[23:02:18] <cradek> welcome
[23:02:24] <EinarLathe> It's 1/2 a year old.
[23:02:26] <cradek> sounds like you are very close to having it work
[23:02:49] <cradek> oh ok, that's fine (very old ones had problems with index reset)
[23:02:51] <EinarLathe> Sn. 0142
[23:02:58] <cradek> goodnight
[23:05:34] -!- EinarLathe has quit [Quit: Ex-Chat]
[23:07:35] -!- styopah has quit [Quit: Leaving]
[23:08:30] -!- AR_ [AR_!~AR@24.238.71.107] has joined #linuxcnc
[23:08:50] -!- sabotender [sabotender!~tandoorii@unaffiliated/tandoori] has joined #linuxcnc
[23:09:18] <Bushman> solved the issue of lost steps on Z
[23:09:40] <Bushman> it turns out default current decay is not good
[23:09:53] <Bushman> i had to set to fast
[23:14:18] -!- marvi has quit [Ping timeout: 240 seconds]
[23:17:35] -!- lyzidiamond has quit [Quit: lyzidiamond]
[23:19:16] -!- GJdan_ has quit [Quit: WeeChat 0.4.4-dev]
[23:20:09] -!- Einar [Einar!~Einar@90.149.34.108] has parted #linuxcnc
[23:20:26] -!- rob_h has quit [Ping timeout: 246 seconds]
[23:21:22] -!- R2E4_ [R2E4_!~IceChat9@24.114.84.88] has joined #linuxcnc
[23:21:27] <R2E4_> evening
[23:21:34] GJdan is now known as GJdan_
[23:23:02] -!- valeech has quit [Quit: valeech]
[23:23:34] -!- GJdan_ has quit [Client Quit]
[23:24:54] <PetefromTn_> evening..
[23:25:15] <XXCoder> playing with cambam, interesting heh
[23:25:51] KreAture is now known as KreAture_Zzz
[23:31:52] <R2E4_> hi-ya PEte
[23:32:24] <R2E4_> Everything working so far. MPG, external buttons, go to zero, quill up......
[23:32:44] <R2E4_> I've put it off long enough. Time to tackle the Z issue.
[23:33:15] <Bushman> Z issue!
[23:33:25] * Bushman 's Z issue is solved
[23:33:34] <Bushman> yay!
[23:33:49] <R2E4_> What Z issue were you having?
[23:33:52] * Bushman is being silly because of how happy he is right now
[23:34:05] <Bushman> R2E4_: lost steps in direction of gravity XD
[23:34:23] <R2E4_> Well, at least you have Z movement.
[23:34:28] <Bushman> even at seemingly low velocities
[23:34:33] <R2E4_> My issue is I dont have Z movement
[23:34:42] <Bushman> what's wrong?
[23:34:43] <R2E4_> What was it?
[23:35:25] <PetefromTn_> R2E4 Glad to hear it man...
[23:35:30] <R2E4_> I'm retrofitting a big ass VMC, and thats what I have left to turn up. but I am hesitant cause of the Z brake.
[23:35:45] <Bushman> well in my case it apears that 100% fast decay setting (in contrast to slow, 0%) solved the problem of Z dropping down randomly
[23:36:14] -!- MacGalempsy has quit [Read error: Connection reset by peer]
[23:36:20] <R2E4_> Now I am aware it needs 90volts to remove the Z brake
[23:36:28] <Bushman> ugh...
[23:36:33] <Bushman> quite a lot
[23:36:43] <Bushman> pics?
[23:36:45] <Bushman> :P
[23:36:54] <R2E4_> of themachine?
[23:37:14] <PetefromTn_> I ran a Haas VMC all day today LOL..
[23:37:24] <Bushman> yea
[23:37:29] -!- MacGalempsy [MacGalempsy!~quassel@ip68-12-21-167.ok.ok.cox.net] has joined #linuxcnc
[23:37:41] <Bushman> the brake pic could be fun too
[23:38:38] <R2E4_> haha, dont know where it is. In the motor I think
[23:38:56] <PetefromTn_> yeah they are usually built into the motor..
[23:39:07] <R2E4_> I have the last wire in hand and its marked.... ZBRK
[23:39:31] <PetefromTn_> ya know speaking of goto zero buttons etc.
[23:39:39] <R2E4_> The mpg is badass Pete.
[23:39:59] <PetefromTn_> It occurred to me today to compare the Haas control to the linuxCNC control while i was working on it.
[23:40:07] <PetefromTn_> yeah I love my MPG..
[23:40:19] <R2E4_> yeah, you have to do it via pyvcp and mdi commands, then tie the input to it
[23:40:31] <R2E4_> and....
[23:40:41] <R2E4_> Did they have a go to zero button?
[23:40:58] <PetefromTn_> One thing that the haas control has that is quite like what I was describing the other day.
[23:41:26] <R2E4_> Please do tell. I have 5 spare buttomns....hehe
[23:41:27] <PetefromTn_> is that they machines have machine coordinate system, work coordinate system, and OPERATOR coordinate system.
[23:42:03] <PetefromTn_> The Operator coordinate system is basically a DRO that is NOT used for any movement only strictly for measurement and setup.
[23:42:07] <R2E4_> ok, machine is G53 work is G54
[23:42:23] <PetefromTn_> Like touching off a circle center using an edge finder etc..
[23:42:27] <R2E4_> oh, so when your in it, nothing can move?
[23:42:42] -!- tecan__ has quit [Quit: Live Long And Phosphor!]
[23:43:01] <PetefromTn_> no you have hand jog control but you cannot program a movement without exiting the system.
[23:43:29] <PetefromTn_> It is really nice to use for edge finding and other measurement features.
[23:44:06] <R2E4_> So why cant you do that in work coordinates?
[23:44:19] <PetefromTn_> these machines I ran today do not have the auto TLO sensors or spindle probing they are basically just like my machine. It was nice to have something similar to compare to..
[23:44:52] <R2E4_> How come you got to do that? Who do you know?
[23:45:06] <PetefromTn_> well you can actually but if you have already set your work coordinates you do not want to change them...
[23:45:13] <PetefromTn_> whaddya mean?
[23:45:34] -!- Valen [Valen!~Valen@c211-30-128-202.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[23:45:38] <R2E4_> Where did ypou play wioth the haas machines
[23:46:10] <PetefromTn_> well actually I recently visited this shop to see if they had any work they could throw my way to machine on the Cincinatti in my shop. '
[23:46:24] <R2E4_> Bushman: let me find some.... http://www.irmtl.com/vm40/L-panel.jpg
[23:46:35] <PetefromTn_> While I was there they told me maybe they would be able to give me some work but actually offered me a job there.
[23:47:08] <PetefromTn_> I told them I would consider working maybe part time for them and continue to work in my shop hopefully getting some more work in there thru them.
[23:47:10] <R2E4_> http://www.irmtl.com/vm40/tur1.JPG
[23:47:23] <PetefromTn_> So today I worked there for the first time.
[23:47:26] <R2E4_> Big shop?4
[23:48:00] -!- XXCoder1 [XXCoder1!~XXCoder@c-24-22-236-248.hsd1.wa.comcast.net] has joined #linuxcnc
[23:48:23] -!- larryone has quit [Quit: This computer has gone to sleep]
[23:48:24] <XXCoder1> cambam is pretty cool so far
[23:48:37] <XXCoder1> just made first object, its now figuring toolpath
[23:48:43] <PetefromTn_> yeah pretty big they got like six or seven large VMC's several turning centers, okumas and Haas. They also have a waterjet machine, some surface grinders, and wire edm machines as well as lots of manual machines.
[23:49:03] <PetefromTn_> XXCoder Yeah I actually quite like Cambam so far that I have used it..
[23:49:19] -!- XXCoder has quit [Ping timeout: 264 seconds]
[23:49:22] <Bushman> R2E4_: nice hotrod :P
[23:49:36] -!- amiri_ has quit [Read error: Connection reset by peer]
[23:49:41] <XXCoder1> made 100mm by 100,, by 10mm square thing with large hole. took me bit just to fugure how to use gui
[23:49:57] <XXCoder1> how do I use cutviewer?
[23:50:56] <Bushman> R2E4_: man, that really IS big ass :D
[23:51:09] -!- chriscalip has quit [Read error: Connection reset by peer]
[23:51:14] <XXCoder1> did I miss link from r2e4? drat
[23:51:28] <PetefromTn_> Cutviewer kinda sucks try using CNCsimulatorpro.
[23:51:31] -!- amiri has quit [Ping timeout: 264 seconds]
[23:51:37] <Bushman> R2E4_: my homemade CNC is like a toy compared to that XD
[23:51:57] <XXCoder1> lol ok, so I would have to install cutviewer? if so no wonder it just says file not found lol
[23:52:25] <PetefromTn_> yeah it must be installed but having tried both I prefer CNCsimulator pro.
[23:52:33] <R2E4_> PetefromTn_: Did you see the waterjet run?
[23:52:39] <XXCoder1> I guess pro one needs money
[23:52:46] <XXCoder1> R2E4_: mind re-link heh
[23:52:52] <R2E4_> Bushman: itscoming along
[23:52:56] <PetefromTn_> yeah I watched them run it a bit the other day..
[23:53:14] <PetefromTn_> no CNCsimulator pro is free but they bug you to donate etc..
[23:53:36] <XXCoder1> http://cncsimulator.info/ ?
[23:53:50] <Bushman> R2E4_: PM
[23:53:52] <zeeshan> justr download a copy of siemens nx
[23:54:00] <zeeshan> :P
[23:54:59] <PetefromTn_> BBL
[23:55:03] -!- PetefromTn_ has quit [Quit: For Sale: Intergalactic Proton Powered Electrical Tentacled Advertising Droids]
[23:55:13] -!- Valen has quit [Quit: Leaving.]
[23:57:07] -!- The_Ball has quit [Ping timeout: 264 seconds]