This is a package containing a set of Modelica wrapper functions to use the C-API provided by Beckhoff (infosys.beckhoff.com) to exchange real numbers with a ADS device.
| Name | Description |
|---|---|
| funAdsConstructor | External C function to construct a socket for ADS communication |
| funAdsSendReal | External C function to send Real variable via current socket |
| funAdsReceiveReal | External C function to receive real number on current socket |
| funAdsDestructor | External C function to close socket and free memory |
| Internal | Contains additional, but not usually used functions |