matlab - Simulink UDP Send Callback -


how can access callbacks "udp send" block (from instrument control toolbox) in simulink?

i want send udp data fast available in simulink. after short amount of time running simulink model simulation stops "an asynchronous write in progress". send whenever status of block '{idle}', haven't found way access information.

i tried write function myself in matlab script within simulink model, code generation not supported udp class.

as far know, udp send block doesn't give access that.

however, can use coder.extrinsic(function_name_1, ...) build own matlab block.


Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -