<< Click to Display Table of Contents >> Navigation: NmxDLL Reference Guide > API (programming interface) > Function calls overview |
The following table provides a list of all function calls supported by the NMX DLL.
Don't be frightened by the long list of functions. Small measurement applications may need just a few of these function calls. See the HowTo "Small Measurement Application" in this manual.
There is quite a simple rule: the more sophisticated your measurement application is, the more function calls you will need.
Category |
Function call |
Description |
Min. DLL version |
---|---|---|---|
Miscellaneous |
Get version of the NMX DLL. |
V1.0.0.0 |
|
Reset the device via Software. |
V1.0.0.0 |
||
Connecting / Disconnecting |
Establish a connection to the device via IPV4. |
V1.0.0.0 |
|
Close a connection to a device. |
V1.0.0.0 |
||
Notifications |
Register a notification message. |
V1.0.0.0 |
|
Register a notification callback. |
V1.0.0.0 |
||
Get device information |
Get number of measurement boxes available. |
V1.0.0.0 |
|
Get information about a measurement box (digital type plate). |
V1.0.0.0 |
||
Re-Read measurement channel information. |
V1.0.0.0 |
||
Get number of measurement channels available. |
V1.0.0.0 |
||
Get information about measurement channel (digital type plate). |
V1.0.0.0 |
||
Get information about digital input byte. |
V1.0.0.0 |
||
Get information about digital output byte. |
V1.0.0.0 |
||
Static measurement (Non-Realtime) |
Read •static measurement values, •digital input data, •hardware status and •current box events. |
V1.0.0.0 |
|
Set median filter for static measurement values. |
V1.0.0.0 |
||
Set digital outputs. |
V1.0.0.0 |
||
Disable updating digital outputs. |
V1.0.0.0 |
||
Configure digital I/O. |
V1.0.0.0 |
||
Get current state of digital outputs. |
V1.0.0.0 |
||
Sampling LowLevel |
Get maximum sampling speed. |
V1.0.0.0 |
|
Reset sampling. |
V1.0.0.0 |
||
Add all measurement channels to the list of sampling elements. |
V1.0.0.0 |
||
Add a single measurement channel to the list of sampling elements. |
V1.0.0.0 |
||
Add all digital input bytes to the list of sampling elements. |
V1.0.0.0 |
||
Add a single digital input byte to the list of sampling elements. |
V1.0.0.0 |
||
Add all digital output bytes to the list of sampling elements. |
V1.0.0.0 |
||
Add a single digital output byte to the list of sampling elements. |
V1.0.0.0 |
||
Prepare sampling. |
V1.0.0.0 |
||
Start sampling. |
V1.0.0.0 |
||
Stop sampling. |
V1.0.0.0 |
||
Read sampled data "column-wise". |
V1.0.0.0 |
||
Read sampled data "row-wise". |
V1.0.0.0 |
||
Get current sampling status. |
V1.0.0.0 |
||
Sampling HighLevel |
Prepare application specific sampling of the type "Trigger + Filter + Tail". |
V1.1.0.11 |
|
Diagnostics |
Clear event at Box. |
V1.0.0.0 |
|
Get text describing the event. |
V1.0.0.0 |
||
Set current date & time. |
V1.0.0.0 |