12-10-2010 11:25 AM
Hello,
I am pretty new to LabVIEW and am using a USB 8451 to control a AD5292 1024 position digital potentiometer. I would like to create a slide control to select the position of the wiper, but I don't know how to create a slide control that will allow me to cycle through all the 10-bit control word arrays that are possible. Any help creating that control would be greatly appreciated.
Thanks!
12-10-2010 12:26 PM
Place a standard slide control on the front panel. Change the representation to U16 (or other integer representation which is compatible with your DAQ device). Change the maximum value to 1023. Output then will be in the range of 0 to 1023.
Lynn