Calculates the angle that bisects the start angle and the end angle into two equal parts.

Wire data to any of the angle inputs to determine the polymorphic instance to use or manually select the instance.


icon

Inputs/Outputs

  • ci32.png angle units

    angle units specifies the units of the input and output angles of the VI.

    0radian in, radian out (default)
    1radian in, degree out
    2degree in, degree out
    3degree in, radian out
  • cdbl.png start angle

    start angle specifies one angle the VI uses to calculate the angle bisector in the clockwise direction.

  • cdbl.png end angle

    end angle specifies the other angle the VI uses to calculate the angle bisector. end angle must have the same unit as start angle.

  • cu16.png angle bisector range

    angle bisector range specifies the range of the angle bisector.

    0none—The range is equal to [–Inf, Inf].
    1–180 to 180 (–pi to pi) (default)—The range is [–180, 180] in degrees or [–pi, pi] in radians.
    20 to 360 (0 to 2pi)—The range is [0, 360] in degrees or [0, 2pi] in radians.
  • idbl.png angle bisector

    angle bisector returns the angle that bisects start angle and end angle into two equal parts.

  • ii32.png error

    error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

  • The following images show examples of the angle bisector between a start angle and an end angle.