Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Dig_Out_Line generates any type of interrupt?

I have developed a mixed system. I have an ATMIO16E2, and i control a motor using three digital signal and analog one. I'm using too, JAICVM1 camera and PCVision to get images.
The motor is used to move to a fixed position the camera. When I start moving the motor, with Dig_Out_Line the camera doesn´t get more images, it is waiting for an interrupt. I don't Know if the Dig_Out_Line uses the interrupt that the camera needs, or something like that.
If anyone can explain me how exactly works the instruction I use, or help me in any way....
Thank you very much.
0 Kudos
Message 1 of 2
(2,510 Views)
Hi,

I know that Dig_Out_Line does in fact use an interrupt to generate output from the card. It sounds like there might be a resource conflict between the interrupt being used by the AT-MIO-16E-2 and the PCVision card. However, the PCI standard requires cards to "share" interrupts. It seems like the PCVision card is using the interrupt to cancel acquisition of the image. I've found these knowledgebases to be helpful in the past. Let me know if they help.

How Do I Resolve PCI-GPIB Interrupt Conflicts with Third-Party Hardware? -->
http://digital.ni.com/public.nsf/websearch/25B38CA2607F31798625649F006A9BAC?OpenDocument

My PCI-GPIB Board and Non-PCI DAQ Board Conflict in Windows NT. -->
http://digital.ni.com/public.nsf/websearch/825D1F434D6AE7E786256
679004A1130?OpenDocument

Ron
0 Kudos
Message 2 of 2
(2,510 Views)