Search found 2 matches

by Tebbe
Thu Oct 25, 2012 10:37 am
Forum: Suggestions/Questions
Topic: How show graphs in Labview with the Dplot appearance?
Replies: 29
Views: 88639

I figured it out. For future reference, to convert a LabVIEW DPlot cluster into the DPlot struct you need to:
1) Unbundle the cluster
2) Convert the NP, LineType, and SymbolType arrays to clusters using "Array To Cluster". HINT: Right Click "Array To Cluster" to change the cluster size to the size ...
by Tebbe
Thu Oct 18, 2012 8:23 am
Forum: Suggestions/Questions
Topic: How show graphs in Labview with the Dplot appearance?
Replies: 29
Views: 88639

I realize this is a fairly old thread now, but did anyone get this to work to the point where you could pass data from LabVIEW?

I've created a D Plot Plot.vi and I am able to get DPlot Jr to open. If I run my vi a second time, axes and gridlines show up, but no data. I can provoke it to return a ...