LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have passing the data of X-axis and Y-axis from LabWindow cvi build dll to LabVIEw,but not getting the proper graph ,shall we use wave form build w

Hi 

 I have passing the data of  X-axis and Y-axis  from LabWindow cvi build dll to LabVIEw,but not getting the proper graph ,shall we use wave form build ,The data size of Y axis 2D array and X axis 1 D array.

How to make proper drawing the graph.shall we use wave form buld for multi Yaxis graph

0 Kudos
Message 1 of 2
(2,592 Views)

Hi Shambhu,

 

but not getting the proper graph

What do you get? What do you expect?

What is the exact problem?

 

Did you provide enough memory (in the array constant) for the DLL call?

Why do you call the DLL several times in the lower FOR loop, but only use the latest data?

 

General hints:

- Use more wires (instead of local variables)!

- Use more shift registers (instead of "value" property nodes)!

- Why are there so many coercion dots in this small VI?

- Why are there terminals with no label (visible)?

- Use AutoCleanup from the beginning - your image hurts my eyes! 😄

Best regards,
GerdW


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