#linuxcnc | Logs for 2015-06-25

Back
[00:05:20] <PetefromTn_> jeez man manually probing 20 holes in a part and recording their positional informaiton on a hand drawing is DEFINITELY the hard way to do things LOL.. But I got it done now and I can create a drawing in CAD and do some milling here on this part finally LOL
[00:38:57] <fdarling> hi, is anyone awake that is familiar with backlash compensation?
[01:18:18] <archivist> fdarling, just ask the real question
[01:46:18] <fdarling> archivist: I have backlash compensation enabled because there is play not in my ballscrew, but in my bearing block. This allows the screw to push/pull itself using the ballnut. I cannot at the moment eliminate this
[01:47:10] <fdarling> archivist: the backlash compensation works fine when commanding moves, if you jog it 1 thousandth at a time in one direction you can see the handle moving consistent degrees, and if you reverse it'll jump a big angle then small movements once again
[01:47:25] <fdarling> archivist: I calibrate it with a sensitive digital travel indicator
[01:47:52] <archivist> it is always better to fix the root problem if you can
[01:48:00] <fdarling> archivist: anyways, this brings me to the issue I'm trying to solve though. I am using locked antiphase DC brushed servos with encoders, so I do have feedback on the rotation of the shaft
[01:48:50] <fdarling> archivist: when I disable power in EMC2 and relax the servos, I can manually move the handwheels and the encoders and the software "DRO" changes accordingly since the encoders are still operational
[01:50:06] <fdarling> archivist: however, there is no backlash compensation. In other words, wiggling the handwheel shows small immediate changes in the DRO rather than having hysteresis where upon changing direction the encoder integer count would indeed change, but it wouldn't change the DRO until you got out of the "dead zone"
[01:50:12] <fdarling> archivist: do you see what I'm after?
[01:50:53] <fdarling> archivist: this is aggravating because I often use the manual handwheels to do zero'ing, but I can be off due to the backlash (and possibly worse, an stagnant backlash compensation count)
[01:51:45] <fdarling> archivist: yes, it would be great if I could get zero backlash in my system, but it will always be present to some degree no matter what I do. The issue here is that I want the "DRO" to be aware of the backlash and do compensation
[01:52:56] <fdarling> archivist: I understand that the motion planner needs to have the raw encoder value vs the backlash to do the quick compensation movements, but I also want the actual position tracking to be aware as well. I don't understand the "order of operations" internal to LinuxCNC well enough to know if this can be done, and how easily
[01:53:02] <fdarling> archivist: is this all making sense?
[01:53:39] <archivist> I done remember anyone else asking for that, I always move in the correct direction to make sure the backlash is removed
[01:53:45] <archivist> dont
[01:54:35] <fdarling> archivist: manually doing things, of course you compensate for backlash in your head. If you want to back up a little, you back up a lot then re-approach
[01:55:11] <fdarling> archivist: the problem is that the DRO isn't aware of this, when it easily could be with some basic math/logic
[01:56:27] <fdarling> archivist: whenever it sees the encoder count changing direction, "eat" the difference until the "eaten" difference saturates at +/- some calibrated value, then allow the numbers to start changing
[01:56:38] <archivist> if you are used to a manual with backlash you always approach having taken up the backlash, I do the same in gcode
[01:56:53] <fdarling> archivist: I can imagine some changing of up/down counters with reset logic and such to get this done, but I'm not sure where I could insert this that it would be safe and play nice with the motion planner
[01:57:38] <fdarling> archivist: you're basically saying to work around this issue, regardless of best practices of approaching, the DRO is still inconsistent here
[01:58:35] <fdarling> archivist: if the DRO displays 0.010 and I have 0.003 of backlash and was already going positive, then if I command go to 0.011 it simply goes 1 thou "raw" and the DRO shows 0.011
[01:58:49] <archivist> I work around because there is also machine spring, and other machine errors
[01:59:22] <fdarling> archivist: if I tell it go back to 0.010, the "raw" would go down to 0.007 since it's actually traveling 4 thou, 3 for compensation then 1 commanded
[01:59:31] <archivist> add a spring to remove that backlash if you can
[01:59:38] <fdarling> archivist: but it instead shows 0.010 because in this case the DRO is aware that the motion planner is compensating, you know?
[02:00:00] <fdarling> archivist: however, if I *manually* move it back 4 thou, it shows 0.007 not 0.010. This is because it is unaware
[02:00:06] <fdarling> archivist: I want the DRO to be aware in *both* cases
[02:00:24] <fdarling> archivist: do you see what I'm saying?
[02:00:36] <fdarling> archivist: regardless of anything else, there is a software inconsistency here
[02:01:46] <fdarling> archivist: I'm dealing with a CNC retrofit Bridgeport knee mill by the way, it's not a desktop router
[02:01:48] <archivist> I see that you dont realise the mechanics of correction cannot be applied until a full reversal occurs, which is done after the dro
[02:02:11] <fdarling> archivist: no I do realise, what I'm saying is that the encoder doesn't have play in it
[02:02:26] <fdarling> archivist: the mechanics after that layer do though
[02:02:35] <archivist> fix your mechanical error to get good quality circles too
[02:02:42] <fdarling> archivist: so the feedback, being on the encoder, sensitively aware of direction reversals
[02:03:24] <archivist> the encoder has started reverse but the table has not, it is in no mans land
[02:03:30] <fdarling> archivist: it can monitor for reversals and wait for the slack to be taken up before allowing the actual position (DRO) to start following along
[02:03:45] <fdarling> archivist: exactly! no man's land! so I don't want the DRO to have it's values change yet
[02:04:09] <fdarling> archivist: obviously this doesn't take into account the fact that you could grab the table and slide it around, but neither does backlash compensation
[02:05:17] <archivist> so may I repeat, this is a mechanical error, that only scales direct on the table or fixing the nut will cure
[02:05:34] <fdarling> archivist: the backlash compensation is working beautifully
[02:05:48] <fdarling> archivist: what I am asking is to make the backlash compensation work in a more "passive" more not "active"
[02:06:01] <archivist> I dont trust it, nor should you
[02:06:22] <fdarling> archivist: make it continue functioning when the servos are manually rotated rather than commanded to, but keep the rest of the algorithm the same
[02:07:27] <fdarling> archivist: okay, do you at least understand exactly what I'm asking for?
[02:07:41] <Deejay> moin
[02:07:47] <fdarling> hello
[02:13:44] <archivist> fdarling, I understand, but what you are asking for is probably not possible due to the position in the code where correction is applied (iirc it was added for stepper systems with acme screws)
[02:14:13] <archivist> its done at the output not the input
[02:14:26] <fdarling> archivist: okay, you do also understand that what I'm asking for is theoretically possible, but might not be possible the way LinuxCNC is currently coded, right?
[02:14:39] <fdarling> archivist: I just want to make sure we're on the same page
[02:15:17] <fdarling> archivist: if the compensation were done on the input, it would result in instability I do understand that, the motion planner needs to be aware so that slow motions can have quick compensation jerks for instance
[02:15:29] <archivist> you would need backlash compensation on the input to the encoder, a bit silly in my opinion
[02:16:09] <archivist> instead of fixing code, fix the machine :)
[02:16:35] <fdarling> archivist: but I would like it "wired" if you will in such a way that motion planner is also watching for unanticipated encoder pulsing and applying a similar algorithm to the actual position, I am just not sure how this would be structured at the moment...
[02:16:37] <archivist> I have to live with backlash on my rotary axes
[02:16:49] <fdarling> archivist: I cannot fix the machine at the moment...
[02:17:02] <fdarling> archivist: I already did once, it actually used to be a lot worse :-S
[02:17:14] <archivist> motion planner is out of action if you are turning the wheels
[02:17:38] <fdarling> archivist: then I'd like to "factor out" the backlash compensation bit so that it still functions when it's not active
[02:18:01] <fdarling> archivist: but yet still allow the motion planner to be aware of the compensation when it's occuring so it knows to do the quick motions and such (and not be confused by the dead zone)
[02:18:23] <fdarling> archivist: I'd like to talk with someone experienced in the codebase, I'll bet they'd know how to do it correctly
[02:18:39] <archivist> you would have to add a compensation to the encode comp module, better to add scales direct on the table
[02:19:29] <archivist> this is one of those please dont do it that way conversations
[02:19:43] <fdarling> archivist: again, I am not arguing the validity of backlash compensation in general, I am talking about *granted* that you're already using it, making it play nice with turning the handwheels manually
[02:20:14] <fdarling> archivist: yes, I hate it when people tell you why you shouldn't be doing what you're trying to do, rather than answering your question
[02:20:42] <fdarling> archivist: it's one thing to also say "by the way, don't do it that way" :-P in C++ people often want to do things in a really horrible way
[02:21:02] <archivist> I have no time for C++ either :)
[02:21:18] <archivist> or any oop language
[02:21:21] <fdarling> archivist: here is an example of a valid question in C++ that is probably a bad idea for portability and such
[02:21:46] <fdarling> archivist: let's say you have a bunch of objects or structs that are Monster structs
[02:22:12] <fdarling> archivist: they have health, x, and y variables
[02:22:22] <fdarling> you could pack it health,x,y,health,x,y,.....
[02:23:08] <fdarling> archivist: or you could do it "health,health,health,x,x,x,y,y,y" by avoiding the use of an array of structs in favor of a struct of arrays (you'd have to hardcode the array size if it were actually a struct)
[02:23:24] <fdarling> archivist: in certain cases this can make iterating faster if you're only dealing with one member of the struct at a time
[02:23:35] <fdarling> archivist: (quickly averaging the health of all the monsters for instance)
[02:23:37] <archivist> I would use a database and not mess about
[02:24:05] <fdarling> archivist: anyways, people might ask how can they have parallel arrays but still access it with C++ style object for code readability?
[02:24:30] <fdarling> archivist: and indeed there are some black magic ways you can do it that don't introduce overhead, in other words are as fast as directly accessing the arrays C style
[02:24:51] <fdarling> archivist: but you're definitely going into dangerous territory doing it that way in many cases
[02:25:38] <fdarling> archivist: you could either 1) have the object be aware of it's index, and use that with the global variables or wherever they are or 2) have the object be smart enough to "straddle" the multiple arrays
[02:26:15] <archivist> in databases we call that denormalised
[02:26:18] <fdarling> archivist: so anyways, that is obviously way off topic, but my point is
[02:26:31] <fdarling> archivist: I want answers, not advice on why I shouldn't be doing it :-P
[02:26:35] <archivist> it does not apply here
[02:26:45] <fdarling> archivist: I want the truth, I want to know whether or not it's possible, and if so how to do it
[02:27:08] <archivist> get the code and look at the encode comp
[02:27:23] <fdarling> archivist: suggesting a better way or giving advice is fine, but I still want my answer if even only for curiosity
[02:28:13] <archivist> I have to go out now, there is also #linuxcnc-devel, they may notice this conv in the logs anyway
[02:28:14] <fdarling> archivist: backlash seems to be talked about in relation to MOTION, what exactly am I looking for?
[02:28:40] <archivist> you wand it at the input side
[02:28:44] <archivist> want
[02:29:01] <archivist> this will upset a lot of code I think
[02:29:57] <fdarling> archivist: I might argue that if that's the case, the code might need some rework to be more flexible. What I'm asking for isn't illogical, it's just unconventional (rarely requested apparently)
[02:33:10] <archivist> it is a question like, how do I jump off a cliff? and my reply is dont go there
[02:34:39] <archivist> I know that cutting forces, users leaning on the table and the phase of the moon cannot be seen by that code, only fixing the mechanics or adding scales gets the real feedback you need
[02:38:48] <archivist> the man hours to fix the code is probably higher in code than to the mechanical fix or addition of a linear scale
[04:54:36] <fogl> hello, does anybody know hoc should i set the hal pid if i control the heater - so no possibility to cool. The pid output is + and -, so i should somehow cut the negative part of pid loop
[04:54:49] <fogl> hello, does anybody know how should i set the hal pid if i control the heater - so no possibility to cool. The pid output is + and -, so i should somehow cut the negative part of pid loop
[05:16:12] <archivist_herron> you do have cooling but that is passive though
[05:22:10] <fogl> i dont understand what you mean
[05:23:02] <fogl> i have a pwm controlled heater, whet set_temp < measured_temp, the pid output goes to -1
[05:24:21] <fogl> but when set_temp > measured_temp, the pid output slowly increases, reaching positive value after quite some time
[05:24:44] <fogl> this is why the response is very slow
[05:26:12] <fogl> pasive cooling is not contrilled by pid
[05:26:18] <fogl> :)
[05:29:46] <archivist_herron> I know, have you seen http://comments.gmane.org/gmane.linux.distributions.emc.user/44844
[05:31:20] <archivist_herron> I have just built a heating furnace/kiln and it has a one direction pid too, just takes time to get there
[05:34:51] <malcom2073_> I limit my pid to positive using the limit module, you just have to tune it so it's a bit quicker
[05:35:17] <malcom2073_> Speaking of furnaces, does anyone know if you can anneal nichrome or kanthan resistance wire?
[05:35:27] <malcom2073_> After it's been hardened through use
[05:38:22] <archivist_herron> I imagine its a corrosion/oxide coating after use which would be the cause of cracking
[05:40:30] <malcom2073_> It's not surface cracking, it's breaking that bothers me heh
[05:42:05] <malcom2073_> I had to bend the wire to get it out of the furnace I'm repairing, and a couple of them snapped when I did so, and I'm fairly certain the others will snap when I bend them back
[05:42:21] <archivist_herron> anything with chrome in it will have a surface oxide, I bet it gets a lot thicker with time at high temps
[05:43:04] <malcom2073_> You think it may have oxidized the whole way through?
[05:43:14] <archivist_herron> or most :)
[05:43:50] <archivist_herron> measure the resistance of a new element compared to an old one
[05:44:22] <archivist_herron> not something I have ever bothered doing yet
[05:44:45] <malcom2073_> I don't have a new element, they're expensive so I'm trying to avoid purchasing them new hh :-P
[05:44:47] <malcom2073_> heh
[05:46:38] <archivist_herron> I used a hotplate element for my little thing for bluing steel
[05:57:34] <malcom2073_> I wonder how well the wire will take a crimp
[06:28:36] <jthornton> http://linuxcnc.org/docs/2.7/html/ go to Configuration Wizards and hover over them with the mouse
[06:39:11] <malcom2073_> Very Web two point oh
[06:39:49] <malcom2073_> I like it though
[06:40:10] <jthornton> the tool tips?
[06:47:32] <malcom2073_> yeah
[08:37:14] <shaun413> do you think its possible to CNC route foamboard?
[08:37:58] <_methods> only if it's glued to your face
[08:38:03] <shaun413> well then.
[08:38:33] <cthompson> but, I can't glue foamboard to my face, it's not Tuesday
[08:38:53] <_methods> staple gun?
[08:39:06] <shaun413> epoxy?
[08:40:31] <cthompson> meat glue
[08:40:33] <cthompson> http://www.amazon.com/dp/B00EIGV7MC/
[08:41:00] <shaun413> ok
[08:41:01] <shaun413> perf
[08:41:15] <malcom2073_> You can bolt down foamboard, same way you nail it to a wall, with large washers
[08:41:39] <shaun413> malcom2073_, im talking about the stuff they use for the FliteTest planes
[08:41:48] <shaun413> like depron foamboad with paper over it
[08:41:53] <malcom2073_> shaun413: No clue what that is
[08:42:14] <malcom2073_> But foam board is easily cncable
[08:42:43] <shaun413> its cellfoam with paper over it
[08:42:51] <shaun413> a ouh 1/4inch thick
[08:43:52] <cthompson> anything that will hold still enough and not melt and gum up an end mill can theoretically be CNCed
[08:44:13] <malcom2073_> Google is your friend: https://www.youtube.com/watch?v=O2wCQVEf8lk Looks like it cuts
[08:47:46] * furrywolf is too sore. :(
[08:52:45] <malcom2073_> furrywolf: Break anything, or just brusing from the impact?
[08:56:16] <furrywolf> bruising, sprains
[09:00:21] <malcom2073_> Suck
[09:00:29] <malcom2073_> Good that it was nothing worse though
[09:00:40] <furrywolf> lower back and neck are particularly bad
[09:10:07] <archivist> get the required doctors notes so you can sue later
[09:38:59] <jdh> I'm not an lawyer fan, but I'd call one or two
[09:39:18] <MrHindsight> yeah, better plan ahead
[09:40:18] <MrHindsight> their insurance co will will try to offer as little as possible
[09:41:23] <MrHindsight> not sure about CA but it's even difficult to find an attorney here to take on a suit like this if you don't retain them with $$
[09:43:37] <MrHindsight> had something similar happen years ago, rear-ended by a pickup while stopped at a traffic light, the car was crumpled like a tin can into the back seat
[09:48:44] <furrywolf> rearending someone like that should result in an immediate, permanent license revocation.
[09:49:58] <furrywolf> if you're such a bad driver that you can't notice a vehicle in front of you stopping at a normal rate, you should never be allowed on the road again.
[09:51:36] <malcom2073_> Yep
[09:52:48] <furrywolf> if they slam on the brakes and your vehicle can't stop as fast as theirs, or they pull out from a parking spot in front of you, etc, that's not your fault... but when the person in front of you normally decelerates and you simply don't notice and plow right into them without ever touching your brakes... time to get a bus pass.
[09:53:26] <_methods> i've seen TWO people rear end school buses
[09:53:29] <archivist> did the cops attend?
[09:53:44] <malcom2073_> I got rearended like that about a year after I got my license, was in a jeep. Demolished their car, put the engine in the passenger seat. $75 got mine back on the road heh
[09:53:47] <_methods> not sure how you hit a giant yellow bus
[09:54:04] <furrywolf> I saw someone rear-end a school bus. a blue toyota truck simply didn't notice the GIANT FUCKING YELLOW BUS stopped at a red light.
[09:54:29] <malcom2073_> Those safety bars the put under the school busses to prevent cars from going under them when rearending them are preventing darwanism
[09:54:41] <furrywolf> apparantly school busses have pretty sturdy rear bumpers, because the truck was prettt crunched, while the bus needed a bit of touchup paint.
[09:56:40] <furrywolf> I was on a transit bus when it hit something, but it wasn't the bus driver's fault... going around a corner, some idiot ricer in a civic was in the wrong lane... bus driver decided to scrape the parked cars rather than head-on with the honda. we all had to fill out accident reports describing what happened.
[09:59:22] <furrywolf> civic, of course, saw what happened, and stepped on the gas even more and got out of there as fast as he could.
[10:01:32] <pcw_home> I was in a bus when some clever driver in an Accord decide to pass on the right as the bus was pulling into a stop
[10:01:33] <pcw_home> the Accord was totaled, the bus passengers hardly noticed a thing...
[10:02:14] <furrywolf> PCW: don't worry about hurrying with the 7i76e... mill project is cancelled for the time being.
[10:02:23] <furrywolf> given as I now have no car, no money, and can't move.
[10:02:55] <archivist> person who hit you should be paying real soon
[10:03:00] <furrywolf> uh-huh.
[10:03:19] <furrywolf> I'm not going to hold my breath.
[10:03:42] <archivist> tell the the costs rise with any payment delay :)
[10:03:47] <archivist> them
[10:03:47] <furrywolf> and even if they do pay, the amount they pay for the car is probably going to be 1/10th of what it'll cost to replace it with a similar one.
[10:04:15] <furrywolf> and I can't work, and it's not going to be easy getting lost wages from them.
[10:04:32] <pcw_home> Sorry about your accident, I worry going to work having seen multiple instances of people on cell phones sailing through
[10:04:34] <pcw_home> red lights on cross streets on the way
[10:07:01] <malcom2073_> Buddy of mine is a trucker so he's on the road all the time, and he says that way over half of the people he sees on the road have cell phones on their ears
[10:07:50] <furrywolf> I don't mind the ones on their ears nearly as much as the ones on the steering wheel. let's drive while looking down and texting!
[10:08:58] <furrywolf> the worst I've seen, however, was a guy with a newspaper spread over the steering wheel, blocking most of the windshield, that he was looking down at while driving... and kept reading straight through a stop sign.
[10:10:11] <Roguish> young girls are the absolute most dangerous drivers on the road. totally oblivious. and feel immortal.
[10:10:56] <furrywolf> I haven't noticed that. I've noticed the exact opposite. People over 60 are the absolute worst drivers on the road.
[10:11:01] <Roguish> 2nd worst are contractors in pickup trucks racing to a job.......
[10:11:12] <Rab> Use of all handheld devices while operating a vehicle or bicycle is prohibited here.
[10:11:15] <furrywolf> heh. I've never seen an accident caused by a commercial vehicle of any kind.
[10:11:37] <furrywolf> I've seen lots of accidents involving commercial vehicles... but not caused by them.
[10:13:19] <malcom2073_> Shame is, even if it isn't their fault, a lot of times they'll still lose their jobs.
[10:13:19] <furrywolf> most accidents I've seen here are caused by senility, cell phone use, drug/alcohol use, and stupidity.
[10:13:47] <furrywolf> senility it waaay up on the list, to the point where I think we need some age-related increasing of driving tests.
[10:15:15] <furrywolf> the woman that totalled my car was probably 60
[10:18:15] <Roguish> my 80 something neighbor just had her 2nd knee replacement, and this morning hobbled out to her car with a walker and got in to drive ..... couldn't believe it.
[10:18:52] <malcom2073_> People have serious issues admitting their own fallacies, especially as you get older
[10:19:26] <Roguish> giving up the license is a huge thing, loss of independence and all.
[10:19:43] <furrywolf> not being a danger to others is important.
[10:20:27] <malcom2073_> The first hint I get that my reaction times have slowed to the point of being dangerous, I'm giving mine up. I don't want someones death on my head because I was too stubborn to admit it
[10:20:47] <furrywolf> someone I know once saw a woman driving so poorly that she followed her back to her house, contacted her family, and told them that she was absolutely in no circumstances to be allowed behind the wheel of a car again.
[10:21:00] <Roguish> gotta think about all the innocent people on the road, not just one's self. still difficult
[10:21:06] <furrywolf> they agreed and took her keys from here.
[10:21:08] <furrywolf> from her
[10:24:14] <furrywolf> I'm going to try to get my other subaru to the muffler shop today... I have to have a car to drive.
[10:24:41] <furrywolf> I can barely drive, and the person who'd be helping me can either help me today, or next wednesday... so want to try to get it done today.
[10:25:04] <Roguish> good luck. hang in there.....
[10:25:37] <furrywolf> also need an alignment... it's pulling so badly you have to crank the wheel about 90 degrees left to go straight when you step on the gas. heh.
[10:26:20] <furrywolf> I replaced the steering rack and installed a lift kit, and it rather needs an alignment after either of those, and really needs one after both.
[10:32:55] <MrHindsight> I no longer drive small cars or motorcycles since people don't see me
[10:34:01] <ssi> this is why I stick to airplanes :P
[10:34:08] <ssi> fewer killer grandmas in the sky
[10:34:15] <MrHindsight> I used to get backed into when I had a Red Alfa Spyder even in parking lots. People are blind yet they still hold onto their licenses somehow.
[10:34:30] <DaViruz> ssi: how's the statistics doing on homebuilt?
[10:34:43] <ssi> EAB is worse than GA, and GA is worse than part 121
[10:34:49] <ssi> but overall I'd say it's safer than driving :)
[10:34:55] <MrHindsight> heh, has grandma rear end me in the Spyder at a stop light
[10:34:58] <shaun413> whats the easiest material to start milling with on a cnc router?
[10:35:04] <shaun413> acryllic, wood?
[10:35:10] <MrHindsight> has/had
[10:35:12] <archivist> air
[10:35:13] <DaViruz> don't know what EAB or 121 is :(
[10:35:22] <shaun413> air?
[10:35:23] <ssi> experimental - amateur built
[10:35:30] <ssi> 121 is air carrier, ie Delta
[10:35:35] <DaViruz> oh.
[10:35:54] <archivist> cut air before you cut any material
[10:35:57] <furrywolf> MrHindsight: see above about people not seeing giant yellow school busses.
[10:36:13] <Rab> archivist, that's a very insightful answer.
[10:36:24] <malcom2073_> +1 for cutting aire
[10:36:26] <malcom2073_> air*
[10:36:35] <shaun413> ok, any specific shape?
[10:36:36] <malcom2073_> I cut air before every cut
[10:36:42] <ssi> "Most surprising looking at the data was that the number one cause of EAB accidents involved engine failure or loss of engine power, usually on the very first test flight or one of the first test flights, and often caused by disrupted fuel flow. The second leading cause of EAB accidents was loss of control, but here again there was a surprise in the data: Unlike loss of control accidents involving certified aircraft, which usually happen in the traffic
[10:36:48] <malcom2073_> Just to make sure the machine does what I expect, without material in the way heh
[10:36:53] <archivist> I dev my gcode on air
[10:36:55] <ssi> I've done a test flight almost every day for the last two weeks :P
[10:37:02] <ssi> have had the carburetor on and off almost a dozen times
[10:37:02] <furrywolf> I almost backed into some little fiat thing once... it stopped behind my box truck, and fit entirely behind it. wasn't visible in either mirror. I only stopped because they hit the horn.
[10:37:15] <ssi> so far no loss incidents :)
[10:37:19] <ssi> loss of power
[10:37:25] <furrywolf> if you have a tiny little worthless shitbox car, DON'T PULL BEHIND A REVERSING BOX TRUCK. really.
[10:38:01] <Rab> I would say once you gain an understanding of your machine and toolchain by cutting on air, wood is pretty forgiving.
[10:38:31] <furrywolf> if your vehicle is 4ft wide, and the vehicle in front of you is 8ft wide...
[10:38:45] <Rab> Especially MDF or particle board.
[10:39:09] <DaViruz> styrofoam makes a mess, but it's veery forgiving
[10:39:31] <DaViruz> unless you've glued a bunch of wood spars in it and then forget about them
[10:39:32] <Roguish> shaun413: mdf is good for practice. hard on cutters, but not hard on the machine.
[10:39:39] <shaun413> ill try foam
[10:39:45] <shaun413> i have a lot of acryllic..
[10:39:58] <furrywolf> aircraft... putting the mental into experimental.
[10:40:16] <ssi> yep
[10:40:20] <Rab> shaun413, in terms of specific shapes, start with 2D squares and concentric circles which you can measure and characterize your system's geometry, backlash, and reproducibility.
[10:40:25] <ssi> at least it doesn't have that damn subaru on it anymore :P
[10:40:36] <shaun413> ok
[10:40:37] <ssi> THAT was an accident waiting to happen
[10:40:40] <ssi> ...and then it happened
[10:40:43] <ssi> which is why I have it now :D
[10:40:48] <DaViruz> :D
[10:41:06] <MrHindsight> furrywolf: yeah, it's difficult to see where you're going when you're not looking
[10:41:54] <furrywolf> Of all the respondents, 76 percent had built an airplane. Interestingly, the median age of those who had built their airplanes was 62; the median age of those who were currently building one was 56; and the median age of those who had purchased one used was 60. The majority listed their occupation as “retired."
[10:42:04] <Rab> shaun413, I've seen some test pattern jobs, but even a simple square measured corner-to-corner will tell you a lot.
[10:42:13] <MrHindsight> well if more bankers, CEO and politicians were injured by other drivers then the system might change, otherwise were all considered expendable
[10:42:22] <furrywolf> dunno, there might well be an issue with senile pilots too...
[10:42:33] <ssi> fewer than you might imagine based on those numbers
[10:42:47] <ssi> I know a ton of pilots, unsurprisingly
[10:43:11] * furrywolf puts statistics ahead of ssi's anecdote.
[10:43:12] <ssi> and I'd say that as a group, pilots tend to be younger than their age moreso than the general populace
[10:43:48] <ssi> also you have to renew medical certs more frequently past age 40, and they won't give you one if you're senile
[10:44:04] <ssi> if they did that for drivers licenses we'd have fewer problems
[10:44:22] <ssi> also, why am I talking to you? you're always such an argumentative prick about everything
[10:44:30] <malcom2073_> Problem is: All the lawmakers would fail, so they won't pass the laws :P
[10:44:38] <malcom2073_> Hahaha
[10:44:55] <shaun413> ok wtf
[10:45:09] <shaun413> this thing thinks z is y and only moves one direction on jog lol
[10:45:18] <shaun413> and wont job z at all
[10:45:30] <furrywolf> got your pinout wrong?
[10:45:50] <shaun413> no, its connected to this controlbox thing
[10:46:30] <furrywolf> then fix it?
[10:46:38] <Rab> shaun413, sounds like you're missing the dir part of step/dir.
[10:46:46] <shaun413> probably
[10:47:09] <Rab> shaun413, what kind of controller?
[10:47:12] <shaun413> http://www.jinlantrade.com/ebay/3040zengraver/3040z9.jpg
[10:47:20] <shaun413> its this thing, i didnt buy it. no idea
[10:47:30] <furrywolf> "defining procedures for completing an aircraft fuel system functional test before the start of Phase I flight testing" ... I would think a complete test of all aircraft systems, including the fuel system, would be prudent, and I certainly wouldn't take off in something I built without one...
[10:47:45] <furrywolf> I also think redundancy is a very good thing.
[10:48:36] <furrywolf> what are you controlling it with?
[10:48:56] <shaun413> umm
[10:48:56] <furrywolf> that is, what's on the other end of the parallel cable?
[10:49:05] <shaun413> a computer?
[10:49:08] <Rab> shaun413, could be miswired, but it's more likely to be a problem with your config.
[10:49:23] <furrywolf> ok. and on this computer, did you set up the pinout correctly?
[10:49:36] <ssi> shaun413: if it's parallel, are you sure it's a proper parallel port cablie?
[10:49:43] <ssi> ie with all 25 lines connected and straight through?
[10:49:55] <ssi> some kind of goofy 25 pin null modem cable can cause problems like that
[10:50:19] <furrywolf> sounds to me like you have all your pins wrong, and either you didn't configure it at all, or configured it based on an inaccurate pinout given by the manufacturer...
[10:50:21] <shaun413> i have no idea ssi , i didnt provide the cable, i was merely given it
[10:50:47] <ssi> well time to put your troubleshooting hat on
[10:50:59] <ssi> are you controlling it with linuxcnc?
[10:51:06] <furrywolf> so, first question... did you configure the pinout? :)
[10:51:07] <shaun413> umm no
[10:51:17] <ssi> mach3?
[10:51:20] <shaun413> yes
[10:52:05] <furrywolf> there is no standard for parallel port control... you have to configure the software to match the driver box. I have no idea how mach3 does this. try asking in #mach3? :P
[10:52:23] <shaun413> that doesnt exist :/
[10:52:36] <ssi> mach3 is a paid product
[10:52:41] <ssi> call the vendor, get support
[10:52:53] <zeeshan|2> hmm
[10:52:57] * zeeshan|2 is working on a resume
[10:52:58] <ssi> zeeeee
[10:53:04] <ssi> nobody will hire you
[10:53:10] <shaun413> its the free one
[10:53:13] <zeeshan|2> dude i got offered a job while i was on facation
[10:53:15] <zeeshan|2> vacation
[10:53:17] <zeeshan|2> but i said no
[10:53:20] <ssi> NOBODY WILL HIRE YOU
[10:53:22] <zeeshan|2> and later i decided i wanted it, but it was gone
[10:53:23] <zeeshan|2> :(
[10:53:27] <zeeshan|2> it was GOOD money too
[10:53:36] <ssi> lol y u no accept
[10:53:36] <zeeshan|2> im thinking of finishing my masters part time
[10:53:39] <zeeshan|2> (shit is too slow for me)
[10:53:40] <MrHindsight> Wanted: Oversize wiring expert. Send resume.
[10:53:45] <ssi> MrHindsight: !!!!
[10:53:45] <furrywolf> zeeshan|2: subaru is no more. :(
[10:53:50] <zeeshan|2> furrywolf: wtf happened
[10:54:10] <Rab> shaun413, see: http://www.hobbycncaustralia.com/Instructions/iI20PinsandPorts.htm
[10:54:24] <furrywolf> got rear-ended by an older woman at freeway speed
[10:54:33] <zeeshan|2> shit
[10:54:39] <zeeshan|2> glad you survived
[10:54:40] <zeeshan|2> :D
[10:54:45] <zeeshan|2> what would we do without you
[10:54:53] <furrywolf> survived, and nothing broken, but the doctors say I'll be useless for a while.
[10:55:03] <zeeshan|2> =/
[10:55:06] <Rab> shaun413, you need the pinout for your control box. I don't know if your vendor supplied that information, but you can probably figure it out if you open the box and take a look inside.
[10:55:07] <zeeshan|2> law suit!
[10:55:15] <shaun413> erg
[10:55:57] <furrywolf> it was my good subaru... the perfect dent-free, rust-free one I bought from out of state and had shipped here because my other one, like every other subaru in this state, is a rust bucket.
[10:56:06] <zeeshan|2> this is the one you had the swap in?
[10:56:40] <furrywolf> I'm going to try getting my other one roadworthy so I have something to drive.
[10:58:49] <furrywolf> the one that got totalled was the completely stock daily driver. the one I need to try to make roadworthy is the swap one.
[10:59:00] <furrywolf> the swap one is a rustbucket and not roadworthy....
[10:59:40] <furrywolf> the one that was totalled I bought from out of state because rust-free subarus don't exist here. spent a lot of money on it...
[11:00:35] <furrywolf> to get the swap one roadworthy, I need an exhaust system, an alignment, and new radiator fans... although I can go without the fans as long as I drive carefully.
[11:01:56] <zeeshan|2> =/
[11:09:53] <shaun413> should probably get a gecko control board?
[11:12:17] <malcom2073_> Is there something wrong with your driver board?
[11:13:13] <shaun413> no its just a shitty chinese pos
[11:13:48] <malcom2073_> It's a shitty chinese router, so at least they match :P
[11:13:56] <shaun413> true
[11:15:05] <shaun413> i wonder if you can make money soldering
[11:15:16] <malcom2073_> Sure
[11:15:18] <malcom2073_> People do
[11:15:19] <shaun413> how
[11:15:31] <malcom2073_> Get a job as an electronics assembler of some sort
[11:15:32] <pcw_home> SMT assembly
[11:15:42] <shaun413> not at a job
[11:15:44] <shaun413> on your own
[11:15:51] <malcom2073_> Hard to make money without someone paying you
[11:15:57] <shaun413> lol
[11:16:05] <ssi> you can make lots of money soldering
[11:16:08] <shaun413> i just want things to solder
[11:16:14] <shaun413> if im buying a station
[11:16:15] <ssi> so long as you also are designing things to make that people want to buy
[11:16:23] <shaun413> true
[11:16:23] <ssi> but at that point soldering becomes an ancillary part of the process :P
[11:16:32] <shaun413> right
[11:16:39] <mark_s> hi
[11:16:43] <shaun413> also need to make pcbs
[11:16:54] <malcom2073_> Should probably learn to design circuits first?
[11:17:09] <ssi> there's a lot of steps in this process :)
[11:17:28] <malcom2073_> In the 4 step profit, setp 3, "????" is quite involved
[11:17:32] <ssi> :D
[11:17:45] <malcom2073_> step 3*
[11:17:49] <mark_s> could someone help me with qjoypad install please
[11:20:44] <shaun413> malcom2073_, i can
[11:21:38] <shaun413> malcom2073_, ill buy ramps kits and assemble them for 200 dollars :)
[11:21:55] <archivist> mark_s, best to state real problem/question in irc
[11:23:32] <malcom2073_> shaun413: You could do that
[11:23:40] <malcom2073_> If you are cheaper than the competition, you're liable to make money
[11:24:04] <pcw_home> or lose money :-)
[11:24:09] <malcom2073_> Margins on 3d printers are so incredibly slim though
[11:24:10] <shaun413> lol
[11:24:18] <malcom2073_> The market is oversaturated
[11:24:29] <shaun413> is there a design software
[11:24:35] <shaun413> to cut 2d things out of cnc
[11:24:39] <malcom2073_> There are a lot
[11:24:43] <shaun413> and fold them to 3d? like foam board planes
[11:24:45] <shaun413> and domes
[11:26:23] <Rab> shaun413, there's this: http://boxmaker.connectionlab.org/
[11:26:36] <malcom2073_> Oh nice
[11:27:19] <Rab> And this: http://www.thingiverse.com/thing:17240
[11:27:26] <shaun413> thats just a box
[11:27:43] <shaun413> i want to make a dome for a hexacopter
[11:27:50] <Rab> Yeah, there are a few parametric box makers out there but I've never seen anything for more complex shapes.
[11:28:22] <Rab> Just about anything you can draw in Inkscape can be cut in 2D using gcodetools.
[11:28:23] <shaun413> darn
[11:28:41] <shaun413> yeah but. i cant collapse a 3d object to 2d
[11:28:43] <shaun413> easily..
[11:29:08] <archivist> you have to put some effort in
[11:29:16] <Rab> The human brain is very good at that.
[11:29:54] <Rab> Or you could build up a 3D model with parametric planar surfaces, then break them up and tile in 2D.
[11:30:40] <shaun413> can I do that in solidworks?
[11:31:09] <archivist> use the sheet metal part of solidworks
[11:31:28] <archivist> it knows the bending allowances
[11:34:07] <shaun413> what/
[11:38:24] <malcom2073_> what what
[11:39:14] <pcw_home> https://www.youtube.com/watch?v=AZ6WwVRKWV0
[11:39:32] <shaun413> what sheetmetal part?
[11:40:01] <Rab> shaun413, what material do you plan to use?
[11:40:06] <shaun413> foam
[11:40:08] <shaun413> board
[11:40:25] <archivist> am too lazy to teach you to read solidworks help
[11:40:30] <shaun413> ok
[13:22:29] <shaun413> what should I attemtp to cut first?
[13:35:13] <_methods> ties with all your relatives?
[13:36:24] <shaun413> ok
[13:36:28] <ssi> +1
[13:42:43] <JT-Shop> I usually cut myself first
[13:43:57] <shaun413> ok
[13:43:57] <shaun413> '
[15:02:59] <Deejay> gn8
[15:17:54] <Crom> shaun413, what's lacking on you equipment? got enough hold downs?
[15:18:09] <shaun413> ?
[15:18:14] <Crom> on of the first things I cut was more hold downs
[15:18:21] <shaun413> ah
[15:19:00] <SpeedEvil> You can never have too many clamps.
[15:19:09] <Crom> knobs to manually adjust X,Y, or Z position?
[15:19:31] <shaun413> have e
[15:19:32] <shaun413> m
[15:19:36] <shaun413> anyway, gtg
[15:19:43] <Crom> laterz
[15:23:17] <Tom_itx> never too many until you hit one with the cutter
[16:48:16] <Jymmm> has anyone done pex?
[16:54:39] <Crom> Jymm yeah I have
[16:55:18] <Jymmm> Crom: Anything I should know about if I may need to replumb a home?
[16:55:29] <Crom> I don't get the sweat/pex adapters.. I sweat on a threaded adapter, then screw on the PEX adapter
[16:56:04] <Jymmm> Crom: To what, existing copper pipe?
[16:56:55] <Jymmm> Crom: Did you use a manifold?
[16:58:08] <Crom> I have. PEX is cheap enough to about home run everything to just by the water heater.
[16:58:35] <Crom> I enclose the PEX to protect against rodent damage
[16:58:45] <Jymmm> enclose with?
[16:59:06] <Crom> I use 5/8" sheetrock
[16:59:24] <Crom> or 1/2" plywood
[16:59:51] <Jymmm> Crom: I'm sorry, as oppsoed to what? Is this UNDER the house you are putting hte barrier up againest?
[17:00:27] <Jymmm> like how one would cover the eves of a home with playwood?
[17:00:37] <SpeedEvil> Jymmm: nails
[17:00:42] <Crom> I have closed in floor joists using 1/2" plywood and vertical walls in the garage or attic I use sheetrock
[17:01:05] <Jymmm> Crom: Ok, gotcha. Just wanted to make sure on the same page =)
[17:01:14] <Jymmm> SpeedEvil: Hmmm?
[17:01:32] <Crom> I tend to use staples 1/2" crown for sheet rock and 1/4" crown for plywood
[17:02:24] <Jymmm> Crom: You are stapling the pex to the playwood?
[17:02:36] <Jymmm> or to the joists/ 2x4's
[17:02:39] <Crom> no the plywood to the joists
[17:03:02] <Jymmm> OH, air stapler
[17:03:09] <Crom> I wrap/lay the PEX on fiberglass insulation
[17:03:55] <Jymmm> So it's not fixed to any part of the structure?
[17:06:41] <Crom> I don't since it's plastic and expands and contracts quite a bit on temperature change. I tend to use a 1' vertical to a 90 elbow to a short stub out for valves our of the wall and strap the copper to the stud and the PEX runs free
[17:06:58] <Crom> s/our/out/
[17:07:26] <Jymmm> Crom: So you are doing/keeping copper in the walls, and jsut using pex to interconnect everything under the house?
[17:07:48] <SpeedEvil> Is the underside of the house insulated?
[17:07:59] <SpeedEvil> That is - is it at a risk of freezing
[17:08:06] <Crom> very, I haqve nothing but slab houses here
[17:08:36] <Crom> everything goes through the attic
[17:09:04] <Crom> My dad's house in Morro Bay and Richmond both are raised joisted floors
[17:09:07] <Jymmm> I'm looking at replacing PB
[17:09:22] <Jymmm> I habe NFC =)
[17:09:34] <Jymmm> I have NFC =)
[17:11:01] <Crom> I have maybe 18" of copper in the wall to anchor the stub out and PEX up through the fireblock and top cap into the attic
[17:12:07] <Jymmm> I'm getting rough estimates of $3200-$4500 which is pex + shutoff valves + flex lines. Excluding fixture replacements if any.
[17:12:38] <Crom> it's really easy to do yourself
[17:12:58] <Jymmm> and get it right?
[17:12:59] <Crom> the not fun part is fixing all the drywall
[17:13:15] <Jymmm> Crom: This is moduler home
[17:13:20] <Jymmm> modular*
[17:13:33] <Crom> 2x4 construction?
[17:13:38] <Jymmm> 2x2
[17:13:48] <Jymmm> Crom: mobile home
[17:13:53] <Crom> that is a trailer with the wheels ataken off
[17:14:03] <Jymmm> pretty much
[17:14:54] <Jymmm> 1) I hate plumbing as it is.
[17:14:54] <Crom> what's the temperature fo your outside temps around the year? here it's 28f to 114f
[17:15:10] <Jymmm> let me confirm...
[17:15:20] <Tom_itx> if PEX is just laying there what keeps it from moving around when faucets are turned on and off quickly?
[17:15:33] <Tom_itx> slapping around freely
[17:15:47] <Crom> Tom_itx, the reason I wrap it in insulation
[17:16:41] <Crom> and I put in air columns as well, though PEX does a pretty good job of handling hammer
[17:16:45] <Crom> water hammer
[17:17:52] <Jymmm> Crom: It was 25F in January, and will be 103F Wednesday
[17:17:54] <Crom> Jymm what's your outside?? fiberboard?
[17:18:10] <Crom> Jymm about the same here then
[17:18:27] <Crom> MDF siding
[17:18:28] <JT-Shop> flopping around like a fish I guess
[17:19:01] <Jymmm> Crom: I honestly don't recall atm. I believe it was composite.
[17:19:31] <Jymmm> Crom: " Composition Board Siding"
[17:19:35] <Crom> last time I did a modular home, we just took the outside off and rewired and replumbed and then put the sides back on
[17:20:17] <Jymmm> Crom: Is is nailed on? screwed? glued? Hoe did you resela it?
[17:20:38] <Crom> only had to pull drywall off 1 wall inside.. back side of the kitchen and removed the vanity in the bathroom
[17:20:56] <Jymmm> Crom: this is paneling on the indie
[17:21:00] <Jymmm> inside
[17:21:18] <Crom> it was screwed on and used latex caulk to reseal it
[17:21:25] <Jymmm> Crom: I was thinking of going thru the subarea
[17:21:58] <Jymmm> Crom: disconnecting an existing fitting, replace with pex. lather rinse repeat
[17:22:23] <Crom> last mobile home I did was about in 1978 and it was AL siding.. screwed on as well
[17:22:24] <Jymmm> Crom: Have a 3/4" main line, the tap off that for 1/2"
[17:23:26] <Crom> or get 3/4" T with a 1/2" side fitting
[17:23:45] <Crom> 3/4-1/2-3/4 _|_
[17:23:53] <Jymmm> http://www.homedepot.com/p/SharkBite-3-4-in-x-3-4-in-x-1-2-in-Brass-PEX-Barb-x-Barb-x-Barb-Reducer-Tee-UC412LFA/202270599
[17:24:17] <Jymmm> that?
[17:24:48] <Crom> yeah that'll work.. I used the press on fittings not the crimp ones
[17:24:58] <Tom_itx> 97°F
[17:25:12] <Crom> bbiab
[17:25:26] <Jymmm> Crom: Haven't seen press-on fittings
[17:25:28] <Jymmm> k
[17:26:17] * Jymmm youtubes...
[17:26:21] <Tom_itx> JT-Shop, docs are lookin good
[17:27:09] <JT-Shop> Tom_itx, thanks
[17:27:19] <JT-Shop> I still have a bunch to do
[17:27:28] <JT-Shop> some of it is hidden stuff
[17:27:54] <JT-Shop> I tried to get a static ip in the wheezy computer and lost internet lol
[17:29:11] <Jymmm> Crom: The "press on" fittings you are talking about are "toolless"? (Except for the lil tool used to remove the tubing)
[17:29:26] <Tom_itx> yeah i found they all do it a bit differently. i bet wheezy uses the 'manager' for that and if you mess with it, it screws up
[17:29:43] <Tom_itx> there _is_ a way to do it though
[17:30:13] <Tom_itx> one wheezy site i looked at showed it about the same way as i told you though
[17:32:20] <Tom_itx> http://www.kevinhooke.com/2012/12/20/configuring-a-static-ip-on-debian-wheezy-for-raspberry-pi/
[17:32:26] <Tom_itx> should be quite similar to that
[17:33:06] <Tom_itx> http://unix.stackexchange.com/questions/124269/where-is-my-eth0-configuration-on-wheezy
[17:34:17] <Tom_itx> https://wiki.debian.org/NetworkConfiguration
[17:36:04] <JT-Shop> lol I skipped that site because it said raspberry
[17:36:25] <Tom_itx> still debian
[17:36:42] <JT-Shop> I must have had something wrong with my network or gateway
[17:37:15] <Tom_itx> i'm betting your netmask should be 255.255.255.0
[17:38:26] <Tom_itx> and i'm not sure why your gateway was a different ip than the local network
[17:38:31] <Tom_itx> they're generally the same
[17:38:44] <JT-Shop> Subnet Mask : 255.255.252.0
[17:39:01] <Tom_itx> i'm thinking that should be what i said
[17:39:51] <JT-Shop> oh that was wan not lan
[17:40:03] <Jymmm> /8 or 255.255.255.0 is the most common subnet
[17:40:12] <Tom_itx> yeah
[17:40:23] <Jymmm> if that was WAN, leave it be
[17:40:24] <JT-Shop> LAN
[17:40:25] <JT-Shop> MAC Address : 5c:d9:98:60:32:0e
[17:40:25] <JT-Shop> IP Address : 192.168.0.1
[17:40:25] <JT-Shop> Subnet Mask : 255.255.255.0
[17:40:25] <JT-Shop> DHCP Server : Enabled
[17:41:21] <Crom> Jymmm, yep
[17:42:03] <Jymmm> Crom: Ok, I didn't realize there were different pex "systems" https://www.youtube.com/watch?v=q8J1yHRuFWs
[17:42:43] <Tom_itx> so the ip is your gateway
[17:42:52] <Jymmm> JT-Shop: That WAN subnet; it looks like they're doing classless routing (1024 hosts per subnet)
[17:43:14] <Jymmm> JT-Shop: just leave the WAN alone.
[17:43:41] <Jymmm> for your LAN, verify the gateway address
[17:44:21] <Jymmm> should be something like 192.168.0.254 more than likely
[17:50:24] <JT-Shop> no gateway listed for the LAN
[17:56:30] <JT-Shop> this is the router http://www.dlink.com/xk/sq/support/product/dir-632-wireless-n-8-port-router
[17:58:03] <JT-Shop> http://www.dlink.com/-/media/Consumer_Products/DIR/DIR%20635/Manual/DIR_635_Manual_EN_UK.pdf
[17:59:52] <JT-Shop> actually this is the one http://ftp.dlink.ru/pub/Router/DIR-632/Description/1_4_0/DIR-632_User%20Manual_v.1.4.0_24.08.12_EN.pdf
[18:03:47] <JT-Shop> ftp://ftp2.dlink.com/PRODUCTS/DIR-632/REVA/DIR-632_MANUAL_1.00_EN.PDF
[18:03:55] <JT-Shop> http://support.dlink.com/ProductInfo.aspx?m=DIR-632
[18:35:48] <Tom_itx> JT-Shop, your gateway would be that IP listed 192.168.0.1 i believe
[18:36:16] <Tom_itx> it's the local router ip
[18:37:22] <Tom_itx> and the netmask is 255.255.255.0
[18:40:58] <Tom_itx> your dns range would be on the Network statistics page on 91 of the pdf
[18:41:17] <Tom_itx> so i'd pick a static ip at the top end of that for the pc
[18:41:56] <Tom_itx> 192.168.1/24 in that example so 192.168.1.24 would be the upper limit for a static ip
[18:43:21] <Tom_itx> the routing table on P93 shows the gateway address & netmask
[19:19:57] <PetefromTn_> http://i.imgur.com/OEDXyuQ.jpg And so it begins...
[19:20:36] <Tom_itx> hah
[19:20:51] <PetefromTn_> ;)
[20:54:02] <furrywolf> got a muffler put on the project subaru today... managed to drive it home, but it's still too painful to be driving.
[20:57:58] <SpeedEvil> :) :(
[21:00:29] <furrywolf> made an appointment for an alignment saturday... it's pretty hard to drive right now. pulls badly, wobbles, doesn't track at all.
[21:01:22] <furrywolf> takes continual force on the wheel to keep the car going straight, which is a bad combination with having back pain...
[21:02:57] <SpeedEvil> Sounds like you need an alignment too. Maybe they'd do a two for one.
[21:03:18] <SpeedEvil> At least you're sort-of-mobile now.
[21:03:40] <SpeedEvil> Hopefully by monday it'll be improving a little.
[21:04:42] <furrywolf> I don't think it works that way.
[21:08:27] <zeeshan-laptop> does anyone know
[21:08:41] <zeeshan-laptop> how the heck to get debian packages along with all the dependencies
[21:08:45] <zeeshan-laptop> in one pkg.
[21:08:48] <zeeshan-laptop> im trying to do this in windows
[21:09:10] <furrywolf> on windows? no clue
[21:09:22] <Tom_itx> why are you doing it the hard way?
[21:09:23] <furrywolf> also, "all dependencies" might be most of a complete install
[21:09:37] <furrywolf> since it eventually depends on bash, libc, etc.
[21:09:57] <Tom_itx> zeeshan-laptop is this a rtai ver?
[21:10:00] <zeeshan-laptop> no
[21:10:03] <zeeshan-laptop> its jessie
[21:10:12] <zeeshan-laptop> the fucking internet doesnt work on this pos
[21:10:12] <Tom_itx> just get the iso
[21:10:16] <zeeshan-laptop> setupid garbage
[21:10:21] <zeeshan-laptop> Tom_itx: im trying to download this pkg
[21:10:39] <zeeshan-laptop> https://packages.debian.org/jessie/libfox-1.6-dev
[21:10:45] <zeeshan-laptop> its got a crapload of dependencies
[21:10:47] <zeeshan-laptop> most of which i dont have
[21:10:55] <zeeshan-laptop> i tried downloading some
[21:11:00] <Tom_itx> keep apt-getting them until you do
[21:11:01] <zeeshan-laptop> and it started complaining im missing more packages lol
[21:11:07] <zeeshan-laptop> im in windows..
[21:11:13] <zeeshan-laptop> theres no internet on the deb comp
[21:11:18] <zeeshan-laptop> (im at school)
[21:11:24] <furrywolf> put internet on the deb computer?
[21:11:31] <zeeshan-laptop> i cant get their wireless to work.
[21:11:37] <zeeshan-laptop> it requires some retarded nonsense that doesnt work
[21:11:43] <Tom_itx> swap hdd out until you got what you need
[21:11:44] <zeeshan-laptop> i followed their instructions word for word
[21:11:55] <Tom_itx> WORD for WORD!
[21:11:58] <zeeshan-laptop> !!
[21:12:16] <furrywolf> what does it require other than "connect to access point and get IP"? lol
[21:12:18] <Tom_itx> i feel like i'm keeping mesa in business lately
[21:12:32] <Tom_itx> (i know i'm not but...)
[21:13:14] <zeeshan-laptop> http://www.mcmaster.ca/uts/network/wireless/linux_settings.htm
[21:13:15] <tiwake> stupid
[21:13:20] <zeeshan-laptop> that is what i followed
[21:13:23] <furrywolf> I wish I could give pcw money. :(
[21:13:30] <tiwake> ruined 3 of the 6 parts by cutting a key off center
[21:14:05] <Tom_itx> tiwake the thing about cnc is that you can make them all good or all bad
[21:14:32] <tiwake> 6 parts is just enough for the kind of part to make it in the CNC
[21:14:42] <tiwake> but I don't have any more material
[21:16:05] <Tom_itx> furrywolf you're wanting pci boards aren't you?
[21:16:19] <furrywolf> did you enter MacID like the text says or macid like the image says? lol
[21:16:24] <furrywolf> Tom_itx: no. ethernet.
[21:16:35] <furrywolf> I have no systems with pci (or pcie) anymore.
[21:17:07] <zeeshan-laptop> yes
[21:17:08] <zeeshan-laptop> :P
[21:17:55] <furrywolf> it does seem like pointless bullshit to make you need weird authentification (I've never even heard of that) with a publicly available username and password.
[21:19:00] <zeeshan-laptop> just gonna download manuall.y..
[21:19:01] <zeeshan-laptop> so lame
[21:19:02] <zeeshan-laptop> :P
[21:20:43] <furrywolf> I got a muffler on the project subaru today
[21:20:55] <zeeshan-laptop> nice
[21:21:02] <zeeshan-laptop> got a lot to do to get it running?
[21:21:44] <furrywolf> it's running fine...
[21:21:44] <furrywolf> it needs an alignment, badly. it's not going to align without modifications, but at least it'll be closer.
[21:22:03] <furrywolf> the radiator fans suck, need to replace them. I used dual little fans, need to modify the body and put in one big one.
[21:22:11] <furrywolf> has no heat or a/c
[21:22:39] <PetefromTn_> http://www.ebay.com/itm/30V-10A-110V-Precision-Variable-DC-Power-Supply-Digital-Adjustable-w-Clip-Cable-/271608504736?pt=LH_DefaultDomain_0&hash=item3f3d20e1a0
[21:22:54] <PetefromTn_> Does that look like it has constant current control to you guys?
[21:23:37] <Tom_itx> looks like it may
[21:23:38] <furrywolf> need to do a few wiring changes, and a working oil pressure gauge would be nice. (right now I have a better-than-useless one, but not nearly as useful as it could be... the gauge reads 75PSI when there's <5PSI, and 0PSI when there's >5PSI)
[21:24:08] <furrywolf> that is, during normal driving, it reads 0, and if it reads anything other than 0, something is wrong.
[21:24:24] <PetefromTn_> The one that Capt recommended actually says it and this one kind of hints at it. That one is considerably cheaper but it is only 10 amps instead of the 20 amps of the other one.
[21:25:30] <PetefromTn_> http://www.anodizeworld.com/power-supply.html This website Captainhindsight linked the other day sells a very similar lower power unit and it says they anodize with it a lot in the text..
[21:25:49] <furrywolf> it has both fine and coarse current controls
[21:26:15] <PetefromTn_> Just wondering if I can go with the lower priced unit without sacrificing too much
[21:26:37] <furrywolf> my lambda has fine voltage but no fine current.
[21:26:53] <furrywolf> "The output current is between 0 and nominal value continuously adjustable"
[21:27:29] <PetefromTn_> yeah not sure if that means it is continually adjustable MANUALLY or automatically once set...
[21:28:08] <furrywolf> it means manually, since it has knobs for it...
[21:28:28] <furrywolf> it's always "automatic", in that it won't maintain constant current once you reach the voltage setpoint
[21:28:29] <PetefromTn_> then it is NOT constant current control I suppose
[21:28:50] <furrywolf> ?
[21:29:29] <furrywolf> what you set with the knobs are limits for the voltage and the current. neither will be exceeded, and the output will always be at either the voltage setpoint or the current setpoint.
[21:29:48] <PetefromTn_> the point being that as the anodize layer builds on the part in the acid tank the resistance to the charge increases. The current must then increase to account for the thickening of the layer for best results.
[21:30:33] <PetefromTn_> The constant current feature apparenlty works this way
[21:30:43] <PetefromTn_> I am not sure if this unit is capable of this or not.
[21:30:51] <furrywolf> with no load, the output will be the voltage setpoint. if you increase the load, it will regulate that voltage as the current rises. once you increase the load until the current rises to the current setpoint, it will regulate the current and the voltage will fall below the voltage setpoint.
[21:30:53] <PetefromTn_> If it is I will probably buy it.
[21:31:13] <furrywolf> if you keep increasing the load, the current will stay constant, and eventually the voltage will drop to 0 when you short-circuit it.
[21:31:41] <furrywolf> yes, that unit will do that, as long as the voltage setpoint is higher than the maximum voltage you need to maintain the current.
[21:32:39] <furrywolf> a constant voltage / constant current power supply can't do both at once - it would violate ohm's law. it switches between voltage regulation and current regulation based on the load.
[21:33:42] <PetefromTn_> http://www.automationtechnologiesinc.com/products-page/mastech-power-supply/mastech-hy3020d This one is supposedly constant current/Constant Voltage controlled
[21:33:52] <alex4nder> furrywolf: unless it warps space time to modify the load
[21:33:54] <furrywolf> many supplies have an indicator to tell you if it's in CV or CC mode.
[21:33:57] <alex4nder> check .. mate
[21:34:18] <Jymmm> furrywolf: Unless it is ONE wiht the universe =)
[21:34:41] <Jymmm> furrywolf: Hey, you do any PB / pex plumbing?
[21:34:59] <furrywolf> PetefromTn_: think of the voltage and current settings as limits... it'll put out as much as it can until it hits one limit or the other.
[21:35:35] <alex4nder> that sounds like a welding power supply
[21:35:44] <furrywolf> Jymmm: lead? no. :P
[21:35:47] <furrywolf> pex... a little.
[21:36:03] <Jymmm> FinboySlick: PB = Poly butelne
[21:36:16] <Jymmm> polybutylene
[21:36:16] <furrywolf> yes, I know...
[21:36:20] <furrywolf> but I haven't done any of it.
[21:36:38] <Jymmm> well you mentioned lead, but gotcha
[21:37:23] <furrywolf> Pb = lead
[21:37:26] <FinboySlick> Huh?
[21:38:05] <Jymmm> the OTHER classactionlawsuit pb =)
[21:38:09] <furrywolf> FinboySlick: he meant to address me, but didn't type enough correct letters.
[21:38:33] <FinboySlick> Oh sure, you get all the attention.
[21:38:42] <Jymmm> FinboySlick: Yeah, all you F's look alike!
[21:38:57] <furrywolf> that's because I'm fluffy instead of slick. don't use so much hair gel. :P
[21:39:08] <Jymmm> heh
[21:39:58] <FinboySlick> Pff, dog with a delusion of grandeur and overdeveloped sense of romanticism.
[21:42:13] <FinboySlick> Jymmm: You heard of TIS-100, btw?
[21:42:30] <SpeedEvil> http://finari.arc.nasa.gov/learnseminar2013 - as a general link.
[21:42:31] <Jymmm> FinboySlick: nope
[21:43:09] <FinboySlick> Cool little game. You have to 'fix' modules in an odd sort of parallel computer. It's assembler, the game.
[21:43:16] <SpeedEvil> err
[21:43:19] <SpeedEvil> http://nari.arc.nasa.gov/learnseminar2013
[21:43:35] <FinboySlick> Up to 12 CPUs, each with a single register. There's about 20 instructions.
[21:43:41] <Jymmm> FinboySlick: heh
[21:43:48] <SpeedEvil> This has funky stuff like how to make carbon nanotube functionalised carbon tubes in the microwave in 30 seconds
[21:43:54] <Jymmm> FinboySlick: I like Brainfuck though =)
[21:43:59] <alex4nder> haha
[21:44:22] <Jymmm> FinboySlick: BF is much liek RPN in a sense
[21:44:23] <FinboySlick> The level I'm currently struggling with is implementing a signal pattern detector.
[21:44:31] <SpeedEvil> And helicopters without swashplates powered by aerodynamic pumping
[21:45:04] <alex4nder> FinboySlick: you need a greenarrays dev board
[21:45:43] <FinboySlick> alex4nder: Nah. I'm pretty sure I'll have my fill once I've beaten this game.
[21:46:08] <FinboySlick> It's quite fun though. Runs natively on linux too.
[21:47:22] <furrywolf> on the internet, no one knows you're a dog... so you have to tell people. :P
[21:48:09] <Jymmm> Aroooooooooooooooooooooooooooooooooooooooooooo
[21:48:13] <Jymmm> woof
[21:48:52] <Jymmm> furrywolf: "You look pretty in that dress, too bad it's three sizes too small"
[21:49:11] <furrywolf> ?
[21:49:12] <SpeedEvil> Never argue with a woman with her own chainsaw and land.
[21:49:23] <Jymmm> furrywolf: (that would be a bitch)
[21:49:45] <Jymmm> female dog in heat = bitch = canine
[21:49:46] * SpeedEvil assumes furrywolf owns a chainsaw.
[21:50:00] <Jymmm> SpeedEvil: just a 20ton log splitter
[21:50:02] <SpeedEvil> Err - no - female dogs are bitches at all times.
[21:50:12] <SpeedEvil> (once they are mature)
[21:50:22] <Jymmm> SpeedEvil: I was speaking of the two legged kind
[21:50:29] <SpeedEvil> Oh.
[21:51:10] <Jymmm> SpeedEvil: "She's being a bitch, by complimenting someone, then being derogatory at the same time"
[21:51:49] <SpeedEvil> I'm not closely reading at teh moment
[21:52:07] <Jymmm> SpeedEvil: This --> "You look pretty in that dress, too bad it's three sizes too small"
[21:52:20] <SpeedEvil> err - yes - I got that.
[21:52:29] <Jymmm> SpeedEvil: furrywolf didn't
[21:52:41] * furrywolf still doesn't
[21:53:58] <alex4nder> https://www.kickstarter.com/projects/1090944145/pocket-nc-the-first-5-axis-cnc-mill-for-your-deskt/description
[21:54:02] <alex4nder> hmmm
[21:54:30] <FinboySlick> They wanted to make sure we didn't see the video...
[21:54:50] <FinboySlick> It's about 30x20 pixels.
[21:56:30] <furrywolf> ... the first? I'm sure sherline, taig, etc might disagree.
[21:57:09] <FinboySlick> I saw this a little while back, I think it's a nice design.
[21:59:11] <furrywolf> sherline may not sell a 5-axis mill complete, but they sell all the bolt-together parts needed to assemble one in ten minutes.
[21:59:42] <Tom_itx> https://grabcad.com/library/brain-gear--1
[21:59:45] <Tom_itx> hah
[21:59:49] <furrywolf> and a sherline will cut hard materials
[22:01:00] <furrywolf> that does not look useful.
[22:03:01] <furrywolf> wtf? the A and B are just 8:1 belt drives on steppers?
[22:03:09] <furrywolf> I guess if you don't plan on applying any cutting forces...
[22:03:16] <zeeshan-laptop> who are you calling an A and a B
[22:04:41] <furrywolf> <alex4nder> https://www.kickstarter.com/projects/1090944145/pocket-nc-the-first-5-axis-cnc-mill-for-your-deskt/description
[22:08:51] <SpeedEvil> alex4nder: Does it come with clothing with a suitable pocket?
[22:09:22] <SpeedEvil> furrywolf: very fast spindle and tiny tooling.
[22:09:28] <SpeedEvil> It's not fundamentally ridiculous.
[22:09:36] <SpeedEvil> How well it'd actually perform...
[22:09:46] <furrywolf> as I said, "<furrywolf> I guess if you don't plan on applying any cutting forces...
[22:10:44] <alex4nder> SpeedEvil: I doubt it. You'd have a hard time fitting it into your skinny jeans.
[22:21:40] <renesis> belts sounds like slop
[22:24:51] <Rab> renesis, not at all...depending on the tooth profile.
[22:26:06] <Rab> In that application they're pretty short, too.
[22:26:12] <SpeedEvil> And the composition.
[22:26:27] <SpeedEvil> glass fibre reinforced belts can be really quite stiff
[22:26:35] <SpeedEvil> I think I saw carbon reinforced ones too
[22:26:40] <SpeedEvil> which would be ridiculous
[22:48:13] <FinboySlick> Some of the larger ones have steel cores too.
[22:48:24] <FinboySlick> Though I wonder if that would eventually fatigue.