UDP Send
Send data over UDP network to specified remote machine
Libraries:
Instrument Control Toolbox
Description
The UDP Send block configures and opens an interface to the specified remote machine using the UDP protocol. The configuration and initialization occur once at the start of the model's execution. The block sends data either in blocking mode or nonblocking mode during the model's run time. You can use multiple UDP Send blocks at a time to send data to a specific port.
The UDP Send block has one input port that accepts both 1-D vector and
matrix data. This block has no output ports. The block inherits the data type from the signal
at the input port. Valid data types are single
, double
,
int8
, uint8
, int16
,
uint16
, int32
, uint32
,
int64
, and uint64
.
Note
You must have a license for both Instrument Control Toolbox™ and Simulink® to use this block.
Other Supported Features
The UDP Send block supports the use of Simulink accelerator and rapid accelerator modes. You can speed up the execution of Simulink models by using these modes. For more information on these simulation modes, see Acceleration (Simulink).
The UDP Send block supports the use of model referencing. This feature lets your model include other Simulink models as modular components.
For more information on these features, see the Simulink documentation.
Ports
Input
Parameters
Version History
Introduced in R2007b
See Also
UDP Receive | Serial Configuration | Serial Receive | Serial Send | TCP/IP Receive | TCP/IP Send