01-11-2007 09:45 AM
01-11-2007 04:53 PM
Hi,
Not sure if you have twenty steps which are multiple numeric limits steptype or you have a step which is a multiple numeric limit steptype which has twenty limits!
You have to replace the ? with the required index value i.e 0 or 1 or 2......19.
So that 20 (x 3) items are exported you have to define all twenty of the step.measurement[0].comp .... step.measurement[19].comp. Likewise for the limits.low and limits.high
so to answer the Question
Q. should I replace ? with 0, 1,2,3....? Yes.
Q. should I add index for the step ? ex: step[0].measurement[0].limits.low..... step[1].measurement[0].limits.low.... No When you export it will scan the whole sequence looking for occurances of step.measurement[0].limits.low etc. step[0].measurement[0]....doesn't exist.
Hope this answers your questions
regards
ray farmer
01-12-2007 09:46 AM
01-12-2007 03:35 PM - edited 01-12-2007 03:35 PM
Hi trout00,
Does your export dialog look something like the attached picture.
regards
Ray Farmer
Message Edited by Ray Farmer on 01-12-2007 09:36 PM
01-15-2007 02:06 PM - edited 01-15-2007 02:06 PM
Message Edited by trout00 on 01-15-2007 02:10 PM
Message Edited by trout00 on 01-15-2007 02:10 PM
01-16-2007 12:38 AM
Hi trout00,
I shouldn't worry about the StationGlobals, it just means you haven't any StationGlobals defined, likewise on my JPG example, I didn't have any Locals defined in the Sequence. Similarly, if you had defined some FileGlobals in your sequence file, then there would be a FileGlobals entry added to the list.
The window on the left, is all the Properties that are available for you to export / import.
You will have to replace the ? for the index value you wish to export.
Regards
Ray Farmer
01-16-2007 06:58 AM
01-16-2007 07:33 AM
Hi trout00,
Yes it very manual,
So for step 1, this is correct
Step.Result.Measurement[0].Comp
Step.Result.Measurement[0].Limits.High
Step.Result.Measurement[0].Limits.Low
Step.Result.Measurement[1].Comp
Step.Result.Measurement[1].Limits.High
Step.Result.Measurement[1].Limits.Low
................
Step.Result.Measurement[5].Comp
Step.Result.Measurement[5].Limits.High
Step.Result.Measurement[5].Limits.Low
But for Step 2
It should be
Step.Result.Measurement[0].Comp
Step.Result.Measurement[0].Limits.High
Step.Result.Measurement[0].Limits.Low
Step.Result.Measurement[1].Comp
Step.Result.Measurement[1].Limits.High
Step.Result.Measurement[1].Limits.Low
Step.Result.Measurement[2].Comp
Step.Result.Measurement[2].Limits.High
Step.Result.Measurement[2].Limits.Low
for Step 3 these will also start from index 0. Hope you get the picture.
Unless of course you have something werid in your step definition for the Limits, each Step starts from index 0
In the Export / Import tool, you are not actual specifying the actual steps, you are specify the properties of a Step to export.
So if you had 20 Step but the maximum number of limits in any of the 20 steps is 6, then in your Export Tool you would only need
Step.Result.Measurement[0].Comp
Step.Result.Measurement[0].Limits.High
Step.Result.Measurement[0].Limits.Low
Step.Result.Measurement[1].Comp
Step.Result.Measurement[1].Limits.High
Step.Result.Measurement[1].Limits.Low
................
Step.Result.Measurement[5].Comp
Step.Result.Measurement[5].Limits.High
Step.Result.Measurement[5].Limits.Low
Hope this make sense.
Yes it is very prone for error, especially if you are dealing with a lot of properties.
Regards
Ray Farmer
01-16-2007 10:24 AM
01-16-2007 04:14 PM
Hi trout00,
Its uses the Step Name to match which limits go where they should.
I have attached an example. (TS3.5), you should beable to match the limit file with the sequence steps.
In the Export/Import Tool I have the following properties
Step.Result.Measurement[0].Comp
Step.Result.Measurement[0].Limits.High
Step.Result.Measurement[0].Limits.Low
..........................................
Step.Result.Measurement[5].Comp
Step.Result.Measurement[5].Limits.High
Step.Result.Measurement[5].Limits.Low
Regards
Ray Farmer