You have wired the net address of the remote computer to the port input of "open UDP"! Remove that!
You should wire a zero (U16) to the port input. This is for the local return port and it will choose an unused ephemeral port if zero. If you wire an actual port, you need to make sure it is not in use by another application. (check the online help for TCP open. UDP open acts the same but this fact has been omitted from the onlien help of UDP open).
Open UDP does not need a net address unless you have multiple adapters.
To find the shipping examples, open the example finder (help...find examples) and seach for UDP. There is a nice selection, but start with e.g. "UDP sender".