LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview+Arduino+Shift Register

Hello,

I've started a project a month ago, it has 2 sensors (light+temp) and 10 leds on it.I have a switch to chose wich one of the sensors i want to use and then the leds will turn on depending on the light/temperature (more light => more leds will turn on)

My problem is that i want to use an 4 digit 7 segment display with a shift register (74HC595 and TPIC6B595N) but i can't get it to work In Labview.

Any help will be very much apreciated.

Thank you.

0 Kudos
Message 1 of 4
(4,605 Views)

Are you using LIFA?  If yes, it doesn't appear that it will work natively with the functions provided by LIFA.  It requires a protocol that is not supported (only I2C and SPI are supported by LIFA).

0 Kudos
Message 2 of 4
(3,470 Views)

Yes, I'm using LIFA.Should I use LINX (didn't read all about it yet) or something else?

0 Kudos
Message 3 of 4
(3,470 Views)

Neither one has native support for this type of device.  You would need to write a custom function in either case.

0 Kudos
Message 4 of 4
(3,470 Views)