Show/Hide Toolbars

Irinos Measurement System

Navigation: Users Manual Irinos-System > Measurement / Control via MscDll

Examples for dynamic measurement

Scroll Prev Top Next More

The following examples show the use of the dynamic measurement. Together with the demo applications, these are a starting point for the implementation of the dynamic measurement into the measurement application.

For better readability, no error handling is done in the code examples. Nevertheless it should be implemented into the application.
A pseudo-code is used for the examples. It can be transferred easily into various programming languages.

All examples use the function WriteCommandStr, which sends and receives an ASCII-String via the Dll function MSC_WriteCommand. It can also be found in the demo applications.