LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Use Example "DAQ Occurence3.vi" with virtuell channels

Hello.
I would like to use the added and modified example "DAQ Occurence3.vi" with more than one channel. This does work in the modified vi so far, but when I try to use virtuel channels I get the error 10007 - a channel is out of range of the device typ or configuration. Virtuel channels are configurated in MAX and do work in other applications, so I can acquire data. Is it possible to use this example with virtuel channels? What do I have to change?
0 Kudos
Message 1 of 3
(2,533 Views)
Greetings,

You are receiving the -10007 error when you add virtual channels to this VI because you can't have physical channels and virtual channels in the same channel list. You will need to create a virtual channel for the physical channel for which you want to configure the occurrence. The virtual channel will need to be used with AI Config.vi and the corresponding physical channel with DAQ Occurrence Config.vi.

Good luck with your application.

Spencer S.
Message 2 of 3
(2,533 Views)
Thanks for the tip. I found a really simple solution with your help. Greetings
0 Kudos
Message 3 of 3
(2,533 Views)