Angle Rotation VI

Owning Palette: Angle VIs

Requires: Full Development System

Rotates the input angle counterclockwise.

Wire data to the angle input to determine the polymorphic instance to use or manually select the instance.

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

Angle Rotation (scalar)

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
angle specifies the angle the VI rotates.
counterclockwise rotation specifies the amount that the VI uses to rotate the angle in the counterclockwise direction. counterclockwise rotation must have the same unit as angle.
rotated angle range specifies the range of values for the rotated angle. When an angle exceeds one side of the range, the rotated angle continues on the other side of the range.

0none—The range is [–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.
rotated angle returns the angle that the VI rotates counterclockwise.
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.

Angle Rotation (array)

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
Angle specifies the angles the VI rotates.
Counterclockwise Rotation specifies the amount that the VI pairs with the elements in Angle to rotate the angle in the counterclockwise direction. The elements in Counterclockwise Rotation must have the same units as the elements in Angle.

Angle and Counterclockwise Rotation must have the same number of elements or the VI returns error code –20002.
rotated angle range specifies the range of values for the rotated angle. When an angle exceeds one side of the range, the rotated angle continues on the other side of the range.

0none—The range is [–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.
Rotated Angle returns the angles that the VI rotates counterclockwise.
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.

Angle Rotation with Same Angle (array)

Note Note  Use this instance to rotate a set of input angles the same amount.

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
Angle specifies the angles the VI rotates.
counterclockwise rotation specifies the amount that the VI uses to rotate the angles in the counterclockwise direction. counterclockwise rotation must have the same unit as Angle.
rotated angle range specifies the range of values for the rotated angle. When an angle exceeds one side of the range, the rotated angle continues on the other side of the range.

0none—The range is [–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.
Rotated Angle returns the angles that the VI rotates counterclockwise.
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.