Discussion:
SPI communication using DIO 96
(too old to reply)
TK Chang
2006-09-06 02:40:09 UTC
Permalink
Hi:
     I am very newbie of labview. Now I have a project is to read the ADC value from IC LTC1867 with using DIO 96. This is my first time to do SPI communication i try to write code to read ADC but I always get low signal.
 
  Can any one please help me? (I attach the code I write.)
kalyanramuv
2006-09-06 22:10:08 UTC
Permalink
Hi Chang,
PCI-DIO-96 is a static DIO device and it is the recommended device for I2C Applications. You would need a correlated digital I/O for I2C Applications. In other words, you need board which can precisely correlate data bits with clock.
I would recommend using USB-8451. It has High-level, easy-to-use LabVIEW API. It can act as I2C master interface with clock rates up to 250 kHz which is well with in the range of LTC1867 rate. This would make your programming and interfacing very easy.
For further information, please refer to the following product page.
<a href="http://sine.ni.com/nips/cds/view/p/lang/en/nid/202368" target="_blank">http://sine.ni.com/nips/cds/view/p/lang/en/nid/202368</a>
Hope this helps.
Have a great day!
Kalyan
TK Chang
2006-09-08 02:10:09 UTC
Permalink
Hi Kalyan:
&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thank for advice. I will try it.
Loading...