LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DBL cluster to Build Array and to xy-chart

HI Friends,

I  have a doubt in connecting a Double Floating point  type cluster to a Build Array....
In my program vi ...I plotting the data on the chart as well as on the graph...

I have a little problem in showing these data on the chart...
I can able to plot these data in a separate chart individually.....

But i required to plot it x-yy manner...
one data is x-axis and other two data are in y-axis...(length in x-axis and speed in y-axis)..

I attached my vi in this mail for ur suggestion...

regards
rajasekar


0 Kudos
Message 1 of 3
(3,027 Views)
Hi Raja,

you cannot plot xy-data in a chart - you have to use a xy-graph! See the online help for graphs (or look for some examples) on how to connect the x- and y-data properly.

Personal opinion/comment: Instead of using this big mathscript node you should use standard LabView functions, especially for this rather simple if/then/else construct.

Message Edited by GerdW on 04-24-2007 01:05 PM

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(3,022 Views)
Hi GredW,

Thanks for ur reply,....

I did with XY graph...... as u suggested....
As per with Mathscript suggestion ,..this is sample  appliaction...later on application become complex..
that's why i used simpler method...

Regards
rajasekar



0 Kudos
Message 3 of 3
(3,015 Views)