LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple plots to xy graph

I am using an x-y graph with multiple plots. Plot 0 is my data, and plots 1,2,3,4 are created by two cursors each (0,1; 2,3; ...) with a plot line drawn between them. I tried to set the size and color of the plot lines using references and property nodes but I got an error in the property node. How can I do this programaticaly? I want to set up all the plots and cursors at the start of the program. I will be saving this setup information in USR's and .ini files unless there is an easier way.
 
Thanks.
 
PaulG.
7.1
PaulG.
Retired
0 Kudos
Message 1 of 5
(3,108 Views)
What kind of error do you get? Can you attach your code?
0 Kudos
Message 2 of 5
(3,088 Views)
1077 errors.
PaulG.
Retired
0 Kudos
Message 3 of 5
(3,082 Views)

PaulG. wrote:
... I tried to set the size and color of the plot lines using references and property nodes but I got an error [1077] in the property node. .... I want to set up all the plots and cursors at the start of the program.  ...
This is a guess, but one source of Error 1077 is trying to set properties of plots that don’t exist ... or of cursors that don’t yet exist.  It’s been discussed a few times in this forum (e.g. here).
=====================================================
Fading out. " ... J. Arthur Rank on gong."
Message 4 of 5
(3,075 Views)
Thanks. I followed the thread you provided and it looks like the resolution to my problem.
PaulG.
Retired
0 Kudos
Message 5 of 5
(3,055 Views)