Rotary Values are coming out with Negative Values.
SolutionSet the variable to an absolute value
Sample code
# Rotation Outputting a Negative 0.000
# sample code
global mom_out_angle_pos
# The code below will always set the value to a positive value
set mom_out_angle_pos(1) [expr abs($mom_out_angle_pos(1)) ]