Re: [Emc-users] Real-Time Image procesing in HAL (WAS opencv for shape recognition...)

2014-10-17 Thread Charles Buckley
Not sure if the following link will be helpful for anyone, but I did stumble across it. http://derekmolloy.ie/beaglebone/beaglebone-video-capture-and-image-processing-on-embedded-linux-using-opencv/ On Fri, Oct 17, 2014 at 5:16 PM, Gene Heskett wrote: > On Friday 17 October 2014 16:59:33 andy

Re: [Emc-users] Real-Time Image procesing in HAL (WAS opencv for shape recognition...)

2014-10-17 Thread Gene Heskett
On Friday 17 October 2014 16:59:33 andy pugh did opine And Gene did reply: > On 17 October 2014 20:57, Gene Heskett wrote: > > Driving the machine to center that mark so you can record it using > > the align package, is however pretty frustrating when its 5 seconds > > after you have taken the fin

Re: [Emc-users] ubuntu 10.04 on GA-J1800N-D2P

2014-10-17 Thread Dave Cole
That is an Intel "Baytrail" based board. You need at least Ubuntu 12.04 and preferably 14.04 to run that board. I think there are video issues with 12.04 and Baytrail unless you run the Vesa drivers and that is a compromise. Google "Baytrail Ubuntu" for more info. I have Debian Wheezy runni

Re: [Emc-users] Real-Time Image procesing in HAL (WAS opencv for shape recognition...)

2014-10-17 Thread andy pugh
On 17 October 2014 20:57, Gene Heskett wrote: > Driving the machine to center that mark so you can record it using the > align package, is however pretty frustrating when its 5 seconds after you > have taken the finger off the moveit key before the camera shows you where > its actually at. That'

Re: [Emc-users] F0

2014-10-17 Thread alex chiosso
Why do not use a custom M function syncronized to do that ? M1xx G1 X100 Y240 F100 Into the M1xx you can fit the Hal code to perform what you need. Il giorno 17/ott/2014 21:30, "a k" ha scritto: > About: > I was wondering if motion.motion-type would work but that > distinguishes between lines and

Re: [Emc-users] F0

2014-10-17 Thread a k
About: I was wondering if motion.motion-type would work but that distinguishes between lines and arcs rather then feeds or traverses. Motion can be 2 type -- first -- when machine does deposition/cutting - actual work and second - when machine position themself to the next beginning point. when ma

Re: [Emc-users] F0

2014-10-17 Thread alex chiosso
Hi Sebastian. I was looking at the Integrator Manual at the section that describes the motion Hal component. Il giorno 17/ott/2014 20:49, "Sebastian Kuzminsky" ha scritto: > On 10/17/2014 08:44 AM, alex chiosso wrote: > > Just a note . > > The debugging pins aren't listed into the PDF doc (as I c

Re: [Emc-users] Real-Time Image procesing in HAL (WAS opencv for shape recognition...)

2014-10-17 Thread Gene Heskett
On Friday 17 October 2014 15:30:10 andy pugh did opine And Gene did reply: > On 17 October 2014 20:04, Javier Ros wrote: > > It would be nice to know, if opencv has been written with real time > > in mind, so that memory allocation, pagefaults "et al." works in a > > compatible way can be taken aw

Re: [Emc-users] Real-Time Image procesing in HAL (WAS opencv for shape recognition...)

2014-10-17 Thread Gene Heskett
On Friday 17 October 2014 15:04:08 Javier Ros did opine And Gene did reply: > Thanks for your answers. > > This looks like an important problem to me, looking at the foreseable > future Artificial Vision is going to have a preeminent role everywhere. > I expect machines including CNC controls maki

Re: [Emc-users] F0

2014-10-17 Thread Sebastian Kuzminsky
On 10/17/2014 08:44 AM, alex chiosso wrote: > Just a note . > The debugging pins aren't listed into the PDF doc (as I can see) . > I was watching that documentation . > Thanks again. Which document are you looking at, Alex? The only pdf i can see that mentions motion pins at all is this one: htt

Re: [Emc-users] Real-Time Image procesing in HAL (WAS opencv for shape recognition...)

2014-10-17 Thread andy pugh
On 17 October 2014 20:04, Javier Ros wrote: > It would be nice to know, if opencv has been written with real time in > mind, so that memory allocation, pagefaults "et al." works in a compatible > way can be taken away from the show time. For many applications the image processing won't need to be

Re: [Emc-users] F0

2014-10-17 Thread Sebastian Kuzminsky
On 10/17/2014 08:35 AM, andy pugh wrote: > On 17 October 2014 15:14, alex chiosso wrote: > >> Is "motion.motion-type" listed and described into the documentation ? >> I didn't see any reference to this pin > http://www.linuxcnc.org/docs/html/man/man9/motion.9.html > > (It is listed under debugging

Re: [Emc-users] Real-Time Image procesing in HAL (WAS opencv for shape recognition...)

2014-10-17 Thread Javier Ros
Thanks for your answers. This looks like an important problem to me, looking at the foreseable future Artificial Vision is going to have a preeminent role everywhere. I expect machines including CNC controls making some use of it, anv envision some CNC paradigm changes, leaded by this "revolution"

[Emc-users] ubuntu 10.04 on GA-J1800N-D2P

