LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems displaying graph values on another machine using vi server

Would anybody mind taking a look at the sample Vis bellow to see why I cannot get the values to be displayed onto my graph.

I have made a post earlier today and got some good answers however I am still having some problems displaying the graph values on my client (master) machine from a vi that is running on a server machine.

Thanks in advance for your help.
Greg
Download All
0 Kudos
Message 1 of 2
(2,378 Views)
Greg,

The reason the data is not showing up correctly is the way you are using the unflatten from string. You are wiring the type descriptor array into the Type termianl of the unflatten VI. Therefore LabVIEW is assuming the type of the data is an array of I16s, the type of the type descriptor. Instead wire a waveform into the Type terminal and the data will show up fine. See attached.
Message 2 of 2
(2,378 Views)