10-07-2013 11:53 AM
USB 6009 CAN'T CHANGE TERMINAL CONFIGURATION TO RSE.. CAN'T SEE THE OPTION Configure when right click on device..
Solved! Go to Solution.
10-07-2013 12:16 PM
10-07-2013 12:58 PM
Ok. I will explain.. Im new to using USB 6009. I use measuremente studio standrad edition. I run some of the .net samples tha come with the USB 6009. But i see this statement in the task configuration
// Create a channel
myTask.AIChannels.CreateVoltageChannel(physicalChannelComboBox.Text, "",
(AITerminalConfiguration)(-1), rangeMinimum, rangeMaximum, AIVoltageUnits.Volts);
this part (AITerminalConfiguration)(-1) means that VS uses one channel for analog input.. the (-1) means that by default its using the default configuration(differential) in the usb 6009 card. So i want to change that default config in the card to Rse so that it becomes the default terminal configuration. I see that its done with software aid in the professional edition wich generates code automatically for this. but i have standarad edition.
thanks
Renato.
10-07-2013 01:38 PM
The default terminal configuration cannot be changed. You will need to specify the desired terminal configuration for each channel (unless you want the default configuration)
10-07-2013 01:52 PM
Ok but how can i change this configuration via software in the visual studio with standard edition if i dont have the option of the ni daq wizard icluded in enterprise or professional edition.. (by the way iam quoting the upgrade now .. i think NI puts it that way so people is forced to use professional or enterprise ).. And theres no step by step tutorial on how to build from ground up using standard.. only for profession or entreprise editions.. 😞
10-07-2013 02:01 PM
@RENATOMUSICA wrote:
Ok but how can i change this configuration via software in the visual studio with standard edition if i dont have the option of the ni daq wizard icluded in enterprise or professional edition..
Well you know "this part (AITerminalConfiguration)(-1) means that VS uses one channel for analog input.. the (-1) means that by default its using the default configuration(differential) in the usb 6009 card."
A quick look at the help for the property:
so "(AITerminalConfiguration)(10083)" should get you RSE
10-07-2013 02:19 PM
Thanks AITerminalConfiguration 10083 worked just fine.. Theres one thing.. i dont know how you got to get thi info from the help in the VS .. when i typed in the search AITerminalConfiguration i got this info with no number on it..
10-07-2013 02:35 PM
I wouldn't use the MS help. Use the NI DAQmx (IDE) Reference Help.
(This is from the C reference Help- No VB support on this machine) the previous was snipped from the LabVIEW DAQmx Help
10-07-2013 02:41 PM
Again .. Thanks for guidance..
10-12-2013 02:47 PM
I already purchased the Professional edition of measumerment studio. I use the asistance to set up the task an to assing the ui. Theres one thing that i cant or dont konw how to do.. I set a new task an i want to show it in the same form.. but when i run the wizard i notice that the only control ui that i can choose from is a windowgraph wheras i want to display the data of the task at 1 sample 5 hz sample rate in a numericedit control as to display it numerically.. but i cant see where to assignn a numericdisplay only lets me use graphical ..
Thaks.