#linuxcnc-devel | Logs for 2015-05-03

Back
[00:04:10] -!- moorbo has quit [Remote host closed the connection]
[00:08:13] <jepler> yet another reason to carefully put copyright information in each source file https://lists.debian.org/debian-legal/2015/05/msg00001.html
[00:08:54] -!- Loetmichel has quit [Ping timeout: 276 seconds]
[00:09:36] <Tom_itx> heh
[00:13:41] <jepler> debian people, bless their hearts, are sticklers
[00:17:14] -!- moorbo has quit [Remote host closed the connection]
[00:17:55] <Tom_itx> i wonder if i can figure out spindle sync tonight
[00:18:02] <Tom_itx> the pieces are all in place
[00:18:10] <Tom_itx> the code needs some work
[00:19:14] -!- atom1 [atom1!~tom@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[00:29:35] -!- Camaban has quit [Quit: Leaving]
[00:30:05] -!- FreezingCold has quit [Ping timeout: 265 seconds]
[00:47:08] -!- Roguish has quit [Quit: ChatZilla 0.9.91.1 [Firefox 37.0.2/20150415140819]]
[00:53:41] <Tom_itx> http://linuxcnc.org/docs/2.7/html/examples/spindle.html#_spindle_synchronized_motion_a_id_sec_spindle_synchronized_motion_a
[00:54:13] <Tom_itx> in the spindle at speed example, where do the spindle-cmd and spindle-velocity signals come from?
[00:54:46] <Tom_itx> those appear to be output to the near function so must contain values
[00:55:28] <Tom_itx> and i don't see them in motion.spindle.xxx
[01:03:24] -!- CaptHindsight has quit [Quit: gone]
[01:10:55] <seb_kuzminsky> it's motion.spindle-at-speed
[01:11:01] <seb_kuzminsky> Tom_itx: http://linuxcnc.org/docs/2.7/html/man/man9/motion.9.html
[01:11:10] <seb_kuzminsky> motion.spindle-at-speed IN BIT
[01:11:10] <seb_kuzminsky> Motion will pause until this pin is TRUE, under the following conditions: before the first feed move after each spindle start or speed change; before the start of every chain of spindle-synchronized moves; and if in CSS mode, at every rapid->feed transition.
[01:11:49] <Tom_itx> i'm looking at the motion page too
[01:12:16] <Tom_itx> i'm wondering where those input signals come from
[01:13:05] <Tom_itx> i started this about a month ago and had to let it sit :(
[01:13:59] ffurrywol is now known as furrywolf
[01:16:08] <Tom_itx> i temporarily had that pin hardcoded true
[01:16:23] <Tom_itx> i'm trying to get it from the spindle now
[01:17:29] -!- asdfasd has quit [Ping timeout: 256 seconds]
[01:17:38] <seb_kuzminsky> it comes from your spindle feedback mumble, vfd or encoder or whatever
[01:18:27] <Tom_itx> so that's a sudo example
[01:18:33] <Tom_itx> not actual working code
[01:19:23] <seb_kuzminsky> it's meant to be working
[01:19:36] <seb_kuzminsky> in 6.1 we see the spindle feedback coming from an encoder comp
[01:19:57] <seb_kuzminsky> in 6.2 we add a near comp to tell motion when the spindle is "at" speed (really: near speed)
[01:20:30] <Tom_itx> ok i wasn't following from the top, i started at 6.2
[01:20:36] <Tom_itx> i'll review it again
[01:20:45] <seb_kuzminsky> yeah, 6.2 isn't a complete example, but 6 is ;-)
[01:21:10] <Tom_itx> do i need the sync example for rigid tapping?
[01:21:12] <Tom_itx> i suppose so
[01:22:34] <seb_kuzminsky> i dont understand the question
[01:23:09] <Tom_itx> i need the signals for synchronized motion for rigid tapping to work properly
[01:23:10] <seb_kuzminsky> spindle synced motion like rigid tapping requires spindle feedback
[01:23:16] <Tom_itx> ok
[01:23:46] <seb_kuzminsky> rigid tapping works on the spindle index, i think (like in the example in 6.1)
[01:24:02] <Tom_itx> for some reason andy's gear cutting youtube keeps sticking in my head
[01:24:17] <seb_kuzminsky> so you need a one-pulse-per-rev signal from your spindle feedback circuitry to trigid tap
[01:24:24] <seb_kuzminsky> well andy's a wizard
[01:24:28] <Tom_itx> where do you reset the index signal or is that part of the rigid tap cycle?
[01:24:28] -!- CaptHindsight [CaptHindsight!~2020@unaffiliated/capthindsight] has joined #linuxcnc-devel
[01:24:42] <Tom_itx> i realize you need to reset it once it's triggered
[01:25:02] <Tom_itx> i think that's one of the few bidirectional pins
[01:26:15] <Tom_itx> i should be asking in the regular channel... it's kinda gone to crap lately
[01:37:01] <Tom_itx> i did get 2.7 loaded
[01:38:26] <seb_kuzminsky> bbl
[02:08:24] -!- atom1 has quit [Quit: Leaving]
[02:17:52] <Tom_itx> crap. motion.spindle-speed-in is in rps and motion-spindle-speed-out is in rpm
[02:18:00] <Tom_itx> one would think they would be in the same units
[02:18:10] <cradek> there's like 11 outs in different formats
[02:18:17] <cradek> pick the appropriate one
[02:18:36] <Tom_itx> ty
[02:18:38] <Tom_itx> :)
[02:18:54] <Tom_itx> -out-rps
[02:19:10] <Tom_itx> and probably abs
[02:19:20] <Tom_itx> since it will be reading reverse as well
[02:30:00] <Tom_itx> nope, abs not needed
[02:30:08] <Tom_itx> thanks cradek it's working
[02:30:26] <cradek> yay!
[02:30:31] <Tom_itx> now on to the sync part...
[02:36:31] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-60-251.dhcp.jcsn.tn.charter.com] has joined #linuxcnc-devel
[02:38:49] -!- MrSunshine has quit [Ping timeout: 264 seconds]
[02:42:22] <Tom_itx> ok i mdi the G33.1 command and it moved z with the spindle however it never stopped and reversed out
[02:42:37] <Tom_itx> (nothing hooked up, just watching the screen)
[02:52:35] <Tom_itx> mmm watching it, the scale somewhere seems way off. it's moving in -z but the distance to go is taking forever to count down using the .750" thread from the example
[02:52:59] <Tom_itx> it probably would have cut about 6-8" worth by now
[03:00:18] <Tom_itx> i think i need to find the component that scales the spindle rpm with the stepper pwm
[03:00:54] -!- Mr_Sheesh has quit [Quit: brb cycling cable box -.-]
[03:13:37] -!- sumpfralle has quit [Ping timeout: 250 seconds]
[03:28:45] -!- KimK_laptop has quit [Quit: Leaving]
[03:33:22] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[04:00:21] -!- Servos4ever has quit [Quit: ChatZilla 0.9.91.1 [SeaMonkey 2.26.1/20140612173529]]
[04:06:40] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[04:24:53] -!- AR_ has quit [Ping timeout: 246 seconds]
[04:27:53] -!- Computer_Barf1 has quit [Quit: Leaving.]
[04:35:15] -!- furrywolf has quit [Ping timeout: 256 seconds]
[04:48:11] -!- kwallace has quit [Ping timeout: 265 seconds]
[04:49:08] -!- kwallace [kwallace!~kwallace@smb-249.sonnet.com] has joined #linuxcnc-devel
[05:01:10] -!- kwallace [kwallace!~kwallace@smb-249.sonnet.com] has parted #linuxcnc-devel
[05:11:59] Computer_Barf_Up is now known as Computer_Barf_ho
[05:13:27] Computer_Barf_ho is now known as Technoid-Home
[05:21:16] -!- ve7it has quit [Remote host closed the connection]
[06:38:06] -!- dnaleromj [dnaleromj!~dnaleromj@45-16-254-175.lightspeed.chtnsc.sbcglobal.net] has joined #linuxcnc-devel
[06:51:02] -!- Miner_48er has quit [Quit: Leaving]
[06:57:58] -!- FinboySlick has quit [Quit: Leaving.]
[07:52:03] -!- f1oat4 [f1oat4!~f1oat@AMontsouris-553-1-108-215.w92-151.abo.wanadoo.fr] has joined #linuxcnc-devel
[08:01:45] -!- Mr_Sheesh has quit [Remote host closed the connection]
[08:09:59] -!- Mr_Sheesh has quit [Remote host closed the connection]
[08:17:18] -!- Mr_Sheesh has quit [Remote host closed the connection]
[08:22:48] -!- Deejay has quit [Disconnected by services]
[08:23:18] Deejay is now known as Guest19407
[08:28:01] -!- Guest19407 has quit [Ping timeout: 264 seconds]
[08:38:57] -!- Deejay__ has quit [Ping timeout: 240 seconds]
[08:40:25] Deejay___ is now known as Deejay__
[08:51:25] -!- Deejay__ has quit [Ping timeout: 264 seconds]
[09:02:14] -!- eventor [eventor!~eventor@p5B254F2F.dip0.t-ipconnect.de] has joined #linuxcnc-devel
[09:25:37] -!- robertm_ has quit [Remote host closed the connection]
[09:39:54] -!- tocka has quit [Client Quit]
[09:43:56] -!- karavanjo has quit [Ping timeout: 272 seconds]
[09:45:14] -!- b_b has quit [Changing host]
[09:59:13] -!- f1oat4 has quit [Ping timeout: 264 seconds]
[10:03:03] -!- micges_ [micges_!~micges@agd14.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[10:06:32] -!- micges has quit [Ping timeout: 252 seconds]
[10:13:47] micges_ is now known as micges
[10:14:33] -!- jesseg has quit [Ping timeout: 240 seconds]
[10:25:00] -!- micges has quit [Quit: Ex-Chat]
[11:38:55] -!- karavanjo has quit [Ping timeout: 244 seconds]
[11:45:42] -!- JohnyK has quit [Ping timeout: 264 seconds]
[12:38:33] -!- b_b has quit [Remote host closed the connection]
[12:38:47] -!- b_b has quit [Changing host]
[12:47:25] -!- dnaleromj has quit []
[12:59:13] -!- amiri_ has quit [Read error: Connection reset by peer]
[13:26:49] -!- Akex_ [Akex_!uid58281@gateway/web/irccloud.com/x-yusqoqmiiywgrjfx] has joined #linuxcnc-devel
[14:03:05] -!- mhaberler has quit [Quit: mhaberler]
[14:05:00] -!- Deejay has quit [Ping timeout: 272 seconds]
[14:06:27] -!- Akex_ [Akex_!uid58281@gateway/web/irccloud.com/x-yusqoqmiiywgrjfx] has parted #linuxcnc-devel
[14:07:31] -!- micges [micges!~micges@agd14.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[14:19:45] -!- kwallace [kwallace!~kwallace@smb-147.sonnet.com] has joined #linuxcnc-devel
[14:24:48] -!- norias has quit [Ping timeout: 265 seconds]
[14:40:04] -!- ink has quit [Remote host closed the connection]
[14:46:21] -!- Roguish [Roguish!~chatzilla@c-50-143-183-159.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[15:23:06] -!- Deejay has quit [Quit: Deejay]
[15:24:44] -!- syyl has quit [Ping timeout: 265 seconds]
[15:30:34] <KGB-linuxcnc> 03Dewey Garrett 052.7 ecf306f 06linuxcnc 10(9 files in 2 dirs) xhc-hb04: use include files for demos * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ecf306f
[15:45:46] -!- ingsoc has quit [Quit: Leaving.]
[16:02:03] -!- Roguish_ [Roguish_!~chatzilla@c-50-143-183-159.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[16:03:45] -!- Roguish has quit [Ping timeout: 256 seconds]
[16:03:58] Roguish_ is now known as Roguish
[16:13:07] -!- Roguish has quit [Quit: ChatZilla 0.9.91.1 [Firefox 37.0.2/20150415140819]]
[16:13:49] <KGB-linuxcnc> 03Dewey Garrett 052.7 f85632e 06linuxcnc 10tcl/bin/emccalib.tcl emccalib: donot give up if a halfile not found * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=f85632e
[16:19:16] -!- Akex_ has quit [Quit: Connection closed for inactivity]
[16:45:07] -!- Roguish [Roguish!~chatzilla@c-50-143-183-159.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[16:55:36] -!- norias has quit [Ping timeout: 265 seconds]
[17:08:26] amnesic_away is now known as amnesic
[17:14:16] -!- tocka has quit [Quit: tocka]
[17:20:42] -!- Tecan has quit [Ping timeout: 272 seconds]
[17:25:44] amnesic is now known as amnesic_away
[17:26:24] -!- f1oat4 [f1oat4!~f1oat@AMontsouris-553-1-108-215.w92-151.abo.wanadoo.fr] has joined #linuxcnc-devel
[17:43:27] -!- sumpfralle has quit [Ping timeout: 265 seconds]
[17:45:32] -!- karavanjo has quit [Remote host closed the connection]
[17:49:52] -!- moorbo has quit [Read error: Connection reset by peer]
[17:56:40] -!- skorasaurus has quit [Ping timeout: 272 seconds]
[18:26:30] amnesic_away is now known as amnesic
[18:31:39] -!- Computer_barf has quit [Ping timeout: 256 seconds]
[18:31:43] -!- taiden has quit [Ping timeout: 246 seconds]
[18:31:56] -!- Technoid-Home has quit [Ping timeout: 240 seconds]
[18:32:34] -!- ingsoc has quit [Quit: Leaving.]
[18:37:07] -!- tocka has quit [Quit: tocka]
[18:41:52] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[19:05:51] -!- djinni` has quit [Ping timeout: 248 seconds]
[19:09:03] -!- syyl_ws has quit [Remote host closed the connection]
[19:26:57] -!- JT-Shop [JT-Shop!~john@184.21.239.59] has joined #linuxcnc-devel
[19:38:47] -!- gene78 has quit [Read error: Connection reset by peer]
[19:41:04] -!- micges has quit [Quit: Ex-Chat]
[20:02:06] -!- b_b has quit [Remote host closed the connection]
[20:22:08] -!- crazy_imp has quit [Ping timeout: 246 seconds]
[20:24:12] -!- crazy_imp has quit [Changing host]
[20:30:41] -!- pcw_home_ [pcw_home_!~chatzilla@c-50-143-148-115.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[20:34:03] -!- pcw_home has quit [Ping timeout: 250 seconds]
[20:34:05] pcw_home_ is now known as pcw_home
[20:55:50] -!- Deejay has quit [Quit: bye]
[20:56:09] -!- mhaberler has quit [Ping timeout: 250 seconds]
[20:56:49] -!- tocka has quit [Client Quit]
[20:58:16] -!- skorasaurus has quit [Ping timeout: 256 seconds]
[21:07:57] -!- Computer_barf has quit [Quit: Leaving.]
[21:15:53] -!- jthornton [jthornton!~john@184.21.239.59] has joined #linuxcnc-devel
[21:29:39] -!- tocka has quit [Ping timeout: 265 seconds]
[21:30:57] -!- Technoid-Home has quit [Quit: Leaving]
[21:37:12] -!- chillly has quit [Quit: Ex-Chat]
[21:40:22] -!- f1oat4 has quit [Ping timeout: 272 seconds]
[21:45:48] -!- atom1 [atom1!~tom@ip68-102-196-57.ks.ok.cox.net] has joined #linuxcnc-devel
[21:45:49] -!- atom1 has quit [Changing host]
[21:45:49] -!- atom1 [atom1!~tom@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[21:54:04] -!- q3k has quit [Quit: WeeChat 0.4.3]
[21:56:42] -!- teepee has quit [Ping timeout: 276 seconds]
[21:56:45] -!- teepee [teepee!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[21:57:38] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-60-251.dhcp.jcsn.tn.charter.com] has joined #linuxcnc-devel
[22:13:24] -!- micges [micges!~micges@aefl101.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[22:33:53] -!- Roguish has quit [Quit: ChatZilla 0.9.91.1 [Firefox 37.0.2/20150415140819]]
[22:42:17] -!- syyl_ has quit [Quit: Verlassend]
[22:46:38] -!- eventor has quit [Ping timeout: 252 seconds]
[22:48:17] -!- Miner_48er has quit [Quit: Leaving]
[22:58:33] -!- moorbo has quit [Ping timeout: 256 seconds]
[23:04:58] -!- i_tarzan has quit [Ping timeout: 252 seconds]
[23:06:56] tjb11 is now known as tjb1
[23:12:46] -!- atom1 has quit [Quit: Leaving]
[23:20:46] -!- Tecan has quit [Changing host]
[23:29:45] -!- ink has quit [Remote host closed the connection]
[23:52:57] -!- huma has quit [Ping timeout: 256 seconds]