12-31-2012 05:13 AM
Can you use the 6230 for differential and single ended measurements at the same time? Say 2 measurements for Diff and 10 for SE? Do I need to configure this in some way in MAX??
Thanks.
Solved! Go to Solution.
12-31-2012 07:27 AM
Sure you can mix the types of channels, though the 6230 only has 4diff/8se and not the number you mention. You can do it in MAX or in your code. In MAX, simply select the terminal configuration for each channel. I don't know what progamming language you are using since you do not mention it but if it is LabVIEW, you simply use a separate DAQmx Create Channel function for the diff and se channels.Don't forget to account for the fact that each diff channel requires two actual physical channels. So, if you select ai0 for diff, that also uses ai4.
01-01-2013 07:47 AM
Thanks Dennis. I saw that in the PXI6230 spec sheet after I POSTED.