2014-10-17 Thread Ricardo Moscoloni
hi folks, a little question here i was running ubuntu from a stock 10.04 iso. if i select trying ubuntu, OS boot and works ok. after installing didnt boot (constantly reboot after MB vendor logo), but if i disable one core from setup the OS boots fine. the same with debian 7. But install cd didnt

Re: [Emc-users] OT: Pogo Pins

2014-10-17 Thread Gene Heskett
On Friday 17 October 2014 07:07:43 Erik Christiansen did opine And Gene did reply: > On 16.10.14 10:41, John Kasunich wrote: > > Andy has a CNC mill, so if he has a piece of suitable plastic and a > > drill bit he can make whatever pattern he needs. > > The problem with test pins, as Gene has alre

Re: [Emc-users] OT: Pogo Pins

2014-10-17 Thread Kirk Wallace
I'm sorry to have caused a fuss. They way I see it now, my mistake early on was to not realize that pogo pins are meant to be used with pogo sockets. The pins are smooth so to counter the spring pressure, they need to be supported at the bottom end. My plan was to have a plate with holes drill

Re: [Emc-users] F0

2014-10-17 Thread alex chiosso
Just a note . The debugging pins aren't listed into the PDF doc (as I can see) . I was watching that documentation . Thanks again. Alex On Fri, Oct 17, 2014 at 4:40 PM, alex chiosso wrote: > Thank you . > I am blind . :-) > > Alex > > On Fri, Oct 17, 2014 at 4:35 PM, andy pugh wrote: > >> On 1

Re: [Emc-users] F0

2014-10-17 Thread alex chiosso
Thank you . I am blind . :-) Alex On Fri, Oct 17, 2014 at 4:35 PM, andy pugh wrote: > On 17 October 2014 15:14, alex chiosso wrote: > > > Is "motion.motion-type" listed and described into the documentation ? > > I didn't see any reference to this pin > > http://www.linuxcnc.org/docs/html/man/m

Re: [Emc-users] F0

2014-10-17 Thread andy pugh
On 17 October 2014 15:14, alex chiosso wrote: > Is "motion.motion-type" listed and described into the documentation ? > I didn't see any reference to this pin http://www.linuxcnc.org/docs/html/man/man9/motion.9.html (It is listed under debugging pins, and it is incorrect when it says "These val

Re: [Emc-users] F0

2014-10-17 Thread alex chiosso
Hi Andy. Is "motion.motion-type" listed and described into the documentation ? I didn't see any reference to this pin . Am I wrong ? Regards Alex On Fri, Oct 17, 2014 at 1:32 PM, andy pugh wrote: > On 17 October 2014 11:35, Marius Alksnys wrote: > > Maybe motion.current-vel and comp hal compo

Re: [Emc-users] OT: Pogo Pins

2014-10-17 Thread Erik Christiansen
On 17.10.14 08:53, John Kasunich wrote: > Did Kirk every say anything about a permanent connection? >From Kirk's OP: > > I recall some connectors used to connect board to board, where header > > pins from the bottom board pass through the bottom of the top board and > > into a connector on top. Do

Re: [Emc-users] OT: Pogo Pins

2014-10-17 Thread andy pugh
On 17 October 2014 14:03, Bari wrote: > Pogo pins have been used for years in industrial thermal inkjet printers The interface betwween my GPS and the vehicle mount appears to be very similar. http://www.tramsoft.ch/gps/garmin_option-zumo660_autohalter_big.jpg -- atp If you can't fix it, you d

Re: [Emc-users] OT: Pogo Pins

2014-10-17 Thread Bari
Pogo pins have been used for years in industrial thermal inkjet printers to temporarily electrically connect the cartridge to the carrier. With proper plating the connections can last for several years. http://i00.i.aliimg.com/photo/v1/1448873486/pin_connector_printer_cartridge_hp_carriage_assem

Re: [Emc-users] OT: Pogo Pins

2014-10-17 Thread John Kasunich
On Fri, Oct 17, 2014, at 07:07 AM, Erik Christiansen wrote: > > The problem with test pins, as Gene has already pointed out, is that > they are not designed as mating connectors for forming a permanent > connection. Did Kirk every say anything about a permanent connection? I'm assuming that he

Re: [Emc-users] F0

2014-10-17 Thread andy pugh
On 17 October 2014 11:35, Marius Alksnys wrote: > Maybe motion.current-vel and comp hal component, connected to some > output pin will do the task for you? Yes, that is probably easier than a remap, I was answering the question asked rather than the question intended. I was wondering if motion.m

Re: [Emc-users] OT: Pogo Pins

2014-10-17 Thread Erik Christiansen
On 16.10.14 10:41, John Kasunich wrote: > Andy has a CNC mill, so if he has a piece of suitable plastic and a > drill bit he can make whatever pattern he needs. The problem with test pins, as Gene has already pointed out, is that they are not designed as mating connectors for forming a permanent c

Re: [Emc-users] F0

2014-10-17 Thread Marius Alksnys
Maybe motion.current-vel and comp hal component, connected to some output pin will do the task for you? On 10/13/2014 08:23 PM, a k wrote: > Hello > is it possible to make to emc2 send/generate signal like I/O signal-5 V DC > - when system reads G0 -rapid move? > thank you > aram