LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

continuously acquire two different signal at the same time

Hi John,

PCI 6052 E has DAQmx suppport in labVIEW 7.0, so does Mseries PCI 6229.

for DAQmx examples, did you search in find examples>> hardware input output>>DASQmx>>analog measurement>> voltage folder??

you will find relevant examples in this folder

hope this helps

Regards

Dev

 

0 Kudos
Message 11 of 13
(617 Views)
I found an example to modify for my needs and it works. However it still uses physical channels and not tasks. How would you switch this over to use tasks?
 
ruffed in example attached:
 
 
0 Kudos
Message 12 of 13
(610 Views)
John,

If you get rid of everything before the "DAQmx Start" VI, then right click on the "task/channels in" input and select "Create Constant," you should be able to select from any channels you have created in MAX. This tells the DAQmx Start VI to start the task you created in MAX, rather than any task you created programmatically.

Hope this helps,
Ryan Verret
Product Marketing Engineer
Signal Generators
National Instruments
0 Kudos
Message 13 of 13
(601 Views)