01-25-2012 05:44 AM
hi!
i have create a big program, so i have done a subvi of it.
Now, i call this subvi from a new program...one out of this subvi is an array...so i create an indicator in this terminal out...
but when i simulate i can see nothing in my array, no information is receiving my array why?
but if i open the original program...the orginal array work good why??
thanks!
Solved! Go to Solution.
01-25-2012 06:51 AM
I have attached simple program, which is calling SubVI generating an array and displaying on the main program front panel, may be this similar what you are looking for.
01-25-2012 06:56 AM
sorry but i am usig labview 2009, i cant use it, can you change the format?
01-25-2012 06:59 AM
Here you go for LabVIEW 2009.
01-25-2012 07:15 AM
sorry but i don't know how to do it in my program..i attached you mi files if you can help me please...
thaks
01-25-2012 07:45 AM
As i see in your code, you are using tcp/ip communication for streaming array to client. You should have a look on the examples from Help >>> 'Find Example' & search for tcp/ip, look on the simple data server.vi and simple data client.vi.