LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure the 'event control' parameters of camera using NI-IMAQdx

 

VictoryNeal_0-1668812595121.png

 

Hi,

 

I would like to edit 'Event Exposure End', 'Event Frame Start', but they are grey, which is not editable. What to do?

 

Best

0 Kudos
Message 1 of 13
(1,659 Views)

Turn "Event Notification" On ?

I think you have to do it for each value of "Event Selector" that you are interested in.

 

raphschru_0-1669056021210.png

 

0 Kudos
Message 2 of 13
(1,594 Views)

Hi there,

 

Thanks for your reply. I tried to turn on the notification, but the parameters are still not editable. This is my goal:

VictoryNeal_0-1669140786385.png

 

0 Kudos
Message 3 of 13
(1,570 Views)

What do you expect to happen if you could configure anything here? Events are things that happen when a condition as indicated by the name of the event occurs. That means however that:

 

1) there needs to be some action that could cause such an event. This part could happen in the MAX viewer when you start an image Grab

 

2) there needs to be some code that can be triggered by the according event. This needs to be done in a program. That program needs to setup a task (here an image acquisition) and then register an event handler for the event in question and this event handler needs to be implemented by you.

Rolf Kalbermatter
My Blog
0 Kudos
Message 4 of 13
(1,555 Views)

If you could export and share your camera attributes using the attached VI, it would help a lot:

 

Export Camera Attributes.png

0 Kudos
Message 5 of 13
(1,554 Views)

My camera is acA2040-90umNIR - Basler ace,

https://www.baslerweb.com/en/products/cameras/area-scan-cameras/ace/aca2040-90umnir/#specs

 

I cannot run the vi because my LabVIEW is too old.

0 Kudos
Message 6 of 13
(1,527 Views)
0 Kudos
Message 7 of 13
(1,522 Views)

Thanks for your reply, Rolf.

 

My goal is to make the camera's exposure time correspond to my strobe illumination lights. More specifically, when the camera is receiving images (exposure state), I need to make the illumination lights on, so there is light going into camera. The frame rate of camera can be edited in NI MAX as 20 frames/second, so the illumination lights should also strobe at 20 Hz. When the camera is on, camera needs to be configured to send a signal to illumination lights to turn on the light.

VictoryNeal_0-1669158283143.png

 

For your information, here is the illumination lights:

https://smartvisionlights.com/wp-content/uploads/ODL300_Datasheet.pdf

Here is the camera:

https://www.baslerweb.com/en/products/cameras/area-scan-cameras/ace/aca2040-90umnir/#specs

 

 

0 Kudos
Message 8 of 13
(1,518 Views)

There is an error I don't know how to fix, sorry.

VictoryNeal_0-1669159218430.png

 

0 Kudos
Message 9 of 13
(1,506 Views)

In the control named "Camera", you need to pick up your own camera.

In the control named "Attributes XML File", you need to give a path to the xml file that will be generated by my VI, it can be for example "C:\camera.xml"

And I would like you to attach the generated file to your next reply to this forum thread.

 

raphschru_0-1669161377086.png

 

0 Kudos
Message 10 of 13
(1,496 Views)