From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How this DAQmx function works

Hello, I am trying to understand how this function works

 

NIDMWaitXAnalogLineWin

Module.JPG

This is the expression I want to understand how it works,

Expression.JPG

This function is used to get data from resistance

   

Sequence.JPG

 

Thanks for your help.

 

Juan Coy

0 Kudos
Message 1 of 2
(1,495 Views)

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?

Michał Bieńkowski
CLA, CTA

Someone devote his time to help solve your problem? Appreciate it and give kudos. Problem solved? Accept as a solution so that others can find it faster in the future.
Make a contribution to the development of TestStand - vote on TestStand Idea Exchange.
Message 2 of 2
(1,416 Views)