06-04-2023 02:56 AM
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
06-04-2023 10:25 AM
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.
06-04-2023 11:14 AM
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.
06-04-2023 11:32 AM
Your description is not clear at all.