Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Get started

iqInterface can be programmatically managed using C DLL for Windows to write automated tests of IO-Link masters or devices for example. You can use a DLL with its API as a black box or integrate its source code to your existing C/C++ project, for example CVI, Teststand or MS Visual Studio.

...

To use DLL or its source you should always include iqi_define.h header,iqi_mst.h for master mode, iqi_dev.h for device mode and, iqi_dm.h for direct mode and iqi_ethernet.h/iqi_comm.h for Ethernet (tcp/ip) connection. See further more detailed API description of these modules.

...