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
Post a Comment