02-29-2016 08:51 AM
myTask.AIChannels.CreateVoltageRmsChannel(physicalChannelComboBox.Items[i].ToString(), "",
(AITerminalConfiguration)(-1), Convert.ToDouble(minimumValueNumeric.Value),
Convert.ToDouble(maximumValueNumeric.Value), AIVoltageAcrmsUnits.Volts);
Get the following error
02-29-2016 11:14 AM
Hi zhangchang,
I think you should try using myTask.AIChannels.CreateVoltageChannel instead of myTask.AIChannels.CreateVoltageRmsChannel. The error seems to indicate your device does not support that measurement type.
02-29-2016 09:21 PM
Thanks for your reply.
Another question If I use CreateVoltaChannel,How to set the coupling mode?I wont the coupling is AC. thanks!