10-16-2019 04:52 AM
Hi all,i am new to the LabVIEW so I don't have much idea about its working. My project requires me to control a digital potentiometer 'X9C103' (datasheet) using a daq 6001.I do not know how can i make this component in LabVIEW.It would be really helpful if i could get some help regarding this topic. Please, pardon my lack of knowledge on LabVIEW.
thank you.
10-16-2019
04:59 AM
- last edited on
12-20-2024
03:32 PM
by
Content Cleaner
Hi saurab,
you need 3 digital signals from your USB6001 to this X9C103 IC: /INC, U//D, /CS. When there is only one IC on your "bus" then you can hardwire the /CS signal to GND.
To get you started:
- check the Training resources offered in the header of this LabVIEW board
- read the DAQmx basics
- examine the (DAQmx) example VIs found in the example finder inside LabVIEW
- create a VI to output those (2 or) 3 digital signals…