09-01-2005 09:20 AM
09-01-2005 10:55 AM
09-02-2005 02:05 AM
Hi Ray,
i think the specified order is comprehensible, but in the described case the expression to evaluate is not part of any specified Pre-Expression but is used as value for the 'File Path or Reference' field in 'Edit Sequence Call' window of this customized Steptype. I would expect that this expression is evaluated in Action 13 (Call Module).
Please explain where the 'FindFile' function could be used to solve my problem!
Regards,
Sunny
09-02-2005 03:32 AM
09-02-2005 06:53 AM
Hi Ray,
attached a ZIP file with the configuration data of the steptye and the LabVIEW code for the PreStep. In original there is also provided an edit step for this steptype, within this edit substep the value for the second variable would be set.
See the default values for the two variables in the expression for Sequence Filepath for this steptype. These values are used by TestStand to look for a sequence file which will never be called, since the value of the variable Step.MobileType will be changed by the PreStep.
Filepath or Reference: Step.MobileType &"\\"& "Feature_" + Step.Feature + ".seq"
TestStand searches for: "template\Feature_Template.seq"
Execution will run: "Siemens_S65\Feature_Template.seq"
Kind regards,
Sunny
09-02-2005 06:55 AM
09-13-2005 01:28 AM
Hi Ray,
i still have the described problem. Could you readjust the described operational behaviour of TestStand with my attachment?
Kind regards,
Sunny
09-13-2005 03:20 AM
09-13-2005 09:22 AM
The sequence call step does load its module before executing the PreStep. However, the sequence call step will reload the module before it executes if the value of the module sequence file expression changes after executing the PreStep. In your case, as long as you have a valid sequence file "template\Feature_Template.seq", your system should work. This sequence file can be empty.
09-13-2005 04:46 PM
Hi Sunny,
I agree with crankster, therefore in your example, provide there is a sequencefile called "Feature_Template.seq" in the path "..\Siemens_S65\Template\", the sequencefile "Feature_Template.seq" will be invoked and executed.
Regards
Ray Farmer