Data Connector Component
Use Data Connector to send and receive real values during the transient simulation to a remote application over the network using TCP/IP communication.
This component acts as a server, and the remote application needs to act as a client. It supports creating an arbitrary number of input and output ports. Communication occurs at every sample point. The following two modes of synchronization are supported:
- Real-time – Communication at every sample point is wall-clock based with non-blocking mode.
- Blocked – Communication at every sample point is blocked until the data is received/sent within a given timeout.