05-05-2020 11:37 AM - edited 05-05-2020 11:37 AM
Hello, I am trying to understand how this function works
NIDMWaitXAnalogLineWin
This is the expression I want to understand how it works,
This function is used to get data from resistance
Thanks for your help.
Juan Coy
Solved! Go to Solution.
05-20-2020 06:56 AM - edited 05-20-2020 07:37 AM
You need to find documentation for the C:\DelphiTestSystem\TestModules\Libraries\DAQmx.dll or for the custom Delphi Numeric Limit Test step. The expression is simply a call to the NIDMWaitXAnalogLineWin function from C:\DelphiTestSystem\TestModules\Libraries\DAQmx.dll with parameters specified in the parameters list displayed on the first screen.
Check this: https://forums.ni.com/t5/Multifunction-DAQ/missing-dll/m-p/681593#M38709
and this: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8lkSAC&l=pl-PL
It is possible that you have some custom dll build?