LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XY Graph in Labview executable works on one windows PC but not another

Data is displayed on the xy graph as expected when run on one pc, but no data at all is displayed when the same executable is run on another pc.  both installed with installation package created by application builder.  What can cause this behavior?
0 Kudos
Message 1 of 4
(2,687 Views)
Could the data be beyond the Y axis range of the graph? Just a guess from the information provided, more details of your application would be useful.
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 2 of 4
(2,676 Views)
The data going into the graphs is within range on both pc's.  I know this for sure because I have the same wires connected to the input of the build xy graph as I do to the file ouput vi.  I have compared the data that was written to file, and both indicate data within the range of x and y limits.
0 Kudos
Message 3 of 4
(2,669 Views)
Johnston,
Try creating a numerical indicator (or cluster indicator, etc.) on the front panel of your program of the data being fed to the graph. This will allow you to see the numerical values being fed to the graph itself while the program is running. Let us know what you find.
 
Best Regards,
 
Chris C
Applications Engineering
National Instruments
0 Kudos
Message 4 of 4
(2,647 Views)