LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I2C lcd with (16*2) Arduino

Hi, I just displayed by an LCD display (16*2) which has a slave address *27:

-string (contente=PAMm): value1 store on variable local (= in the 1st line)

-string (contente=BMP): value2 store on variable local (= in the 2nd line)

but unfortunately I could not do the program you can help me please

 

0 Kudos
Message 1 of 4
(675 Views)

Maybe all you need is a two-line string, but I am not familiar with your hardware. Isn't it sufficient to sent the same string once? Why repeat it every 30ms?

 

You also need to eliminate your local variables and the glaring race condition. Start with a few basic LabVIEW tutorials.

 

altenbach_0-1685892264280.png

 

0 Kudos
Message 2 of 4
(622 Views)

This vi file only is an example to test. I have a project whose one I make measurements by a sensor is I store the result on local variable to use it in the loop of the display, what I am looking for how I can display a string followed by the local variable in the first line and the second line of the display.

0 Kudos
Message 3 of 4
(615 Views)

Your description is not clear at all.

0 Kudos
Message 4 of 4
(610 Views)