Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2012-06-22 Thread Rando Sauvage
2012/6/21, John Kasunich jmkasun...@fastmail.fm: On Thu, Jun 21, 2012, at 04:11 PM, Rando Sauvage wrote: 2012/6/21, John Kasunich jmkasun...@fastmail.fm: On Thu, Jun 21, 2012, at 02:19 PM, Rando Sauvage wrote: I have tried to do a logical OR with hal components in my custom.hal file,

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2012-06-21 Thread Rando Sauvage
2011/4/11, Rando Sauvage rando.sauv...@gmail.com: For now, I finally achieved to remote control my machine by using halcmd as suggested too. I have done 2 scripts called emc_pause emc_resume. Both scripts can pause resume a running program, and also deals with the spindle the coolant flood

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2012-06-21 Thread andy pugh
On 21 June 2012 13:19, Rando Sauvage rando.sauv...@gmail.com wrote: I have tried to do a logical OR with hal components in my custom.hal file, but it doesn't works since my emc_pause script doesn't address a real pin anymore . Your script could use halcmd setp or2.0.in0 1 ie, it can drive the

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2012-06-21 Thread John Kasunich
On Thu, Jun 21, 2012, at 02:19 PM, Rando Sauvage wrote: I have tried to do a logical OR with hal components in my custom.hal file, but it doesn't works since my emc_pause script doesn't address a real pin anymore ... loadrt or2 count=1 addf or2.0 servo-thread net programPause =

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2012-06-21 Thread Rando Sauvage
Thanks both for your answers. I am quite sure I tried halcmd setp or2.0.in1 1; and it didn't work (it failed with a message pin already in use or something like this). Wasn't aware of the existence of the sets command, great! I will get a try again in a couple of hours and let you know. Xavier

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2012-06-21 Thread John Kasunich
On Thu, Jun 21, 2012, at 04:11 PM, Rando Sauvage wrote: Thanks both for your answers. I am quite sure I tried halcmd setp or2.0.in1 1; and it didn't work (it failed with a message pin already in use or something like this). Oh, right - it won't let you set the pin because there is a

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2011-04-12 Thread Ed Nisley
On Mon, 2011-04-11 at 09:51 -0700, Kirk Wallace wrote: a page on the wiki covering the making of bellows. For those of us with Sherline mills and no flood coolant, plain old paper works surprisingly well. You don't form a deep emotional attachment to it, so throwing it out when it gets really

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2011-04-12 Thread gene heskett
On Tuesday, April 12, 2011 08:26:12 PM Ed Nisley did opine: On Mon, 2011-04-11 at 09:51 -0700, Kirk Wallace wrote: a page on the wiki covering the making of bellows. For those of us with Sherline mills and no flood coolant, plain old paper works surprisingly well. You don't form a deep

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2011-04-11 Thread Rando Sauvage
2011/4/7 Stephen Wille Padnos spad...@sover.net: Rando Sauvage wrote: Hi, I am an EMC2 user and currently I am doing some pieces which take several hours to mill. So, I would like to run my CNC while I am not at home (eg while I am at work), but still want to take an eye on my CNC through

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2011-04-11 Thread Igor Chudov
Awesome commands to pause and resume, I saved them for later use!!! The joystick on the wood router is also a nice touch. I use a joypad. i On Mon, Apr 11, 2011 at 7:35 AM, Rando Sauvage rando.sauv...@gmail.comwrote: 2011/4/7 Stephen Wille Padnos spad...@sover.net: Rando Sauvage wrote:

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2011-04-11 Thread Igor Chudov
Xavier. I love your approach. I rewrote my CNC functions (to which I added your great functions) to make it easier to read and enhance in the future. Here they are. CNC_PressButton() { local BUTTON=$1 local SLEEP=0.1 halcmd setp $BUTTON 1 sleep $SLEEP halcmd setp $BUTTON

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2011-04-07 Thread Igor Chudov
I use a remote IP camera. Screenshot of it is here: http://igor.chudov.com/tmp/Netcam.png http://igor.chudov.com/tmp/Netcam.pngComments below: On Thu, Apr 7, 2011 at 11:53 AM, Rando Sauvage rando.sauv...@gmail.comwrote: I am an EMC2 user and currently I am doing some pieces which take

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2011-04-07 Thread andy pugh
On 7 April 2011 17:53, Rando Sauvage rando.sauv...@gmail.com wrote: So, I would like to run my CNC while I am not at home (eg while I am at work), but still want to take an eye on my CNC through an IP camera + *get the possibility to remote control the AXIS GUI* (this is the important part

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2011-04-07 Thread Stephen Wille Padnos
Rando Sauvage wrote: Hi, I am an EMC2 user and currently I am doing some pieces which take several hours to mill. So, I would like to run my CNC while I am not at home (eg while I am at work), but still want to take an eye on my CNC through an IP camera + *get the possibility to remote

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2011-04-07 Thread Kirk Wallace
On Thu, 2011-04-07 at 18:53 +0200, Rando Sauvage wrote: ... snip So, I would like to run my CNC while I am not at home (eg while I am at work), but still want to take an eye on my CNC through an IP camera + *get the possibility to remote control the AXIS GUI* (this is the important part ;-))

Re: [Emc-users] Monitor and control my CNC through an IP camera ?

2011-04-07 Thread Kirk Wallace
On Thu, 2011-04-07 at 10:54 -0700, Kirk Wallace wrote: ... snip In case it might help, here is a link to some remote control and multi-interface information: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Running_Multiple_User_Interfaces This page really needs to be updated, but might provide