09-15-2016 08:54 AM
Hello guys,
I need some advice, the problem I have is that I want to pass an array[0..5] of numbers to my custom User Interface throwugh UIMessage to plot a graph with that data in the same grapgh (see the behavior of the 6 signals on the same graph) but so far I could only pass one value and see only one signal in the graph.
Is there a way to pass the array trhough the UIMessage using the activeXDataParam? Or maybe other way?
Thanks for your comments.
Eder
Solved! Go to Solution.
09-15-2016 10:14 AM
I threw together a simple example in TS 2014 and LV 2014. I think it does what you want. Just run the main vi in the project and select the Random Array sequence file.
Also, attached is a picture of my UserMessage vi.
Hope this helps,
09-15-2016 10:26 AM
Thanks a lot jigg, it does exactly what I wanted.
I really really apreciate your help, thanks again.
Eder
09-15-2016 10:57 AM
You are welcome. I'm glad it worked.