10-07-2013 01:20 PM
I was wondering how to add lines to my front panel of my Labview Program. Here is my front panel along with the lines that I want to put on the front panel of my vi
10-07-2013 01:37 PM
Are you saying that you want to graph some lines?
10-07-2013 01:54 PM
I have my VI going to an excel file where I can graph some lines but on the Front Panel I was wanting to add some graph lines where I would now exactly where my points where before I graph it in excel
10-07-2013 01:54 PM
I have my VI going to an excel file where I can graph some lines but on the Front Panel I was wanting to add some graph lines where I would now exactly where my points where before I graph it in excel
10-07-2013 02:03 PM
Pretty vague. Read the help for graphs so you can format your data into something the graph will like. I think we could help you a lot more if you show us some code. 🙂
10-07-2013 02:32 PM
Here is my code
10-07-2013 03:12 PM
The purpose of the graph on the front panel is to show this? It looks like you are graphing data...
10-07-2013 03:20 PM
Yes Im graphing data but I wanted to set lines on the front panel of the VI. So when one runs the program they can see if the data stays within the specified lines. I
10-07-2013 03:45 PM
Hello word 505,
If I understand your question correctly, you need to add reference lines to the graph itself, rather than plotting data- is that what you're looking for?
If that is the case, you can change the appearance of the background grid by right-clicking on the graph and going to Properties>>Scales>>Grid Style and Colors. You can adjust the color and spacing of the X- and Y-axis major and minor grids here, the example you provided has them set to transparent/invisible.
10-07-2013 03:48 PM
Ahhh, limit lines! Here's a search on limit lines.