07-11-2023 12:46 PM
Hi
Im converting a lab view code to veristand model, To be specific, its a UDP receiver which checks the port and gives data.
Im fairly new to this, so i have the following doubts
-In the receive UDP code, i have Init UDP, read and close, so when i build a model, every time the int and close will be called?
I need a model in veristand which will receive UDP data, which means i will be sending UDP data from another application like lab view or python.
I have attached the code to be made model
can some one give a thread to start developing?
07-11-2023 01:10 PM
This question is best to be posted at the VeriStand board.
Model is not suitable for UDP communication. You should consider using UDP Data Link Custom Device instead.