How can I receive and display data using TCP\IP client
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello there, I have a Simunlink model with the TCP\IP client blockset. I would like to modify the client in a way that I can display the data from the server. My project has to be in such as way that once the communication is established both end can send and receive data. Regards
0 Kommentare
Antworten (2)
Walter Roberson
am 27 Jan. 2016
There should not be any modification required, other than adding appropriate blocks to the model.
0 Kommentare
Issopui
am 28 Jan. 2016
8 Kommentare
Walter Roberson
am 14 Apr. 2016
Why are you taking the output port width of the same thing multiple times? If you had varied the 0 to something else I might have understood.
You made myMessage a number which is just the width of some port, but you are trying to access a "fp" field of that width. Perhaps you need another ssGetOutputPortRealSignal or something similar?
Siehe auch
Kategorien
Mehr zu Development Computer Setup finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!