LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SPI Read/Write using LabVIEW for MAX31865

Hi!

We need to connect MAX31865 with LabVIEW. To do so, we have to provide some kind of address register and configuration register through digital input SDI. Can anyone please tell me how to do it? Any help would be appreciated.

0 Kudos
Message 1 of 5
(1,006 Views)

You need to get LabVIEW to communicate using the SPI Protocol.  Please see Understanding the SPI Bus with NI LabVIEW for some ideas.  You will probably need some additional hardware ...

 

Bob Schor

0 Kudos
Message 2 of 5
(995 Views)

you need additional hw to implement that. NI has an SPI module, you can also use arduino/Teensy type of microcontroller LabVIEW MakerHub • View topic - Teensy SPI with LabVIEW

0 Kudos
Message 3 of 5
(970 Views)

I am connecting MAX31865 to BNC2110 and the same is read using LabVIEW DAQ PCIe6323. The problem is to start the data read from MAX31865, I need to send a signal (address register) from LabVIEW to MAX31865. I am not really sure how to do so. Can you guide me on how to give the digital signal (address register) to the SDI Line of MAX31865? 

0 Kudos
Message 4 of 5
(944 Views)

I have not done it myself, check this post to see if your board would be able to do SPI 

 

Serial Protocol Communication Reference Design for Digital Waveform Devices - NI Community

 

SPI communication using PCIe6323 - NI Community

0 Kudos
Message 5 of 5
(937 Views)