12-08-2006 10:10 AM
12-11-2006 02:41 AM
hi joebae,
In the SequenceBuilderTool, the step that inserts the cloned step, always inserts into the step group Main.
You will have to change this step so that the parameter for the Step Group of Sequence.InsertStep (Reference, Index, Step Group) is user defineable, which you can obtain from your ini file.
Hope this helps
Regards
Ray Farmer
01-23-2008 11:16 AM
Hi Ray,
even if it is an older question, let me ask this:
unfortunately I can't solve this matter. I opened the SequenceBuilder to try to modify but I don't know where add or modify the step you suggest.
Then I would like to ask this:
The file ".ini" gives something like:
"Step One"
"Step Two"
etc.
I would like to do something like this:
"Step One,3,123,FFFF,ON"
"Step Two,4,ON,OFF,OFF,ON"
Where the number after the "Step xxx," is the number of parameter of the cloned step. Into the first step is 3 and the params of the step are "123", "FFFF", and "ON"
I hope you may give me some answer if it is possible with an example. There is a week I'm trying without success!!!
Thanks
José Luis
01-23-2008 04:28 PM
01-24-2008 11:55 AM
01-28-2008
06:51 PM
- last edited on
11-05-2024
01:27 PM
by
Content Cleaner
Hey José,
I wanted to add a screen shot that shows where the StepGroup parameter is located in the Sequence Builder.seq example (Examples » SequenceBuilderTool » LabVIEW). This parameter determines in which step group the new step is created. Also, for your custom INI file, you could have TestStand parse your INI file with the find(...) and mid(...) functions. You can find more information about them here. After you parse the INI file, you could add these parameters to your new steps. I hope this helps!
Message Edited by JettR on 01-28-2008 06:55 PM
01-29-2008 12:43 AM