11-25-2014 09:32 PM - edited 11-25-2014 09:36 PM
Hi, everyone,
I am now using network stream to send command and data between myRIO and PC(Win7 64bit,LabVIEW 2013).
I use a typedef cluster which includes integer and variant ( I use integer so that I can send enum by changing its type to int.)
However, when I use Write single element to stream to send command, the error message pops out.
So I check the vi where I initialize network stream and found that there's no error but the probe at end point says "no debug info". However, the cluster indicator(Connections Ref) which I transmit stream endpoint address between different loops has value.
But when I want to get the endpoint value from the connection Ref cluster in other case, and use write single element to stream. It still doesn't work(error 314100).
I don't know why this is happening, can someone help me? Thanks!
11-25-2014 10:34 PM
Sorry, I've solved by myself...... I didn't notice that I've close the connection(because this is a stop case) before I send stop command to RT target by network stream.
But the probe still can not show message about the endpoint. Strange.