This is my TCP Client.

This is my TCP Server.

This is my Stream Output Setting.
![TCP Protocol[1000].PNG TCP Protocol[1000].PNG](https://forums.ni.com/t5/image/serverpage/image-id/267960i0AF673235D8BF7FE/image-size/large?v=v2&px=999)
![TCP Protocol[1000] Board Setup.PNG TCP Protocol[1000] Board Setup.PNG](https://forums.ni.com/t5/image/serverpage/image-id/267961i4D5288684F2FE896/image-size/large?v=v2&px=999)
This is my Stream Input Setting.
![TCP Protocol[1500].PNG TCP Protocol[1500].PNG](https://forums.ni.com/t5/image/serverpage/image-id/267962i45E934A6BABE7184/image-size/large?v=v2&px=999)
![TCP Protocol[1500] Board Setup.PNG TCP Protocol[1500] Board Setup.PNG](https://forums.ni.com/t5/image/serverpage/image-id/267963iD0629CF972962814/image-size/large?v=v2&px=999)
I can send data from Simulink which the data type is double to Labview which the data type is String ,but My problem is that I can't Receive data from Labview which the data type is String to Simulink which the data type is double.
我可以從Simulink傳資料(資料型態:double)給Labview(資料型態:String),但Simulink(資料型態:double) 無法接收到Labview(資料型態:String) 傳的資料。