#linuxcnc | Logs for 2014-03-09

Back
[01:47:05] <RyanS> anyone tried a 'fogbuster'?
[03:56:25] <Deejay> moin
[04:01:59] <miss0r> And to you
[04:56:50] <mcfloppy> hello :)
[05:05:18] <miss0r1> I am thinking of adding a relay to power the spindle on my new cheap chinese cnc mill 3020t. Anyone know of anyone who has done this before?
[05:06:33] <archivist> lots ask a better question :)
[05:07:17] <miss0r1> I made a REALLY nice pcb with it yesterday. alot nicer than I had thought it capable of.
[05:07:32] <miss0r1> But it would be nice for it to be able to power up/down the spindle
[05:09:41] <miss0r1> archivist, I am going to use the 4th axis of the Tonsen 4-axis controller in this box, and just use the pin ment for 'direction' to power a transistor which in turn powers a relay. That doesn't sound complete off the wall, does it?
[05:14:02] <archivist> some of the break out boards have a relay already
[05:14:22] <miss0r1> this one doesnt: http://www.mycncuk.com/forums/attachments/schematics-datasheets-manuals/11039d1387390631-tonsen-4-axis-controller-bob-schematic.png
[05:15:23] <archivist> the moto connection
[05:15:28] <archivist> at the top
[05:16:00] <miss0r1> thats mounted to the 'strobe' pin - isn't that meant for PWM ?
[05:16:54] <archivist> can be or one of the 4th axis pins or whatever
[05:17:24] <miss0r1> I am just curious if the 5 volt supply of the board will drive a relay. I can't realy make that out
[05:17:25] <archivist> actually steal the enables
[05:17:51] <miss0r1> the 'enables' of the 4th axis?
[05:18:10] <archivist> you have three enables you only need one/none
[05:18:26] <archivist> I leave the drivers enabled
[05:19:08] <archivist> I dont want lost steps between enabled state to leave enabled
[05:19:53] <miss0r1> indeed. I am just thinking - why would X and A have the same 'enable' pin and why on earth is it mounted on pin 14? That could never be an output
[05:20:53] <miss0r1> it could... heh
[05:44:25] <miss0r1> Can someone help me understand if this is connect? : "net spindle-on => parport.0.pin-01-out" <- from my .hal file. When I then issue the m3 command from axis, the pin 01 of the part port should be '1' and when I issue command m5 it should be '0' right? The problem is, I can measure 4.3 volts on that pin no matter what.
[05:49:28] <Einar__> I think it should be motion.spindle-on.
[05:50:09] <miss0r1> I actually just made it work - apparently you need to define a speed first.
[05:50:21] <miss0r1> even thou the computer has no say in the spindle speed.
[05:51:58] <Einar__> And don't connect your parport directly to a relay! Even if it can drive it, the pulse when releasing it will kill your parport.
[05:54:31] <miss0r1> i'll put in a NPN transistor and place a flyback diode over the relay
[05:54:37] <miss0r1> That should do nicely I think
[08:18:03] <miss0r> Are there any nice tools for taking some export from diptrace and converting it to gcode for isolation milling?
[08:19:28] <archivist> ! its not free
[08:19:56] <archivist> and always use gerber output
[08:21:00] <miss0r> I have tried this pcb2gcode, but I can't make it work properly.
[08:22:17] <archivist> but you said earlier "I made a REALLY nice pcb with it yesterday. alot nicer than I had thought it capable of."
[08:22:53] <miss0r> Yeah, that was just a demo. Not really a testimony to my skills
[08:24:06] <archivist> remember milling will have difficulty getting small detail like a pro pcb maker
[08:25:04] <archivist> you need really good tooling for milling
[08:25:47] <miss0r> Well. I just did a quite simple design in diptrace (The board I will add to the controller to power up the spindle). I export it to gerber and convert it with pcbtogcode. And it gives me some g-code files, but also a jpec of how it will look: *uploading*
[08:26:33] <miss0r> http://picpaste.com/outp3_traced-Bw0IsNfl.png
[08:26:55] <miss0r> which is some mess.
[08:30:23] <ReadError> miss0r yea
[08:30:27] <ReadError> i just did that...
[08:31:21] <ReadError> used pcb2gcode
[08:31:41] <miss0r> ReadError, What was your experience?
[08:32:20] <ReadError> http://www.dailygusta.com/Phone/i-JKxrBMf/0/X2/CA_02031412081568-X2.jpg
[08:32:29] <ReadError> thats a qfn16 3x3
[08:32:50] <miss0r> How did your output image look?
[08:33:17] <ReadError> pcb2gcode --zsafe 0.01 --zwork -0.003 --zchange 1 --offset 0.001725 --extra-passes 5 --mill-speed 40 --dpi 8000 --front DPPM_Proto.gbr
[08:33:27] <ReadError> thats the command I ran
[08:33:38] <ReadError> ignore the mill-speed
[08:33:45] <ReadError> didnt do anything, for spindle speed..
[08:34:26] <miss0r> You didn't do a -metric or anything? aren't thoes values a bit strange in that case?
[08:35:02] <miss0r> I used this command: 'pcb2gcode --front Top.gbr --back Bottom.gbr --zwork -0.04 --zsafe 2 --offset 0.2 --mill-feed 60 --milldrill --cutter-diameter 0.3 --zcut -0.04 --cut-feed 60 --cut-infeed 60 --zdrill -0.04 --metric --zchange 5 --basename proto --mill-speed 1'
[08:35:52] <archivist> how good is your spindle concentricity
[08:36:25] <archivist> does the machine have any backlash too
[08:36:27] <ReadError> mine?
[08:36:48] <archivist> no
[08:36:49] <miss0r> I haven't had a measuring dial on it yet
[08:36:58] <archivist> time you did :)
[08:37:19] <miss0r> Indeed - I will fetch it tomorrow after work(a friend of mine has it)
[08:38:07] <miss0r> In the meantime I would like to make this work :)
[08:40:52] <archivist> making it work might mean setting a bit of backlash compensation
[08:41:29] <miss0r> I thought I did that.
[08:41:51] <archivist> if there is and spindle concentricity error it will cut a larger/wider path
[08:42:17] <miss0r> indeed
[08:42:29] <archivist> cant set backlash without measuring !
[08:43:19] <miss0r> well, not - but I gave it more room that it needed - allowing for tolerance.
[08:43:44] <archivist> can make it worse
[08:44:25] <miss0r> Your recommendation would be to wait until I get my dial back?
[08:45:08] <archivist> 0 backlash compensation till then yes
[08:45:56] <miss0r> indeed. I didn't touch the backlash compensation - I just made my pcb design a bit wider/larger than needed to compensate for "unforeseen movement"
[08:46:39] <miss0r> unless I understand nothing that the offset is really backlash compensation
[08:47:06] <archivist> what offset
[08:47:16] <miss0r> in the pcb2gerber command
[08:47:20] <miss0r> pcb2gcode*
[08:48:08] <ReadError> I think this qfn16 3x3 is about the limit of what I can do
[08:48:25] <ReadError> it worked out fine, but soldering that stuff w/o a mask is a huge PITA
[08:48:55] <miss0r> steady hands is the key :)
[08:49:25] <archivist> and a stereo zoom microscope
[09:03:09] <miss0r> I can't seem to make pcb2gcode understand I want to work in mm not inches
[09:17:34] <miss0r1> I have a hang od constructing pcbs - i've done this for a long time, with the purpose of etching them. This is not a problem at all. i've also managed to mill a preamde gcode example of a pcb - which turned out real nice. I just need a good tutorial or something in that order so I can go from my pcb design to gcode. So far I realy haven't managed to get this pcb2gcode working properly - Do any of you guys/girls know of a good on
[09:17:34] <miss0r1> line tutorial or some material I should read to manage this?
[09:27:14] <archivist> not sure you need worry about metric, the machine can do either
[09:27:29] <archivist> see G20/G21
[09:59:54] <somenewguy> does anyone have any decentreccomendations of LED strip lighting? inside of my blast cabinet is super dark
[10:02:23] <CaptHindsight> there are lots to choose from
[10:02:31] <somenewguy> yeah thats the problem
[10:02:48] <somenewguy> was hopeing someone had some perosnal experiencec w/ one, I am really bad at making arbitrary decisiosn lol
[10:03:29] <CaptHindsight> the prices are dropping and the efficiency is going up
[10:03:53] <CaptHindsight> so don't spend $100 on what you can get for $20
[10:05:22] <CaptHindsight> and get something with either an enclosure that will last for a long time in that abrasive environment or something you can replace the cover on
[10:05:49] <somenewguy> yeah thats what I;m trying to figure out, the cover situatoin
[10:06:11] <CaptHindsight> rope light mounted above
[10:06:12] <somenewguy> I typically only blast glass, and the strip will be in the top corners out of the way, but I probably still need to prtect it
[10:06:36] <somenewguy> although for 13 bucks for a strip, I may just buy one, wire it up, and see if it is still working in 6 months
[10:06:43] <CaptHindsight> unless you blast it directly it should last for years
[10:06:55] <somenewguy> the cabinet came w/ a flourescent light which is useles, I can't even tell if its on or off
[10:07:29] <CaptHindsight> mine came with a lamp socket in one of the upper corners
[10:08:39] <CaptHindsight> I use actual sand in mine, after 5 minutes I have to wait for the dust to settle and I have a vac on it to recycle the sand
[10:09:07] <somenewguy> you don't use the vac while its running?
[10:09:27] <CaptHindsight> the fine particles get airborne and stay dispersed
[10:09:35] <CaptHindsight> the vac runs the whole time
[10:09:51] <somenewguy> ok,, thats what i do
[10:10:10] <somenewguy> although the cabinet is new to me, I used to use one at work all the dman time, but that was obvoiusly a much nicer unit
[10:10:34] <somenewguy> my shop vac seems to want to over heat when I use it like this tho... I might need to go get a HF special shop vac w/ the 5 year warrenty...
[10:11:10] <CaptHindsight> I use a small 5 -10 gal by Rigid from Home Depot
[10:11:14] <CaptHindsight> never overheats
[10:11:57] <somenewguy> mines an old craftsman that has always done an awesome job, so I don't wanna kill it any faster than I ahve to, must be 15-20 years old by now
[10:12:14] <CaptHindsight> i even have the air inlet filer in the opposite corner from the vac inlet
[10:12:38] <somenewguy> I modified mine to force the fresh air past the viewing window, seems to help clear it up faster
[10:12:56] <CaptHindsight> but after the particles break down it's like blowing talc around the inside
[10:15:25] <CaptHindsight> my cabinet is made of polycarbonate only 3/16th thick, so a rope light should last just as long or longer
[10:20:57] <CaptHindsight> speaking of TED yesterday http://www.nytimes.com/2014/03/09/fashion/Chris-Anderson-Curator-of-TED-Talks-Builds-his-Brand.html?src=dayp
[10:26:57] <CaptHindsight> http://www.cnczone.com/forums/linear-rotary-motion/209596-ballscrews-arrived-fit-2.html#post1441422
[10:33:35] <zeeshan|2> PetefromTn_: hi
[10:36:40] <somenewguy> CaptHindsight: I'll order some stuff and let you konw how it works out
[10:39:59] <archivist> and a tin of white paint to reflect the light
[10:40:33] <PetefromTn_> zeeshan|2 Hey man
[10:40:50] <zeeshan|2> did you get the driver compiled? :)
[10:41:28] <PetefromTn_> shit no but we sure struggled with it for a couple hours..
[10:41:42] <PetefromTn_> that was quite enjoyable.
[10:41:50] <CaptHindsight> somenewguy: http://www.ebay.com/itm/1M-3-3-FEET-COOL-WHITE-110V-120V-SMD3528-Flexible-Flat-LED-Strip-Rope-Light-/221389980339?pt=US_Night_Lights&hash=item338bdf02b3
[10:41:51] <zeeshan|2> lol
[10:42:05] <CaptHindsight> I use similar often
[10:42:13] <PetefromTn_> CaptHindsight “We don’t know what the final destination is, but we are guided by a philosophical and deep belief in the power of good thinking, the power of good ideas,” he said. “With TED, the end of the talk should not be the end of the idea, but just the beginning.”
[10:42:22] <PetefromTn_> That's what I got from that article..
[10:42:46] <CaptHindsight> well isn't that nice
[10:42:50] <PetefromTn_> zeeshan|2 Do you have any suggestions?
[10:43:05] <zeeshan|2> http://pastebin.com/MyH6wkvJ
[10:43:08] <zeeshan|2> that was the last error?
[10:43:22] <PetefromTn_> CaptHindsight Yeah it makes me feel all warm and fuzzy inside....;)
[10:43:36] <PetefromTn_> not sure we posted a few.
[10:43:53] <zeeshan|2> just add another line
[10:43:56] <PetefromTn_> It was like it was always missing a file.
[10:44:03] <zeeshan|2> -I /usr/include/wherevermodbus files are
[10:44:07] <PetefromTn_> Connor Ya there man?
[10:44:08] <zeeshan|2> in the gcc command
[10:44:24] <zeeshan|2> its not compiling cause it doesnt have the modbus lib
[10:44:39] <PetefromTn_> No I think it had the library..
[10:44:44] <zeeshan|2> yea its got it
[10:44:51] <zeeshan|2> but gcc the compiler doesn't see it
[10:45:15] <zeeshan|2> cause its no -I commandline option to show where libmodbus files are
[10:45:23] <somenewguy> sweet thanks, that looks perfect
[10:45:26] <PetefromTn_> He even tried to download some kinda other compiler program something like boost etc.
[10:45:57] <zeeshan|2> did you get internet on your cnc comp
[10:46:05] <PetefromTn_> sure..
[10:46:11] <zeeshan|2> so he can remote in :P
[10:46:33] <PetefromTn_> we have a network cable setup and I just drag a blue line into the house to my wireless router and plug it in.
[10:46:42] <PetefromTn_> Yeah that is what I was hoping.
[10:47:22] <PetefromTn_> He said he was going to try to comile the thing on another computer in his house and then once he gets the file compiled for my version of linux,linuxCNC he was gonna remot in with it.
[10:48:00] <PetefromTn_> even made a nice pretty RJ45 connector terminal on the side of the pendant LOL...
[10:48:14] <zeeshan|2> :D
[10:49:27] <PetefromTn_> SO you think the files are there just not referenced properly then?
[10:50:29] <PetefromTn_> Connor is probably sleepin' in after the mental workout he got over here yesterday. All I did was watch and machine him some hockey pucks for his mill to sit on unfortunately.
[10:50:56] <PetefromTn_> T'was a less than stellarly productive meeting.
[10:54:27] <zeeshan|2> lol
[10:54:46] <zeeshan|2> yea i thiknk for some reason gcc can't see modbus includew files
[11:17:40] * JT-Shop makes a square peg fit in a round hole
[11:18:56] <CaptHindsight> "about 5% of you demonstrated exceptional intellectual ability, the other 95% exceptional strength"
[11:33:33] <syyl_ws> jt-shop, the size of the hammer matters for such an operation
[11:33:34] <syyl_ws> ;)
[11:40:53] <humble_sea_bass> Zthis nyt article is worst than the flu i have
[11:54:15] <CaptHindsight> Silicon Valley Season 1: Trailer http://www.youtube.com/watch?v=69V__a49xtw Mike Judge is pretty good at poking fun at this stuff
[11:55:43] <humble_sea_bass> fuck me
[11:55:55] <humble_sea_bass> i sat through two episodes of that amazon prime show
[11:55:58] <humble_sea_bass> betas
[11:56:28] <humble_sea_bass> thinking that it was THIS show. Yesterday I thought to myself "wow Mike Judge is really eating shit these days"
[11:56:42] <CaptHindsight> heh
[11:58:29] <CaptHindsight> I hope it's closer to Idiocracy
[11:58:52] <humble_sea_bass> this looks a lot better than that terrible thing I sat through
[12:08:43] <CaptHindsight> humble_sea_bass: http://vimeo.com/87483471 pneumatic artificial muscle (PAM)
[12:16:17] <CaptHindsight> humble_sea_bass: http://creativemachines.cornell.edu/papers/SFF04_Malone.pdf
[12:16:36] <CaptHindsight> Freeform Fabrication of Electroactive Polymer Actuators and
[12:16:36] <CaptHindsight> Electromechanical Devices
[12:17:10] <mcfloppy> hello
[12:18:02] <humble_sea_bass> THAT'S slick
[12:18:04] <humble_sea_bass> I'
[12:18:42] <CaptHindsight> also Dielectric elastomers
[12:18:43] <humble_sea_bass> the polymers may be out of my backyard shed league though, but I do love reading about them
[12:19:19] <CaptHindsight> I can blend or fabricate them, you just need to stick it all together
[12:19:21] <PetefromTn_> So is this the nylon muscle evolution then?
[12:19:38] <CaptHindsight> http://www.youtube.com/watch?v=HhEW3zgVNDc
[12:19:44] <humble_sea_bass> Pete, we wonts stop until we get to alpha century
[12:19:51] <CaptHindsight> Small motor made with dielectric elastomer actuators
[12:20:32] <CaptHindsight> this would obsolete industrial inkjet
[12:22:02] <CaptHindsight> piezo deformation is ~2%, dielectric elastomers have gone over 100%
[12:24:43] <humble_sea_bass> oh so no weird levers to get magnified motion
[12:24:50] <CaptHindsight> yes
[12:25:02] <CaptHindsight> and as fast or faster
[12:25:22] <CaptHindsight> now I'm wondering why this hasn't hit inkjet yet
[12:25:29] <humble_sea_bass> I remember reading though that their actuation cycle lifetime isn't as great
[12:25:32] <CaptHindsight> probably some patent block
[12:25:59] <CaptHindsight> but you could print them and make them throw aways like TIJ
[12:27:10] <humble_sea_bass> i'm gonna be a little ignorant for a second, can 3d printing heads create isotopic deposits of infused polymers
[12:27:11] <PetefromTn_> how does this actuator work in an inkjet situation?
[12:27:29] <CaptHindsight> or develop some organisim that could eat proteins and carbs and output this stuff :)
[12:27:42] <humble_sea_bass> it seems that a lot of these things are contingent on some additive's overientation
[12:28:03] <CaptHindsight> PetefromTn_: it either squeezes or pushes fluid
[12:28:19] <PetefromTn_> okay and apparently rather quickly LOL..
[12:28:33] <humble_sea_bass> actually I can think of a solution for that, nevermind
[12:28:35] <CaptHindsight> 80khz
[12:29:01] <PetefromTn_> is this something you are working on directly?
[12:31:28] <CaptHindsight> http://infoscience.epfl.ch/record/182270/files/APA_electrodes_for_DEA.pdf a little dated but goo for history
[12:32:14] <CaptHindsight> PetefromTn_: what's the "that"? inkjet, artificial muscle?
[12:32:25] <CaptHindsight> this/that
[12:35:54] <PetefromTn_> Huh?
[12:36:39] <CaptHindsight> what biology/evolution has done is create self repairing and perpetuating versions of these
[12:36:43] <PetefromTn_> these are the potential applications is what you are saying I guess...
[12:37:31] <CaptHindsight> PetefromTn_: yeah, I work on the materials and how how to practically apply them to products
[12:37:43] <PetefromTn_> It is interesting to see the correlations between them and biological muscle and tissue.
[12:38:06] <humble_sea_bass> that's were the best ideas come from pete
[12:38:42] <CaptHindsight> yes, actual muscle is just alive and takes care of itself for a few decades
[12:38:59] <PetefromTn_> When I look at stuff like this it makes me wonder what the future will be like for my kids when robotics and tech merge with materials like this that can react and move with speed and power and are relativley simple to build.
[12:39:28] <CaptHindsight> repair people to live for 200 years
[12:39:33] <humble_sea_bass> reprap ppl
[12:39:39] <humble_sea_bass> copy paste
[12:39:39] <PetefromTn_> My wife DOES NOT LIKE robotics she thinks it is creepy.
[12:39:41] <CaptHindsight> but still no brain transplnts
[12:40:12] <CaptHindsight> I drove one home the other day, i was glad it didn't attack me
[12:40:42] <PetefromTn_> watching movies like I robot she tells me we need to stop working on that stuff but you can see the handwriting on the wall these technologies are coming whether they are used for good or bad LOL..
[12:41:01] <CaptHindsight> body parts are just around the corner
[12:41:17] <CaptHindsight> but how do you fix broken minds?
[12:41:22] <PetefromTn_> apparently not from most experts that is a ways off..
[12:41:38] <PetefromTn_> I can't fix mine LOL..
[12:41:50] <CaptHindsight> way off it the west due to patent issues
[12:42:01] <humble_sea_bass> we mapped the lobsters neural pathways
[12:42:16] <PetefromTn_> and no shortage of moral issues as well.
[12:42:17] <CaptHindsight> but maybe organ shops in China soon
[12:44:27] <CaptHindsight> it's similar to the internet, the tech is moving faster than the old controlling co's can keep up their business models
[12:45:00] <CaptHindsight> so you either try to put the genie back in the bottle (stop net neutrality) or the world moves on
[12:45:26] <CaptHindsight> thats why there are similar discussions about 3d printing now
[12:46:19] <CaptHindsight> the good thing is that crap like reprap steals much of the show and misleads people to think that the tech is only good for printing plastic crap
[12:48:13] <CaptHindsight> so why everyone is printing out plastic toys there are others actually printing tissues and organs
[12:50:24] <CaptHindsight> thats one nice thing about China, the leaders there are mostly scientists and engineers vs lawyers, bankers and criminals
[12:50:47] <humble_sea_bass> lawyers are the worstr
[12:52:52] <mcfloppy> someone expirience with engrave painted acrylic glass?
[12:54:18] <mcfloppy> i tried to paint a 2mm acrylic glas and engrave a mirrored Text on the painted side to illuminate from behind
[12:54:49] <CaptHindsight> what's the actual problem?
[12:55:53] <mcfloppy> the paint come off
[12:55:58] <Loetmichel> mcfloppy: you mean like this: http://www.cyrom.org/palbum/main.php?g2_itemId=13194
[12:56:17] <Loetmichel> or more like this: http://www.cyrom.org/palbum/main.php?g2_itemId=14250&g2_imageViewsIndex=1
[12:56:19] <Loetmichel> ?
[12:56:24] <CaptHindsight> acrylics bond well to acrylics
[12:56:35] <Loetmichel> CaptHindsight: more or less
[12:56:46] <CaptHindsight> solvent based acrylic paint vs waterborne
[12:56:51] <Loetmichel> grinding it with very fine sandpaper tends to help
[12:57:00] <mcfloppy> i mean like this: http://www.fdm-ware.de/front2/index.html
[12:57:09] <mcfloppy> okay
[12:57:10] <mcfloppy> ;)
[12:57:47] <Loetmichel> and BTW: "bastlerglas" is styro, not acrylics
[12:57:52] <Loetmichel> +l
[12:58:16] <mcfloppy> hrhr okay
[12:58:26] <CaptHindsight> any ink or paint with MEK will bite well into that
[12:59:05] <CaptHindsight> clean and prep well
[13:00:51] <CaptHindsight> hmm translating German to Turkish didn't help me
[13:02:02] <CaptHindsight> Hobbyists glass is also a thermoplastic, but it is unlike Plexiglas to "Polystyrene - PS".
[13:02:23] <Loetmichel> CaptHindsight: "bastlerglas" is a trade name for cheap polystyrol "glass" in german hardware superstores
[13:02:30] <CaptHindsight> hobbyist glass = bastlerglas
[13:03:48] <Gamma-X> anyone have or know a good place to get servos to replace nema 23 steppers? I dont like the thought of steppers after buyin them.... scares me that they can stall!
[13:04:02] <CaptHindsight> look for MEK on the paint label ingredients
[13:04:21] <CaptHindsight> http://en.wikipedia.org/wiki/Methyl_ethyl_ketone
[13:04:22] <Loetmichel> and unlike real acrylics its very low melting (bad to mill) and very easy to scratch
[13:04:39] <Loetmichel> CaptHindsight: you will have a problem to get that in german hardwaree stores
[13:05:04] <Loetmichel> german government is SO overprotective that they have ruled out even acetone in the hardware store
[13:05:11] <Gamma-X> or would it be better to just put encoders onto the steppers...
[13:05:14] <CaptHindsight> not straight MEK, just paint with it as an ingredient
[13:05:51] <Loetmichel> Gamma-X:as longh as you stay away from the max towque and the max speed you will be fine with steppers
[13:06:05] <Loetmichel> and they are reallly easy to drive for small money
[13:06:19] <Loetmichel> what kind of machine oyu want to drive with the motors?
[13:06:24] <Gamma-X> Loetmichel, im driving a rf45 that I want to be precise...
[13:06:34] <Loetmichel> bf45?
[13:06:45] <Loetmichel> that should be no problem
[13:06:55] <Loetmichel> i am driving a similar sized machine wit 1A steppers
[13:07:49] <Gamma-X> Loetmichel, what oz?
[13:08:10] <Loetmichel> dont know
[13:08:12] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=12569
[13:08:46] <Loetmichel> but really small motors
[13:08:49] <Loetmichel> and old ones
[13:09:02] <Gamma-X> yeah thats not the same as rf 45 lol
[13:09:19] <zeeshan|2> rf45 is big :D
[13:09:19] <Gamma-X> my machine ways about 850 pnds
[13:09:34] <zeeshan|2> Gamma-X: PetefromTn_ in here had a rf45
[13:09:40] <zeeshan|2> but he was using servos
[13:09:55] <Gamma-X> this is correct, Yeah. Whats makin me want to go servo side...
[13:10:06] <zeeshan|2> i think the most common steppers are 800oz-in for the xy
[13:10:08] <zeeshan|2> and 1200 for z
[13:10:08] <Loetmichel> oh, sorry i assumed RF45 is a bf45 clone
[13:10:10] <Gamma-X> maby I can buy hybrid stepper drives and just add encoders...
[13:10:24] <Gamma-X> yeah i got 600 nema 23 steppers on xy
[13:11:33] <zeeshan|2> i think the choice between steppers and servos is easy
[13:11:40] <zeeshan|2> from my perspective, its just about how fast you want to go :P
[13:11:43] <Loetmichel> but still: steppers are ok as long as you dont go to the limit
[13:12:04] <Loetmichel> i.e: use only about 80% of the aviable torque and 80% of the max speed
[13:12:09] <Loetmichel> in your setup
[13:12:19] <Loetmichel> and think of the stall as safety feature ;)
[13:12:25] <Gamma-X> problem for me is pushing it to the limit... and to find out what the max is! haha
[13:12:36] <Loetmichel> thats easy
[13:12:43] <zeeshan|2> practically idon't think you can take advantage of the speeds of a servo on a rf45
[13:12:46] <zeeshan|2> its not rigid enough
[13:12:50] <Loetmichel> do empty runs and up the speed until it looses steps
[13:12:58] <zeeshan|2> g00 though, thats a diff story :P
[13:12:58] <Loetmichel> and then go to 80% of that at max
[13:13:17] <Gamma-X> Loetmichel, yeah that would be easy...
[13:13:23] <Loetmichel> does anyone have a photo of an RF45?
[13:14:34] <Gamma-X> http://www.machinetoolonline.com/images/PM-45M-CNC-VSFront.jpg
[13:14:55] <Gamma-X> myne does not look like that though! lol spindle drive with lots of extras...
[13:20:11] <IchGuckLive> hi all B)
[13:20:20] <Gamma-X> Hey IchGuckLive
[13:20:37] <Gamma-X> anyone have experience with encoders attached to steppers? Good, bad ugly?
[13:21:21] <PetefromTn_> I dunno I was able to get some speed out of my RF45 when I needed it. The millhead is a different story tho. I added gas rams to help lift it up.
[13:21:39] <Gamma-X> PetefromTn_, what size motor you have on z?
[13:21:58] <Gamma-X> cradek, you on or you pc just disconnecting?
[13:21:59] <IchGuckLive> Gamma why do you want encoders
[13:22:23] <Gamma-X> IchGuckLive, so lcnc know is it fudged it self.
[13:22:29] <IchGuckLive> i drive the plasmas without a steploss at 7500mm/min for hourers
[13:22:46] <Gamma-X> yeah but thats not milling something haha.
[13:22:59] <zeeshan|2> PetefromTn_: you're not going to be milling aluminum on a rf45 like you can on your vmc
[13:23:08] <zeeshan|2> thats what i mean by taking advantage of the speed :)
[13:24:07] <PetefromTn_> You could NEVER mill aluminum like I can on the VMC but I certainly made a bunch of aluminum parts and with good feeds and speeds it cut pretty well actually.
[13:24:33] <zeeshan|2> thats why steppers are more than adequate :P
[13:24:36] <zeeshan|2> for a rf45
[13:24:38] <pcw_home> The leadshine hybrid drives are supposed to be quite good , not sure if you can just add encoders
[13:24:39] <pcw_home> to existing stepmotors or if there is something special about the motor/encoders that they use
[13:25:00] <PetefromTn_> Rapids were in the 250-300 range with it which was nice. Admittedly when I had it I did not know what the hell I was doing just yet so I always had the speeds cranked way down so I did not crash the shit out of it.
[13:25:15] <Gamma-X> pcw_home, i have extended shafts... adding an encoder is a seperate piece...
[13:25:44] <Gamma-X> PetefromTn_, thats what im affraid of haha
[13:26:06] <PetefromTn_> honestly some properly sized steppers should work fine for a machine like that but the head is a bitch.. It is pretty heavy for the size of the machine then you add in the belt driven spindel stuff and power drawbar and it only gets heavier.
[13:26:35] <zeeshan|2> when in doubt
[13:26:37] <zeeshan|2> MAD POWER!
[13:26:37] <zeeshan|2> :D
[13:27:35] <PetefromTn_> One nice thing about the XL belts I used on the servos was they actually acted as a fusible link. The one time I did crash the hell out of it when I was playing with my limit swtich buildup it went back to the column and the belt stripped the teeth off savine some serious damage to the ballscrew and motor pullies etc...
[13:28:07] <PetefromTn_> That was an oh shit moment if I do say so myself.
[13:28:19] <Gamma-X> NEMA34 1200 oz-in Stepper Motor - 1/2" Single Shaft (KL34H2120-42-8A)
[13:28:20] <zeeshan|2> on a stepper you'd prolly just lose steps :D
[13:28:21] <Gamma-X> thats my z
[13:28:32] <zeeshan|2> im using those steppers on my lathe
[13:28:34] <zeeshan|2> theyre awesome!
[13:28:35] <Gamma-X> on a direct drive
[13:28:46] <zeeshan|2> but i have the 4 wire version
[13:28:49] <Gamma-X> zeeshan|2, my xy are NEMA23 570oz/in 5A 3/8 Dual Shaft Stepper Motor (KL23H2100-50-4B)
[13:28:51] <PetefromTn_> does it lift the head with authority?
[13:28:52] <zeeshan|2> i'll only ever run them in bi polar
[13:28:59] <Gamma-X> PetefromTn_, yeah to be honest.
[13:29:01] <Gamma-X> its fast!
[13:29:09] <PetefromTn_> then what is the problem?
[13:29:21] <Gamma-X> scared of losing a step and not knowing...
[13:29:30] <Gamma-X> thats why im thinkin about making it into a hybrid...
[13:29:42] <PetefromTn_> I would just start making parts and worry about it when you measure them LOL..
[13:29:57] <Gamma-X> lol
[13:29:58] <PetefromTn_> Unless there is some problem with the system.
[13:30:42] <PetefromTn_> Seriously just make some simple parts and check your dimensions, then take some more aggressive cuts and make them again and measure carefully. If the steppers are setup right there should really not be a problem.
[13:32:15] <Gamma-X> they say 70 ipm on the z is regular.
[13:32:38] <PetefromTn_> for what?
[13:32:57] <Gamma-X> max acell.
[13:33:08] <PetefromTn_> huh?
[13:33:18] <Gamma-X> hold on one second, ill paste the docs I have.
[13:33:47] <PetefromTn_> how much experience do you have machining parts on a CNC mill?
[13:33:59] <Gamma-X> a fair amount
[13:34:15] <Gamma-X> im not gonna be a master but I know quite a bit.
[13:34:43] <Gamma-X> i just want acurate parts... and to be able to get the most bang out of what I have on this machine.
[13:35:54] <zeeshan|2> you'll never be using 70ipm on the z for milling :P
[13:38:09] <Gamma-X> PetefromTn_, https://drive.google.com/file/d/0BzUQbJgtDucTN0VRXzI0bWFfTFU/edit?usp=sharing
[13:38:28] <Gamma-X> that is what the pm45cnc is programmed with for mach
[13:41:30] <IchGuckLive> Gamma-X: as mach calculates the timing itsef you are always in a state of it MIGHT work
[13:41:35] <PetefromTn_> Where are you located man?
[13:41:43] <IchGuckLive> my personel experience on high speed
[13:42:04] <Gamma-X> PetefromTn_, CO now but Ny in a month and half :(
[13:42:14] <PetefromTn_> why is the machine setup metric?
[13:42:37] <Gamma-X> chinese instructions... for the machine from manufacture lol
[13:42:40] <Gamma-X> for cnc
[13:42:47] <IchGuckLive> NY is big croton on hudsion !
[13:43:10] <Gamma-X> omg another on hudson town.
[13:43:22] <Gamma-X> my fiance is from cornwall on hudson
[13:43:31] <PetefromTn_> so this was a factory CNC'd RF45?
[13:43:56] <Gamma-X> PetefromTn_, mynes factory minus the electronics. and myne mimic there almost exactly.
[13:44:11] <PetefromTn_> pics?
[13:44:13] <mcfloppy> reh
[13:44:31] <IchGuckLive> hi mcfloppy
[13:44:34] <Gamma-X> I had a site but i took down. lol
[13:44:40] <Gamma-X> idk where theyd be...
[13:45:22] <Gamma-X> i got some...
[13:46:16] <zeeshan|2> its connor!
[13:46:57] <IchGuckLive> miss0r: are you on ß
[13:47:41] <Gamma-X> PetefromTn_, uploading now. most of the important pics are on my other laptop in my truck.
[13:48:01] <Connor> Yup. I'm here now
[13:48:32] <PetefromTn_> Connor HEY MAN!!!
[13:48:54] <Gamma-X> PetefromTn_, http://imgur.com/a/p1e6d#0
[13:48:54] <Connor> PetefromTn_: Heya.
[13:50:19] <Gamma-X> PetefromTn_, the photos dont justify what it looks like now...
[13:50:56] <Gamma-X> but heres a video of belt drive which shows some of machine in test phase. http://www.youtube.com/watch?v=H0DYCSWe_VY
[13:52:56] <IchGuckLive> gama belt is horror go reck and pinion if you got the money
[13:53:48] <Gamma-X> IchGuckLive, no way! Ill take belt drive over stock internals on that machine any day!
[13:54:24] <Connor> IchGuckLive: I don't think were talking about the same thing.. he's talking about belt drive for spindle.. not a gantry...
[13:55:04] <PetefromTn_> Ich means use a timing belt I think...
[13:55:22] <Connor> In that case.. yes.
[13:55:31] <IchGuckLive> no im off to this discussion
[13:55:41] <archivist> no ich is being a dick he really means rack
[13:55:44] <PetefromTn_> Either way that looks exactly like my setup I made awhile back now.. Even your shop reminds me of mine back then I even had a hardinge lathe like that LOL...
[13:56:06] <Gamma-X> lol
[13:56:16] <zeeshan|2> connor
[13:56:21] <zeeshan|2> modify the makefile :P
[13:56:35] <zeeshan|2> and add -I path_to_modbus_include_files
[13:56:36] <zeeshan|2> :P
[13:56:57] <Connor> To get it to compile using comp ?
[13:57:04] <zeeshan|2> i dunno about using comp
[13:57:14] <zeeshan|2> but thats all youre missing and it will compile :P
[13:57:23] <zeeshan|2> post the makefile
[13:57:41] <Connor> The Sub Make file or the full make file for linuxcnc ?
[13:57:49] <zeeshan|2> submakefile
[13:57:53] <Connor> See, I don't want to compile linuxcnc every time.
[13:57:56] <Connor> okay.. brb
[13:58:53] <Connor> http://pastebin.com/uppt00sd
[14:00:17] <zeeshan|2> bah
[14:00:27] <zeeshan|2> sorry can you post the main makefile too? :D
[14:00:33] <Connor> yup. one sec.
[14:01:07] <archivist> Gamma-X, you didnt leave much space for the encoder :(
[14:01:24] <Connor> http://pastebin.com/bcwMDA77
[14:02:18] <Gamma-X> archivist, which area you talkin about?
[14:03:38] <archivist> Gamma-X, just under the spindle pulley but can you go under that plate?
[14:04:28] <zeeshan|2> man going through all this stuff just to add one more path
[14:04:28] <zeeshan|2> lol
[14:04:45] <Gamma-X> archivist, Yes thats the goal to go under that plate as there is no gears in there.
[14:05:02] <zeeshan|2> looks like its picking up the paths from Makefile.inc
[14:05:35] <archivist> Gamma-X, I just got a job in so I need to finally finish mine off
[14:05:39] <Connor> So stupid to have to build the whole thing for a user comp
[14:06:00] <zeeshan|2> please post makefile.inc
[14:06:06] <Gamma-X> archivist, the encoder? or machine? lol
[14:06:39] <archivist> encoder on the mill
[14:06:48] <Gamma-X> ahh! nice.
[14:07:28] <Gamma-X> I might be able to use the original gear that went over the splined shaft and mount a disc to it...
[14:07:36] <archivist> I need to shape a gear, therefore I need to hob a cutter to make the gear
[14:08:13] <Gamma-X> have fun with that one. lol
[14:08:13] <Connor> http://pastebin.com/Y606u3Z3
[14:09:37] <archivist> the gear http://www.collection.archivist.info/archive/mirror/musicbox/DSCF4332.JPG cutter style needed http://www.dathan.co.uk/products_detail.php?pid=12
[14:10:20] <zeeshan|2> dude
[14:10:25] <Connor> what now ?
[14:10:32] <zeeshan|2> this is gonna be a hack job but just do this lol
[14:10:34] <zeeshan|2> in the submake file
[14:10:52] <zeeshan|2> $(call TOOBJSDEPS, $(WJ200_SRCS)) : EXTRAFLAGS += $(WJ200_CFLAGS)
[14:11:04] <zeeshan|2> er
[14:11:12] <zeeshan|2> WJ200_CFLAGS = -DDEBUG $(LIBMODBUS_CFLAGS) change this line to
[14:11:26] <zeeshan|2> WJ200_CFLAGS = -DDEBUG $(LIBMODBUS_CFLAGS) -I/usr/include/modbus
[14:11:38] <zeeshan|2> hax, but it should force it to include it
[14:11:56] <Connor> okay.. then what?
[14:12:00] <zeeshan|2> recompile
[14:12:19] <PetefromTn_> jeez man we don't want no freakin' hack jobs over here...
[14:12:43] <Connor> make clean
[14:12:44] <Connor> make
[14:12:58] <Connor> recompiling whole tree.. again
[14:13:03] <zeeshan|2> rofl
[14:13:07] <zeeshan|2> so lame man!
[14:13:30] <PetefromTn_> Connor I am out in the shop now and the machine is on do you want me to hook it up to the router?
[14:13:32] <Connor> It's like, it's not even TRYING to compile it when I make the whole tree
[14:13:51] <Connor> PetefromTn_: Not until I can get this thing to compile fully on my workstation..
[14:13:51] <zeeshan|2> im gonan launch the computer
[14:13:54] <zeeshan|2> and we'll make this work!
[14:13:55] <PetefromTn_> I was just gonna try to make those damn vise jaws but realized my program for them is from the old control so won;t work.
[14:14:14] <Gamma-X> PetefromTn_, that hardinge you had was it cnc?
[14:14:32] <PetefromTn_> LOL I wish if it was it would still be here...
[14:14:41] <Gamma-X> lol
[14:15:37] <Gamma-X> looked at some stuff last few nights. Looks like im gonna retrofit it with stock drives and such with a mesa 6i25 kit.
[14:15:55] <Connor> zeeshan|2: Notta, No wj200_vfd file found anywhere but in the src.
[14:17:53] <zeeshan|2> http://pastebin.com/MyH6wkvJ
[14:17:59] <zeeshan|2> compile it like that
[14:18:06] <zeeshan|2> how you were doing it yesterday
[14:18:34] <Connor> fatal error: modbus.h: No such file or directory
[14:18:53] <zeeshan|2> haha
[14:18:54] <zeeshan|2> wtf
[14:18:55] <Connor> when I change the refrence
[14:19:07] <Connor> by adding modbus/modbus.h instead of just modbus.h
[14:19:11] <Connor> I then get this..
[14:19:56] <Connor> n function `wj200_setFrequency':
[14:19:56] <Connor> /tmp/tmpqxxiif/wj200_vfd.comp:59: undefined reference to `modbus_write_registers'
[14:20:17] <zeeshan|2> so once you add that modbus.h stuff
[14:20:21] <Connor> if I do this..
[14:20:31] <Connor> comp --userspace wj200_vfd.comp
[14:20:33] <Connor> then
[14:20:40] <Connor> comp --compile wj200_vfd.c
[14:20:44] <Connor> it gives me a .so file.
[14:20:50] <Connor> but, only on MY machine.
[14:21:07] <Connor> running 12.04 no realtime, in siumaltor
[14:21:27] <zeeshan|2> its prolly to do with where the files are placed
[14:22:34] <Connor> OKay!
[14:22:45] <zeeshan|2> after you changed the submakefile
[14:22:52] <zeeshan|2> and did comp --userpsace etc
[14:22:55] <zeeshan|2> what error did you get?
[14:23:05] <zeeshan|2> can you post the output on pastebin
[14:23:11] <Connor> when I removed the ifeq ($(LIBMODBUS3_USABLE),yes)
[14:23:15] <Connor> from the Submake.. it compiles
[14:23:22] <Connor> BUT.. errors
[14:23:34] <zeeshan|2> i need to see the gcc command line options
[14:23:57] <Connor> Woha.. I have a file now..
[14:24:01] <Connor> was just a warning.
[14:24:17] <zeeshan|2> so the whole problem has been
[14:24:31] <Connor> so, what is LIBMODBUS3_USABLE ?
[14:24:31] <zeeshan|2> it was thinking LIBMODBUS3_USABLE was 'no'
[14:24:40] <zeeshan|2> and not compiling
[14:24:48] <Connor> yup
[14:24:54] <zeeshan|2> if you look in makefile.inc
[14:24:56] <zeeshan|2> line 140
[14:25:07] <zeeshan|2> HAVE_LIBMODBUS3 = yes LIBMODBUS_LIBS = -lmodbus LIBMODBUS_CFLAGS = -I/usr/include/modbus
[14:25:32] <zeeshan|2> i think when you do a configure, it it doesn't find libmodbus3
[14:25:41] <zeeshan|2> it sets that flag to 'no' and then it won't compile
[14:25:57] <Connor> it says.. HAVE_LIBMODBUS3 = yes
[14:26:03] <Connor> not HAVE_LIBMODBUS3 = yes
[14:26:12] <Connor> err.. not LIBMODBUS3_USABLE
[14:26:27] <zeeshan|2> sec i think they're related
[14:27:35] <zeeshan|2> honestly we can sit here and try to figure out this nonsense
[14:27:48] <zeeshan|2> just do the hack job
[14:27:53] <zeeshan|2> and keep that extra -I flag inthere
[14:27:58] <zeeshan|2> and delete the first if statement line :P
[14:28:32] <Connor> well.. the next step will be to compile this against the latest head version he has..
[14:28:56] <zeeshan|2> dude
[14:28:57] <Connor> which kinda sucks.
[14:29:03] <zeeshan|2> i think all you need is this to get the driver to compile
[14:30:18] <Connor> cd ..
[14:31:09] <zeeshan|2> gcc -Os -g -I. -I/usr/realtime-2.6.32-122-rtai/include -I. -I/usr/realtime-2.6.32-122-rtai/include -D_FORTIFY_SOURCE=0 -mhard-float -DRTAI=3 -fno-fast-math -mieee-fp -fno-unsafe-math-optimizations -DRTAPI -D_GNU_SOURCE -Drealtime -D__MODULE__ -I/usr/incnm
[14:31:12] <zeeshan|2> ^ ignore that
[14:31:13] <Connor> I'm thinking it also required me to add a line into the Makefile too.. to include the wj200_vfd sub dir
[14:31:16] <zeeshan|2> you need the script
[14:31:34] <Connor> What script ?
[14:31:37] <Connor> the comp stuff ?
[14:31:38] <zeeshan|2> the makefile script
[14:31:59] <Connor> Wish we could just convert Submake into a true Makefile
[14:32:02] <Connor> and be done with it.
[14:32:11] <zeeshan|2> hm.
[14:32:15] <zeeshan|2> i have a standalone make file
[14:32:19] <zeeshan|2> maybe it can compile it
[14:32:26] <zeeshan|2> wanna try?
[14:32:29] <Connor> sure.
[14:33:35] <zeeshan|2> the only ghetto thing about my make file is
[14:33:50] <zeeshan|2> you need modbus.c and modbus.h in the same directory as driver
[14:33:55] <zeeshan|2> when you're compiling
[14:34:09] <Connor> confirmed.. You also have to add the hal\user_comp\wj200_vfd to the main Makefile..
[14:34:18] <Connor> Why is that ?
[14:34:33] <zeeshan|2> cause it can't find the modbus stuff on its own :P
[14:34:47] <zeeshan|2> its a very basic makefile
[14:38:17] <zeeshan|2> just changing the make file
[14:38:21] <zeeshan|2> to make it work with your stuff
[14:38:29] <zeeshan|2> hook me up with the .c file name for the driver
[14:38:38] <Connor> wj200_vfd.comp
[14:38:44] <Connor> yes.. It's .comp
[14:38:44] <zeeshan|2> ugh
[14:38:47] <zeeshan|2> i forgot its a .comp
[14:38:48] <zeeshan|2> not gonna work.
[14:38:59] <Connor> why ?
[14:39:13] <Connor> I can get a C file by doing comp --userspace wj200_vfd.comp
[14:39:16] <zeeshan|2> cause when you're using comp
[14:39:39] <zeeshan|2> it simplifies the c code
[14:39:44] <zeeshan|2> so you don't have lines like:
[14:39:55] <zeeshan|2> // Make HAL pins retval = hal_pin_u32_newf(HAL_OUT, &(haldata->errorstatus), hal_comp_id, "%s.errorstatus", modname); if (retval!=0) goto out_closeHAL; retval = hal_pin_u32_newf(HAL_OUT, &(haldata->drivestatus), hal_comp_id, "%s.drivestatus", modname); if (retval!=0) goto out_closeHAL;
[14:40:09] <zeeshan|2> within your comp file
[14:40:14] <zeeshan|2> that's my understanding of it at least
[14:40:39] <zeeshan|2> you've got the comp compiling to give you a driver
[14:40:41] <zeeshan|2> so you're done :P
[14:41:12] <Connor> What a PITA
[14:41:32] <Connor> What sucks is.. it ALMOST works a a userspace module...
[14:41:41] <Connor> it DOES compile on my machine.. for some reason..
[14:41:51] <Connor> just could never get it to compile on his.
[14:41:55] <zeeshan|2> just loadusr -Wn VFD wj200_vfd -n VFD it
[14:41:56] <zeeshan|2> :P
[14:42:16] <Gamma-X> PetefromTn_, think encoders on steppers would do any good or no?
[14:42:33] <Connor> Gamma-X: No. Not worth it.
[14:42:46] <Connor> Just pick steppers strong enough to handle it and be done with it..
[14:42:48] <PetefromTn_> doubtful..
[14:42:50] <Connor> they get you nothign.
[14:43:04] * PetefromTn_ sighs..
[14:43:19] <Connor> All they do is send out a error if they miss a step.. can't compensate for it..
[14:43:21] * PetefromTn_ PetefromTn wants to stay outta the gutter...
[14:43:31] <Connor> PetefromTn_: Huh ?
[14:43:31] * PetefromTn_ and the Ghetto too...
[14:43:56] <Connor> PetefromTn_: Plug your machine in and let me see if I can compile this on your box.
[14:44:05] <PetefromTn_> Connor You got it sorted?
[14:44:13] <pcw_home> With hybrid drives you gain a lot, with standard step motor drives you only gain the ability to detect stalls
[14:44:14] <Connor> PetefromTn_: We'll see.
[14:44:15] <zeeshan|2> connor you know what'd be cool
[14:44:15] <Gamma-X> well im thinkin would linuxcnc be able to estop on a missed step!
[14:44:21] <zeeshan|2> is interfacing encoders with linuxcnc
[14:44:30] <zeeshan|2> and writing your own code to compensate for those missed steps
[14:44:40] <zeeshan|2> but then again i guess at the end of the day its reduntant
[14:44:45] <Gamma-X> thats what i was thinkin, didnt know if its been implimented
[14:44:46] <zeeshan|2> cause if you're missing steps, you've designed the system wrong
[14:44:50] <PetefromTn_> shouldn't be any missed step...
[14:44:51] <Connor> pcw_home: So, what exactly are "hybrid steppers"
[14:44:54] <pcw_home> if you stall its over
[14:45:07] <PetefromTn_> Connor Okay man gonna hook it up here gimme a minute.
[14:45:11] <pcw_home> no compenstaion possible
[14:45:33] <pcw_home> hybrid step drives run step motor like servos
[14:46:00] <syyl> compensating missing steps would be fun with two axis running at the same time :D
[14:46:46] <zeeshan|2> i really dont understand the point of closed loop system with a stepper
[14:46:58] <syyl> i run one with linear glas scales
[14:46:58] <syyl> !
[14:47:05] <Connor> pcw_home: You mean they run them in torque mode ? vs just step mode ?
[14:47:06] <syyl> thats more than cool ;)
[14:47:09] <pcw_home> better accuracy, no stallling
[14:47:45] <pcw_home> They are run exactly like AC servos
[14:48:01] <Gamma-X> sounds very appealing...
[14:48:02] <Gamma-X> lol
[14:48:03] <zeeshan|2> ac servos don't stall?
[14:48:08] <pcw_home> so they also idle cool
[14:48:31] <Gamma-X> pcw_home, myne idle fine... with the newer drives they drop current to half.
[14:48:31] <pcw_home> since they only apply torque when needed
[14:48:49] <zeeshan|2> Gamma-X: you went with the 32 bit drivers? :D
[14:48:49] <pcw_home> these drop to near zero
[14:48:51] <zeeshan|2> i have the 8070d
[14:48:55] <zeeshan|2> its pretty nice
[14:49:20] <CHNCguy> hello yall!
[14:49:22] <CHNCguy> ;)
[14:49:26] <Connor> But, If i'm not mistaken.. the loop closes to the DRIVER, not to linuxcnc...
[14:49:34] <pcw_home> Yes
[14:49:42] <Connor> on they Hybrid stepper motor + driver with encoders.. so..
[14:49:54] <zeeshan|2> connor don't get distracted please
[14:50:01] <pcw_home> if linuxcnc did it it would need about 20KHZ loop rate
[14:50:02] <zeeshan|2> i want to hear the vfd is communicating through modbus
[14:50:02] <zeeshan|2> :D
[14:50:20] <Connor> zeeshan|2: Waiting for PetefromTn_ to hook is machine up to internet
[14:50:23] <zeeshan|2> oh
[14:50:25] <PetefromTn_> Connor Okay man we are LIVE!!
[14:50:36] <zeeshan|2> crash his spindle!
[14:50:37] <zeeshan|2> quick!
[14:50:41] <zeeshan|2> :-)
[14:50:42] <CHNCguy> lol
[14:50:46] <Gamma-X> http://www.ebay.com/itm/CNC-Kit-CNC-Breakout-Board-Cables-3-Axis-MA860H-Stepper-Driver-Controller-7-2A-/181327887280?pt=LH_DefaultDomain_0&hash=item2a37fbfbb0
[14:50:49] <Gamma-X> those are drives I have
[14:50:55] <PetefromTn_> kiss my ass zeeshan ;)
[14:50:59] <zeeshan|2> hah
[14:51:09] <zeeshan|2> PetefromTn_: be glad you're not giving me remote access
[14:51:18] <zeeshan|2> i'd make your machine dance
[14:51:34] <syyl> dance?
[14:51:36] <PetefromTn_> I can't even tell if you are from Canada or syria or whatever..
[14:51:40] <syyl> just rapid into the table
[14:51:44] <Gamma-X> I think when I get to ny Ill convert it over to a mesa setup...
[14:51:47] <zeeshan|2> PetefromTn_: nice racism attempt
[14:51:52] <zeeshan|2> die!
[14:51:56] <PetefromTn_> HUH?
[14:52:04] <PetefromTn_> what's racist about that?
[14:52:23] <zeeshan|2> syria is like........
[14:52:28] <zeeshan|2> the asshole of the earth
[14:52:35] <zeeshan|2> and you're saying im from there!
[14:52:39] <PetefromTn_> Ooh sorry never been there :p
[14:52:41] <zeeshan|2> haha
[14:52:46] <zeeshan|2> i've driven through there before
[14:52:49] <Connor> PetefromTn_: You choose static, or Automatic on the connection on the machine ?
[14:52:49] <zeeshan|2> i was going to jordan
[14:52:52] <Gamma-X> zeeshan... that means your close to there lol
[14:52:53] <PetefromTn_> Where are you REALLY from...
[14:53:04] <zeeshan|2> i'm in hamilton, ontario, canada
[14:53:09] <zeeshan|2> i've been hre for 15 years! :p
[14:53:16] <Gamma-X> sweet
[14:53:30] <PetefromTn_> then what about cyprus?
[14:53:54] <PetefromTn_> CHNCguy Hey man make up your mind already LOL...
[14:53:59] <CHNCguy> lol
[14:54:02] <CHNCguy> its the internet
[14:54:03] <zeeshan|2> lol
[14:54:04] <CHNCguy> sorry ;)
[14:54:06] <PetefromTn_> Connor What the hell are you talking about...
[14:54:17] <Gamma-X> chnc you have wild west internet?
[14:54:22] <Connor> PetefromTn_: On machine.. in the network area in upper right hand area...
[14:54:31] <Connor> you have option of doing static / automatic..
[14:54:35] <Connor> which one is active ?
[14:55:03] <zeeshan|2> Gamma-X: wtf
[14:55:06] <zeeshan|2> those drivers are cheap.
[14:55:06] <CHNCguy> What ya working on now pete? P.S. Just bought a 1997 Fadal vmc 15 for 2k! LOL!
[14:55:16] <zeeshan|2> you get 3 for the price i paid for 2
[14:55:17] <PetefromTn_> it says wired networks, Static, disconnect,, then available automatic
[14:55:25] <zeeshan|2> those look exactly like automation direct drivers
[14:55:26] <Gamma-X> zeeshan, same ones that automation tech sells.
[14:55:28] <Connor> click static
[14:55:29] <zeeshan|2> just not badged
[14:55:37] <zeeshan|2> wtf mate, why are you showing me these now
[14:55:38] <zeeshan|2> ;p
[14:55:48] <Gamma-X> lol wats wrong?
[14:55:54] <PetefromTn_> okay it stays static connection established.
[14:55:56] <zeeshan|2> paid too much thats whats wrong ;p
[14:56:05] <Connor> okay.. one sec.
[14:56:09] <Gamma-X> lol! There way cheaper than automation direct.
[14:56:30] <Gamma-X> there same thing. just the unbadged version.
[14:56:36] <zeeshan|2> check this
[14:56:40] <CHNCguy> petefromtn_: you working on ya toolchanger?
[14:56:45] <zeeshan|2> http://www.automationtechnologiesinc.com/products-page/digital-stepper-motor-driver/digital-stepper-driver-kl-8070d-heat-sink-is-included
[14:56:50] <zeeshan|2> are the exact same as that?
[14:56:53] <zeeshan|2> the dsp based 32-bit drivers
[14:57:06] <zeeshan|2> cause these ones are advertised to 7.0A.
[14:57:09] <zeeshan|2> not 7.2A like that ebay link
[14:57:25] <Connor> pete.
[14:57:32] <Gamma-X> zeeshan|2, yeah basicly same
[14:57:34] <Connor> open up a terminal window and do the following command
[14:57:46] <Connor> sudo apt-get install openssh-server
[14:58:13] <zeeshan|2> i dont think they are
[14:58:21] <Gamma-X> they are..
[14:58:37] <PetefromTn_> CHNCguy TRYiNG To did you read what I did yesterday?
[14:58:51] <Connor> PetefromTn_: You get that ?
[14:58:59] <CHNCguy> nah i dont have a back log on here for what u guys talk about
[14:59:03] <Gamma-X> automation direct/tech is just a reseller of chinese rebranded stuff.
[14:59:10] <CHNCguy> wanna copy paste to pastebin so i can see?
[14:59:22] <PetefromTn_> How do I open a terminal window again?
[14:59:28] <CHNCguy> ctrl alt T
[14:59:33] <PetefromTn_> nevermind..
[14:59:33] <CHNCguy> or alt t
[14:59:49] <CHNCguy> one of those
[14:59:50] <zeeshan|2> Gamma-X: hi
[14:59:55] <Connor> ctl alt t
[15:00:01] <Gamma-X> zeeshan|2, Hello
[15:00:38] <PetefromTn_> it says couldn't ind the package...
[15:00:41] <zeeshan|2> can you post me a link to a driver that can handle 9A?
[15:00:49] <Connor> openssh-server
[15:00:57] <PetefromTn_> oops misspelled.
[15:01:36] <PetefromTn_> okay its percolatin
[15:01:38] <zeeshan|2> http://www.automationtechnologiesinc.com/products-page/nema-42/nema-42-high-torque-stepper-motor-2830-oz-in-2
[15:01:44] <zeeshan|2> i want to run that stepper for my Z axis on the knee mill
[15:02:25] <Gamma-X> thats a big boy
[15:02:42] <PetefromTn_> okay got command prompt
[15:02:47] <zeeshan|2> z-axis is heavy as hell for me
[15:02:57] <zeeshan|2> its like 800lb with weight on the table.
[15:03:18] <zeeshan|2> Connor: why don't you remote desktop to his computer
[15:03:36] <Connor> because I'm SSHed in now.
[15:03:36] <Connor> :)
[15:03:39] <zeeshan|2> hah
[15:03:58] <PetefromTn_> what the hell does that mean?
[15:04:13] <CHNCguy> means he can be like u in the computer realtime
[15:04:27] <zeeshan|2> PetefromTn_: you know what telnet is?
[15:04:31] <PetefromTn_> LOL yeah I was just kiddin man.
[15:04:35] <zeeshan|2> lol
[15:05:05] <Connor> and we now have a wj200_vfd file!
[15:05:11] <PetefromTn_> my next door neighbors are having a party and there are like 50 cars on my street right now..
[15:05:12] <zeeshan|2> nice
[15:05:26] <zeeshan|2> why arent you at the party
[15:05:29] <Connor> now, to pull down the src copy of the head he's running and compile it against that..
[15:05:29] <PetefromTn_> get the hell outta here seriously?
[15:06:14] <PetefromTn_> was not invited not that close with that particular neighbor...
[15:06:46] <Connor> how do you pull a src for head ?
[15:07:32] <zeeshan|2> invite yourself in
[15:07:47] <PetefromTn_> I considered it LOL...
[15:08:17] <PetefromTn_> Connor Do you need me to do anything or just stand here looking stupid, I'm good at that.
[15:08:26] <Connor> I'm good.
[15:09:22] <PetefromTn_> zeeshan|2 Why did you tell us you were from Cyprus?
[15:09:35] <zeeshan|2> i didn't
[15:10:06] <PetefromTn_> is there another zeeshan?
[15:10:26] <archivist> the other is zaa...
[15:11:13] <archivist> at least my memory is still ok :)
[15:11:54] <archivist> Zaaarin
[15:12:19] <PetefromTn_> Oh is that what it is... I thought zeeshan was toying with us LOL...
[15:13:47] <zeeshan|2> haha
[15:14:08] <PetefromTn_> man I must be getting Oldstimers...
[15:14:35] <PetefromTn_> Connor WTF over?
[15:15:03] <Connor> PetefromTn_: Pulling down the latest src for head..
[15:15:18] <PetefromTn_> Okay...
[15:15:20] <Connor> then will compile against that.. but.. I'm going to have to run and get lunch in a bit.
[15:15:31] <Connor> want to start the compile before I do.
[15:15:44] <PetefromTn_> will I be able to run the machine while you are gone?
[15:16:00] <Connor> When to compile is over yes.
[15:16:11] <PetefromTn_> Should I close this window you made me open?
[15:16:19] <Connor> yea. you can
[15:16:49] <zeeshan|2> PetefromTn_: i love canada too much to leave
[15:16:53] <zeeshan|2> i go hiking up here
[15:16:54] <zeeshan|2> and do this:
[15:17:02] <zeeshan|2> http://i130.photobucket.com/albums/p252/turbozee84/null_zps8c0bbb7c.jpg
[15:17:06] <zeeshan|2> eat wild blue berries :p
[15:17:11] <PetefromTn_> yeah but you freeze your ass off most of the year no?
[15:17:13] <zeeshan|2> one day i bet a bear is going to rape me
[15:17:18] <zeeshan|2> for eating his blue berries
[15:17:27] <zeeshan|2> about 5 months of the year are rough
[15:17:33] <zeeshan|2> but other than that, its all t-shirt weather
[15:17:44] <zeeshan|2> 10c = t-shirt weather for me :D
[15:17:53] <zeeshan|2> 50 f
[15:17:57] <PetefromTn_> I can't stand the cold here in Tennessee and want to move back to Florida and I am only two states away LOL...
[15:18:28] <Connor> okay. Compiling.
[15:18:44] <Connor> be back in a few.. it'll take a good 10-15 minutes for this to compile.
[15:18:47] <Connor> on the Atom
[15:18:59] <PetefromTn_> how come I can't see anything on it..
[15:19:01] <Connor> I wouldn't CNC anything while it is..
[15:19:08] <Connor> because. I'm doing it in the background.
[15:19:20] <PetefromTn_> oh a sneaky guy eh...?
[15:19:21] <Connor> remotely.
[15:19:48] <PetefromTn_> just so long as you don't take a big dump on my machine so it rapids off into oblivion when I push go...
[15:20:10] <PetefromTn_> Remember you don't live that far I can find ya...
[15:20:15] <zeeshan|2> lol
[15:20:30] <PetefromTn_> ;)
[15:20:31] <zeeshan|2> if he crashes your machine
[15:20:35] <zeeshan|2> there will be no cnc parts for him!
[15:20:43] <PetefromTn_> precisely...
[15:20:52] <zeeshan|2> he can't really run linuxcnc in the background anyway
[15:20:55] <Loetmichel> PetefromTn_: cold? in tennessee?
[15:20:56] <zeeshan|2> its just a console
[15:21:15] <Loetmichel> i thought that was next to texas?
[15:21:22] <PetefromTn_> Loetmichel Sure man was down to single digits here this winter several times...
[15:21:25] <Loetmichel> <- polishes his american geography
[15:21:50] <Loetmichel> single digits celsious or farenheit?
[15:21:56] <PetefromTn_> F
[15:22:07] <PetefromTn_> F as in freezin' my ass off...
[15:22:21] <Loetmichel> ah, only -15 Celsius
[15:22:26] <Loetmichel> thats easy going ;-)
[15:22:56] <PetefromTn_> Not when you grew up in South Florida and SO Cal..
[15:23:02] <Loetmichel> below minus 22 my car refuses to start.
[15:23:06] <zeeshan|2> dude i lived in the middle east (qatar)
[15:23:07] <Loetmichel> thats a PITA
[15:23:09] <zeeshan|2> for 12 years of my life
[15:23:15] <Loetmichel> but above that ist nice
[15:23:19] <zeeshan|2> it was 45c in the summer and 25 c in the winter
[15:23:27] <PetefromTn_> zeeshan|2 I'm sorry for you...
[15:23:39] <zeeshan|2> in 96 when i came to canada, i stepped outside and it was -25C
[15:23:39] <zeeshan|2> lol
[15:23:47] <zeeshan|2> rape
[15:24:10] <zeeshan|2> regardless, i love canada :D
[15:24:30] <PetefromTn_> I used to fly to Alaska a bunch when I was a navigator in the Coast Guard C-130's and I think I now know what cold is.... you can keep it.
[15:24:32] <Loetmichel> zeeshan|2: a friend of mine was in dheli for holidays
[15:24:34] <Loetmichel> monsun time
[15:24:47] <Loetmichel> it started rainig like hell
[15:24:48] <zeeshan|2> PetefromTn_: did you ever fly for NOAA?
[15:24:53] <zeeshan|2> they use c-130s!
[15:24:56] <Loetmichel> he got out ijn thsirt and shorts...
[15:24:59] <PetefromTn_> no but we worked with them a lot...
[15:25:01] <zeeshan|2> flying through hurricanes
[15:25:08] <Loetmichel> "Ahh, nice, a bit of a cooling down"
[15:25:16] <zeeshan|2> Loetmichel: haha
[15:25:20] <Loetmichel> ... it was still 20°c or so.
[15:25:37] <zeeshan|2> i still remember i was wearing 3 layers of clothes when i first came here
[15:25:39] <PetefromTn_> Gonna go grab some lunch too COnnor made me hungry with all this programming work I am doing here hehhe
[15:25:47] <zeeshan|2> haha
[15:25:55] <Loetmichel> the natives looked at him from under their umbrellas an in thick clothing like he was a superman of some kind ;-)
[15:27:06] <Loetmichel> PetefromTn_: weh ahve the opposite problem here in germany at the moment
[15:27:43] <Loetmichel> i cleaned the Grill today becaus the thermoeter said "above 10°c" all day today
[15:27:52] <Loetmichel> its STILL 9.3°c otuside.
[15:28:09] <Loetmichel> at about 2 hrs past dusk
[15:28:43] <Loetmichel> normally its more like -10°c this time oif the year
[15:28:47] <Loetmichel> here in germany
[15:29:29] <Einar> The weeds have started growing here! It's not normal to fight weed in early March!
[15:32:18] <Loetmichel> Einar: thats what i meant
[15:32:42] <Loetmichel> was buying flowers for the wife to plant on the balcony yesterday
[15:32:49] <Loetmichel> ... MUCH to early
[15:33:57] <Einar> Dont! I tried to plant early another year it was like 20C in April. Guess what: we got <0C in May. Byebye plants. :-(
[15:36:20] <Loetmichel> Einar: notmy decision
[15:36:23] <Loetmichel> ;-)
[15:36:27] <Loetmichel> i am married ;-)
[15:36:38] <Einar> There is some addition to Axis where you can generate code for different operations. I can't find it now. Any pointers?
[15:37:13] <Einar> Ltmichel: That can be remedied. Mount your lathe in the living room! ;-)
[15:40:38] <Loetmichel> Einar: i do
[15:40:46] <Loetmichel> more or less
[15:40:59] <Loetmichel> my "workshop" is the kid room
[15:41:07] <Loetmichel> as we have no kids thats ok ;-)
[15:41:09] <PetefromTn_> Okay Roast Beef and Provologne and a snack pack puddin' I'm good to go here now :p
[15:45:42] <Einar> Observing the experiences of some friends you should not do metalwork or park/work on your motorcycle in the living room or kitchen if you plan on staying married.
[15:51:41] <Loetmichel> Einar: worng wifes
[15:51:44] <Loetmichel> wrong
[15:54:50] <Einar> Next project: Convert this back to LinuxCNC. I ran EMC first, but now Mach3. From EMC to LinuxCNC have really been a huge improvement, so now want to change again.
[15:55:00] <Einar> http://sjaavik.com/CNC/images/DSCN3474.JPG
[15:56:40] <Einar> http://sjaavik.com/CNC/images/DSCN3464.JPG
[16:10:55] <mk0> is it possible to play any sound on the end of the program?
[16:12:31] <Deejay> on the stepper motors? ;)
[16:13:23] <Einar> Can be done: http://www.youtube.com/watch?v=Kh2AWswAMvw
[16:13:24] <mk0> Deejay, they always play during work )
[16:13:42] <Deejay> hihi, indeed, they do. but my spindle is too loud ;)
[16:15:23] <mk0> i like the sound of the stepper ) but i'd like to have a signal if i'm out of a room
[16:36:10] <PetefromTn_> zeeshan|2 Hey man ya still there?
[16:36:16] <zeeshan|2> yes
[16:36:21] <zeeshan|2> just doing some hw
[16:36:24] <zeeshan|2> but here
[16:37:29] <PetefromTn_> Connor was able to get the modbus compiled and installed. he had to go do something else so I am trying to get something done with it now. I need to configure the spindle VFD to accept it so I am reading about that now but do you have any pearls about how to setup hal for the modbus?
[16:38:55] <zeeshan|2> well
[16:39:05] <zeeshan|2> the first step is to make sure can load the usr component
[16:39:12] <zeeshan|2> *you can
[16:39:33] <zeeshan|2> do you know the name of the driver?
[16:39:40] <zeeshan|2> did it compile as wj2000_comp ?
[16:39:49] <zeeshan|2> in your custom.hal file add a line called:
[16:39:58] <PetefromTn_> jeez man I dunno he did it remotely and I could not see anything.
[16:40:23] <zeeshan|2> pop open a terminal
[16:40:43] <PetefromTn_> okay.
[16:41:08] <PetefromTn_> I just found the settings to change in the VFD to switch to modbus control...
[16:41:19] <PetefromTn_> terminal open
[16:41:21] <zeeshan|2> find / -name 'wj2000*'
[16:41:47] <zeeshan|2> you should find a file called wj2000_comp in like /usr/rtai something
[16:41:49] <zeeshan|2> i forgot the path
[16:42:00] <zeeshan|2> dude, just forget this step
[16:42:06] <zeeshan|2> im pretty sure its called wj2000_comp
[16:42:15] <PetefromTn_> says permission denied...
[16:42:16] <zeeshan|2> open up custom.hal for your linuxcnc config file
[16:42:25] <zeeshan|2> and add a line: loadusr -Wn VFD wj2000_comp -n VFD
[16:42:38] <zeeshan|2> and try to launch linuxcnc after
[16:43:00] <PetefromTn_> its a WJ200
[16:43:08] <zeeshan|2> caps?
[16:43:19] <PetefromTn_> no I don't know about that.
[16:43:28] <zeeshan|2> wj200_comp
[16:43:29] <zeeshan|2> try it
[16:43:34] <zeeshan|2> worst comes to worst, linuxcnc wont start
[16:43:50] <zeeshan|2> and you know cause its cause it cant load the component cause the name is wrong :P
[16:43:59] <PetefromTn_> I thought you said he could not do it in comp...?
[16:44:21] <PetefromTn_> how do I search for the file?
[16:44:30] <andypugh> You can experiment, if you like.
[16:44:30] <cheater> hi
[16:44:35] <zeeshan|2> PetefromTn_:
[16:44:36] <PetefromTn_> I need to do sudo etc.. and my passwork
[16:44:38] <zeeshan|2> just modify the hal file
[16:44:38] <zeeshan|2> :P
[16:44:48] <andypugh> With LinuxCNC running, open a Terminal window.
[16:44:55] <andypugh> Type halcmd -kf
[16:45:07] <cheater> i have a question not directly about cnc but very related, is it ok to ask here? it's about robotics and stuff
[16:45:07] <andypugh> That opens an interactive HAL session.
[16:45:17] <zeeshan|2> oh nice
[16:45:20] <zeeshan|2> i did not know that
[16:45:26] <zeeshan|2> do you have to be root to do that?
[16:45:55] <andypugh> Then type loadusr -Wn wj then press the tab key. If you are lucky then it will auto-complete to the right component name ;-)
[16:45:57] <PetefromTn_> how do I get permission in the terminal window to search the file?
[16:46:03] <zeeshan|2> PetefromTn_:
[16:46:07] <zeeshan|2> just add sudo in front of the find
[16:46:08] <cheater> PetefromTn_: sudo?
[16:46:15] <zeeshan|2> cheater from electronics?
[16:46:19] <zeeshan|2> from efnet?
[16:46:26] <cheater> hi
[16:46:28] <andypugh> cheater: We do robots too.
[16:46:28] <zeeshan|2> haha
[16:46:34] <zeeshan|2> dude why did you leave electronics?
[16:46:37] <zeeshan|2> we miss you
[16:46:38] <zeeshan|2> ;[
[16:47:15] <cheater> blackmoon nico and rab were giving me shit all the time and i didn't appreciate it.
[16:47:29] <zeeshan|2> just troll back
[16:47:35] <zeeshan|2> i troll on them all the time
[16:47:39] <zeeshan|2> you just gotta do it right
[16:47:50] <cheater> yeah but they don't kickban you for that and make a big fucking thing out of it
[16:48:07] <cheater> i don't appreciate conceited people like that abusing others whether it's me or not
[16:48:33] <cheater> i'm about this likely to go back there right now: 0%.
[16:49:30] <PetefromTn_> So I type in sudo find / -name 'WJ200' then?
[16:49:36] <zeeshan|2> pete try
[16:50:05] <cheater> PetefromTn_: it's usually a good idea to add asterisks around the name. within the single-quotes (don't use double-quotes)
[16:50:16] <zeeshan|2> WJ200*
[16:50:16] <zeeshan|2> yea
[16:50:24] <cheater> and -iname is usually a good idea as well, because then case doesn't matter.
[16:51:33] <cheater> i'll ask my question. i'm trying to come up with something like a formal framework for describing movement of robots, and i'm wondering what the main concerns are when moving a robot. one is precision vs speed: i.e. how do you move precisely enough withough crawling all the way. another is not colliding with other things. another is not colliding with other things that are moving. is there anything ...
[16:51:39] <cheater> ... else i might be missing?
[16:51:43] <PetefromTn_> I typed in sudo find /-name '*WJ200*' and it did nothing...
[16:51:58] <cheater> PetefromTn_: you forgot a space between / and -.
[16:52:14] <zeeshan|2> you dont want a star in the front
[16:52:16] <zeeshan|2> it should be after
[16:52:24] <cheater> both sides are fine
[16:52:25] <zeeshan|2> your file name starts with wj for sure
[16:52:34] <zeeshan|2> wow my eyes are playing games
[16:52:37] <zeeshan|2> i didnt see the one after
[16:52:43] <zeeshan|2> PetefromTn_: change the WJ to wj
[16:53:09] <zeeshan|2> i have the source in front of me :P
[16:53:11] <cheater> zeeshan|2: what other things are difficult when moving a robot?
[16:53:17] <cheater> like an arm or a cnc mill or something
[16:53:39] <PetefromTn_> that does not work either I typed in sudo find / -name 'wj200*'
[16:54:08] <zeeshan|2> cheater sometimes when you're moving in space, one of the joints will not be physically able to move there
[16:54:09] <cheater> try: sudo find / -iname '*wj*200*'
[16:54:10] <zeeshan|2> and stall
[16:54:17] <cheater> zeeshan|2: aha
[16:54:23] <cheater> that's a good point
[16:54:26] <zeeshan|2> cheater i dont know how good youre in math
[16:54:32] <cheater> very good
[16:54:44] <zeeshan|2> but theres matrix math you can do to do checks
[16:54:47] <cheater> i know all about quarternions and shit
[16:54:48] <zeeshan|2> i haven't looked at it in a while
[16:54:53] <cheater> what matrix math
[16:55:01] <cheater> that's interesting
[16:55:17] <zeeshan|2> so you have some sort of interpolation you're going to use to move from one point to another point
[16:55:25] <PetefromTn_> you just hit enter after that right because it just goes back to the prompt on the next line...
[16:55:36] <zeeshan|2> you check each point along the path with your joint movement matrix and cartesian matrix
[16:55:41] <zeeshan|2> to check if you can physically make it there
[16:55:45] <cheater> PetefromTn_: what does this say: du -sh /
[16:55:49] <zeeshan|2> i suck with robots when it comes to hardware level
[16:56:27] <PetefromTn_> nothing just goes to next prompt..
[16:56:30] <zeeshan|2> cheater i bet if you ask a software engineer or computer scientist
[16:56:30] <cheater> zeeshan|2: can you find an article or book that describes this process exactly?
[16:56:41] <zeeshan|2> they know their shit =D
[16:56:46] <cheater> PetefromTn_: press ctrl-c twice. what do you get?
[16:56:48] <zeeshan|2> one sec, ill link you up with the book i used
[16:57:08] <andypugh> cheater You know about Denavit-Hartenberg parameters?
[16:57:11] <cheater> zeeshan|2: i'm a software engineer and computer scientist. there's a lot of ways to specialize though.
[16:57:11] <PetefromTn_> pete@arrow500:-$ c
[16:57:18] <cheater> andypugh: never heard of.
[16:57:35] <andypugh> http://en.wikipedia.org/wiki/Denavit–Hartenberg_parameters
[16:57:47] <cheater> PetefromTn_: ok, now press backspace a few times and type: echo hello, and press enter. what does that do?
[16:58:11] <Swapper_> Anyone know if it is possible to compensate for a touchprobes runout in software? (comercial machines seems to have the function)
[16:58:16] <PetefromTn_> it says hello
[16:58:39] <cheater> andypugh: is that what zeeshan|2 has described?
[16:58:50] <cheater> PetefromTn_: ok, now type this: sudo du -sh /
[16:58:53] <PetefromTn_> I think I need to put in a password.
[16:59:22] <PetefromTn_> it says permission denied.
[16:59:31] <zeeshan|2> we didnt use a book
[16:59:33] <zeeshan|2> unfrotunately
[16:59:36] <zeeshan|2> its a bunch of course notes
[16:59:41] <zeeshan|2> but in my search i did find a free book
[16:59:42] <zeeshan|2> http://www.cds.caltech.edu/~murray/books/MLS/pdf/mls94-complete.pdf
[16:59:59] <andypugh> cheater: This is the C-code that LinuxCNC uses to compute endpoint positons for an arbitrary serial robot using DH parameters. I can't follow it, but it sounds like you should be able to; http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=blob;f=src/emc/kinematics/genserkins.c;h=77f9f9718b0ada10d4b82100eb47a1ff956a6c04;hb=6170733672487665c3a27c4e9570f9ba03813216
[17:00:01] <zeeshan|2> chapter 3
[17:00:04] <zeeshan|2> 'manipulator kinematics'
[17:00:18] <PetefromTn_> jeez man I suck at this linuxCNC schtuff...
[17:00:46] <cheater> zeeshan|2: is what you're talking about the same as DH parameters?
[17:00:51] <andypugh> PetefromTn_: You seem OK at the "CNC" part, this is the Linux par
[17:01:04] <PetefromTn_> how do I get terminal sudo priveledges with password so I can try to search?
[17:01:19] <cheater> PetefromTn_: you need to enter your password.
[17:01:25] <PetefromTn_> how?
[17:01:28] <cheater> PetefromTn_: likely the same one you used to log in.
[17:01:33] <PetefromTn_> You have to get it to ask for it..
[17:01:42] <zeeshan|2> never heard of dh parameters before
[17:01:48] <cheater> by typing it in. sudo will ask for your password.
[17:02:30] <cheater> if it just says "permission denied" then your user is not in the "sudoers" group, which means it cannot run sudo at all. an alternative you could do would be to log in as root and run the commands this way.
[17:02:49] <zeeshan|2> or
[17:02:53] <zeeshan|2> you could guess the name
[17:03:02] <zeeshan|2> which im 95% sure is the right one
[17:03:02] <zeeshan|2> :P
[17:03:13] <cheater> one guy is american, one is chinese and one is indian?
[17:03:22] <PetefromTn_> man I know the name and password but I don't know how to get it to ask for it....so I can type it in.
[17:03:23] <cheater> sounds like most of my bad projects.
[17:03:28] <zeeshan|2> PetefromTn_:
[17:03:32] <zeeshan|2> asap you type sudo somecommand
[17:03:38] <zeeshan|2> it should automatically ask you for the password
[17:03:41] <zeeshan|2> if it doesnt
[17:03:44] <zeeshan|2> close the window and start again
[17:03:51] <PetefromTn_> okay standby
[17:05:23] <PetefromTn_> okay that worked I searched for wj200 and a bunch of stuff popped up.
[17:05:40] <zeeshan|2> pastebin it :D
[17:06:14] <PetefromTn_> don't know how to copy and paste in linux...I do have firefox in there tho..
[17:06:21] <zeeshan|2> hm
[17:06:28] <zeeshan|2> i think you can highlt and file copy it
[17:06:36] <zeeshan|2> i dont have ubuntu open in front of me right now
[17:06:48] <zeeshan|2> yea highlight
[17:06:51] <zeeshan|2> click edit and copy
[17:06:54] <PetefromTn_> okay I got it hang on..
[17:08:11] <PetefromTn_> pastebin.com/EFFTTZM
[17:08:19] <PetefromTn_> oops sorry
[17:08:35] <PetefromTn_> pastebin.com/EFFTTPZM
[17:09:01] <PetefromTn_> it would be easier if I was on the IRC on the machines computer I think...
[17:09:05] <zeeshan|2> haha
[17:09:15] <zeeshan|2> sudo apt-get install xchat
[17:09:15] <zeeshan|2> :D
[17:09:30] <zeeshan|2> see
[17:09:32] <PetefromTn_> does it have to be Xchat...
[17:09:33] <zeeshan|2> you did all that work for nothing
[17:09:35] <zeeshan|2> my guess was close!
[17:09:44] <zeeshan|2> -> /home/pete/src/linuxcnc-dev/bin/wj200_vfd
[17:09:48] <zeeshan|2> open up custom.hal
[17:09:54] <zeeshan|2> and add loadusr
[17:10:06] <Deejay> gn8
[17:10:15] <CHNCguy> nit
[17:10:40] <cheater> what other issues does one run into when controlling a robot or robotic arm?
[17:10:41] <zeeshan|2> loadusr -Wn VFD wj2000_comp -n VFD
[17:11:22] <zeeshan|2> programming aspect
[17:11:28] <PetefromTn_> it says include custom hal commands here this file will not be overwritten when you run pncconf again
[17:11:28] <zeeshan|2> or maintenance or what? :p
[17:11:37] <zeeshan|2> PetefromTn_: yes
[17:11:40] <PetefromTn_> Do I need to delete all that.
[17:11:40] <zeeshan|2> thats correct
[17:11:44] <zeeshan|2> no just let it be
[17:11:46] <zeeshan|2> its commented out
[17:12:38] <cheater> andypugh: thanks for the link to the code btw
[17:12:44] <PetefromTn_> are you sure it is wj2000 not wj200?
[17:13:17] <PetefromTn_> I typed in
[17:13:43] <PetefromTn_> loadusr -Wn VFD wj200_comp -n VFD exactly...
[17:13:59] <zeeshan|2> yes
[17:14:02] <zeeshan|2> save it
[17:14:06] <zeeshan|2> and try launching linuxcnc
[17:14:25] <PetefromTn_> I got an error..
[17:15:21] <PetefromTn_> I thiink it says no such file or directory.
[17:16:13] <zeeshan|2> wtf
[17:16:37] <Gamma-X> I could never get my vfd to work properly with lcnc... hitachi something...
[17:16:45] <zeeshan|2> whoops i read the pastebin wrong
[17:17:44] <Gamma-X> I think mines is an sj200
[17:18:09] <zeeshan|2> PetefromTn_:
[17:18:12] <zeeshan|2> the name of thje file is correct
[17:18:29] <zeeshan|2> but i dont think connor copied it into the folder where the modules are supposed to go
[17:19:29] <zeeshan|2> i dont know if this file is correct
[17:19:32] <zeeshan|2> loadusr -Wn VFD wj2000_comp -n VFD
[17:19:32] <zeeshan|2> er
[17:19:39] <zeeshan|2> ./home/pete/src/linuxcnc-mirror/bin/wj200_vfd
[17:19:40] <zeeshan|2> or
[17:19:48] <zeeshan|2> ./home/pete/src/linuxcnc-dev/bin/wj200_vfd
[17:20:09] <PetefromTn_> what should I do now?
[17:20:24] <zeeshan|2> i need to find the pathname
[17:20:30] <zeeshan|2> of where the file is supposed to be copied to
[17:21:04] <zeeshan|2> hold on
[17:21:19] <PetefromTn_> does the custom hal component need to say wj200_VFD_comp -n?
[17:21:23] <cheater> zeeshan|2: msg
[17:23:38] <andypugh> If you do the loadusr in an interactive HAL session you can just keep trying until you get it right...
[17:24:02] <PetefromTn_> andypugh Please elaborate..
[17:24:22] <s1dev> where should I get NEMA34 motors?
[17:25:13] <andypugh> Pete Load a working LinuxCNC, then open a terminal. halcmd -kf, then try the loadusr line in various combinations until it works.
[17:25:36] <s1dev> ebay is about 100/motor from china, anyone know of less than 100/motor or 100/motor from america
[17:25:50] <PetefromTn_> so should I delete the line in the custom hal window here now and close it?
[17:26:53] <andypugh> (you might even find that tab-completion works)
[17:27:07] <PetefromTn_> okay deleted the line and closed the custom.hal window after saving. Opened linuxCNC with no errors..
[17:27:42] <PetefromTn_> minimize that and open applications>accessories>terminal
[17:27:59] <andypugh> s1dev: http://www.automationtechnologiesinc.com/products-page/nema-34
[17:28:48] <s1dev> thank you, and how much torque do you think I would need if I'm doing direct drive to the screws?
[17:28:48] <zeeshan|2> hi PetefromTn_
[17:28:53] <zeeshan|2> sorry was setting up system
[17:28:56] <s1dev> for a 11" lathe
[17:28:57] <PetefromTn_> it says halcmd:invalid option --'K'
[17:29:24] <Gamma-X> s1dev, for the most part, anything you can buy in china, you can buy from an american reseller on ebay for a dollar or 2 more.
[17:29:37] <Connor> No. I didn't copy it yet.
[17:29:47] <zeeshan|2> damn you connor
[17:29:56] <PetefromTn_> okay it worked it says halcmd:
[17:30:06] <PetefromTn_> kf is lowercase.
[17:30:09] <andypugh> try "show pin" first
[17:30:11] <s1dev> thanks
[17:30:18] <Connor> It's in /home/pete/src/linuxcnc-dev/bin/
[17:30:37] <zeeshan|2> copy wj200_comp from /home/pete/src/linuxcnc-dev/bin/ to /usr/bin
[17:30:45] <Connor> doing it now.
[17:30:46] <Connor> one sec
[17:30:49] <zeeshan|2> and restart linuxcnc
[17:30:52] <andypugh> My 9"lathe has a 3.5Nm stepper on the Z which is borderline. OK for turning but can't push a big drill.
[17:31:01] <PetefromTn_> should I close this window then>
[17:31:07] <s1dev> no suggestions on torque?
[17:31:14] <zeeshan|2> pete you didnt delete the file
[17:31:16] <zeeshan|2> er
[17:31:21] <zeeshan|2> line from custom.hal right? the loadusr
[17:31:24] <PetefromTn_> yeah I did...
[17:31:27] <zeeshan|2> :{
[17:31:41] <zeeshan|2> no trust!
[17:32:02] <andypugh> Actually, I think they are 2.5Nm. So you want a bit more than that for yours. I can't be bothered to convert to your stupid US units.
[17:32:03] <PetefromTn_> huh? Man I am over my head here just trying to do what you guys tell me...
[17:32:14] <Connor> okay. it's copied into /usr/bin
[17:32:20] <zeeshan|2> connor open up his custom.hal
[17:32:29] <zeeshan|2> loadusr -Wn VFD wj2000_comp -n VFD
[17:32:41] <PetefromTn_> how do I close this process window?
[17:32:53] <zeeshan|2> ctrl + c
[17:33:02] <zeeshan|2> that'll kill the program
[17:33:05] <zeeshan|2> and i think you can type exit
[17:33:06] <zeeshan|2> or quit
[17:33:10] <Connor> okay
[17:33:17] <Connor> added that into his custom.hal file
[17:33:27] <zeeshan|2> PetefromTn_: try opening up linuxcnc now :P
[17:33:33] <Connor> but, shouldn't that go in the main hal file ? so the pins will be available to hal ?
[17:33:46] <zeeshan|2> Connor: nah if he runs pncconf again
[17:33:48] <zeeshan|2> itll erase it
[17:34:00] <zeeshan|2> custom.hal doesn't change
[17:34:23] <PetefromTn_> got an error.
[17:34:35] <zeeshan|2> whats the rror
[17:34:57] <PetefromTn_> could not open command file 'shutdown.hal'
[17:35:28] <zeeshan|2> did you kill that process halcmd
[17:35:57] <PetefromTn_> actually just closed and reopened and it says no such file as wj20000_comp.
[17:36:04] <s1dev> the 2M542 stepper driver seems to be the popular option, am I correct?
[17:36:08] <zeeshan|2> 20,000? =)
[17:36:14] <PetefromTn_> I think htere are too many zeros there ..
[17:36:17] <zeeshan|2> rofl connor
[17:36:30] <PetefromTn_> actually it says 2000
[17:36:39] <zeeshan|2> remove the extra 0 in the custom.hal filer
[17:36:40] <s1dev> or the TB6560
[17:36:46] <Connor> (06:15:36 PM) zeeshan|2: loadusr -Wn VFD wj2000_comp -n VFD
[17:36:48] <Connor> was you zeeshan|2
[17:36:52] <zeeshan|2> whoops
[17:36:58] <Connor> okay. try again. I fixed it.
[17:37:07] <zeeshan|2> did you rename the file?
[17:37:14] <zeeshan|2> in usr/bin
[17:37:18] <Connor> no. I fixed the call.
[17:37:22] <zeeshan|2> ah okay
[17:37:28] <Connor> it wj200_vfd
[17:37:31] <Connor> oh crap.
[17:37:34] <Connor> one sec
[17:37:47] <PetefromTn_> okay still says no such file..
[17:37:50] <Connor> okay, the file is wj200_vfd
[17:37:55] <Connor> one more time PetefromTn_
[17:38:23] <zeeshan|2> doesn't wj2000 sound more appealing than wj200
[17:38:25] <zeeshan|2> :)
[17:38:43] <PetefromTn_> if it works I could give a rats ass what it is called..
[17:38:52] <zeeshan|2> did you launch it again
[17:38:58] <zeeshan|2> tell me it works
[17:39:02] <PetefromTn_> no not yet should i
[17:39:05] <zeeshan|2> yea
[17:39:10] <Connor> close the warning window
[17:39:13] <Connor> then relaunch
[17:39:30] <Connor> wj200_vfd: invalid option -- 'n'
[17:39:37] <PetefromTn_> yup..
[17:39:42] <zeeshan|2> wut
[17:39:57] <Connor> what's the -n VFD ?
[17:40:00] <Connor> do ?
[17:40:05] <zeeshan|2> loadusr
[17:40:32] <zeeshan|2> name the component
[17:40:34] <Connor> from the guy who wrote it: If you put wj200_vfd somewhere in the path (like maybe /usr/bin) and invoke it with "loadusr wj200_vfd" in the .hal file. Then you can start your machine up using the installed version of linuxcnc instead of the wj200_vfd branch version.
[17:40:36] <zeeshan|2> but i think mine is different
[17:40:47] <zeeshan|2> yea just do that
[17:40:52] <zeeshan|2> loadusr wj2000_vfd
[17:40:54] <zeeshan|2> my bad :)
[17:41:06] <Connor> okay. close and relaunch again PetefromTn_
[17:41:13] <s1dev> what's a suggested FPGA card?
[17:41:16] <zeeshan|2> i personally use -n VFD
[17:41:26] <zeeshan|2> so i dont have to keep typing mvx9000rtu everytime iwanna access a pin
[17:41:31] <PetefromTn_> okay no error
[17:41:34] <zeeshan|2> nice
[17:41:45] <PetefromTn_> now what?
[17:41:53] <zeeshan|2> pop up show hal config
[17:41:56] <Connor> bring up hal config
[17:42:00] <zeeshan|2> expand pins
[17:42:10] <zeeshan|2> and see if there is a wj200_comp there
[17:42:18] <Connor> hal pins are as follows, commanded_frequency, reverse, run, enable, is_running, is_atSpeed, is_ready, is_alarm, watchdog_out
[17:42:23] <Connor> wj200_vfd
[17:42:25] <Connor> he means
[17:42:32] <PetefromTn_> yeah there is...
[17:42:35] <zeeshan|2> yay
[17:42:38] <zeeshan|2> so it loaded up right
[17:42:52] <zeeshan|2> do you have it connected to the vfd?
[17:42:53] <PetefromTn_> there is a subset zero
[17:43:09] <PetefromTn_> yeah but I have not set the VFD settings yet for it.
[17:43:10] <Connor> right, because, you can have more than one VFD.
[17:43:48] <PetefromTn_> I got command freq,watchdog timeout,run,reverse,is running, is at speed,is alarm,enable.
[17:43:51] <zeeshan|2> sweet
[17:44:01] <zeeshan|2> before you assign any pins i'd persohnally test the driver
[17:44:05] <zeeshan|2> to see if it's communicating
[17:44:18] <zeeshan|2> the way i did it was i set up the vfd program to communicate using the right communication parameters
[17:44:35] <Connor> Yea. It has a paramater to tell it WHAT slave ID
[17:44:44] <Connor> in the hal component.
[17:44:46] <zeeshan|2> and then ran the vfd at a certain speed and 'watched' the the frequency
[17:45:03] <PetefromTn_> okay I am looking at page 333 of the pdf manual for the drive and there are the settings for modbus control.
[17:45:04] <zeeshan|2> by default it should be 0
[17:45:19] <zeeshan|2> connor do you know what the communication settings are
[17:45:22] <zeeshan|2> is 8 N 2 ?
[17:45:27] <Connor> param rw unsigned mbslaveaddr
[17:45:33] <Connor> Probably 8 N and 1
[17:45:55] <Connor> confirmed. 8 N 1 9600 baud
[17:46:04] <zeeshan|2> set it to those settings PetefromTn_ on your vfd
[17:46:07] <Connor> WOW, that's hard coded.
[17:46:12] <zeeshan|2> connor lol
[17:46:18] <zeeshan|2> are you sure?
[17:46:21] <Connor> including the serial port
[17:46:37] <zeeshan|2> for me its like this
[17:46:40] <Connor> /* modbus connection settings*/
[17:46:41] <Connor> char *device = "/dev/ttyS0";
[17:46:41] <Connor> int baud = 9600;
[17:46:41] <Connor> char parity = 'N';
[17:46:41] <Connor> int data_bits = 8;
[17:46:41] <Connor> int stop_bits = 1;
[17:46:41] <Connor> modbus_t *ctx;
[17:46:42] <PetefromTn_> Okay Connor you got the manual up over there?
[17:46:51] <zeeshan|2> they might be default settings
[17:46:55] <zeeshan|2> as a fail safe
[17:47:14] <zeeshan|2> the way i can launch my driver is loadusr mvx9000rtu --bits 8 --device /dev/ttys0 etc
[17:47:16] <Connor> PetefromTn_: What was the site again ?
[17:47:42] <zeeshan|2> http://www.clrwtr.com/PDF/Hitachi/Hitachi-WJ200-User-Manual.pdf
[17:47:52] <Connor> Those may very well be defaults.
[17:47:59] <PetefromTn_> http://driveswarehouse.com/p-2537-wj200-110lf.aspx
[17:48:13] <Connor> but, in this case, they're perfectly fine I think.
[17:48:19] <zeeshan|2> yea
[17:48:20] <PetefromTn_> page 333
[17:48:43] <zeeshan|2> PetefromTn_:
[17:48:47] <zeeshan|2> lets run it 1 by 1
[17:48:54] <zeeshan|2> for now, don't change the frequency source.
[17:49:02] <zeeshan|2> you don't want a bad driver making your vfd run =D
[17:49:03] <Connor> Don't change the A001 and A002
[17:49:08] <zeeshan|2> yea
[17:49:11] <PetefromTn_> okay...
[17:49:19] <zeeshan|2> C071 -> 05
[17:49:23] <zeeshan|2> C072 -> 1
[17:49:51] <PetefromTn_> hang on lemme see if I can get that setup.
[17:49:59] <Connor> : When you change any of the parameters above, the inverter power must be
[17:49:59] <Connor> rebooted in order to activate new parameters. Instead of rebooting, turning ON/OFF of
[17:50:00] <Connor> reset terminal works as same.
[17:50:04] <zeeshan|2> c074-> 0
[17:50:26] <zeeshan|2> c075 -> 1
[17:50:46] <zeeshan|2> c076 -> 02
[17:50:58] <zeeshan|2> (disable communication error select)
[17:51:05] <PetefromTn_> Frack I gotta restart the whole machine because I cannot open the electronics enclosure door due to the big switch..
[17:51:06] <zeeshan|2> make sure c077 -> 0
[17:51:41] <Connor> Headed to Home Depot to get some fittings and in shop. Text or Call me Cell if you need me PetefromTn_
[17:51:42] <zeeshan|2> c078 -> this is an important parameter
[17:52:14] <zeeshan|2> for now try c078 as '1'
[17:52:47] <PetefromTn_> zeeshan|2 Hang on a sec man I gotta redo some stuff here. Cya connor and thanks man..
[17:52:53] <zeeshan|2> PetefromTn_: np!
[17:55:51] <PetefromTn_> okay I am going to set C071-5, C072-1,c074-0,c075-1,c076-2,c077-0,and c078-1 correct?
[17:56:07] <zeeshan|2> lemme double cvheck
[17:57:09] <zeeshan|2> yea
[17:57:11] <zeeshan|2> thats correct
[17:57:17] <zeeshan|2> before changing c078 lemme know what its current value is
[17:57:26] <PetefromTn_> OK standby..
[17:58:19] <PetefromTn_> c078-0
[17:59:10] <zeeshan|2> okay
[17:59:16] <zeeshan|2> try leaving c078 as 0
[17:59:20] <zeeshan|2> and lets see if it works
[18:00:04] <PetefromTn_> okay all those settings were already set that way...
[18:00:18] <zeeshan|2> thats a good sign
[18:00:19] <zeeshan|2> lol
[18:00:32] <zeeshan|2> okay so launch up linuxcnc
[18:00:42] <PetefromTn_> it is already lauched..
[18:00:49] <PetefromTn_> launched.
[18:01:07] <zeeshan|2> so you didnt change any parameters right?
[18:01:09] <PetefromTn_> homing....
[18:01:16] <PetefromTn_> nope did not have to.
[18:01:19] <zeeshan|2> okay
[18:01:24] <zeeshan|2> cause otherwise youd have to reboot the driver
[18:01:26] <zeeshan|2> *drive
[18:01:33] <zeeshan|2> click watch
[18:01:34] <zeeshan|2> and select:
[18:01:57] <PetefromTn_> okay so open halconfig?
[18:02:07] <zeeshan|2> expand the "wj200_comp" pin and select 'is running'
[18:02:14] <zeeshan|2> is_running
[18:02:28] <zeeshan|2> yes
[18:02:38] <PetefromTn_> okay..
[18:02:53] <zeeshan|2> it should be 'maroon'
[18:02:58] <PetefromTn_> it is..
[18:03:00] <zeeshan|2> and when you turn on your spindle
[18:03:03] <zeeshan|2> it should go green
[18:03:06] <zeeshan|2> check if that happens
[18:03:35] <PetefromTn_> nope...
[18:03:50] <zeeshan|2> well that sucks
[18:03:51] <zeeshan|2> lol
[18:04:00] <PetefromTn_> sure does...
[18:04:09] <zeeshan|2> set c078 to 1
[18:04:16] <zeeshan|2> and reboot the drive
[18:04:23] <PetefromTn_> Connor told me we did not need the ground pin to the vfd back there just the tx and rx is that true?
[18:04:33] <zeeshan|2> honestly i dont know if its true
[18:04:37] <zeeshan|2> i havec mine connected
[18:04:40] <zeeshan|2> just for the hell of it
[18:04:44] <zeeshan|2> its not like it can hurt
[18:04:57] <zeeshan|2> i dont know what it does
[18:05:03] <PetefromTn_> Okay I need to shut everything down now to change the setting and reboot right.
[18:05:13] <zeeshan|2> you're rebooting the vfd
[18:05:17] <zeeshan|2> so do it however you do that :P
[18:05:31] <zeeshan|2> for me i have a disconnect switch for the vfd only
[18:05:36] <PetefromTn_> It is wired into the main power contactor...
[18:05:49] <PetefromTn_> so I have to shut it down completely and restart everything.
[18:05:50] <zeeshan|2> yea you're gonna need to disconnect from there then
[18:06:02] <PetefromTn_> I will change C078-1 then?
[18:06:07] <zeeshan|2> no
[18:06:09] <zeeshan|2> u wanna change it first
[18:06:10] <zeeshan|2> then reboot
[18:06:17] <PetefromTn_> yeah exactly right.
[18:06:29] <s1dev> all these mesa card SKUs are confusing
[18:06:30] <zeeshan|2> Instead of rebooting, turning ON/OFF of [18:33:08] <Connor> reset terminal works as same.
[18:06:39] <zeeshan|2> hm
[18:06:42] <zeeshan|2> just reboot
[18:06:43] <zeeshan|2> lol
[18:06:45] <zeeshan|2> easier prolly
[18:06:50] <s1dev> what's the difference between 5ixx and 7ixx
[18:07:04] <PetefromTn_> okay C078 is a time thing and there are three digits there ?
[18:08:42] <PetefromTn_> okay changed the zero to one restarting now..
[18:08:58] <zeeshan|2> okay
[18:09:37] <zeeshan|2> PetefromTn_: in linuxcnc
[18:09:41] <zeeshan|2> in hal config
[18:09:46] <zeeshan|2> just select all the wj200 pins
[18:09:56] <zeeshan|2> and see if any of them change when you start the spindle
[18:10:06] <zeeshan|2> we're just trying to see if there is communication happening
[18:11:52] <PetefromTn_> hang on..
[18:12:25] <PetefromTn_> I went ahead and hooked up the ground to L on the terminals of the VFD.
[18:12:32] <PetefromTn_> homing...
[18:13:44] <PetefromTn_> okay clicked them all and started spindle and still maroon everywhere.
[18:13:57] <zeeshan|2> so its not communicating
[18:13:57] <zeeshan|2> :{
[18:14:21] <zeeshan|2> maybe something wrong with the wiring
[18:14:28] <zeeshan|2> correct me if im wrong
[18:14:41] <PetefromTn_> don
[18:14:45] <zeeshan|2> you've got the rs232 side of the adapter connected to your serial port
[18:14:53] <zeeshan|2> and then youre using that terminal thing
[18:15:00] <zeeshan|2> to connect the d+ d- wires?
[18:15:15] <PetefromTn_> don't we need to set A oo1 and 002 to work?
[18:15:18] <zeeshan|2> no
[18:15:33] <zeeshan|2> that just lets modbus be able to make your vfd run or stop
[18:15:36] <zeeshan|2> or change the frequency of it
[18:15:44] <zeeshan|2> you don't wanna change that till you're certain you have communication
[18:15:46] <zeeshan|2> and nothing weird happens
[18:16:18] <PetefromTn_> yeah the adapter is plugged into the sole serial port and the wires are going from the little terminal block to Sn and Sp on the VFD..
[18:16:30] <zeeshan|2> sn goes to D+ on the terminal block?
[18:16:32] <zeeshan|2> er
[18:16:34] <zeeshan|2> sn goes to d-?
[18:16:38] <PetefromTn_> and now ground is going to L connor checked the ground with a voltmeter yesterday.
[18:16:52] <zeeshan|2> what a weird pin
[18:16:53] <zeeshan|2> to call ground
[18:16:54] <zeeshan|2> "L"
[18:16:55] <zeeshan|2> lol
[18:17:13] <zeeshan|2> make sure sn -> d-
[18:17:16] <zeeshan|2> and sp -> d+
[18:17:21] <PetefromTn_> I dunno I gotta take apart the pendant back to check it but he told me where to put the wires..
[18:18:02] <zeeshan|2> sorry what does the pendant have in it?
[18:18:11] <zeeshan|2> your computer?
[18:18:12] <PetefromTn_> the PC...
[18:18:15] <zeeshan|2> ah
[18:18:25] <zeeshan|2> im pretty sure the polarity matters
[18:19:03] <PetefromTn_> Okay then I better shut it all down and take it apart gimme a couple minutes here....Thanks for your help man.'
[18:19:09] <zeeshan|2> np
[18:26:45] <PetefromTn_> okay we've got TX+ and RX+ going to SP and SN respectively.
[18:27:26] <zeeshan|2> why do you call it tx+
[18:27:27] <zeeshan|2> and rx+
[18:27:32] <zeeshan|2> isnt it listed as
[18:27:36] <zeeshan|2> d+/A and d-/B
[18:27:40] <zeeshan|2> on your terminal block
[18:31:54] <PetefromTn_> hang on getting a pic.
[18:35:50] <PetefromTn_> TX+ is on D+/A do I need to be on those two?
[18:36:06] <zeeshan|2> what is tx+
[18:36:15] <zeeshan|2> where are you reading that
[18:36:53] <PetefromTn_> frackin' cellphone is not cooperating with the picture.
[18:36:56] <zeeshan|2> hehe
[18:37:17] <zeeshan|2> for me
[18:39:00] <zeeshan|2> looks like this
[18:39:07] <PetefromTn_> from right to left we have TX- TX+ RX+ RX-
[18:39:25] <zeeshan|2> http://i130.photobucket.com/albums/p252/turbozee84/3DECDB3D-BCB3-40A1-A8E7-D1A06BF7070E_zps7vz2efew.jpg
[18:39:52] <zeeshan|2> that grey wire is coming from the pc port
[18:42:23] <PetefromTn_> http://imagebin.org/298187 FINALLY!!!!
[18:42:46] <zeeshan|2> thats not wire right
[18:42:49] <zeeshan|2> *wired
[18:42:56] <zeeshan|2> the red wire
[18:43:00] <zeeshan|2> is that SN or SP?
[18:43:34] <s1dev> how big of a difference can a hardware step generator make over a software one
[18:43:41] <zeeshan|2> s1dev: huge one
[18:43:44] <PetefromTn_> red is SP and white is SN
[18:43:50] <zeeshan|2> okay PetefromTn_
[18:44:04] <zeeshan|2> so the SP wire is wired right
[18:44:07] <zeeshan|2> it goes to D+.
[18:44:15] <zeeshan|2> the white one should be going to D-
[18:44:19] <zeeshan|2> (TX-)
[18:44:23] <zeeshan|2> move that wire there please
[18:44:24] <PetefromTn_> okay standby..
[18:44:31] <s1dev> for what properties? speed? accuracy?
[18:44:43] <zeeshan|2> s1dev: so you can actually generate the steps you need
[18:44:49] <zeeshan|2> and arent limited to parallel port speeds
[18:44:57] <zeeshan|2> on a stepper system i think its pretty pointless
[18:45:08] <zeeshan|2> a parallel port system works more than enough :P
[18:45:29] <zeeshan|2> PetefromTn_: just do double check
[18:45:31] <s1dev> so I can pretty much just plug my stepper drivers into my parallel port and be fine?
[18:45:32] <zeeshan|2> the ground wire you added
[18:45:40] <zeeshan|2> it actually goes to the terminal that has "GND"
[18:45:41] <PetefromTn_> Okay I got the white wire to the first pin and the red wire where it was..
[18:45:44] <zeeshan|2> written under it
[18:45:44] <zeeshan|2> right?
[18:46:02] <zeeshan|2> s1dev: yea
[18:46:09] <zeeshan|2> obviously through a breakout board that is isolated
[18:46:19] <zeeshan|2> don't burn a parallel port :P
[18:46:25] <PetefromTn_> yeah and so does the shielding...
[18:46:28] <s1dev> and where do I find such a breakout board?
[18:46:33] <zeeshan|2> s1dev: what inches per minute do you want to run?
[18:46:42] <zeeshan|2> PetefromTn_: you and your shielding
[18:46:42] <zeeshan|2> lol
[18:46:49] <zeeshan|2> PetefromTn_: should work now
[18:46:50] <PetefromTn_> ;)
[18:46:57] <PetefromTn_> Okay so fire it up?
[18:47:01] <zeeshan|2> fire up vfd
[18:47:03] <zeeshan|2> and restart linuxcnc
[18:47:05] <s1dev> whatever is cheapest, it's for a lathe
[18:47:06] <zeeshan|2> just to be sure
[18:47:15] <zeeshan|2> s1dev: what size lathe?
[18:47:21] <zeeshan|2> for my lathe i only want to run 100ipm
[18:47:26] <s1dev> 11" swing 36" bed
[18:47:28] <zeeshan|2> so i can easily run that through a parallel port
[18:47:32] <zeeshan|2> mines a 12x36
[18:47:40] <zeeshan|2> i have 1200oz-in steppers
[18:47:49] <zeeshan|2> and im using a pbx-rf probotix breakout board
[18:47:56] <s1dev> are you using direct drive?
[18:47:59] <zeeshan|2> yes
[18:48:15] <s1dev> what power supply are you using?
[18:48:20] <zeeshan|2> i kinda went overkill
[18:48:22] <PetefromTn_> okay powered up and homing...
[18:48:28] <zeeshan|2> im using the 72V 8A smps power supplies
[18:48:31] <zeeshan|2> through automation technologies
[18:48:38] <zeeshan|2> if i could do it again, i'd get the torodial one.
[18:48:40] <zeeshan|2> so you only need 1.
[18:48:52] <zeeshan|2> http://i130.photobucket.com/albums/p252/turbozee84/C3600199-EF6C-476A-B0D0-BC44F593E2D2_zpso42uv675.jpg
[18:48:55] <zeeshan|2> thats my setup s1dev
[18:49:32] <s1dev> thanks, are those the 2M524 or TBsomethingorother stepper drivers?
[18:49:40] <zeeshan|2> kl-8070d
[18:49:42] <PetefromTn_> Damn man still all maroon..
[18:49:46] <zeeshan|2> PetefromTn_:
[18:49:47] <zeeshan|2> dont lie
[18:49:48] <zeeshan|2> cmon man!
[18:49:51] <zeeshan|2> seriously?
[18:49:52] <s1dev> is that what you would suggest?
[18:49:58] <PetefromTn_> should I shut it down and change the C078 ?
[18:50:00] <zeeshan|2> s1dev: to drive the 1200oz steppers yea
[18:50:05] <zeeshan|2> PetefromTn_: yea set it back to 0
[18:50:36] <s1dev> I plan on getting the 1600oz stepper since it's only a bit more
[18:50:48] <zeeshan|2> you dont need it
[18:50:48] <zeeshan|2> man
[18:50:53] <zeeshan|2> with our size lathes
[18:50:58] <zeeshan|2> you can easily run 500oz-in steppers
[18:51:04] <zeeshan|2> 1200oz-in is overkill
[18:51:04] <zeeshan|2> lol
[18:51:19] <zeeshan|2> but if you go with 1600oz-in you cant use kl8070d drivers
[18:51:24] <zeeshan|2> 1600oz-in draw 8.8A
[18:51:32] <zeeshan|2> you're gonna have to use the other drives they sell
[18:51:38] <zeeshan|2> and you're going to need a bigger power supply ;p
[18:51:47] <s1dev> I can just run them underrated, correct?
[18:51:51] <zeeshan|2> you can
[18:51:54] <zeeshan|2> but then whats the point :P
[18:52:08] <zeeshan|2> arent the 1600oz steppers 30$ more each?
[18:52:12] <zeeshan|2> save yourself 60$ :P
[18:52:24] <s1dev> about $40 more over 3 motors
[18:52:31] <zeeshan|2> why 3
[18:52:40] <s1dev> because that's the smallest I can get them
[18:52:43] <s1dev> I'll sell off one
[18:53:07] <zeeshan|2> sell it to me cheap
[18:53:08] <zeeshan|2> :)
[18:53:16] <s1dev> sure why not
[18:53:18] <zeeshan|2> haha
[18:53:24] * s1dev is srs
[18:53:34] <zeeshan|2> i need 2 1200oz-in for the mill
[18:53:37] <zeeshan|2> and 1 2480oz-in
[18:53:49] <zeeshan|2> but why dont you save yourself the money
[18:53:52] <zeeshan|2> and just buy 2?
[18:53:55] <CaptHindsight> I'll pay whatever he pays X 50%!
[18:53:57] <zeeshan|2> if youre buying from automation technologies
[18:53:59] <zeeshan|2> they'll sell you 2
[18:54:02] <zeeshan|2> it works out to be cheaper
[18:54:07] <PetefromTn_> Damn man it is still all maroon.
[18:54:13] <zeeshan|2> PetefromTn_:
[18:54:18] <zeeshan|2> so you rebooted your linuxcnc
[18:54:21] <zeeshan|2> and you rebooted the drive
[18:54:22] <zeeshan|2> right?
[18:54:31] <PetefromTn_> yeah everything.
[18:54:40] <zeeshan|2> trust me the wiring wasnt correct
[18:54:45] <zeeshan|2> look at mine
[18:54:50] <zeeshan|2> its at d+ and d-
[18:55:04] <zeeshan|2> where your white were was going
[18:55:09] <zeeshan|2> is what ground is
[18:55:21] <zeeshan|2> -were
[18:55:38] <s1dev> for me it's http://www.ebay.com/itm/US-Free-ship-CNC-3PCS-CNC-NEMA34-Stepper-Motor-1600-OZ-IN-151mm-4leads-/281051616863?pt=LH_DefaultDomain_0&hash=item416ffb565f or http://www.ebay.com/itm/US-Ship-NEW-3PCS-CNC-NEMA34-Stepper-Motor-1232OZ-IN-5-6A-118mm-4leads-/281272950821?pt=LH_DefaultDomain_0&hash=item417d2ca025
[18:55:43] <s1dev> $240 vs $280
[18:56:31] <zeeshan|2> try do get dual shaft steppers
[18:56:33] <zeeshan|2> *to
[18:56:37] <PetefromTn_> white is on D- and red is on D+ now and Red is SP and white is SN..
[18:56:44] <s1dev> why is that?
[18:56:48] <Gamma-X> s1dev, which machiune?
[18:56:52] <s1dev> so I can put a hand wheel on it?
[18:56:53] <zeeshan|2> s1dev: so you can attach encoders or a handwheel
[18:56:56] <s1dev> ah
[18:57:00] <zeeshan|2> or ad mass to it later on
[18:57:03] <zeeshan|2> if you have resonance issues
[18:57:05] <s1dev> Gamma-X: lathe
[18:57:07] <CaptHindsight> humble_sea_bass: http://www.actuatorweb.org/index.php?page=browser
[18:57:18] <zeeshan|2> PetefromTn_:
[18:57:21] <zeeshan|2> hm
[18:57:24] <Gamma-X> s1dev, which machine
[18:57:31] <s1dev> logan 11"
[18:57:58] <zeeshan|2> PetefromTn_:
[18:58:02] <zeeshan|2> do you have an ebay link to the board you bought
[18:58:06] <zeeshan|2> the converter
[18:58:09] <Gamma-X> hmm why need such heavy steppers?
[18:59:12] <s1dev> because I can get them for $90/ea
[18:59:22] <s1dev> and mainly because I have no idea how big I need
[18:59:30] <zeeshan|2> go with 1600
[18:59:31] <zeeshan|2> :P
[18:59:35] <PetefromTn_> http://www.ebay.com/itm/190539776031?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1497.l2649
[18:59:37] <zeeshan|2> do it like a boss!
[18:59:44] <s1dev> that's the though
[18:59:46] <s1dev> *thought
[18:59:52] <zeeshan|2> PetefromTn_:
[18:59:53] <Gamma-X> doesnt it seem WAY overkill though? lol especiially on a lathe
[18:59:56] <zeeshan|2> interesting its a different terminal block
[19:00:01] <zeeshan|2> you have rx+ and r-
[19:00:08] <Gamma-X> PetefromTn_, I have same thing! lol
[19:00:13] <zeeshan|2> but anyway, d- and d+ is where your wires are supposed to be
[19:00:16] <PetefromTn_> you can easily get LESS performance from oversized steppers than with smaller ones if not setup right.
[19:00:49] <s1dev> Gamma-X: I'm not sure how much force is needed in the first place, I'd rather have too much torque than too little
[19:01:02] <zeeshan|2> s1dev: you havent used your lathe manually
[19:01:07] <zeeshan|2> take a cut in some steel
[19:01:10] <Gamma-X> s1dev, well the z-y on a lathe doesnt need that much.
[19:01:11] <zeeshan|2> and youll get a feeling quite fast ;p
[19:01:25] <s1dev> but those are with the hand wheel which is geared
[19:01:37] <zeeshan|2> PetefromTn_: your wiring is correct
[19:01:37] <zeeshan|2> =/
[19:01:44] <zeeshan|2> i'm wondering now whats going on
[19:02:00] <zeeshan|2> is your serial port working?
[19:02:04] <s1dev> I'd want to drive it with the drive screw
[19:02:25] <PetefromTn_> We have the wiring setup using the 0-10v into the mesa 7i77 now AND the modbus too. is that okay?
[19:02:43] <zeeshan|2> yea thats fine
[19:02:47] <zeeshan|2> shouldnt interfere with communication
[19:02:58] <zeeshan|2> honestly theres 3 things i can think of thats wrong
[19:03:04] <PetefromTn_> how can I tell?
[19:03:06] <zeeshan|2> 1. your converter doesnt work
[19:03:11] <zeeshan|2> 2. serial port isnt working on computer
[19:03:18] <zeeshan|2> 3. the driver is messed up
[19:03:26] <CaptHindsight> humble_sea_bass: http://www.quantumrlv.com.au/ Development of EAP actuators for Braille Cells as an aid to visually impaired and blind.
[19:03:40] <Gamma-X> s1dev, id think 900ounce steppers would work a charm.
[19:03:50] <s1dev> would I have to gear them?
[19:04:01] <PetefromTn_> Converter is brand new, No idea if serial port is working never used it before, No clue...
[19:04:13] <zeeshan|2> i dont know how you would test a serial port
[19:04:40] <PetefromTn_> Atom board is brand new never used for anything but this...
[19:04:45] <zeeshan|2> PetefromTn_:
[19:04:48] <zeeshan|2> type dmesg | grep tty
[19:04:53] <zeeshan|2> in a terminal
[19:05:01] <Gamma-X> s1 well think of it like this... a mill's xy would have much more force on them... and a lathe is just moving the tool... the z is usually bigger on a mill for the weight of a head and such.
[19:05:19] <zeeshan|2> does it say something like ttyS0 ttyS1 etc?
[19:05:26] <Gamma-X> s1dev, so in resepct to that, if you have ball screws I would think direct drive would be fine with 900
[19:05:39] <PetefromTn_> How do you make the line?
[19:05:53] <zeeshan|2> on my keybaord its
[19:05:54] <zeeshan|2> shift \
[19:05:58] <humble_sea_bass> wel[
[19:05:58] <zeeshan|2> might be different on yours
[19:06:08] <PetefromTn_> nevermind I got it
[19:06:17] <PetefromTn_> What do you need to know?
[19:06:31] <zeeshan|2> does it say something like
[19:06:33] <s1dev> that's still NEMA34 territory right?
[19:06:35] <zeeshan|2> ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[19:06:45] <PetefromTn_> says consode TTY0 enabled.
[19:06:49] <zeeshan|2> what do you see "ttys0
[19:06:53] <zeeshan|2> do you see a ttys1?
[19:07:14] <PetefromTn_> yeah it says that. And I see ttsy1
[19:07:23] <zeeshan|2> type setserial -g /dev/ttyS[0123]
[19:07:33] <zeeshan|2> and see if it reports back with IRQ's for each port
[19:09:00] <PetefromTn_> its says the program setserial is currently not installed.
[19:09:16] <zeeshan|2> fak it
[19:09:17] <humble_sea_bass> i can't find that paper from quantum Tech
[19:09:41] <PetefromTn_> should I install it?
[19:09:43] <zeeshan|2> nah
[19:09:49] <zeeshan|2> do you see a ttyS2?
[19:09:53] <zeeshan|2> when you did that dmesg thing
[19:10:06] <PetefromTn_> no just zero and 1
[19:10:14] <zeeshan|2> so that means your atom has 2 serial ports
[19:10:23] <zeeshan|2> maybe it's connected to serial port 1
[19:10:27] <zeeshan|2> and not serial port 0
[19:10:32] <PetefromTn_> no just one port..
[19:10:45] <Gamma-X> s1dev, yup
[19:10:50] <zeeshan|2> whats the model for your motherboard
[19:11:13] <s1dev> lol, I can't find 900oz steppers for cheaper than the 1600oz steppers
[19:11:33] <CaptHindsight> whats the smallest machine ever controlled by Linuxcnc?
[19:11:51] <PetefromTn_> Atom D525
[19:13:27] <zeeshan|2> thats the cpu not motherboard :p
[19:14:08] <Gamma-X> s1dev, link to your steppers?
[19:14:19] <s1dev> the 1200 or the 1600oz ones?
[19:14:25] <PetefromTn_> I dunno it is an Intel board mini ITX with D525..
[19:14:28] <Gamma-X> boith
[19:14:30] <s1dev> http://www.ebay.com/itm/US-Free-ship-CNC-3PCS-CNC-NEMA34-Stepper-Motor-1600-OZ-IN-151mm-4leads-/281051616863?pt=LH_DefaultDomain_0&hash=item416ffb565f
[19:14:34] <CaptHindsight> zeeshan|2: http://www.intel.com/content/www/us/en/motherboards/desktop-motherboards/desktop-board-d525mw.html
[19:14:35] <s1dev> http://www.ebay.com/itm/US-Ship-NEW-3PCS-CNC-NEMA34-Stepper-Motor-1232OZ-IN-5-6A-118mm-4leads-/281272950821?pt=LH_DefaultDomain_0&hash=item417d2ca025
[19:14:40] <s1dev> first is the 1600oz
[19:15:00] <PetefromTn_> that looks like it..
[19:15:10] <CaptHindsight> zeeshan|2: there were several mini-itx boards with names the same as the cpu
[19:15:23] <zeeshan|2> ah
[19:15:27] <zeeshan|2> well its got 2 serial ports
[19:15:40] <zeeshan|2> one has a db9 connector
[19:15:47] <zeeshan|2> the toher one has pins to connect a header to
[19:16:02] <zeeshan|2> i'm not sure which one is port #0 and port #1
[19:16:07] <PetefromTn_> okay then yeah it is the db9 of course we are hooking to here.
[19:16:33] <Gamma-X> s1 id get those 1200 ones and the same drives I have.
[19:17:15] <s1dev> what drives do you have?
[19:17:20] <zeeshan|2> PetefromTn_: honestly im out of ideas
[19:17:26] <zeeshan|2> i know its one of those 3 things thats wrong
[19:17:37] <zeeshan|2> if it was the driver im using, i'd be of more help!
[19:18:07] <Gamma-X> s1dev, http://www.ebay.com/itm/CNC-Stepper-Motor-Driver-Controller-2MA860H-Peak-7-2A-l-/300938576135?pt=LH_DefaultDomain_0&hash=item4611564107
[19:18:21] <PetefromTn_> Sheeeit that sucks.
[19:18:29] <PetefromTn_> I thought we were almost there.
[19:19:30] <zeeshan|2> you are!
[19:19:36] <zeeshan|2> but you have communication errors :P
[19:19:41] <CaptHindsight> humble_sea_bass: that quantum website seels braille readers that supposedly use dielectric elastomer displays
[19:19:54] <s1dev> Gamma-X: do you use encoders on your steppers?
[19:20:01] <Gamma-X> no.
[19:20:12] <humble_sea_bass> time to call them up and order one i guess
[19:20:25] <CaptHindsight> humble_sea_bass: in Australia
[19:20:27] <Connor> What's it doing ?
[19:20:37] <PetefromTn_> not communicating...
[19:20:43] <humble_sea_bass> they must have yankee distributors
[19:21:11] <Connor> start the spindle up.. let me look at the serial ports..
[19:21:18] <Connor> see which one is dumping data.
[19:21:29] <CaptHindsight> humble_sea_bass: 11:04:17 AM there now
[19:21:38] <Gamma-X> zeeshan|2, you lookin for 9 amp stepper drivers before?
[19:21:47] <zeeshan|2> Gamma-X: yea
[19:21:52] <PetefromTn_> just did..
[19:21:59] <Gamma-X> zeeshan|2, http://www.ebay.com/itm/Nema-34-42-stepper-motor-driver-DM2722A-110-230VAC-peak-9-8A-200micsteps-/271265165876?pt=LH_DefaultDomain_0&hash=item3f28a9f234
[19:22:02] <CaptHindsight> http://www.quantumrlv.com.au/blindness/braille-notetakers-and-displays.html
[19:22:16] <zeeshan|2> i dont trust that longs company
[19:22:19] <zeeshan|2> shits gonna catch on fire
[19:22:20] <zeeshan|2> lol
[19:22:30] <Gamma-X> zeeshan|2, there all rebranded leedshine
[19:22:34] <zeeshan|2> o
[19:22:50] <Connor> I'm pretty sure that ttyS0 is the db9
[19:23:15] <andypugh> s1dev: Encoders on steppers typically don't buy you much.
[19:23:19] <zeeshan|2> can you see data being passed
[19:23:20] <zeeshan|2> through it?
[19:23:31] <s1dev> I do need a spindle encoder
[19:23:33] <s1dev> though
[19:23:34] <PetefromTn_> spindle is running..
[19:23:50] <andypugh> The exception is when the encoder goes to the stepper drive, and the stepper drive is really a servo drive that can handle a 50-pole motor
[19:23:52] <Connor> not seeing anything.
[19:23:54] <Connor> Hmm.
[19:24:00] <Gamma-X> s1dev, ok...
[19:24:20] <CaptHindsight> humble_sea_bass: no bargain http://www.quantumrlv.com.au/blindness/braille-notetakers-and-displays/focus-40-blue.html $3K AuD
[19:24:23] <s1dev> don't worry, I wasn't asking about stepper encoders for my spindle :P
[19:24:25] <humble_sea_bass> CaptHindsight: those are standard braille products made by US/Korean companies. none of it is EAP
[19:24:26] <zeeshan|2> connor
[19:24:29] <zeeshan|2> nothing on s1 either?
[19:24:42] <Gamma-X> s1dev, might need to make one...
[19:24:47] <CaptHindsight> humble_sea_bass: the NASA site linked to them
[19:24:57] <Gamma-X> s1dev, have a photo of lathe ?
[19:25:17] <Connor> I did cat /dev/ttyS0
[19:25:35] <Connor> and it returns nothing and exists.
[19:25:43] <s1dev> http://www.lathe.com/images/820.jpg
[19:25:45] <Connor> cat /dev/ttyS1 just sits there.. and nothing..
[19:25:46] <s1dev> something like that
[19:26:00] <s1dev> let me see if I can get a better view of the headstock
[19:26:01] <zeeshan|2> connor
[19:26:06] <zeeshan|2> so its more than likely a driver issue
[19:26:16] <zeeshan|2> let me check what mine does
[19:26:19] <zeeshan|2> when i send signals
[19:26:19] <Gamma-X> s1dev, http://www.ebay.com/itm/US-Ship-Promote-3-Axis-Nema34-Stepper-Motor-1232-OZ-IN-Drivers-CNC-Mill-/271334216268?pt=LH_DefaultDomain_0&hash=item3f2cc7924c
[19:26:40] <s1dev> hmm
[19:27:09] <CaptHindsight> humble_sea_bass: http://spie.org/x37076.xml?ArticleID=x37076
[19:27:28] <KreAture> hgey guys
[19:27:35] <KreAture> anyone know of an app like heekscnc ?
[19:27:47] <zeeshan|2> hm
[19:27:47] <Gamma-X> s1dev, prolly wont get easier than that.
[19:27:51] <zeeshan|2> mine doesnt output anytjing
[19:27:53] <zeeshan|2> but my vfd isnt on
[19:27:54] <CaptHindsight> opencad, freecad
[19:27:58] <zeeshan|2> thats why :P i cant power it up here
[19:28:10] <KreAture> CaptHindsight they don't output gcode do they?
[19:28:23] <Connor> does it cat just exit? or hang ?
[19:28:29] <zeeshan|2> it exits
[19:28:33] <CaptHindsight> KreAture: you want CAM or CAD?
[19:28:35] <zeeshan|2> without showing anything
[19:28:41] <KreAture> both in one please
[19:28:46] <CaptHindsight> pycam
[19:28:51] <Connor> well... if you don't have the VFD powered on... no telling...
[19:29:01] <KreAture> in heeks I can easily take a stl add some scetches on it, maby some support and then dropcut it
[19:29:14] <KreAture> adding drills and contours where I need
[19:29:17] <humble_sea_bass> i think that was maybe a protoype, but these cats arent selling anything new. I remember seeing this back in 2009
[19:29:29] <KreAture> it hasn't been very stable though
[19:29:30] <KreAture> hehe
[19:30:38] <CaptHindsight> humble_sea_bass: http://spie.org/documents/newsroom/videos/1738/Pisa-HCDE.mov
[19:30:39] <s1dev> Gamma-X: something about that company's listing doesn't make me confident in their ability to keep it from bursting into flames
[19:30:42] <Connor> PetefromTn_: Start spindle up again..
[19:30:52] <Connor> I'm not doing tail -f /dev/ttyS0
[19:30:55] <Connor> err. now doing
[19:30:56] <PetefromTn_> never turned it off...
[19:31:18] <CaptHindsight> humble_sea_bass: I can see how to make them really easily now
[19:31:22] <Connor> Hmm.
[19:31:23] <Connor> okay.
[19:31:33] <CaptHindsight> no coils, all printed
[19:31:49] <Gamma-X> s1dev, lots of people have had good use of leedshine stuff. There the same company and same motors youd be buying before. I use the same stuff on my mill. top quality although I will eventually be switching to a mesa card...
[19:32:11] <Connor> are we getting ANY communications ?
[19:32:35] <PetefromTn_> how would I tell?
[19:32:44] <Connor> I dunno, asking zeeshan|2
[19:32:47] <zeeshan|2> Connor:
[19:32:48] <zeeshan|2> no nothing
[19:32:53] <zeeshan|2> cause you'd see the led's light up
[19:32:56] <zeeshan|2> and change in hal config
[19:33:04] <PetefromTn_> still have the hal config up and watching the outputs.
[19:33:13] <Connor> okay. It possible we got the Rx and Tx backwards ?
[19:33:13] <zeeshan|2> the wiring was slightly off
[19:33:28] <Connor> What did we have wrong with the wiring ?
[19:33:31] <s1dev> Gamma-X: I would also be paying for the drivers and psu half again, an extra motor I can easily sell
[19:33:38] <zeeshan|2> sp was okay
[19:33:41] <zeeshan|2> but sn was going to rx
[19:33:44] <zeeshan|2> it shoulda been going to tx-
[19:33:49] <zeeshan|2> ignore the rx tx bs
[19:33:54] <zeeshan|2> i was looking D+ and D-
[19:34:00] <Connor> What. You sure ?
[19:34:02] <CaptHindsight> humble_sea_bass: http://spie.org/documents/newsroom/videos/1738/SRI_Braille-prototype_Squares-lines.MPG
[19:34:02] <zeeshan|2> yes
[19:34:29] <zeeshan|2> http://i130.photobucket.com/albums/p252/turbozee84/3DECDB3D-BCB3-40A1-A8E7-D1A06BF7070E_zps7vz2efew.jpg
[19:34:33] <zeeshan|2> check that out connor
[19:34:35] <Connor> I though it was differential.. and we're only using it as single ended..
[19:34:36] <zeeshan|2> thats how mine is wired
[19:35:02] <zeeshan|2> d+ for me is SP
[19:35:04] <zeeshan|2> d- is SN
[19:35:09] <zeeshan|2> left 2 pins
[19:35:29] <Connor> OKay, He Has TX + , TX - , RX + RX -, GND and 5-12V
[19:35:33] <zeeshan|2> yea
[19:35:35] <PetefromTn_> yeah but it sounds like yours does not actually work no?
[19:35:38] <zeeshan|2> but if you look at under TX+ and TX-
[19:35:39] <zeeshan|2> it says
[19:35:45] <Gamma-X> s1dev, buy it all seperatly but thats a good deal.
[19:35:46] <zeeshan|2> PetefromTn_: mine works
[19:35:48] <zeeshan|2> damn you it works
[19:35:54] <zeeshan|2> its not working cause the vfd doesnt have 220v running into it
[19:35:56] <zeeshan|2> cause im in my room
[19:36:09] <PetefromTn_> then how do you know it works?
[19:36:10] <Gamma-X> PetefromTn_, please take notes for this as I have same adapter and in a year ill be reaching out to you for help on it! lol
[19:36:16] <zeeshan|2> PetefromTn_: cause i tested it out?!!?
[19:36:25] <Connor> Have we tried it with RX + yet ?
[19:36:25] <zeeshan|2> remember when i was powering it with my dryer plug
[19:36:25] <zeeshan|2> lol
[19:36:36] <PetefromTn_> okay okay just checkin' hehehehe
[19:36:38] <zeeshan|2> Connor: rx + and rx-
[19:36:43] <zeeshan|2> and tx+ and tx-
[19:36:46] <zeeshan|2> are for rs422
[19:36:48] <zeeshan|2> not rs485
[19:37:16] <Connor> Isn't that just rs485 but differential ?
[19:37:18] <PetefromTn_> Gamma-X Don't hold yer breath man...LOL
[19:37:29] <zeeshan|2> rs485 is single line
[19:37:30] <zeeshan|2> differential
[19:37:47] <zeeshan|2> http://i.ebayimg.com/00/s/MTAwMFgxMDAw/z/5EAAAOxyONBSaTs8/$(KGrHqR,!jgFEg8q1K1RBS,Ts8(PiQ~~60_57.JPG
[19:37:52] <zeeshan|2> look at d- and d+
[19:37:55] <zeeshan|2> under those pins
[19:38:12] <Connor> ok
[19:38:33] <Connor> It possible we have the TX- and TX + swapped ?
[19:38:38] <zeeshan|2> thats quite possible
[19:38:43] <zeeshan|2> cause then the 0s are 1s
[19:38:47] <zeeshan|2> would be happening inverted
[19:38:50] <zeeshan|2> i'd think
[19:38:59] <Gamma-X> http://sun-store.ru/data/big/img_4853.jpg
[19:39:01] <Connor> Red was in TX +
[19:39:02] <zeeshan|2> http://img.tomshardware.com/us/2004/11/29/the_tft_connection/differential-signal.jpg
[19:39:06] <zeeshan|2> actually it shouldnt matter
[19:39:07] <zeeshan|2> look at that
[19:39:57] <zeeshan|2> theres no harm is
[19:40:02] <zeeshan|2> in moving red to d-
[19:40:07] <zeeshan|2> and the white to d+
[19:40:11] <zeeshan|2> swap em pete!
[19:40:12] <zeeshan|2> and try it out
[19:41:23] <zeeshan|2> http://i130.photobucket.com/albums/p252/turbozee84/VFD_GUI_zps548be878.png
[19:41:28] <zeeshan|2> ^remember pete? :D
[19:41:34] <zeeshan|2> http://i130.photobucket.com/albums/p252/turbozee84/A17C43E5-4B2F-4CB1-A4A8-F02A440D06A7_zpsxfj8q1ag.jpg
[19:41:37] <zeeshan|2> test setup
[19:41:37] <zeeshan|2> :D
[19:41:40] <PetefromTn_> http://imagebin.org/298198 http://imagebin.org/298196
[19:41:42] <zeeshan|2> http://i130.photobucket.com/albums/p252/turbozee84/F18BB830-4E76-46F3-B6F0-010852820697_zpsr2x9i3sn.jpg
[19:42:20] <zeeshan|2> try swapping the sn and sp wires
[19:42:46] <andypugh> zeeshan|2: Extreme Carpeting.
[19:42:56] <PetefromTn_> Do I gotta shut it all down and restart?
[19:43:02] <zeeshan|2> PetefromTn_: prolly
[19:43:30] <PetefromTn_> okay standby.
[19:43:34] <zeeshan|2> andypugh: i was paranoid my vfd would short on the floor
[19:43:34] <zeeshan|2> lol
[19:43:48] <zeeshan|2> rubber mat for the win
[19:43:59] <andypugh> I was really meaning the way that the stair treads are wrapped.
[19:44:15] <zeeshan|2> oh
[19:44:15] <zeeshan|2> haha
[19:44:19] <andypugh> It's not like you can walk on the parts outside the spindles.
[19:44:30] <zeeshan|2> sometimes im paranoid
[19:44:32] <zeeshan|2> =)
[19:45:29] <andypugh> Hang on, you are in the US? I hadn't considered the possibility that each tread is a slab of roadkill.
[19:46:14] <Gamma-X> andypugh, you have any files for that encoder wheel you made?
[19:46:19] <zeeshan|2> canada
[19:46:20] <andypugh> I actually quite like the old fashioned narrow carpet and brass stair-rods look.
[19:46:53] <andypugh> Gamma-X: I have made lots of encoder wheels
[19:47:41] <zeeshan|2> i want to replace it with hardwood
[19:47:47] <zeeshan|2> its a pain in the ass the vacuum
[19:48:18] <PetefromTn_> okay just restarted and still all maroon damnit.
[19:48:31] <PetefromTn_> Did you see the pics I posted?
[19:48:37] <zeeshan|2> yuea
[19:48:48] <zeeshan|2> all you did was swap the wires
[19:48:49] <zeeshan|2> right
[19:48:59] <PetefromTn_> yeah on the VFD panel.
[19:49:05] <Gamma-X> andypugh, Do you share any of your cad files?
[19:49:28] <Gamma-X> PetefromTn_, did you setup the vfd to be controlled from external source and not keypad?
[19:49:30] <andypugh> I am willing to share any of them
[19:49:43] <PetefromTn_> Gamma-X They said not to yet.
[19:50:38] <andypugh> Gamma-X: Do you mean this one? https://picasaweb.google.com/lh/photo/izs9EehSiBmY_omIxaSJBtMTjNZETYmyPJy0liipFm0?feat=directlink
[19:50:42] <Gamma-X> andypugh, im interested in getting any of them haha something to start off with is better than nothing in my case. Gotta make the encoder wheel for my rf45.
[19:50:52] <zeeshan|2> Gamma-X: you don't need to
[19:51:01] <zeeshan|2> when you're only trrying to read data from vfd
[19:51:02] <zeeshan|2> not write
[19:51:26] <Gamma-X> zeeshan|2, I have a sj200 and I beleive it required you to change it.
[19:51:36] <Gamma-X> could be wrong though!
[19:51:48] <Gamma-X> andypugh, jesus@ you made that?!
[19:51:51] <PetefromTn_> zeeshan|2 Hey man tell ya what I am gonna take a break here and get some dinner my wife is cooking and maybe we can get back to it in a bit if you are available?
[19:51:58] <zeeshan|2> sounds good
[19:52:01] <zeeshan|2> connor can chime in too
[19:52:04] <zeeshan|2> hopefully we can get it working
[19:52:19] <PetefromTn_> Okay be back in abit.. thanks so much guys.
[19:52:49] <andypugh> Gamma-X: No, I paid a PCB solder-mask company down the road to make those. But they were only £20 each..
[19:53:09] <Gamma-X> thats a good idea. I was reffering to the one on the mill you shown me the other night.
[19:53:34] <andypugh> If you mean the top-hat one on the mini-mill then I don't think there was any CAD, I just made it.
[19:54:48] <andypugh> What are you counting with?
[19:55:03] <s1dev> Gamma-X: so you have this kit?
[19:55:38] <andypugh> I don't think I am actually using any of my home-made encoders any more. There may be a lesson there :-)
[19:56:59] <Gamma-X> andypugh, probably opto... I need something.. lol
[19:57:12] <andypugh> The Harrison has a resolver on the spindle now. The combo machine has a commercial encoder gear-driven from the lathe spindle, but still has the home-made one on the mill spindle. That one has acually always worked. The lathe one used reflective sensors and was always going out of adjustment.
[19:57:35] <Gamma-X> s1dev, Im basicly using every component on that except for the size motors.
[19:58:05] <Gamma-X> andypugh, Ill do anything, thinner the better...
[19:59:59] <andypugh> My spindle encoder is basically a thin aluminium top-hat that fits between the spindle bearing locknuts, and is top-hat shaped to reach around those nuts to where slot-detectors could be mounted.
[20:00:27] <andypugh> (it makes adjusting spindle preload a lot harder, I had to make special tools)
[20:01:03] <Tom_itx> you probably enjoyed that though
[20:01:09] <andypugh> Then I just hand-coded some G-code to make the slots with a slitting saw and rotary axis.
[20:01:29] <Gamma-X> Yeah I dont have that lol
[20:02:00] <s1dev> Gamma-X: got a solution for controlling the spindle and putting an encoder on it?
[20:02:14] <s1dev> it's a single phase motor
[20:02:39] <Gamma-X> ac or dc motor
[20:02:46] <s1dev> ac
[20:02:59] <s1dev> 220V
[20:03:06] <s1dev> if that's any help
[20:03:35] <andypugh> Tom_itx: I was talking to my dad today about scraping the Rivett lathe bed, and how a carbide scraper would be nice. He mentioned that years ago he somehow aquired the box of a toolmaker with an actual commercial carbide bed scraper. The box also contained 8 other scrapers. This is in addition to the 4 or 5 of his that I know live in the file drawer.
[20:04:12] <andypugh> So, I now own a carbide scraper. Just when I have almost finished.
[20:04:49] <Gamma-X> s1dev, vfd
[20:05:02] <CaptHindsight> I just use old broken carbide facemill inserts
[20:05:15] <s1dev> I thought VFDs were only for 3 phase motors?
[20:05:25] <Tom_itx> andypugh, aren't you the lucky one!
[20:07:56] <Tom_itx> that is if it was all found..
[20:08:04] <andypugh> Ah, yes, I also brought back a pot of 3/4" carbide squares he had. Like inserts but with no cutter geometry. He has _so_ much stuff.
[20:08:42] <Tom_itx> i've got a small piece of tungsten but it was for ballast
[20:09:08] <Gamma-X> s1dev, http://www.youtube.com/watch?v=AToHf7yf2nw
[20:09:14] <andypugh> s1dev: Typically, yes, you use a 3-phase motor with a VFD, because 3-phase motors are simply better.
[20:09:16] <Tom_itx> not sure how that differs from tool carbide
[20:10:43] <andypugh> Gamma-X: I can't watch portrait-mode videos. It's a religius thing.
[20:10:50] <Gamma-X> lol
[20:11:24] <Gamma-X> ghetto cheapest way to control single phase motor
[20:11:38] <andypugh> If you have a VFD there is no reason _not_ to use a three-phase motor.
[20:11:53] <s1dev> andypugh: other than not having a three-phase motor
[20:12:21] <Gamma-X> s1dev, they can be had for cheap! and more reliable more power...
[20:12:21] <andypugh> I used a dimmer switch to control a heated crucible thing. That was fun.
[20:12:43] <s1dev> Gamma-X: how much for a 1hp 3 phase motor?
[20:13:21] <andypugh> Indeed, no internal contacts, and they actually have a real direction of rotation, rather than a hint and a sense of habit
[20:13:29] <Gamma-X> check ebay. I picked up a brand new 3hp 3 phase baldor for 75 bucks on craigslist!
[20:13:57] <Gamma-X> s1dev, whats current motor rated at?
[20:14:05] <s1dev> brb
[20:15:34] <andypugh> s1dev: $30 ? http://www.ebay.com/sch/i.html?_odkw=1+hp+motor&_osacat=0&_from=R40&_trksid=p2045573.m570.l1313.TR0.TRC0.H0.X1+hp+motor+%283PH%2C+three+phase%29&_nkw=1+hp+motor+%283PH%2C+three+phase%29&_sacat=0
[20:16:45] <s1dev> I'm not sure but the drum switch says 1hp
[20:17:56] <CaptHindsight> what's more powerful a 1HP single phase motor or a 1HP 3 phase motor?
[20:19:03] <Gamma-X> 3 phase if your running 3 phase.
[20:19:42] <andypugh> Well, technically they are idenitacally powerful, at 1HP
[20:20:17] <PetefromTn_> Okay back again LOL...
[20:25:21] <CaptHindsight> http://www.ebay.com/itm/261366798165 I have one of these I can't decide what to do with
[20:25:35] <CaptHindsight> ENCO 110-2075 LATHE 12'' X 36''
[20:25:42] <Gamma-X> sell it
[20:26:12] <PetefromTn_> Wow that one is hozed !
[20:26:18] <CaptHindsight> all those crazy gears
[20:26:21] <Gamma-X> seriosuly!
[20:26:31] <Gamma-X> i dont ever wanna mess with a lathe and gears.
[20:26:48] <PetefromTn_> why mine has the same stuff works great...
[20:27:24] <CaptHindsight> PetefromTn_: how rigid is it?
[20:28:47] <CaptHindsight> I got this similar one since it was dead, one of the pins for the gears had sheared off and the wiring in the controller was cut
[20:29:07] <CaptHindsight> I fixed the gear but I never actually powered it up
[20:30:10] <PetefromTn_> Well compared to what exactly?
[20:30:46] <PetefromTn_> I use it tons and works fine for me with whatever I need to do. Cuts decent. It is not a 4klb lathe and never will be..
[20:35:13] <Gamma-X> PetefromTn_, I have a 1800 pnd hardinge might be more like 1500 idk... but its belt driven.
[20:35:56] <PetefromTn_> Gamma yeah I know man remember I had the same one I said...
[20:36:07] <Gamma-X> lol yup!
[20:36:08] <CaptHindsight> maybe I'll just keep it manual but add DRO's
[20:36:31] <PetefromTn_> that is what Zeeshan is retrofitting that 12x36 capn..
[20:37:00] <andypugh> That eBay one is scrap.
[20:37:09] <CaptHindsight> I come across lots of actual dead cnc lathes I'd rather rebuild
[20:37:23] <CaptHindsight> I just posted that as a pic
[20:37:32] <andypugh> Yeah, I know.
[20:37:45] <PetefromTn_> CaptHindsight Yeah I agree.. That is what I want to get. Selling my 12x36 now.
[20:37:59] <Gamma-X> PetefromTn_, ohhhh ok
[20:38:36] <andypugh> I see many cnc lathes I could retrofit too, but I don't need them, and I can't house them, and I couldn't make a living doing it.
[20:38:40] <PetefromTn_> Would not mind a CHNC but really want a larger slant bed commercial machine only a small one.
[20:38:46] <Gamma-X> CaptHindsight, I picked up a hardinge hc with anilam controller on it. all peices there to make it work, just in pieces... for 1800 bucks.
[20:39:21] <CaptHindsight> Gamma-X: yeah, lots of hardinge latley
[20:39:51] <andypugh> PetefromTn_: You want a larger small one?
[20:40:08] <PetefromTn_> yup ;)
[20:40:31] <andypugh> http://www.ebay.co.uk/itm/Cnc-Lathe-Machine-Audit-Allen-Bradley-Pragati-Turret-/331149136709?&_trksid=p2056016.l4276
[20:40:55] <PetefromTn_> I went to pick up some materials at the metal supplier the other day and they have some nice ones there they were Okuma Howa machines. Perfect size for me...
[20:41:29] <CaptHindsight> http://www.ebay.com/itm/CHNC-HARDINGE-lathe-chucker-2-MACHINES-LOT-SPARES-BRUSHLESS-UPGRADE-2008-/111271215701?pt=BI_Lathes&hash=item19e8480255
[20:41:41] <andypugh> That Audit looks like a relist, so it dodn't even get the 99p bid last time.
[20:42:27] <andypugh> Personally I would be more interested in undressing something like an HNC
[20:43:27] <PetefromTn_> http://www.1stmachineryauctions.com/media/lot/0d10c7669e1c067c5e4f8c40b4d4fcf76d002e42.jpg Looked something like that...
[20:43:48] <CaptHindsight> CHNC vs HNC whats the difference?
[20:44:23] <PetefromTn_> That one looks pretty sweet man...
[20:44:30] <Gamma-X> PetefromTn_, how much?
[20:44:34] <PetefromTn_> The machine itself is not very big tho...
[20:44:34] <andypugh> This is a friend's HXL. Without the tinwork and a modern control cabinet it is fairly comact, and you can see what is going on, and fit special tooling. https://picasaweb.google.com/lh/photo/Qll6-unQntbnBFe2fjfNbSE34QWor4gUzfw_1O9qsPw?feat=directlink
[20:45:17] <PetefromTn_> Gamma-X How much what?
[20:45:35] <andypugh> (He made the control console from scratch)
[20:45:40] <Gamma-X> the machines u saw
[20:45:46] <Gamma-X> or you meant they use em.
[20:46:28] <s1dev> battery charger as a power supply? <y/n>
[20:46:32] <andypugh> OK, work day tomorrow. Goodnight chaps.
[20:46:42] <PetefromTn_> yeah they were running the berries off of them.... I was jealous.
[20:46:45] <Gamma-X> s1dev, what?!
[20:46:52] <s1dev> disregard :P
[20:48:00] <PetefromTn_> Looked like nice machines tho and honestly probably only took up a few more square feet than my 12x36 did from the looks of them.
[20:48:20] <PetefromTn_> It was a slant bed with hydro chuck and had a tailstock too...
[20:48:55] <Gamma-X> does the lcnc forums have people seling equipment? I need a chuck.
[20:49:13] <PetefromTn_> http://www.ital-tech.com/cnc01.jpg That is almost exactly what it looked like...
[20:49:57] <PetefromTn_> both had chip conveyors and were covered in sludge and shit but that is what it looked like.
[20:52:11] <Gamma-X> sludge is kinda like a lubrication! lol
[20:53:05] <PetefromTn_> yeah well they musta REALLY wanted it lubed up nice especially on the outside covers...lazy bastards LOL.
[20:53:12] <Gamma-X> lol
[20:56:49] <PetefromTn_> well I thought we really had the modbus spindle thing wired there for a minute LOL.
[20:57:17] <Gamma-X> PetefromTn_, do you have a o scope?
[20:57:19] <PetefromTn_> I mean the program part seems to be working unless there is some kinda setting we need to turn on there we are not seeing.
[20:57:32] <PetefromTn_> No unfortunately not. Would like to get one tho..
[20:57:48] <Gamma-X> have one you can borrow from someone
[20:57:48] <Gamma-X> ?
[20:57:52] <PetefromTn_> I wonder if Halscope can see something or what...
[20:58:10] <Gamma-X> only issue is output from that converter.
[20:58:19] <PetefromTn_> no only my pal Art down in Georgia and he is too far.
[20:58:24] <Gamma-X> maby a multimeter can tell you
[20:58:37] <Gamma-X> something with hz
[20:58:44] <Gamma-X> or freq
[20:59:31] <PetefromTn_> Dunno man I have a decent multimeter but It is just your basic stuff.
[20:59:57] <PetefromTn_> I think we got it wired right and we tried both ways with it I swapped the wires the second time.
[21:00:38] <Gamma-X> the wires have continuity? check all that?
[21:01:07] <PetefromTn_> impossible... Computer is in front and VFD is in back ten feet away...
[21:01:35] <Gamma-X> unhook wires :D
[21:02:16] <s1dev> spindle encoder solution suggestions
[21:02:46] <PetefromTn_> Well it was a brand new cable and we installed it yesterday so I doubt there is a break anywhere in it.
[21:03:12] <Gamma-X> solid core or braided
[21:03:26] <s1dev> and what should I do for motor mounts and couplings?
[21:04:27] <PetefromTn_> braided four conductor shielded
[21:05:11] <Gamma-X> PetefromTn_, http://askubuntu.com/questions/79302/how-do-i-know-if-my-serial-adapter-card-is-working
[21:05:15] <Gamma-X> loopbacktest.
[21:05:39] <PetefromTn_> I still wonder if we need to remove the wires that used to run the VFD for it to work...
[21:07:48] <PetefromTn_> Isn't that for serial adapters like pCi or something>?
[21:07:55] <Gamma-X> doesnt matter
[21:09:44] <PetefromTn_> I dunno man not sure if I should try that.
[21:11:32] <PetefromTn_> Is that the D- and D+ wires you are talking about?
[21:12:59] <PetefromTn_> zeeshan Hey man any ideas?
[21:13:11] <CaptHindsight> http://linuxgizmos.com/tiny-quad-core-mini-pc-ships-for-69/ with SPI on the GPIO
[21:15:35] <zeeshan> hi
[21:15:40] <zeeshan> any idea about what
[21:15:54] <PetefromTn_> about what to do next with this modbus of course.
[21:15:58] <zeeshan> lol
[21:16:12] <zeeshan> well we know the wiring is correct
[21:16:13] <PetefromTn_> Gamma is suggesting some kinda loopback test..
[21:16:33] <zeeshan> you dont happen to have an oscilliscope
[21:16:35] <zeeshan> do you :)
[21:17:10] <PetefromTn_> nope unfortunately...
[21:17:24] <PetefromTn_> Can we use Halscope?
[21:17:37] <zeeshan> honestly i havent used halscope before
[21:17:37] <zeeshan> ;p
[21:17:39] <pcw_home> You should be able to verify polarity by checking the idle levels at the VFD and serial port with a DVM
[21:17:39] <Gamma-X> zeeshan, tell him to run loopback test.
[21:17:57] <zeeshan> pcw_home: we flipped tghe wires
[21:18:00] <zeeshan> and it still doesnt communicate
[21:18:16] <pcw_home> all 4 combos?
[21:18:17] <Gamma-X> loopback test will tell you if anything is coming out.
[21:18:26] <zeeshan> well theres only 2 wires
[21:18:31] <zeeshan> d+ d-
[21:18:38] <pcw_home> ahh RS-485
[21:18:41] <zeeshan> yes
[21:18:51] <zeeshan> and the polarity shouldnt matter i'd think
[21:19:12] <pcw_home> polarity is critical
[21:19:20] <zeeshan> why
[21:19:27] <zeeshan> its a differential signal
[21:19:33] <Gamma-X> you guys dont know if the serial port is outputting data do you?
[21:19:33] <zeeshan> it looks at the difference between the two signals
[21:19:55] <PetefromTn_> no we do not know for sure..
[21:20:00] <pcw_home> (its just async serial, if the polarity is backwards you will get a constant break when idle)
[21:20:15] <Gamma-X> then you need an oscilioscope or do a loopback test.
[21:20:55] <zeeshan> PetefromTn_: did you change the SP back t D+
[21:20:58] <zeeshan> and SN back to D-?
[21:21:25] <PetefromTn_> no I have not changed anything since before we took a break here.
[21:21:30] <zeeshan> i'd change them back
[21:21:41] <zeeshan> cause i know SP has to be positive
[21:21:44] <zeeshan> cause its shown in your pdf
[21:21:56] <PetefromTn_> okay so SP to D+ and SN to D- correct?
[21:22:01] <zeeshan> yessir
[21:22:04] <zeeshan> so red to d+
[21:22:06] <zeeshan> and white to d-
[21:22:13] <zeeshan> don't want that causing problems later on
[21:22:50] <PetefromTn_> okay hang on..
[21:23:54] <pcw_home> I wonder if the adapter has built in rx disable or expects the driver to drop the echos
[21:24:04] <zeeshan> pcw_home: i have the same adapter
[21:24:25] <zeeshan> i have sp connected to d+ and sn connected to d-
[21:24:34] <zeeshan> its either a bad converter
[21:24:37] <zeeshan> or the driver is bad
[21:24:58] <Gamma-X> whats so hard about the concept of... a loopback test on the connector?! lol
[21:25:15] <Connor> zeeshan: Or we missed something on the VFD.
[21:25:22] <zeeshan> but we looked at the pdf
[21:25:32] <zeeshan> connor
[21:25:33] <pcw_home> you should try looping back the serial port to make sure its working
[21:25:52] <zeeshan> whats the link to the src again
[21:25:53] <zeeshan> https://github.com/robEllenberg/linuxcnc-mirror/tree/master/src/hal/user_comps
[21:25:57] <Connor> Loop back the Rs232 ?
[21:25:57] <zeeshan> where is it located there
[21:26:02] <Gamma-X> Is everything im writing not being seen?
[21:26:24] <PetefromTn_> Okay got it switched back now..
[21:26:32] <pcw_home> thats easy enough (short serial pin 2 and 3)
[21:26:33] <Connor> https://github.com/OKComputers/linuxcnc-mirror/tree/wj200_vfd
[21:26:39] <Gamma-X> Connor, minicom and bridge what would be pins 2-3
[21:26:59] <PetefromTn_> Is that the d- and D+?
[21:27:02] <Connor> okay, so remove the adapter then..
[21:27:07] <zeeshan> yea
[21:27:14] <zeeshan> dont short d+ and d-!
[21:27:15] <zeeshan> lol
[21:27:32] <PetefromTn_> remove the RS232-RS485 apapter?
[21:27:36] <Connor> yes.
[21:27:46] <PetefromTn_> do I need to shutdown first?
[21:27:52] <zeeshan> no
[21:27:52] <Gamma-X> no,
[21:27:59] <Gamma-X> rs232 is a dumb port.
[21:28:32] <PetefromTn_> okay removed
[21:29:32] <PetefromTn_> http://www.arcelect.com/9_PIN_PIN_OUT.GIF
[21:29:56] <Connor> zeeshan: https://github.com/OKComputers/linuxcnc-mirror/tree/wj200_vfd/src/hal/user_comps/wj200_vfd
[21:30:08] <zeeshan> yea
[21:30:09] <Connor> pins 2 and 3
[21:30:12] <zeeshan> im going through the source code
[21:31:31] <zeeshan> connor
[21:31:36] <Connor> yea
[21:31:39] <zeeshan> where is the mbslaveaddr being set?
[21:31:49] <Connor> no clue.
[21:31:57] <zeeshan> cause i dont see it defined anywhere
[21:32:14] <Connor> it's a parameter pin.. I said something about that a while back
[21:32:22] <Connor> when I was talking about the pins.
[21:32:26] <Connor> it needs to be set.
[21:32:33] <zeeshan> well
[21:32:33] <Connor> I'm assuming via a set
[21:32:37] <zeeshan> you can set it to 1-25
[21:32:41] <zeeshan> on his actual vfd
[21:32:42] <zeeshan> or something
[21:32:57] <zeeshan> yea
[21:33:06] <zeeshan> this looks like you need to define it in the program.
[21:33:08] <Connor> okay, so I need to do a setp
[21:33:12] <Connor> No.
[21:33:20] <Connor> I think it's a settable pin value
[21:33:43] <Connor> PetefromTn_: What's when looking at it in hal config, what's the prefix?
[21:33:43] <zeeshan> how come we didn't see it listed under wj2000 in hal config
[21:33:47] <Connor> wj200.0. ??
[21:34:29] <PetefromTn_> hang on I am homing it out now..
[21:34:35] <s1dev> what encoders are compatible with linuxcnc?
[21:34:55] <Connor> setp.wj200_vfd.0.mbslaveaddr = 1
[21:34:57] <Connor> I'm thinking
[21:35:03] <Connor> err..
[21:35:11] <Connor> setp wj200_vfd.0.mbslaveaddr = 1
[21:35:33] <zeeshan> thats definitely the problem
[21:35:41] <zeeshan> =D
[21:35:53] <PetefromTn_> says wj200-vfd.0-command freq for instance..
[21:36:20] <PetefromTn_> in hal watch,,
[21:36:56] <PetefromTn_> sorry wj200-vfd.0.
[21:37:07] <zeeshan> so type in what connor said
[21:37:08] <zeeshan> :D
[21:37:24] <PetefromTn_> where?
[21:37:35] <zeeshan> in hal config
[21:37:39] <PetefromTn_> should I hook the adapter back up?
[21:37:41] <zeeshan> yes
[21:37:59] <zeeshan> http://linuxcnc.org/docs/html/hal/images/HAL_Configuration.png
[21:38:06] <zeeshan> where it says "test hal command"
[21:38:14] <zeeshan> to test it out
[21:38:51] <Connor> setp wj200-vfd.0.mbslaveaddr = 1
[21:39:04] <s1dev> zeeshan: what's your spindle encoder setup?
[21:39:18] <Connor> wait. don't do the =
[21:39:25] <Connor> setp wj200-vfd.0.mbslaveaddr 1
[21:39:26] <PetefromTn_> okay what do I need to click on in the tree?
[21:39:31] <zeeshan> nothing
[21:39:51] <zeeshan> PetefromTn_: do you see a mbslave under wj200_vfd in the tree
[21:39:58] <zeeshan> mbslaveaddr
[21:40:17] <PetefromTn_> before I type that in?
[21:40:26] <zeeshan> (this is an aside)
[21:40:29] <zeeshan> you can type that in first
[21:40:59] <PetefromTn_> okay just did that...
[21:41:01] <PetefromTn_> It says
[21:41:18] <PetefromTn_> setting paramter (what I typed) to 1
[21:41:22] <zeeshan> good
[21:41:28] <zeeshan> can you check my aside thing plz
[21:41:29] <zeeshan> :D
[21:41:34] <PetefromTn_> Paramter (what I typed) set to1
[21:41:42] <zeeshan> s1dev: http://www.cnc4pc.com/Store/osc/product_info.php?cPath=25&products_id=129
[21:41:45] <zeeshan> im using 2 of those cards
[21:41:52] <zeeshan> one for index pulse, one for speed
[21:41:57] <Connor> Adapter hooked back up?
[21:42:22] <zeeshan> connor
[21:42:23] <PetefromTn_> no I only see command freq,watchdog, run, revers, is running, is at speed, is alarm,enable.
[21:42:25] <zeeshan> once this driver is working
[21:42:31] <zeeshan> we gotta add some more functions in the code :)
[21:42:38] <Connor> zeeshan: I know
[21:42:42] <PetefromTn_> yeah adapter is hookedup
[21:42:52] <Connor> fire up the spindle and see if you get anything I guess.
[21:43:07] <zeeshan> watch all the pins in wj200_vfd
[21:43:43] <PetefromTn_> Okay thats different. I cannot turn on the spindle now and the hal shows alarm in yellow.
[21:43:56] <s1dev> zeeshan: shouldn't you be able to just count the index pulses
[21:44:05] <zeeshan> s1dev: not enough resolution
[21:44:14] <Connor> okay.
[21:44:16] <s1dev> *for RPM
[21:44:29] <Connor> turn it off and see if alarm goes away
[21:44:45] <PetefromTn_> VFD shows E 12.1
[21:44:54] <zeeshan> yay
[21:44:57] <zeeshan> you have communication!!!
[21:44:57] <zeeshan> :D
[21:44:57] <zeeshan> :D
[21:44:58] <zeeshan> :D
[21:45:03] <zeeshan> even though the results are a fail
[21:45:08] <zeeshan> at least its communicating
[21:45:16] <Connor> adding that line into his custom.hal file
[21:45:24] <PetefromTn_> okay so shut the whole thing down now?
[21:45:28] <zeeshan> nah
[21:46:05] <PetefromTn_> how can I reset the alarm code?
[21:46:20] <Connor> okay. You should be able to close linuxcnc and open it back up now and replicate that without hving to enter anything into hal config
[21:46:31] <Connor> Did it not go away ?
[21:46:42] <PetefromTn_> the alarm?
[21:46:45] <Connor> yea
[21:46:48] <zeeshan> e 12 means
[21:46:49] <Connor> when you turned off the spindle
[21:46:50] <zeeshan> external trip
[21:46:57] <zeeshan> i think the driver did it
[21:47:15] <Connor> Probably because it was running when mobbus didn't tell it too..
[21:47:21] <zeeshan> lol
[21:47:34] <PetefromTn_> okay so now what?
[21:48:05] <zeeshan> dont you have a reset button
[21:48:06] <zeeshan> on the vfd
[21:48:10] <Connor> You need to change params on vfd to take commands from modbus.
[21:48:19] <Connor> which we DIDN'T do.
[21:48:31] <Connor> which DOES require a VFD reset.
[21:48:43] <zeeshan> connor
[21:48:47] <zeeshan> poor petes reset his system
[21:48:48] <zeeshan> like 10 times
[21:48:49] <zeeshan> haha
[21:48:58] <PetefromTn_> Okay I clicked the reset and it goes right back to alarm 12.1
[21:49:28] <zeeshan> pete
[21:49:33] <zeeshan> are you still monitoring the hal config?
[21:49:37] <Connor> He needs a way to by-pass the master switch for the PC so the PC can stay running
[21:49:38] <zeeshan> what do the pins look lkike
[21:49:39] <PetefromTn_> change A001 and 002 to 3
[21:50:03] <PetefromTn_> yeah I am
[21:50:12] <zeeshan> did any of them change? :P
[21:50:13] <PetefromTn_> everything is maroon except alarm
[21:50:19] <zeeshan> cool
[21:50:47] <PetefromTn_> should I switch the VFD command source?
[21:50:52] <zeeshan> well we know its communicating
[21:50:55] <zeeshan> cause before it was maroon
[21:51:08] <zeeshan> and the only way it'd go to true is through modbus communication
[21:51:31] <zeeshan> a001 a002 to 3
[21:51:33] <zeeshan> and reset
[21:51:40] <PetefromTn_> okay standby,,
[21:56:20] <zeeshan> hm
[21:56:29] <zeeshan> ^ hope hes okay!
[21:57:26] <Connor> his machine is back up.
[21:57:31] <Connor> looks like he timed out on chat
[21:57:36] <zeeshan> ah
[21:58:01] <Connor> custom.hal:4: parameter or pin 'wj200-vfd.0.mbslaveaddr' not found
[21:58:11] <Connor> wtf..
[21:58:26] <zeeshan> make sure he's doing it after
[21:58:27] <zeeshan> loadusr
[21:58:31] <Connor> I am
[21:58:32] <zeeshan> nm u added it
[21:58:41] <zeeshan> honestly
[21:58:43] <zeeshan> i had problems with that
[21:58:50] <Connor> should it not be wj200_vfd ?
[21:58:50] <zeeshan> i didnt quite understand why
[21:58:57] <zeeshan> the way i got around it, is by naming the component
[21:59:09] <zeeshan> like you have
[21:59:18] <zeeshan> loadusr wj200_vfd right now right?
[21:59:18] <Connor> with the _
[21:59:22] <Connor> yes
[21:59:34] <s1dev> zeeshan so this can wire to a parallel port?
[21:59:36] <zeeshan> whats the setp
[21:59:43] <RyanS> Is flood coolant really the best performing option compared to mist/'fogbuster' (which appears to be effective with limitations, ie a compromise)?
[21:59:44] <zeeshan> command you set
[21:59:44] <Connor> with a dash
[21:59:47] <zeeshan> oh
[21:59:49] <zeeshan> maybe try underscore
[21:59:50] <zeeshan> thats weird.
[21:59:58] <Connor> I'm not sure what he did in the command.
[22:00:09] <zeeshan> prolly as you wrote it
[22:00:14] <Connor> machine not responding now.. I bet he had to reset his router
[22:00:52] <Connor> waiting for my phone to ring...
[22:00:55] <Connor> :)
[22:01:04] <Connor> dinner almost ready.
[22:01:11] <Connor> if he comes back on, have him change that.
[22:01:24] <zeeshan> ok
[22:01:25] <Connor> I'll be AFK for a bit.. I'll listen for my BEEP if you say my name
[22:02:17] <PetefromTn_> Jeez man I can't get a break here frackin' internet just quit on me for a minute had to reset the damn router.
[22:02:31] <PetefromTn_> can ya hear me now LOL?
[22:02:37] <Connor> yes.
[22:02:41] <Connor> restart linuxcnc
[22:02:45] <Connor> it errored.
[22:02:52] <Connor> Internet was up.. I think it was just your wireless.
[22:03:00] <Connor> I was on the machine before you reset the router.
[22:03:09] <PetefromTn_> got an error here...
[22:03:39] <PetefromTn_> wj200_vfd.0.mbslaveaddr not found.
[22:04:05] <PetefromTn_> is that syntax on the custom hal
[22:04:25] <Connor> What did you type in before ?
[22:04:33] <Connor> in the hal config ?
[22:04:45] <PetefromTn_> whaddya mean?
[22:04:45] <zeeshan> the way i got mine working was loadusr mvx9000 -n vfd
[22:04:48] <Connor> is the comp named wj200_vfd or wj200-vfd
[22:05:01] <zeeshan> then i did setp vfd.frequency 10
[22:05:03] <zeeshan> for example
[22:05:25] <PetefromTn_> don't remember
[22:05:34] <Connor> okay, restart linuxcnc again
[22:06:09] <Connor> /tmp/linuxcnc.debug.ErSNXt
[22:06:12] <Connor> err
[22:06:16] <Connor> wj200_vfd: invalid option -- 'n'
[22:06:17] <PetefromTn_> error... mbslaveaddr not found.
[22:06:51] <zeeshan> i guess it doesnt have a name option in it
[22:06:51] <zeeshan> :P
[22:06:57] <Connor> okay. I put it back like it was.
[22:07:12] <Connor> restart linuxcnc and get the comp name along with the sub tree..
[22:07:23] <Connor> wj200_vfd.0 or something like that...
[22:07:25] <Connor> dinner time.
[22:08:09] <PetefromTn_> wj200-VFD
[22:08:22] <PetefromTn_> whats the sub tree?
[22:08:49] <zeeshan> do you have custom.hal open/
[22:09:03] <zeeshan> what does it say
[22:09:03] <PetefromTn_> no do I need to?
[22:09:31] <Connor> vfd in capitals ?
[22:09:44] <PetefromTn_> it says loadusr wj200_VFD
[22:10:03] <PetefromTn_> but in the hal it says -VFD...
[22:10:30] <zeeshan> component wj200_vfd "Hitachi wj200 modbus driver";
[22:10:33] <zeeshan> ^ right from the source code
[22:10:46] <zeeshan> should be loadusr wj200_vfd
[22:11:09] <PetefromTn_> yeah and when it was that linuxCNC loaded without errors.
[22:11:31] <PetefromTn_> but in the hal config it says -VFD.
[22:11:39] <zeeshan> im almsot 99% sure
[22:11:43] <zeeshan> hal doesn't like underscores
[22:11:46] <zeeshan> and renames it to -
[22:12:18] <PetefromTn_> okay so what do I need to put into the custom Hal
[22:12:20] <zeeshan> i dunno if connor has tried it
[22:12:30] <zeeshan> but just do loadusr wj200_vfd
[22:12:31] <zeeshan> then
[22:12:37] <Connor_iPad> Not with uppercase VFD
[22:12:45] <zeeshan> setp wj200_vfd.mbslaveaddr 1
[22:13:01] <Connor_iPad> Needs a 0 doesn't it?
[22:13:12] <zeeshan> i'm not sure, mine didnt
[22:13:17] <zeeshan> might be different for your driver
[22:13:27] <PetefromTn_> this has a zero below the wj200 in the tree
[22:13:35] <PetefromTn_> in hal
[22:13:51] <zeeshan> try it both ways
[22:13:51] <zeeshan> :P
[22:13:59] <PetefromTn_> try what?
[22:14:05] <Connor_iPad> Try step wj200-VFD.0.mbslaveaddr 1
[22:14:11] <s1dev> anyone want to double check my BOM?
[22:14:16] <Connor_iPad> In custom.hal
[22:14:28] <PetefromTn_> in hal or in custom'
[22:14:51] <Connor_iPad> Custom.hal
[22:15:15] <PetefromTn_> capitol VFD or not?
[22:15:31] <Connor_iPad> Yes. Capital.
[22:15:51] <PetefromTn_> so shut down linuxCNC and type that in custom hal save and reopen right.
[22:16:16] <Connor_iPad> Yup
[22:16:33] <PetefromTn_> okay does that go under the loadusr wj200_vfd?
[22:16:42] <Connor_iPad> Yea
[22:16:56] <s1dev> http://pastebin.com/rFUYBwZh this is the BOM for my lathe conversion
[22:18:07] <PetefromTn_> Okay error.. not found.
[22:18:59] <Connor_iPad> Wtf.
[22:19:22] <s1dev> zeeshan: take a look http://pastebin.com/raw.php?i=rFUYBwZh
[22:19:30] <s1dev> and tell me if I'm forgeting anything
[22:19:33] <Connor_iPad> You don't remember how you typed it in via Hal config ?
[22:19:53] <zeeshan> u need 2 encoders
[22:19:57] <zeeshan> for spindle
[22:20:32] <PetefromTn_> okay I just added the line after loadusr and it opened in linuxCNC without error but I can't enable the system for some reason.
[22:20:51] <zeeshan> what line did you add
[22:20:59] <zeeshan> s1dev: get a charge pump too
[22:21:01] <zeeshan> from cnc4pc
[22:21:18] <s1dev> a charge pump?
[22:21:23] <PetefromTn_> loadusr wj200_vfd.0.mbslaveaddr 1
[22:21:29] <zeeshan> you mean
[22:21:30] <zeeshan> setp
[22:21:33] <zeeshan> eifghr
[22:21:35] <zeeshan> right
[22:21:43] <PetefromTn_> no
[22:21:55] <zeeshan> lol
[22:21:57] <zeeshan> wtf
[22:22:29] <s1dev> zeeshan: I'm still confused why the encoder that does indexing doesn't have enough resolution for being a tachometer?
[22:22:53] <zeeshan> http://www.cnc4pc.com/Store/osc/product_info.php?cPath=23&products_id=51
[22:22:55] <zeeshan> you want that
[22:22:57] <zeeshan> look into it
[22:23:01] <s1dev> I guess either way, I'm going to hold off on a VFD and 3ph motor and just manually change rpm
[22:23:05] <zeeshan> trust meyou want that to have a safe ssystem
[22:23:07] <s1dev> so I don't need a tachometer
[22:23:26] <zeeshan> well i guess you wont be threading with your lathe then
[22:23:27] <zeeshan> :P
[22:23:36] <cheater> hey guys, what is it called when two parts are held together because of their shape rather than because of friction?
[22:23:39] <PetefromTn_> oops nevermind I had not pressed the servo on button on the console.
[22:23:56] <PetefromTn_> Okay should I try that line again now?
[22:24:09] <cheater> i know the friction one is called a "friction lock"
[22:24:25] <zeeshan> PetefromTn_: what line
[22:24:25] <zeeshan> ;p
[22:24:43] <s1dev> zeeshan: could you not just take the time it takes to change indexes and then use that to calculate RPM?
[22:25:01] <PetefromTn_> Loadusr wj200_vfd.0.mbslaveaddr 1
[22:25:19] <zeeshan> PetefromTn_: just ignore that stuff for now
[22:25:29] <zeeshan> all u need in your cusstom.hal is loadusr wj200_vfd
[22:25:29] <zeeshan> thats it
[22:25:38] <zeeshan> go into hal config and set the pin using setp
[22:25:39] <PetefromTn_> okay thats whats in there now.
[22:25:40] <zeeshan> manually for now
[22:25:44] <zeeshan> at least to get it working
[22:25:59] <zeeshan> okay in hal config, type setp wj200-vfd.0.mbslaveaddr 1
[22:26:56] <PetefromTn_> okay...
[22:27:26] <zeeshan> s1dev: all i know is in linuxcnc
[22:27:27] <PetefromTn_> okay alarm and watchdog are yellow watchdog is blinkng
[22:27:36] <zeeshan> it expects a separate input for speed
[22:28:00] <s1dev> hmm, I might just implement that then
[22:28:08] <zeeshan> PetefromTn_:
[22:28:11] <zeeshan> what happens if you click enable?
[22:28:24] <s1dev> but other than that, it's good?
[22:28:27] <PetefromTn_> servo enable?
[22:28:29] <zeeshan> s1dev: yes
[22:28:38] <zeeshan> PetefromTn_: no the power button
[22:28:40] <zeeshan> in the gui
[22:28:59] <PetefromTn_> just did still the same.
[22:29:14] <zeeshan> watchdog still blinks right
[22:29:15] <PetefromTn_> servos are on machine is on.
[22:29:20] <zeeshan> okay turn it off
[22:29:21] <zeeshan> lol
[22:29:29] <PetefromTn_> the whole thing?
[22:29:29] <zeeshan> watchdog is blinking right?
[22:29:34] <zeeshan> no just the gui power button
[22:29:34] <PetefromTn_> yup..
[22:29:42] <zeeshan> from the code
[22:29:47] <zeeshan> watchdog only blinks
[22:29:50] <zeeshan> if you're communicating :)
[22:29:59] <zeeshan> "Alternates between 1 and 0 after every update cycle. Feed into a watchdog component to ensure vfd driver is communicating with the vfd properly."
[22:30:22] <zeeshan> i'm trying to figure out through the code
[22:30:25] <zeeshan> whats causing the alarm to go on
[22:30:29] <zeeshan> are you getting that
[22:30:33] <zeeshan> e 12 code again on the vfd?
[22:30:55] <PetefromTn_> yeah E12.1
[22:31:07] <zeeshan> okay
[22:31:08] <zeeshan> type this
[22:31:10] <zeeshan> in halconfig
[22:31:25] <zeeshan> setp wj200-vfd.0.enable 1
[22:31:37] <zeeshan> does the alarm go off, and the error code go away on the vfd? :)
[22:32:29] <PetefromTn_> yup!
[22:32:33] <zeeshan> good
[22:32:38] <zeeshan> does your vfd display frequyency
[22:32:41] <zeeshan> as default?
[22:32:47] <PetefromTn_> I think so.
[22:32:52] <zeeshan> what is it saying right now
[22:32:52] <zeeshan> 0?
[22:33:09] <PetefromTn_> 0.00
[22:33:11] <zeeshan> setp wj200-vfd.0.commanded_frequency 100
[22:33:14] <zeeshan> do that in half config
[22:33:17] <zeeshan> *hal config i mean
[22:33:20] <s1dev> anyone want to buy a 1200oz NEMA34 stepper?
[22:33:40] <zeeshan> your vfd should say 10.0
[22:33:41] <zeeshan> on it
[22:33:44] <zeeshan> after you type that
[22:34:03] <PetefromTn_> say application error...
[22:34:14] <zeeshan> where does it say that
[22:34:22] <PetefromTn_> on the linuxCNC screen
[22:34:23] <zeeshan> oh in the hal config
[22:34:24] <zeeshan> okay
[22:34:29] <zeeshan> setp wj200-vfd.0.commanded_frequency 10.0
[22:34:30] <zeeshan> try that
[22:34:54] <PetefromTn_> error again.
[22:35:00] <zeeshan> setp wj200-vfd.0.commanded_frequency 2
[22:35:02] <zeeshan> try that
[22:35:28] <PetefromTn_> error
[22:35:32] <zeeshan> wtf
[22:35:44] <zeeshan> OH
[22:35:44] <zeeshan> LOL
[22:35:48] <zeeshan> damn it
[22:35:51] <zeeshan> stupid underscore
[22:35:58] <zeeshan> setp wj200-vfd.0.commanded-frequency 100
[22:36:00] <zeeshan> try that
[22:36:52] <s1dev> zeeshan: you used 5056 motor drivers right?
[22:36:55] <zeeshan> no
[22:36:58] <zeeshan> 8070D
[22:37:16] <zeeshan> PetefromTn_: tell me it worked
[22:37:23] <PetefromTn_> okay no error
[22:37:29] <zeeshan> what does the vfd say
[22:37:31] <PetefromTn_> vfd says 0.00
[22:37:41] <zeeshan> can you scroll up
[22:37:50] <zeeshan> i think its current on the "operating frequency"
[22:37:51] <PetefromTn_> to what?
[22:37:54] <zeeshan> not commanded frequency screen
[22:38:03] <zeeshan> on the vfd dont you have arrows
[22:38:08] <zeeshan> that let you scroll up and view different parameters?
[22:38:20] <zeeshan> like for my vfd i can see current, commanded frequency, run frequency
[22:38:21] <zeeshan> etc
[22:38:39] <s1dev> zeeshan: do you think I should be fine using the kl-5056s which are rated to 5.6A which is the same as the steppers
[22:38:49] <zeeshan> s1dev: yes
[22:38:52] <zeeshan> they run a bit hotter
[22:39:05] <PetefromTn_> yeah I know but I gotta figure out what command is run freq here.
[22:39:14] <zeeshan> lemme look
[22:39:16] <s1dev> that's fine I can run a few fans across it
[22:39:28] <zeeshan> no
[22:39:32] <zeeshan> the stepper motor runs hotter
[22:39:35] <s1dev> ah
[22:39:50] <PetefromTn_> we might actually have something here huh..!!
[22:39:54] <zeeshan> yea man
[22:39:55] <zeeshan> it works!
[22:39:59] <zeeshan> is your spindle far away
[22:40:03] <zeeshan> from stuff?
[22:40:08] <PetefromTn_> yeah..
[22:40:17] <zeeshan> i dont wanna risk running it
[22:40:24] <zeeshan> cause i'm not sure of the units we set to
[22:40:30] <zeeshan> 100 might mean 10.0 hz or 100hz
[22:40:41] <zeeshan> when you setup your vfd the first time
[22:40:46] <zeeshan> did you set the upper limit of maximum frequency
[22:40:54] <PetefromTn_> yeah I think so.
[22:40:58] <zeeshan> okay then we're okay
[22:41:24] <zeeshan> in the watching of pins
[22:41:28] <zeeshan> what color is reverse
[22:41:32] <zeeshan> maroon or yellow
[22:41:47] <PetefromTn_> maroon... just noticed commanded freq says 100
[22:41:51] <zeeshan> good
[22:42:07] <zeeshan> on my system 100 = 10.0hz
[22:42:18] <zeeshan> cause its defined as a floating point variable
[22:42:19] <zeeshan> in hal
[22:42:35] <PetefromTn_> okay.
[22:42:47] <zeeshan> is run maroon
[22:42:47] <zeeshan> ?
[22:42:52] <PetefromTn_> yeah.
[22:43:10] <zeeshan> setp wj200-vfd.0.run 1
[22:43:10] <Connor_iPad> You didn't set run to 1 yet
[22:43:14] <zeeshan> setp wj200-vfd.0.run 0
[22:43:19] <zeeshan> set it to 0 when you want to stop it
[22:43:30] <zeeshan> Connor_iPad: im taking it slow
[22:43:30] <zeeshan> lol
[22:43:37] <PetefromTn_> can I just click the spindle fwd button>
[22:43:41] <zeeshan> no
[22:43:44] <zeeshan> cause its not linked.
[22:43:47] <zeeshan> you gotta do it manually
[22:43:55] <zeeshan> youre just testing the driver right now
[22:44:11] <zeeshan> linking the pins to the appropriate buttons is easy
[22:44:17] <PetefromTn_> okay try it?
[22:44:23] <zeeshan> setp wj200-vfd.0.run 1
[22:44:24] <zeeshan> yes
[22:44:30] <zeeshan> and set it to 0 to stop.
[22:44:36] <PetefromTn_> okay spindle is on.
[22:44:41] <zeeshan> your vfd should say 10.0 hz
[22:44:43] <zeeshan> check plz
[22:44:48] <Connor_iPad> It turning?
[22:45:42] <zeeshan> PetefromTn_:
[22:45:43] <Gamma-X> you guys get this vfd configured yet?! lol
[22:45:43] <zeeshan> wake up
[22:45:48] <PetefromTn_> yeah spindle is turning sounds like around 1k
[22:45:52] <zeeshan> PetefromTn_:
[22:45:55] <zeeshan> what does the spindle say
[22:45:55] <zeeshan> er
[22:45:57] <tjtr33> progress!
[22:45:57] <PetefromTn_> vfd is in a mode I cannot see any numbers.
[22:45:58] <zeeshan> VFD display say
[22:46:06] <zeeshan> but i thought you saw 0 before
[22:46:16] <PetefromTn_> cannot remmeberhow to see the run freq.
[22:46:31] <zeeshan> shut off the spindle
[22:46:32] <zeeshan> :P
[22:46:33] <Gamma-X> congrats on getting it to run! What was major malfunction?
[22:46:44] <zeeshan> Gamma-X: slave address
[22:46:45] <zeeshan> lol
[22:47:12] <Gamma-X> howd u figure it out?
[22:47:22] <zeeshan> we saw the code
[22:47:26] <Gamma-X> ahhh
[22:47:37] <Gamma-X> loopback woulda figured that out! lol
[22:47:41] <PetefromTn_> okay spindle off.
[22:47:46] <zeeshan> PetefromTn_: congrads
[22:47:47] <zeeshan> its working
[22:47:53] <Gamma-X> but good job on getting it workin! Congrats PetefromTn_
[22:47:54] <zeeshan> take the 0-10v card
[22:47:58] <zeeshan> and throw it across the room
[22:48:18] <Connor_iPad> zeeshan: Umm. No. It's the Mesa 7i77 card
[22:48:27] <zeeshan> take the 0-10v card
[22:48:30] <zeeshan> and put it on ebay
[22:48:33] <zeeshan> :-)
[22:49:01] <PetefromTn_> there is not one but I appreciate your celebration anywyas!
[22:49:02] <Gamma-X> whats wrong with 7i77 card?
[22:49:12] <PetefromTn_> not a damn thing it rocks!!
[22:49:19] <Gamma-X> was gonna say! lol
[22:49:20] <zeeshan> don't lie
[22:49:21] <zeeshan> its garbage
[22:49:29] <zeeshan> compared to your modbus !
[22:49:29] <zeeshan> :D
[22:49:34] <PetefromTn_> okay so now what...
[22:49:35] <Gamma-X> lol
[22:49:59] <zeeshan> PetefromTn_: now you gotta assign all the pins
[22:50:03] <zeeshan> and signals
[22:50:08] <zeeshan> to the appropriate commands
[22:50:09] <zeeshan> :P
[22:50:09] <PetefromTn_> how can I view the run freq to make sure we are all correct with this.
[22:50:16] <pcw_home> Depends... Modbus is lousy for closed loop control
[22:50:19] <Connor_iPad> zeeshan: Btw. We have custom stuff in his normal Hal. So we can move stuff into it.
[22:50:32] <zeeshan> oh
[22:51:26] <zeeshan> PetefromTn_: from what isee on your manual
[22:51:28] <Gamma-X> i wish I had money to buy mt mesa cards...
[22:51:30] <zeeshan> if you press "up and down"
[22:51:33] <Gamma-X> my*
[22:51:37] <zeeshan> first hit escape a bunch of times
[22:51:41] <zeeshan> to make sure you're at the upmost level
[22:51:50] <zeeshan> then press up or down
[22:52:03] <zeeshan> and you'll see Hz or A
[22:52:06] <zeeshan> light up
[22:52:13] <PetefromTn_> it goes a d c etc.. what is the upmost level?
[22:52:31] <zeeshan> oh
[22:52:33] <zeeshan> go to "D"
[22:53:06] <zeeshan> d001
[22:53:09] <zeeshan> is your output frequency
[22:53:13] <zeeshan> so turn the spindle on again
[22:53:19] <zeeshan> and see if it says 10.0Hz there
[22:54:13] <PetefromTn_> okay you hold down escape to get to hz.. 100 on halcmd is 100.0 on vfd.
[22:54:34] <zeeshan> okay
[22:54:52] <zeeshan> setp wj200-vfd.0.commanded-frequency 10.5
[22:54:52] <zeeshan> try that
[22:55:24] <Gamma-X> zeeshan, I hope your arround in a year when i get all my equipment back up and runnin!
[22:55:45] <PetefromTn_> spindle slowed way down....vfd shows 10.5
[22:55:49] <zeeshan> yay
[22:55:51] <zeeshan> so its working as is
[22:56:04] * Gamma-X Applauds!
[22:56:05] <PetefromTn_> awesome jawsome!!
[22:57:37] <zeeshan> when i get more time
[22:57:42] <zeeshan> we'll make you a fancy dashboard
[22:57:48] <zeeshan> to monitor all your VFD parameters
[22:57:48] <zeeshan> :D
[22:58:04] <zeeshan> well at least the important ones
[22:58:09] <PetefromTn_> sounds good. right now I just need to get it working thru the control fwd rev stop and freq.
[22:58:25] <Gamma-X> im jealous!
[22:58:34] <PetefromTn_> ;)
[22:59:08] <PetefromTn_> I suppose the work we did her today is sharable right?
[22:59:57] <PetefromTn_> how do we get it working permanently now?
[23:00:14] <Gamma-X> deff sharable. should go on the wiki if you ask me.
[23:00:27] <zeeshan> wait up
[23:00:28] <PetefromTn_> fine with me man..
[23:01:17] <zee-Lathe> net spindle-run vfd.run <= motion.spindle-on
[23:01:18] <zee-Lathe> net spindle-fwd vfd.forward <= motion.spindle-forward
[23:01:18] <zee-Lathe> net spindle-cmd vfd.rpmset
[23:01:18] <zee-Lathe> net estop-ext vfd.nofault
[23:02:01] <zeeshan> we gotta figure out 2 things
[23:02:10] <zeeshan> how to set the mbslaveaddr
[23:02:14] <zeeshan> in the custom.hal
[23:02:44] <zeeshan> after your loadusr line
[23:03:05] <zeeshan> try setp wj200-vfd.0.mbslaveaddr 1
[23:03:07] <PetefromTn_> okay..
[23:03:08] <Connor_iPad> Move stuff out of custom file. His other stuff is in main Hal file.
[23:03:20] <s1dev> zeeshan: http://www.cnc4pc.com/Store/osc/product_info.php?products_id=565 can I just put this in the power supply circuit?
[23:03:23] <zeeshan> do it after
[23:03:24] <zeeshan> :P
[23:03:42] <PetefromTn_> okay so close linuxCNC and open custom.hal
[23:03:59] <zeeshan> s1dev: depends on your application
[23:04:03] <zeeshan> i dont use a tiny switch like that
[23:04:09] <s1dev> what do you use?
[23:04:10] <zeeshan> i use an industrial disconnect switch
[23:04:19] <zeeshan> because my vfd power, power supply power
[23:04:21] <zeeshan> disconnects using it
[23:04:32] <s1dev> hmm
[23:05:04] <zeeshan> http://www.ebay.ca/itm/LOVATO-GA040A-3P-DISCONNECT-SWITCH-PANEL-MOUNT-40A-NIB-/390719172470
[23:05:07] <zeeshan> i use that exact switch
[23:05:30] <Gamma-X> i need something like that...
[23:05:43] <PetefromTn_> okay that errored not found.
[23:05:46] <zeeshan> http://www.automationdirect.com/adc/Shopping/Catalog/Circuit_Protection_-z-_Fuses_-z-_Disconnects/Disconnect_Switches/UL_508_Rated_Non-Fusible_Disconnects
[23:05:55] <zeeshan> there you go
[23:05:57] <zeeshan> nice and cheap
[23:06:13] <s1dev> thanks
[23:06:31] <zeeshan> i also use an auxuliary contact
[23:06:33] <zeeshan> with mine
[23:06:44] <zeeshan> to put the VFD in error mode
[23:06:51] <zeeshan> if i switch off the power
[23:07:04] <zeeshan> PetefromTn_: hm
[23:07:34] <zeeshan> setp wj200_vfd.0.mbslaveaddr 1
[23:07:35] <zeeshan> try that?
[23:08:39] <PetefromTn_> just tried error
[23:08:56] <zeeshan> ugh
[23:09:22] <PetefromTn_> supposed to say loadusr wj200_vfd first line right.
[23:09:26] <zeeshan> yes
[23:09:48] <PetefromTn_> okay thats what is has.
[23:09:59] <PetefromTn_> tried that second line error.
[23:10:16] <zeeshan> maybe its cause
[23:10:18] <zeeshan> the component isnt ready
[23:10:19] <zeeshan> try this
[23:10:34] <zeeshan> loadusr -W wj200_vfd
[23:10:34] <zeeshan> then
[23:10:45] <zeeshan> setp wj200-vfd.0.mbslaveaddr 1
[23:10:56] <PetefromTn_> in custom.hal?
[23:10:59] <zeeshan> yes
[23:11:03] <zeeshan> wherever youve been working
[23:11:23] <zeeshan> you can move these commands into the main hal file later
[23:11:35] <zeeshan> i personally dont touch the main hal file
[23:11:44] <zeeshan> cause i like to use stepconf whenver i can
[23:12:17] <PetefromTn_> okay no error.
[23:12:23] <zeeshan> yay
[23:12:27] <zeeshan> so that was the problem
[23:12:33] <zeeshan> when you monitor the pins in hal config
[23:12:37] <zeeshan> is the watchdog for wj2000
[23:12:40] <zeeshan> still blinking on and off
[23:13:08] <PetefromTn_> yeah.
[23:13:12] <zeeshan> okay good
[23:13:33] <PetefromTn_> you really know your shit here man huh LOL...
[23:13:49] <zeeshan> just the guessing game
[23:13:50] <zeeshan> :P
[23:13:58] <zeeshan> okay lets assign your pins
[23:14:01] <zeeshan> after the setp you did
[23:14:03] <zeeshan> do this:
[23:14:22] <PetefromTn_> in custom.hal again and close linuxCNC...
[23:14:29] <zeeshan> yes
[23:15:08] <PetefromTn_> okay
[23:15:15] <zeeshan> net spindle-run wj200_vfd.0.run <= motion.spindle-on
[23:15:43] <zeeshan> net spindle-fwd wj200_vfd.0.reverse <= motion.spindle-forward
[23:15:47] <Connor_iPad> He has those pin assignments in his main Hal file.
[23:15:51] <zeeshan> oh
[23:16:04] <zeeshan> well set them up quickly :P
[23:16:33] <zeeshan> Connor_iPad: do it!
[23:16:33] <zeeshan> :P
[23:17:33] <PetefromTn_> huh?
[23:17:41] <PetefromTn_> do I delete this stuff now then?
[23:17:44] <zeeshan> yea
[23:17:59] <zeeshan> i didnt know you had motion.spindle-on reference in your main file
[23:18:10] <zeeshan> just move loadusr , and setp lines
[23:18:25] <PetefromTn_> okay so what do I do now?
[23:18:25] <zeeshan> to somewhere on the top of your main hal file
[23:18:28] <zeeshan> or let connor do it
[23:18:29] <zeeshan> :P
[23:19:05] <zeeshan> you'll need to post your main hal file
[23:19:09] <zeeshan> on pastebin for me to be of any hlep
[23:19:23] <s1dev> zeeshan: how did you couple your motors?
[23:19:45] <Gamma-X> im thinkin about getting a g0704 but i know for double the price i can get a used older vmc! lol
[23:20:16] <PetefromTn_> what the hell do you need an 0704 for you got an RF45?
[23:20:31] <Gamma-X> small stuff.... hobby type thing.
[23:20:54] <zeeshan> s1dev: http://www.cnc4you.co.uk/image/cache/data/Flexible%20coupling2-500x500.jpg
[23:20:56] <PetefromTn_> Connor Are you doing something or do I need to do it somehow>
[23:21:29] <PetefromTn_> that is what I have on this machine only MUCH BIGGER lol.
[23:23:38] <PetefromTn_> pastebin.com/hH7wipXF
[23:24:14] <zeeshan> did you delete
[23:24:16] <zeeshan> everything from custom.hal
[23:24:18] <zeeshan> that you added
[23:24:26] <zeeshan> including loadusr and setp lines
[23:24:31] <PetefromTn_> everything but the stuff that worked before.
[23:24:37] <zeeshan> delete the stuff
[23:24:40] <zeeshan> that stuff too
[23:24:42] <PetefromTn_> no thats still in there...
[23:24:47] <zeeshan> ya delete it
[23:24:58] <PetefromTn_> okay as long as you are sure...
[23:25:03] <zeeshan> yessir
[23:25:18] <zeeshan> do you have line numbers showing
[23:25:20] <zeeshan> in your editor
[23:26:19] <PetefromTn_> in the hal file?
[23:26:24] <zeeshan> yea
[23:26:27] <zeeshan> what editor do you use?
[23:26:28] <zeeshan> gedit?
[23:26:28] <PetefromTn_> no..
[23:26:34] <PetefromTn_> yeah Gedit'
[23:26:36] <Gamma-X> s1dev, i wish I knew the company that made my couplings
[23:26:38] <zeeshan> click edit
[23:26:39] <Gamma-X> top notch quality.
[23:26:39] <zeeshan> preferences
[23:26:41] <zeeshan> and check line numbers
[23:26:50] <Gamma-X> made in floral parl ny
[23:27:04] <s1dev> I need to go from threaded leadscrew to stepper shaft
[23:27:15] <PetefromTn_> okay
[23:27:27] <s1dev> I'm thinking that I'll use a setscrew or two for the stepper side
[23:27:45] <s1dev> (I plan on machining this since I don't have much cash left)
[23:27:53] <Gamma-X> found it!
[23:27:53] <PetefromTn_> hang on a minute here...
[23:27:57] <s1dev> but I'm still deciding for the threaded rod side
[23:28:02] <s1dev> *leadscrew
[23:28:27] <Gamma-X> http://www.sdp-si.com/web/html/newprdcouplings.htm
[23:29:22] <s1dev> thanks
[23:29:45] <PetefromTn_> okay sorry..
[23:30:05] <Gamma-X> I bought a5A27-4012
[23:30:35] <Gamma-X> little pricey but made in america and there all quality.
[23:31:08] <Gamma-X> but if your trying to go cheap... china it is
[23:31:30] <s1dev> iirc the leadscrew has a keyway
[23:31:42] <s1dev> so I think I might be able to take advantage of that
[23:34:22] <Gamma-X> s1dev, that sdpsi site you can buy 2 couplings of diff sizes and mix n match the couplings sizes if need be.
[23:34:48] <s1dev> it's an idea for sure
[23:34:56] <s1dev> I think I might make something like that
[23:35:17] <Gamma-X> and id recomend the spider couplings as they are great quality and are great for angular mismatch.
[23:37:03] <PetefromTn_> been at this all day long LOL...
[23:37:07] <zeeshan> lol pete
[23:37:21] <Gamma-X> PetefromTn_, I forgot to tell you, I got my steppers to slip while doing a 2 and a half inch depth of cut with a 3/4 inch inch mill cutting at half 3/4 moving FAST! lol First time cutting on the machine and it actually clogged the eng mill with aluminum...
[23:37:22] <PetefromTn_> and several hours yesterday..
[23:38:13] <PetefromTn_> what the frak kinda cut was that Kamikaze?
[23:38:17] <Gamma-X> carbide end mill tin coated.
[23:38:27] <Gamma-X> still havnt found a way to get the aluminum out.
[23:38:35] <Gamma-X> wanted to push it to its limit...
[23:38:42] <PetefromTn_> don't like tin coated much of anything.
[23:39:23] <Gamma-X> i have a guy wanting totrade me like 300 pieces of carbide tooling new in cases for my dillon 650 xl...
[23:39:31] <Gamma-X> or a shotgun and case.
[23:39:41] <Gamma-X> shotgun and money* mind is freezing
[23:39:55] <PetefromTn_> getcha some Maritool 3 flute carbides for aluminum and try them...
[23:40:10] <PetefromTn_> uncoated...
[23:40:26] <Gamma-X> this was a 4 fluter I believe
[23:40:36] <PetefromTn_> 3/4 endmill is a lot for an RF45 pushing hard.
[23:40:52] <Gamma-X> it took it!
[23:40:58] <Gamma-X> just moving to fast.
[23:41:00] <Gamma-X> no coolant...
[23:41:16] <Gamma-X> clogged end mill and it mistepped
[23:41:26] <PetefromTn_> well no wonder..LOL
[23:41:30] <zeeshan> PetefromTn_:
[23:41:33] <Gamma-X> lol
[23:41:34] <zeeshan> no more vfd? :D
[23:41:43] <PetefromTn_> huh?
[23:41:49] <zeeshan> what are you doing!
[23:41:51] <zeeshan> concentrate
[23:41:51] <zeeshan> lol
[23:41:56] <s1dev> Gamma-X: I've found that if you take pliers to the aluminum squeeze and wiggle it a bit, you can clear the flutes
[23:42:04] <PetefromTn_> I was waiting for you man?
[23:42:07] <zeeshan> rofl
[23:42:11] <zeeshan> did you setup the line numbers
[23:42:17] <PetefromTn_> yeah.
[23:42:18] <Gamma-X> s1dev, youve had this problem? lol
[23:42:22] <s1dev> yep
[23:42:33] <zeeshan> after line 17
[23:42:35] <Gamma-X> its IN there!
[23:42:39] <s1dev> Gamma-X: I had to improvise some coolant in a spray bottle
[23:42:48] <zeeshan> type loadusr -W wj200_vfd
[23:42:57] <PetefromTn_> on line 18"
[23:42:59] <Gamma-X> yeah the machine has a coolant system but dont have it hooked up atm
[23:43:02] <zeeshan> yes
[23:43:36] <zeeshan> at line 235
[23:43:37] <zeeshan> type
[23:43:39] <PetefromTn_> okay
[23:43:58] <zeeshan> setp wj200-vfd.0.mbslaveaddr 1
[23:44:04] <s1dev> Gamma-X: although using a spray bottle isn't exactly possible if it's a manual machine
[23:44:37] <zeeshan> at line 246 where it says
[23:44:45] <zeeshan> net spindle-cw hm2_5i25.0.7i77.0.0.output-02 <= motion.spindle-forward
[23:44:47] <zeeshan> change that to
[23:45:20] <zeeshan> #net spindle-cw hm2_5i25.0.7i77.0.0.output-02 <= motion.spindle-forward
[23:45:22] <zeeshan> (comment it out)
[23:45:26] <zeeshan> and right below that line
[23:45:35] <zeeshan> put:
[23:46:29] <PetefromTn_> go to end of line 246 and hit enter?
[23:46:36] <zeeshan> yea
[23:46:38] <zeeshan> you want a new line there
[23:46:49] <PetefromTn_> ok
[23:47:38] <zeeshan> net spindle-cw wj200-vfd.reverse <= motion.spindle-reverse
[23:47:47] <zeeshan> comment out line 248
[23:47:59] <zeeshan> net spindle-ccw hm2_5i25.0.7i77.0.0.output-01 <= motion.spindle-reverse
[23:48:00] <zeeshan> that line
[23:48:32] <zeeshan> how do you currently turn on your spindle?
[23:48:37] <zeeshan> through the gui
[23:48:39] <zeeshan> or through a button
[23:49:18] <PetefromTn_> line 248 already has the # no?
[23:49:38] <zeeshan> you want to comment out this line: net spindle-ccw hm2_5i25.0.7i77.0.0.output-01 <= motion.spindle-reverse
[23:49:51] <zeeshan> (it moved down to 249)
[23:49:54] <zeeshan> cause you added a line on top
[23:49:55] <zeeshan> lo
[23:49:56] <zeeshan> lol
[23:51:31] <PetefromTn_> okay I just typed in the line ending in reverse you gave me on line 247, 248 says #net spindle-ccw <=motion.spindle-reverse
[23:51:50] <zeeshan> we're gonna make a mistake
[23:51:52] <zeeshan> lol
[23:51:55] <zeeshan> let me edit it
[23:51:57] <zeeshan> and send it back to you
[23:52:06] <zeeshan> ill post it on pastebin
[23:52:14] <zeeshan> just copy and paste it into your main hal file
[23:52:42] <PetefromTn_> okay just need to have a copy saved here in case we screw this up no?
[23:52:48] <zeeshan> yea
[23:52:50] <zeeshan> make a backup
[23:53:27] <PetefromTn_> okay can I copy and paste it and put it on my flash drive somehow?
[23:53:37] <zeeshan> just open it on the brwoser
[23:53:38] <zeeshan> on the other comp
[23:53:39] <zeeshan> sec
[23:53:58] <zeeshan> dude
[23:54:00] <zeeshan> honestly
[23:54:03] <zeeshan> i think you should let connor do this part
[23:54:11] <zeeshan> because
[23:54:15] <zeeshan> he prolly knows your hal inside out
[23:54:24] <zeeshan> give it one shot with mine
[23:54:26] <zeeshan> if it doesnt work
[23:54:29] <zeeshan> get connor :P
[23:54:52] <PetefromTn_> Okay so I changed the file here am I screwed>
[23:55:00] <zeeshan> don't save it
[23:55:00] <zeeshan> :P
[23:55:11] <PetefromTn_> I did not click save so If I close it and reopen it we should be good right>
[23:55:16] <zeeshan> yzeeshan: ep
[23:55:17] <zeeshan> yep
[23:55:29] <PetefromTn_> so I am gonna close it now.
[23:56:16] <PetefromTn_> okay hit close without saving...
[23:57:14] <PetefromTn_> okay re-opened it and line 18 is not there so back to where we were.
[23:59:16] <zeeshan> how were you currently turning on your spindle
[23:59:18] <zeeshan> through the gui
[23:59:19] <PetefromTn_> Okay now what.
[23:59:20] <zeeshan> or using a switch
[23:59:30] <PetefromTn_> thru GUI or with Gcode.
[23:59:33] <zeeshan> ok