hexagon logo

DCC Search for Auto-Line Larger than FOV Question

Is PC-DMIS Capable of searching in an area larger than the FOV for a line?

If not, has anyone automated an iterative search for a feature in an area larger than the FOV? (Without stopping the routine with '... not detected' errors)

Thank you
Parents
  • Ok, let me explain a little further:

    I want to measure an edge oriented on the X-axis. The length of the line is smaller than the FOV_X. But I do not know where this line is on the Y-Axis. I would like PC-Dmis to search along the Y-Axis until it finds the edge that is oriented on the X-Axis. (Fully automated - Without prompts or Errors)

    something along the lines of:

    Auto-Line (X = 0, y = -5)
    if error then
    Auto-Line (X = 0, y = -3)
    if error then
    Auto-Line (X = 0, y = 0)
    end if
    end if
    end if

    Please let me know if you have any idea if this is possible!
Reply
  • Ok, let me explain a little further:

    I want to measure an edge oriented on the X-axis. The length of the line is smaller than the FOV_X. But I do not know where this line is on the Y-Axis. I would like PC-Dmis to search along the Y-Axis until it finds the edge that is oriented on the X-Axis. (Fully automated - Without prompts or Errors)

    something along the lines of:

    Auto-Line (X = 0, y = -5)
    if error then
    Auto-Line (X = 0, y = -3)
    if error then
    Auto-Line (X = 0, y = 0)
    end if
    end if
    end if

    Please let me know if you have any idea if this is possible!
Children
No Data