#emc | Logs for 2010-07-11

Back
[00:04:18] <theorb__> theorb__ is now known as theorbtwo
[00:04:44] <pcw_home> Well if I'm going to smell dinner, I'd better start dinner...
[00:04:47] <pcw_home> bbl
[00:09:20] <andypugh> gene_: You still there?
[00:09:22] <andypugh> http://www.pastebin.ca/1898139
[00:53:25] <andypugh> Night all
[01:50:57] <KimK> cradek: I've been thinking about it and I'd like to adjust my earlier stepper tuning guesses. I'd say X final ended up maybe 75% of what we thought at first would work, Y final maybe 60%, Z final maybe 50% (Z probably would have been even worse (25%?) except for 4:1 reduction instead of 2:1). So thanks again to you and jepler for the "g-code cloud", and thanks to Bridgeport for putting those mechanical counters on.
[01:51:05] <KimK> cradek: BTW, I would highly recommend some kind of lost-steps-indicators (start/finish-position dial indicators, maybe?) when tuning steppers. Otherwise it's very easy to get caught up in the "how fast can we go without stalling?" tuning, and lose sight of the "yes, it looks great, but have we lost any steps?" tuning. From time to time I see some pretty outrageous claims for stepper velocities, and I always wonder if any rigorous evaluation was ever done?
[02:18:47] <KimK> cradek: The thing on our tuning is that the motors are all the same but the masses are additive. Big knee mill, so (weights estimated) X (table, 250 lbs?) is carried by Y (saddle, 500 lbs?) is carried by Z (knee, 1250 lbs?). So X has to accel/decel 250 lbs, Y has to acc/dec 750 lbs, Z has to acc/dec 2000 lbs (so we give Z a 2:1 mechanical advantage over X & Y. Does that reflect back as 1000 lbs, or is there a sq root involved? Nevermind. ) Oh, Z gets an air
[02:18:47] <KimK> counterbalance too.
[02:18:55] <KimK> cradek: Anyway, the point is, we're running these vastly different masses with the same motors. Same HP, same max RPM, same torque, etc. And that's one of our problems (assuming we would like the same rapid rates and accels/decels on all axes.
[02:20:24] <KimK> And since I can't seem to stop flooding, I guess I'll quit blathering now, lol.
[02:25:38] <archivist> and reduce a bit more for cutting load :)
[02:26:52] <archivist> and a bit more for a heavy casting on the table
[02:29:06] <archivist> I also made the mistake of testing with weight central, then in production had weight offset so friction was higher, had to slow it some more
[02:31:01] <KimK> archivist: Ha, yes, we have some ideas there to simulate cutting forces, maybe tractor weights and pulleys? But haven't done anything about it yet, fortunately we have a stack of small castings to machine for later grinding, so we can experience a few cutting forces at least.
[02:38:43] <KimK> archivist: You are right on heavy and off-center loads too, but we have not had to work with any large workpieces yet, the double-sided Chick vise (plus two small castings, but nevermind) is the heaviest load since the EMC2 retrofit.
[02:39:37] <archivist> my off center lump was the weight of the 5th axis
[02:44:34] <KimK> A 5th axis, excellent. I'll bet you have pictures posted? John's BP2 has the 4th axis and I would like to see him build a general-purpose trunnion for it. Probably won't add a 5th axis to John's BP2, but maybe on some other (future) machine?
[09:08:59] <theorb_> theorb_ is now known as theorbtwo
[10:35:51] <sealive_cnc> SWPadnos: ?
[10:36:53] <sealive_cnc> someone one that can help me with a HAL manipulation
[10:41:56] <sealive_cnc> im on hardy with 2.3.5 shoudt i upgrade ?
[10:49:41] <sealive_cnc> someone on ?
[10:52:08] <Valen> your not alone
[10:52:13] <Valen> but i cant help you
[10:52:24] <Valen> if i were smarter this would be a haiku
[10:53:15] <sealive_cnc> thanks
[10:53:26] <sealive_cnc> waiting for SWPadnos
[10:53:41] <sealive_cnc> reading the hal manual for the 4th time
[10:54:17] <Valen> you know more about it than me then lol
[11:04:04] <archivist> sealive_cnc, ask better questions dont wait for one person
[11:04:45] <sealive_cnc> sw nows what im on
[11:05:08] <sealive_cnc> i try to config emc to work with smc800
[11:05:45] <sealive_cnc> therfore the hal has to change pin1 of parport every time a signal changes
[11:07:59] <sealive_cnc> pin1 high - step Axis high pin 1 low wait 1ms pin1 high wait 1ms - step axis low - cycle pin 1
[11:24:44] <jthornton> sealive_cnc, what have you got worked out so far?
[11:28:25] <sealive_cnc> wher to find the docu and the hal
[11:28:45] <sealive_cnc> but all docu is diferent to the stepper code in the hal
[11:30:32] <sealive_cnc> jthornton: so first there has to be a reset of the port
[11:31:39] <sealive_cnc> addf parport.0.reset
[11:31:59] <sealive_cnc> addf parport.0.reset base-thread is in
[11:33:03] <sealive_cnc> jthornton: i need first basic understanding this hal file is in constant rotation all time the emc runs ?
[11:33:13] <sealive_cnc> sutch as a main loop
[11:33:31] <sealive_cnc> no or
[11:33:43] <jthornton> if it is a realtime component yes
[11:33:52] <jthornton> userspace component no
[11:34:56] <jthornton> if you use loadrt to load it it is real time
[11:35:14] <jthornton> have you read the intro to hal? http://www.linuxcnc.org/docview/html//hal_basic_hal.html
[11:35:52] <sealive_cnc> it is rt
[11:37:27] <sealive_cnc> so i got to cycle the pin1 at every step 5000ns
[11:37:48] <sealive_cnc> to load the step into the gal
[11:38:54] <jthornton> what is a gal?
[11:39:17] <sealive_cnc> a eeprom
[11:39:37] <jthornton> ah, ok
[11:39:40] <sealive_cnc> so i generat a alias
[11:40:09] <sealive_cnc> eep = port 0 pin 1 out -> and set it high
[11:40:34] <sealive_cnc> net eep => parport.0.pin-01-out
[11:41:32] <sealive_cnc> setp parport.0.pin-01-out-reset 1 ->Hi
[11:42:25] <sealive_cnc> can i do this
[11:42:57] <sealive_cnc> or do i have to configure ee in any way first
[11:43:40] <jthornton> you need to read the hal intro on net and signals that I linked above
[11:43:46] <sealive_cnc> if the step is written to the controler the pin1 has to move low
[11:43:52] <jthornton> so you understand how net works
[11:44:11] <jthornton> I think
[11:44:36] <sealive_cnc> my inglish understanding is not good i
[11:45:20] <jthornton> there are some pictures that show how it works
[11:46:14] <jthornton> what is your native language?
[11:46:36] <sealive_cnc> german
[11:47:10] <jthornton> do you know french well?
[11:47:16] <jthornton> we have a french manual
[11:48:09] <sealive_cnc> :D
[11:48:31] <sealive_cnc> english is good but im stuck
[11:49:12] <jthornton> is epp a signal that is declared before?
[11:49:18] <sealive_cnc> the problem is only the understanding
[11:49:26] <sealive_cnc> no
[11:50:04] <jthornton> look at this http://www.linuxcnc.org/docview/html//hal_basic_hal.html#r1_1_4
[11:50:05] <sealive_cnc> reset means to me as basic progger zero but there is a 1 behind
[11:52:17] <jthornton> the "1" means true
[11:52:24] <jthornton> http://axis.unpy.net/01188134101
[11:55:14] <jthornton> the reset allows you to step each base period as shown on the step waveform comparison ^^
[11:58:03] <sealive_cnc> i see but i do not understand to do this
[11:59:55] <sealive_cnc> addf parport.0.pin-01-out-reset 1 base-thread
[12:00:47] <sealive_cnc> is this then pin1 high for the base
[12:02:18] <sealive_cnc> i wait for sw ok by
[12:08:53] <archivist> wait means lurk!
[12:15:44] <jthornton> lol he couldn't wait
[12:16:20] <jthornton> he just wants SWPadnos to tell him the answer I think
[12:16:38] <archivist> he is always like that in/out gone
[12:16:57] <jthornton> I wonder why paraport does not show up in the man pages in the html docs
[12:17:41] <archivist> is he thinking straight anyway, first fix his hal, then connect to par port
[12:57:14] <jthornton> I wonder if this is still correct... If -reset is TRUE, then the reset function will set the pin to the value of -out-invert. This can be used in conjunction with stepgen's doublefreq to produce one step per period.
[12:57:51] <jthornton> opps I though I was in devel
[15:16:24] <JT-Hardinge> anyone seen the two M18-1 nuts I took off the finish mower blades last week?
[15:16:26] <moop> has anyone done work on interfacing pot based encoders via parallel port?
[15:16:55] <moop> I imagine it requires an ADC?
[15:17:35] <celeron55> i'd guess so
[15:17:58] <moop> seems all the encoders on one of my robots are 2k pots with about a 10 degree dead spot
[15:18:16] <cradek> can you just replace them?
[15:18:28] <moop> I guess it may be easier to replace them with quadrature encoders??
[15:19:19] <moop> Or i was considering looking at encoders from some old mice i have
[15:20:04] <celeron55> those are not especially easy to re-use
[15:20:24] <Guest243> anyone online who can help me through the MESA range of boards and which ones I will need...i have a rough idea i would just like to confirm
[15:20:46] <moop> looking as the farnell catalog encoders are at least 15 pounds each, and I need 5 of them
[15:22:44] <moop> and I would have to make new brackets and mount them correctly, it all starts to sound too much like hardwork, and possible failure.
[15:23:11] <Guest243> Renco encoders differenetial....you wont be sorry and never look back....about $50 each 25 serries
[15:23:32] <Guest243> 40 USD I think
[15:24:32] <moop> I think I am going to check this: http://www.boondog.com/tutorials/mouse/mouseHack.htm
[15:25:01] <moop> I only paid 40 for the robot, and its just a hobby project
[15:25:30] <cradek> is it steppers?
[15:25:50] <moop> no dc servos
[15:26:43] <moop> there was not control system, just a robot arm
[15:26:57] <JT-Hardinge> darn it I found my nuts
[15:27:05] <moop> so I have to work out my own interface
[15:27:59] <moop> I got 3 arms, 2 seem like fairly cheap simple fixes, but the biggest one seems like it will not be worth fixing
[15:33:08] <madsci44> has anyone else noticed the tool position "cone" in the axis gl window dissapears when the program is run?
[15:34:37] <madsci44> or do i have a wrong setting somewhere
[15:35:44] <madsci44> im using ver. 2.4.1
[15:37:11] <JT-Hardinge> are you loading tools or just running without a tool?
[15:38:54] <madsci44> the program chooses a tool at the beginning
[15:39:25] <madsci44> something in my tool table maybe?
[15:39:27] <JT-Hardinge> lathe or mill?
[15:39:29] <JT-Hardinge> yes
[15:39:49] <madsci44> neither its a gantry
[15:40:40] <JT-Hardinge> so your using a mill style tool table then?
[15:42:41] <madsci44> yesh
[15:42:45] <madsci44> oopsh
[15:43:05] <JT-Hardinge> open the tool table up and see if you have a diameter set for that tool then
[15:43:15] <madsci44> yes there is a diameter
[15:43:27] <madsci44> 0.04"
[15:44:36] <Fox_M|afk> Fox_M|afk is now known as Fox_Muldr
[15:44:45] <madsci44> hmm - when I zoom right in on itI see a cylinder - its just tiny
[15:44:57] <JT-Hardinge> well your tool is tiny
[15:45:01] <madsci44> think i see whats happening now
[15:45:12] <madsci44> yeah
[15:45:29] <JT-Hardinge> cool
[15:45:42] <madsci44> makse sense.. Thanks!
[15:45:47] <JT-Hardinge> np
[15:46:56] <JT-Hardinge> * JT-Hardinge wanders out to mow the grass wondering if stepgen's doublefreq still exists...
[15:48:18] <DaViruz> emc2 controlled lawn mower?
[15:48:54] <Guest243> anyone good with the mesa range of kit here????
[15:49:39] <jthornton> Guest243, just ask the question
[15:50:21] <Guest243> looking for 3 phase cards 8I20 and cards to run a lathe and VFD spindle
[15:50:59] <Guest243> i was wondering if the 8I20 is compatible....or visible by EMC
[15:51:03] <jthornton> I used a 5i20 with daughter cards to convert my lathe
[15:51:38] <Guest243> i have mach3 and granite devices VSDE and smooth stepper right now...but its a pig
[15:51:50] <jthornton> I've never heard of the 8i20 myself
[15:52:20] <Guest243> its a 3 phase motion driver 400v 20 amp by mesa
[15:52:36] <Guest243> 2.2kw rated
[15:53:36] <Guest243> which daughter cards did you use with the 5I20
[15:54:35] <jthornton> 7i33ta for the servo drives and a couple of 7i37ta's for I/O
[15:55:54] <jthornton> I wish pcw_home was around to answer that question
[15:57:42] <Guest243> so my granite devices VSDE drives are step /dir controlled....i take it they are no good to me anymore?
[15:58:23] <jthornton> you can use step direction drives
[15:58:39] <jthornton> I do on my plasma with a 5i20
[15:59:05] <Guest243> so the 5I20 will wire in directly to VSD-E
[15:59:19] <Guest243> ive read right through the manual and cant find anything to do with step /dir mode ????
[15:59:31] <jthornton> if it takes 5v step and direction inputs
[16:00:09] <jthornton> take a look at the stepper sample for the 5i20 (assuming you have EMC installed)
[16:03:56] <Guest243> burning the live cd now
[16:04:43] <Guest243> so its as simple as wiring the vsde 5v step /dir directly into the 5I20 ?
[16:05:27] <jthornton> you will need a 5i20 card installed to run the 5i20 config but not to just look at it
[16:05:28] <jthornton> pretty much
[16:05:31] <jthornton> I made a homemade breakout board for the 50 pin cable but I would use a Mesa breakout board if I did it again
[16:06:18] <Guest243> how did you control the VFD (mine is PWM+-10v
[16:06:21] <jthornton> such as a 7i42TA breakout FPGA protection card
[16:07:02] <jthornton> with my 7i33TA card on my lathe
[16:07:17] <jthornton> my plasma doesn't have a spindle so I only needed step and direction for the three axes
[16:07:32] <Guest243> good point
[16:07:48] <Guest243> which drivers did you use?
[16:08:23] <jthornton> drivers as in HostMot2?
[16:08:36] <Guest243> sorry motor drivers
[16:08:51] <jthornton> Gecko 203v's on all axes
[16:09:04] <Guest243> ooo right
[16:09:05] <jthornton> nice drives, fast, quiet, smooth
[16:09:28] <Guest243> i have 5 x 340's sitting about and a grex100 getting dust on them
[16:09:47] <jthornton> I hate dust :)
[16:10:20] <Guest243> the grex100 loves dust...all its good for...i dont know how gecko sold them and lived with themselves
[16:11:21] <Guest243> so the 8I20 motion driver wouldnt be visible by EMC2 i take it....so it should be compatible :)
[16:14:39] <jthornton> the only cards visible to EMC are the controller cards like 5i20 3xsomethingorother
[16:15:01] <jthornton> the grex100 must be an old drive
[16:15:25] <Guest243> 100mbit ethernet driven
[16:15:35] <Guest243> tcp modbus hack wannabe
[16:21:08] <jthornton> does your spindle have encoder feedback with index?
[16:21:18] <Guest243> how long did delivery take for you?
[16:21:38] <Guest243> my encoder has index.....
[16:21:48] <jthornton> a few days
[16:21:52] <Guest243> the spindle VFD is just +-10v PWM control
[16:22:14] <Guest243> right now i use the USB smooth stepper and mach3 to get position control
[16:22:30] <Guest243> its okay for threading
[16:22:43] <jthornton> with the encoder + index feed back to the 7i33TA you can thread
[16:22:51] <Guest243> but im using a 1000 CPR encoder and mach3 has trouble keeping up with it
[16:23:10] <Guest243> okay
[16:23:13] <jthornton> I use a 2500 ppr encoder with no problems
[16:23:16] <Guest243> i think i have the build down pat
[16:23:30] <Guest243> 1 x 5I22
[16:23:37] <Guest243> 2 x 8I20/8C20
[16:23:44] <Guest243> 1 x 7I33TA PWM controller
[16:23:46] <jthornton> no it is 4000 ppr on the spindle
[16:23:46] <jthornton> 2500 one I did some testing with ;)
[16:23:53] <Guest243> 2 x 7I42TA Breakout
[16:24:01] <Guest243> 2 x 7I37TA IO cards
[16:24:26] <Guest243> i think 1000 CPR is 4000 PPR
[16:24:47] <Guest243> as its quadrature so 4 x pulse
[16:25:03] <jthornton> I meant count per rev
[16:25:06] <Guest243> yea
[16:25:15] <jthornton> been out in the heat lol
[16:25:23] <Guest243> thats cool
[16:25:31] <Guest243> you been a fantastic help to me
[16:25:40] <jthornton> you don't need the breakout boards with the IO cards
[16:26:29] <Guest243> ooo right yea...just looking at the cards they have the connectors on them
[16:27:29] <jthornton> I'm waiting for the picture but I think the 5i22 will take 4 cards
[16:28:13] <jthornton> so you could have a 7i33, 7i42 and 2 7i37's on the 5i22
[16:29:06] <Guest243> whats the point of the 7i42?
[16:29:37] <Guest243> ooo
[16:29:42] <Guest243> homing switches and the like
[16:30:08] <jthornton> if you don't need the higher voltages the 7i37 provides
[16:30:37] <jthornton> or current
[16:30:51] <Guest243> my ext question
[16:31:01] <Guest243> whats the difference between the T / TA models?
[16:31:26] <jthornton> they don't make the T anymore and the TA has better terminal plugs
[16:31:56] <Guest243> do i need any programming cables?
[16:31:57] <jthornton> the TA are the ones with the green terminal plugs in the pictures
[16:32:02] <jthornton> no
[16:32:18] <jthornton> everything is in the .hal or ini files
[16:32:30] <Guest243> SOFTDMC?
[16:32:36] <jthornton> no
[16:33:10] <jthornton> that is not EMC related but for something else
[16:33:19] <Guest243> ooo right
[16:34:25] <jthornton> brb gotta check my smoker
[16:36:22] <jthornton> do you need all the I/O on your lathe to use a 5i22?
[16:36:41] <Guest243> 6 point gang tools
[16:36:46] <Guest243> 12 station rotary
[16:36:53] <Guest243> 5 live tools
[16:37:01] <Guest243> 2 spindles
[16:37:06] <Guest243> x and z
[16:37:11] <Guest243> planning a C
[16:37:34] <Guest243> spindle chiller
[16:38:10] <jthornton> oh, nice
[16:38:10] <jthornton> what kind is it?
[16:38:12] <jthornton> mine is a Hardinge CHNC I chucker with 12 station turret only
[16:38:30] <Guest243> mines hand built from the ground up
[16:38:43] <jthornton> oh, even better
[16:38:53] <Guest243> granite epoxy back filled
[16:39:06] <Guest243> stands about 1.7m high 2.5m long 1.4 m deep
[16:39:17] <Guest243> i must have been drunk when i decided i was going to build it
[16:39:28] <Guest243> it would have been cheaper to buy a new one
[16:39:33] <jthornton> when you get it converted you need to post a video on the wiki site or on the forum
[16:39:36] <Guest243> but its been very fun
[16:41:16] <Guest243> ill get some tomorrow
[16:41:45] <Guest243> would you go the PCI or PCI-E
[16:41:53] <Guest243> the 3x2x works out cheaper for me
[16:42:12] <jthornton> I have to run been nice talking to you
[16:42:17] <Guest243> nw
[16:42:23] <Guest243> thank you for your help
[16:51:43] <skunkworks> guest243: are you the one with the thread on cnczone?
[16:52:02] <Guest243> sign on cnczone is evo4wrx
[16:55:25] <skunkworks> neat.
[16:58:59] <Guest243> why does your nickname look familar?
[17:00:25] <Guest243> as in lockheed skunkworks?
[17:05:39] <skunkworks> heh - no. (I am on a bunch forums either skunkworks or samco)
[17:06:13] <skunkworks> I used to own a dodge stealth twin turbo - so - stealth -> skunkworks. (odd I know)
[17:23:19] <cradek> dist
[17:23:21] <cradek> oops
[18:12:40] <moop> Anyone know about testing encoders??????
[18:12:52] <cradek> yes!!!!!!
[18:13:01] <cradek> use a scope
[18:13:02] <moop> does emc have a way to show how many counts are coming from and encoder?
[18:13:11] <moop> hehehehehehe
[18:13:24] <moop> i cant cope with a scope
[18:13:31] <celeron55> halscope
[18:13:54] <moop> right I check the docs for halscope
[18:18:49] <moop> nope, halscope dont look like what i want
[18:19:01] <moop> and i dont have a real scope
[20:54:27] <JT-Hardinge> dang internet is lumpy today
[21:16:53] <moop> Are there any known emc "issues" with via epia motherboards?
[21:18:34] <moop> emc seems to totally lock up the system when running etch-servo config??
[21:19:28] <moop> I guess its a realtime kernel problem??
[21:23:24] <moop> does emc save any error logs that may be readable after a reset and filesystem repair?
[21:26:55] <JT-Hardinge> dmesg
[21:27:10] <JT-Hardinge> and there might be another one
[21:28:47] <JT-Hardinge> SWEET! my turret encoder is working now after changing a couple of switching diodes :) :) :)
[21:28:59] <cradek> yay!
[21:33:04] <JT-Hardinge> 30 cents worth of parts fixed my encoder now how/why did the coolant get in there?
[21:43:54] <JT-Hardinge> now I can reset all my tool holders on the turret back to the way I like them :)
[21:51:19] <moop> i thought dmesg was erased at reboot?
[21:51:34] <moop> I can only do a hardreset
[21:52:01] <moop> ctrl alt F1 wont get a console
[21:52:14] <moop> even num lock and caps lock dont work
[21:54:05] <moop> does PID or pwmgen do some strange RTAI lock waiting for signals when they start?
[21:55:24] <moop> I will try it on another machine, if it works, then maybe try changing some bios settings on the epia
[21:56:21] <moop> running a 6 axis stepper system works fine on the epia
[21:59:08] <andypugh> You can do stepper but not sero?
[21:59:24] <andypugh> I joined late, so don't know what your problem is.
[21:59:57] <andypugh> Not that it is worth explaining in any detail, I won't be able to help, I am afraid.
[22:14:05] <madsci44> So now I need to figure out how to get EMC to read an analog value via the parallel port somehow
[22:14:32] <madsci44> i was thinking of converting the signal to a pulse width
[22:15:16] <madsci44> and maybe figuring out how to use HAL to time it and translate it to a value - is that possible? is there much overhead?
[22:19:20] <geo01005> madsci44: does the signal need to be read in realtime?
[22:21:40] <madsci44> hmm .. not really i would like to do about 10-20 reads per second if possible
[22:21:55] <madsci44> to time a pulse i thought realtime was sort of necessary
[22:22:03] <geo01005> what are you using it for?
[22:22:19] <geo01005> (the analog signal)
[22:22:22] <madsci44> well for the moment just for feeding indicators to pyvcp widgets
[22:22:34] <madsci44> air pressure , arc voltage, etc
[22:22:46] <geo01005> I would consider using an arduino to do that.
[22:22:51] <JT-Hardinge> you can input to an encoder and use the velocity as your analog... converted to your units
[22:23:07] <JT-Hardinge> for arc voltage I'd use the THC card from Mesa
[22:23:07] <madsci44> depending on how well it works i might use it for control
[22:23:53] <madsci44> yeah, I have an external thc of my own design which works well
[22:23:55] <geo01005> The arduino can read the analog signal and then send the results digitally over USB. But it won't be realtime.
[22:24:24] <madsci44> im just wondering if its possible to do it via a parallel pin
[22:24:37] <geo01005> If you are just using it for indicators, then the arduino would work fine.
[22:24:38] <madsci44> probably inefficient
[22:25:13] <JT-Hardinge> pokeys can take in 4 analog signals and send them over the usb
[22:25:19] <madsci44> my controller can do USB
[22:25:58] <madsci44> never tried it in EMC because for some reason enabling USB compromises performance on my junk control machine
[22:26:35] <madsci44> how would EMC read the usb from the pokeys?
[22:27:28] <geo01005> http://wiki.linuxcnc.org/emcinfo.pl?ContributedComponents#Arduino_ADC_PWM_and_digital_I_O
[22:27:31] <madsci44> i guess i should go look at some pendant configs for an idea
[22:27:42] <geo01005> with the arduino you could use any serial inerface rather then usb.
[22:28:15] <andypugh> madsci44: Easiest way is to use a voltage-frequency converter, then send the pin to an encoder module, and read off the encoder velocity. Encoders in counter-mode only need one pin.
[22:28:15] <JT-Hardinge> if your controller does all you want what are you looking for?
[22:28:46] <madsci44> well one thing my controller doesnt have is PCI interface :)
[22:29:05] <madsci44> so as i said i was exploring if it could be done via a parallel pin
[22:29:12] <madsci44> thats a good idea andy
[22:29:25] <geo01005> do you have a serial port?
[22:29:27] <andypugh> Actually, you could use the Arduino to do voltage-frequency too.
[22:29:36] <madsci44> yeah serial might be an idea
[22:30:00] <andypugh> For non-RT stuff it probably makes sense
[22:30:17] <madsci44> ill have to get an arduino to play with one of these days
[22:30:37] <geo01005> I find them very useful.
[22:30:49] <andypugh> By the time you have got the Voltage to frequency stuff bought and on a PCB, you could have had an Arduino working more cheaply and a week earlier
[22:31:41] <madsci44> voltage to freq would take me maybe 40 minutes
[22:31:48] <skunkworks> I would think a simple voltage to frequency converter would work just fine also. (and would be realtime through the printer port - hooked to the encoder counter - this would give you 'velocity' in relation to the frequency)
[22:31:51] <madsci44> on the hardware side
[22:31:52] <andypugh> I am currently experimenting with using an Arduino as a 3-phase converter. But I got a bit nervous when I saw 680 V DC on the proto-board earlier!
[22:33:00] <madsci44> eek
[22:33:17] <andypugh> It's about 80V more than I was expecting.
[22:33:25] <madsci44> ah
[22:33:46] <andypugh> But 600V is scary enough, sat there on bare wires
[22:34:29] <andypugh> I think there will be a relay to discharge the caps when it is powered off on that board. I don't trust myself to remember.
[22:35:36] <madsci44> just put a bleeder resistor on it no?
[22:35:58] <madsci44> or maybe takes too long
[22:40:01] <madsci44> i remember reading talk of an EPP driver somewhere - does anyone know if that materialized?
[22:40:56] <geo01005> epp driver for what?
[22:41:11] <andypugh> A bleed resistor at 600V / 1000uF is either too slow, or needs to be a 50W monster.
[22:44:59] <madsci44> for emc?
[22:46:12] <geo01005> isn't that what you are using right now?
[22:47:00] <madsci44> well my understanding is that EMC reads it in SPP mode, otherwise we could use the EPP control signals to do alot of stuff
[22:47:35] <geo01005> The 7i43 uses epp.
[22:48:00] <madsci44> EPP mode could read/write it as bytes, address or data,
[22:48:34] <madsci44> maybe i should look at the 7i43 driver then, that would be cool
[22:48:52] <madsci44> i dont have any Mesa hardware
[22:49:12] <andypugh> You can still look at the driver though, it's all there in the source.
[22:49:14] <skunkworks> so does the pluto and pico software
[22:49:38] <skunkworks> * to control the software
[22:50:16] <madsci44> with one of those devices can EMC read a quantity in realtime? say a byte value?
[22:51:59] <andypugh> In theory
[22:52:12] <andypugh> You would have to re-assemble the byte from bits, I think.
[22:52:32] <skunkworks> I don't think so at this time. The mesa hardware has some spi type devices that will read an analog signal - but the support in emc isn't there yet. You could theoretically use 8 or 16 inputs of the mesa card to create a word
[22:52:36] <skunkworks> heh
[22:53:01] <andypugh> Though you cold use as many bits as you like.
[22:53:07] <skunkworks> right
[22:53:24] <madsci44> but that word would have to be assembled from individual bits i guess then?
[22:53:27] <andypugh> And it would be a very simple comp to write, if it doesn't exist.
[22:53:29] <skunkworks> I still think the V/F converter would be the easiest. uses 1 bit.
[22:53:40] <madsci44> yeah
[22:54:12] <madsci44> im thinkign more and more i should just get my feet wet- read through some of the driver code and figure out how to make a driver for my controller
[22:54:23] <skunkworks> and as long as the max frequency is < about 30khz - A decent computer should read it from the printer port
[22:55:20] <madsci44> yeah, could actually even use the heartbeat as the clock
[22:55:28] <madsci44> so its synced reliably
[22:56:14] <skunkworks> would it need to be synced?
[22:56:39] <madsci44> hmm idonno
[22:57:43] <andypugh> madsci44: No need to get too carried away with drivers etc, you can probably do what you want with a HAL component written in cmp.
[22:57:54] <andypugh> (Sorry, written in "Comp")
[22:58:15] <madsci44> im mostly tossing around/brainstorming ideas contemplating a direction here, so if i seem lost i am :)
[22:58:17] <andypugh> http://linuxcnc.org/docs/html/hal_comp.html
[22:58:19] <skunkworks> I wrote my first comp at the fest. actually sort of worked ;)
[22:58:47] <skunkworks> With a little help - like finding out about fabs instead of abs... ;)
[22:58:53] <andypugh> There is a point where it becomes easier than stringing existing HAL functions together.
[22:58:58] <madsci44> I like how hal works I am still building experience using it in practice
[22:59:11] <madsci44> i wonder about overhead
[22:59:36] <andypugh> If you have a string of more than a dozen HAL components it is possibly time to write your own.
[23:02:27] <andypugh> I think 877Hz is a bit high to be running my 3-phase motor at. Looks like I have made an error of arithmetic.
[23:04:11] <madsci44> that for a spindle?
[23:05:34] <andypugh> No :-)
[23:05:42] <andypugh> I was wanting 50Hz
[23:16:06] <moop> Yes emc definitly has a problem with epia motherboards, unless my epia motherboard has its own problem
[23:17:30] <moop> the etch-servo config works fine(in as much as it does not crash the pc) on another pc
[23:25:03] <andypugh> Video cards and drivers are a frequent cause of that sort of bother.
[23:31:49] <Valen> keep in mind the epia is much lower powered
[23:38:12] <moop> I now just run through most of the bios permutations and it still crash every time
[23:38:59] <moop> and its partially screwed my harddisk, i think cause of the power off resets required
[23:39:35] <moop> I may try an older version of emc tomorrow, see if that changes anything?
[23:41:09] <moop> its late now so I am off, thanks for all the advice people, have a good night
[23:41:09] <Valen> whats the specific problem your getting?
[23:41:16] <Valen> cya
[23:41:39] <moop> well i will repeat the problem before I leave......
[23:42:11] <moop> basically the pc totally locks up when loading the etch-servo config into axis
[23:42:37] <Valen> can you ssh into it from outside at all? and do the logs say anything?
[23:42:54] <moop> the axis splash screen loads then disappears then the mouse freezes and nothing works
[23:43:15] <Valen> I would take a look through the syslog and see where it got up to
[23:43:24] <moop> aaahhhh, thats a good thought, i try the ssh tomorrow
[23:43:43] <moop> and check syslog
[23:43:43] <Valen> perhaps tail syslog from the ssh terminal before starting it
[23:44:08] <Valen> my first guess would be servo period is too short for whatevers being loaded
[23:44:20] <moop> i doubt ssh will work, but its worth a try
[23:44:53] <Valen> ssh before you start axis
[23:44:58] <Valen> tail /var/log/syslog -f
[23:45:01] <Valen> then start axis
[23:45:06] <moop> so the servo period is set in the .hal config file?
[23:45:12] <Valen> I think so yes
[23:46:02] <moop> I try reducing the servo period in the config also
[23:46:36] <Valen> you need to increase it
[23:46:54] <Valen> if its too short it doesn't give the computer any time to do anything
[23:47:22] <moop> thanks Valen, you given me some good ideas, but as I said before I am leaving for some sleep.
[23:47:33] <Valen> cya
[23:47:51] <moop> too tired to concentrate
[23:48:03] <moop> have a good night
[23:54:25] <madsci44> that out8 example in comp looks much like what im trying to do
[23:56:01] <madsci44> thanks for that link andypugh - idonno why i didnt find that before
[23:56:48] <andypugh> It is one of those pages I can never find except through the search.
[23:56:59] <andypugh> But anyway, tome to sleep here too.