🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Angular Measurements for Complete Rotational Cycles

User: "Christopher_Fadanelli"
Altair Employee
Updated by Christopher_Fadanelli

By default, in MotionView, angular rotation is recorded as the total amount of rotation traveled. For instance, with this four-bar linkage, the output to retrieve the angular rotation of a joint is computed using RTOD({j_0.AZ}).

image

Current Outcome:

 

Observe that the recorded rotation is given as the total travel, not in cycles. To adjust the measurement to display rotation in cycles, the <a href="https://help.altair.com/hwsolvers/ms/topics/solvers/ms/mod.htm" target="_blank" rel="noopener">MOD</a> function can be used. The output can be updated to RTOD(MOD({j_0.AZ}, 2*PI)), which will record the angular rotation within a 360-degree cycle.

image