Dear, all
I'm trying to exchange data between the Host PC and my control card via UDP, but there're problems occured.
I've read and tried the example program at the website: https://www.mathworks.com/help/supportpkg/texasinstrumentsc2000concerto/examples/exchanging-ethernet-data-with-the-f28m3x-concerto-processor.html#responsive_offcanvas
With default setting, the results are shown below:
It seems to be nothing came out from the Host UDP Recieve block, so I gave another try.
At the first, I tried to send a signal from Concerto to the Host PC.
It worked. I then tried to send a data from Host PC to Concerto.
In this case, I used the Host UDP Send block to send a command to Concerto, and tried to control the LED.
No matter I set 0 or 1 in the constant block, the LED lights on, so I guess that there's nothing came out from the M3 UDP Recieve block and thus the value remained 0.
Is there any other setting need to be done in order to enable data sending from Host PC to Concerto?
Thanks in advance!