NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Link a DLL with Step.Module

I am trying to create a sequence file from a C# 2005 code using TestStand 4.0

The flow of control is (without going into the coding details) :
- create a step
- create a sequence
- add step to the sequence
- add sequence to a sequenceFile
- save the sequenceFile

now, the porblem is that through this flow, a sequence file is created but i am unable to Link the DLL with the Step.Module . The adapter name is "AdapterKeyNames.FlexCAdapterKeyName" and step name is "StepTypes.StepType_NumericMeasurement".

The manual reffers to the "CommonCModule.ModulePath" but i am unable to access CommonCModule ! The sequence file generated has no DLL and the expression is the default one:
"Numeric Limit Test,  9 <= x <= 11"

I need to:
- link a DLL with the module.
- Select a function from the DLL
- Pass paramaeter to the mathod and get result ( some default values )
- Set the expression
- Set the low and high limit
0 Kudos
Message 1 of 3
(3,062 Views)
This link should at least answer some part of your question.

hope this helps,
Norbert B.
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 3
(3,053 Views)
Thanx Norbert B.

I have briefly review the link, hope it will help at least to some extent.

Regrds,
B Haider.
0 Kudos
Message 3 of 3
(3,046 Views)