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