I'm currently trying to measure the fir tree root of a turbine blade using an SP25 to scan across the serations.
The root has 3 lobes of decreasing size which I need to find the high points of.
I'm using maxindex at the moment but obviously this is only good for reporting the largest lobe.
Is there any way of using maxindex on a given section of a scan, say between hits 50 to 80, instead of over the entire scan???
Or is there some other method of Extracting a high point from a given section of a scan?
I know I could scan each lobe individually but I've been asked to optimise the cycle times and the quickest way I can think of is to scan all the features in one go and then extract the relevant info.
Unfortunatly as always with PC-DMIS the easy option never works. Lol
I've tried doing that but anything other than [1..scn_1.numhits] in the square brackets returns a value of 1 for reasons I can't quite understand.
I've also tried replacing just the 1 with other numbers. But I couldn't get that to work either.