Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

How to communicate with Euresys frame grabber

I have a Euresys Grablink frame grabber , using camera link connectivity for a mega pixel ccd camera and need to use it with labview. How can I communicate with the 3rd party frame grabber via labview?
0 Kudos
Message 1 of 9
(7,565 Views)
In order to communicate with a third party framegrabber, you'll need to use the Call Library Function Node found in the Functions>>Advanced palette. From here you'll have access to the dll supplied by the Euresys framgrabber and can call the necessary functions to acquire images. Take a look at chapter 2 in the Using External Code in LabVIEW manual:
http://digital.ni.com/manuals.nsf/webAdvsearch/8D930295FFBF9F7686256D2C00624728?OpenDocument&vid=niwc&node=132100_US

If you need more processing abilities, such as pattern matching and edge detection, you may want to look into purchasing the IMAQ Vision add-on software:
http://sine.ni.com/apps/we/nioc.vp?cid=2881〈=US

Hope this helps.
-Julie S.
0 Kudos
Message 2 of 9
(7,560 Views)
"Andrew Weld" wrote in message
news:506500000008000000F99F0000-1042324653000@exchange.ni.com...
> I have a Euresys Grablink frame grabber , using camera link
> connectivity for a mega pixel ccd camera and need to use it with
> labview. How can I communicate with the 3rd party frame grabber via
> labview?

According to Euresys they do have some LabVIEW VIs to do that. Don;t know
how well wirtten they are but check it out

Rolf Kalbermatter
0 Kudos
Message 3 of 9
(7,561 Views)
Hi all,
I have the same problem, did you have found a solution?

Manuel Saglini
Ing. dipl. méc. EPFL
saglini@minimotor.ch

MINIMOTOR SA
6980 Croglio, Switzerland

Tel.: +41 (0)91 611 31 00
Fax: +41 (0)91 611 31 10

http://www.minimotor.ch
Miniature Drive Systems
0 Kudos
Message 4 of 9
(7,514 Views)
No, still I am looking forward for the solution.

Prasath.
Prasath M,
Emmeskay Systems Solutions Pvt. Ltd.
No: 20, Kannadasan Salai,
Chennai - 600 017.
mprasath@hotmail.com
0 Kudos
Message 5 of 9
(7,512 Views)
Like Julie mentioned above, it is necessary to make function calls to the Euresys frame grabber dll that they provide. It seems Rolf knows of some pre-written LV VIs that are provided by Euresys. You will need to contact them in order to acquire these.

Regards

Dan
National Instruments
0 Kudos
Message 6 of 9
(7,488 Views)
Thanks for your response.
Can you tell me how to procure those VIs. Does it avaliable in their Website ?

Prasath.
Prasath M,
Emmeskay Systems Solutions Pvt. Ltd.
No: 20, Kannadasan Salai,
Chennai - 600 017.
mprasath@hotmail.com
0 Kudos
Message 7 of 9
(7,483 Views)
I also use a Euresys Grablink framegrabber with a 1024 pixels AViiVA linescan camera from Atmel.
So far I manage to grab and save images of predefined length in Encoder mode (line trigger with encoder on production line).
The only way I found to view the images is through a EBW8Image control of Euresys (eVision.ocx). I prefer to use a IMAQ Image Display Control but that's not possible because the SetCluster method of the ECamera activeX object accept only Euresys controls :(( too bad!!
So, did any one of you manage to view Euresys Grablink images in a IMAQ Image Display Control or not?

Another problem I have is to start and stop saving images to harddisk. What I want to do is give the operator the ability to start and stop grabbing and saving images.
Start and stop grabbing is done using the ChannelState parameter of the grabber; no problems.
Start saving is done using a Reg Event Callback when the EBW8Image control refreshed but I don't know how to unregister my callback event. Anyone who knows?

Thanks a lot
Alain
0 Kudos
Message 8 of 9
(7,419 Views)
Unfortuantely, I really do not know anything about Euresys framegrabbers. On the other hand, I felt that I should at least poke my head in here and say that I've done the same thing using NI Framegrabber's and have been able to write my code in less than 15 minutes. That said, I understand that changing hardware isn't always an option. I wish you the best of luck!

Robert
0 Kudos
Message 9 of 9
(7,398 Views)