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

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -