Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

USB 6009 CAN'T CHANGE TERMINAL CONFIGURATION TO RSE.. CAN'T SEE THE OPTION Configure when right click on device..

Solved!
Go to solution

USB 6009 CAN'T CHANGE TERMINAL CONFIGURATION TO RSE.. CAN'T SEE THE OPTION Configure when right click on device..

0 Kudos
Message 1 of 10
(4,962 Views)
Sorry, but I have no idea what you mean. Where are trying to configure it? In MAX, the DAQ Assistant? Neither of those have a right click option to configure it.
0 Kudos
Message 2 of 10
(4,960 Views)

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.

0 Kudos
Message 3 of 10
(4,956 Views)

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)


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 10
(4,953 Views)

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.. 😞

 

0 Kudos
Message 5 of 10
(4,950 Views)

@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:

Capture.PNG

so "(AITerminalConfiguration)(10083)" should get you RSE


"Should be" isn't "Is" -Jay
0 Kudos
Message 6 of 10
(4,946 Views)

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..

 

0 Kudos
Message 7 of 10
(4,942 Views)

I wouldn't use the MS help.  Use the NI DAQmx (IDE) Reference Help. 

Capture.PNG

 

(This is from the C reference Help-  No VB support on this machine)  the previous was snipped from the LabVIEW DAQmx Help


"Should be" isn't "Is" -Jay
0 Kudos
Message 8 of 10
(4,933 Views)
Solution
Accepted by RENATOMUSICA

Again .. Thanks for guidance..

 

0 Kudos
Message 9 of 10
(4,930 Views)

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.

 

0 Kudos
Message 10 of 10
(4,858 Views)