NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How this DAQmx function works

Solved!
Go to solution

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,706 Views)
Solution
Accepted by topic author JuanCoy

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, CPI

  1. Did someone devote their time to help solve your problem? Appreciate it and give kudos.
  2. Problem solved? Accept as a solution so that others can find it faster in the future.
  3. Contribute to the development of TestStand by voting on the TestStand Idea Exchange.
Message 2 of 2
(1,627 Views)