DLL interfaces

<< Click to Display Table of Contents >>

Navigation:  Irinos SC Users Manual > PC Connection >

DLL interfaces

The DLL-based interfaces NmxDLL and MscDLL are available for integration with PC software. For new applications, the use of NmxDLL is recommended. It has a more modern architecture, is faster and integrates more easily into modern development environments. The MscDLL interface is provided for compatibility with older systems.

 

Info

This is just a brief overview!

You can find detailed information in the NmxDLL reference manual.

 

The NmxDLL acts as the interface between the measurement software and the Irinos system. It offers the following functions:

oReading measurement values from the Irinos system (statically and/or realtime).

oReading status information (e.g. current diagnostic event).

oReading the status of the digital inputs / setting the status of the digital outputs

oConfiguring the Irinos system

NmxDll_Overview

 

For small applications with a limited range of functions, using just a few function calls from the NmxDLL is sufficient.

Others also make it easy to implement complex applications.

 

Various sample programs are available for integration into measurement software.