Introduction
Imprint
Revision history
Legal notes
Terms of use for documentation & software
Qualified personnel
Disclaimer
Preface
Purpose
Scope of this reference manual
Required knowledge
Further documentation
Nmx DLL Overview
Static vs. Sampling
Data Types
Technical Background
Limitations
Hardware Requirements
Versions
INI-File
.NET Wrapper DLL
API (programming interface)
Function calls overview
Function Return Codes (NMX_STATUS)
Connection Handle
Miscellaneous
NMX_GetDllVersion_1
NMX_SystemReset_1
NMX_ChannelSetParameter_1
NMX_ChannelSetConfig_1
Connecting / Disconnecting
NMX_DeviceIPv4Open_1
NMX_DeviceClose_1
Notifications
NMX_RegisterMessage_1
NMX_RegisterCallback_1
Get device information
NMX_GetBoxCount_1
NMX_GetBoxInfo_1
NMX_UpdateChannelInfo_1
NMX_GetChannelCount_1
NMX_GetChannelInfo_1
NMX_GetDigitalInputInfo_1
NMX_GetDigitalOutputInfo_1
Static Measurement (Non-Realtime)
NMX_StaticGet32_1
NMX_StaticSetMedianDepth_1
NMX_SetOutputs_1
NMX_DisableOutputUpdate_1
NMX_DigitalIoConfig_1
NMX_DigitalOutputsGetState_1
Sampling (Realtime Measurement)
NMX_Sampling_GetMaxSpeed_1
NMX_Sampling_Reset_1
NMX_Sampling_AddChannelsAll_1
NMX_Sampling_AddChannel_1
NMX_Sampling_AddDigiInAll_1
NMX_Sampling_AddDigiInByte_1
NMX_Sampling_AddDigiOutAll_1
NMX_Sampling_AddDigiOutByte_1
NMX_Sampling_PrepareTime_1
NMX_Sampling_Start_1
NMX_Sampling_Stop_1
NMX_Sampling_ReadColumn32_1
NMX_Sampling_ReadRow32_1
NMX_Sampling_GetStatus_1
Diagnostics
NMX_DiagClearEvent_1
NMX_DiagGetEventText_1
NMX_SetDateTime_1
HowTo
Small Measurement Application
Establishing a connection
Closing a connection
Reading static data
Cyclically (Polling)
Event based
Sampling
Start endless time-based sampling
Start time-limited sampling
Stop sampling
Reading sampled data
Read Column-Wise
Read Row-Wise
Get sampling status
Poll sampling status
Sampling notifications