10-23-2014 11:05 PM - edited 10-23-2014 11:05 PM
I have noticed on the youtube demo that the UART configuration screen has (ASRL1::INSTR) after A/UART in the channel box. My UART configuration box only has A/UART ( ), with nothing in the parenthesis. I think that is causing my LCD display to not work properly. Can anyone tell me if I have failed to configure something properly?
Thank you!
10-24-2014 12:09 AM
10-24-2014 12:42 AM
When I use my LCD display with an example program from the NI website, the LCD displays the text and works properly. When I double click the UART device in the Block Diagram (from the NI example program), it says it is configured to channel B (ASRL2::INSTR). But when I try to write my own simple program, or even duplicate the NI example program, the LCD will not work. When I double click my own UART device in the block diagram, it only says that I am configured to channel B ( ), without the same text in parenthesis. I'm not positive that is the problem, but it's the only thing that I can find that's different between my program and the example NI program.
10-24-2014 01:57 AM
10-24-2014 02:03 AM
10-24-2014 09:23 AM
I went to this website: www.ni.com/academic/myrio/project-guide-vis.zip: which automatically downloads a zip file with sample programs for the myrio. In section III of the zip file there is a folder entitled LCD (UART) demo. Inside that folder is a project file and the file Main.vi. Running that sample program worked for my LCD display. In the Block diagram of the Main.vi, there is the UART symbol where it was placed in the code. Double clicking it allowed me to see which port it was connected to etc.
When I drop my own UART in my own program and double click it to configure, there is a difference in the ports.
10-24-2014 12:08 PM - edited 10-24-2014 12:11 PM
See now we know that you are working with myRIO and LabVIEW.
And you have started going throgh the project guide examples.
You know the old saying: A picture says a 1000 words ?
If you what to explain something in LabVIEW a picture helps a lot.
If you open MAX and expand your myRIO under remote systems, what do you see under Devices and Interfaces?
This is what I see:
10-24-2014 12:53 PM
This is what I see:
10-24-2014 01:17 PM - edited 10-24-2014 01:17 PM
And how does your configure UART look like ?
10-24-2014 01:25 PM
I have clicked on everything under 'Devices and Interfaces' and I cannot find a UART configuration option.