Am I not understnding the syntax for allowing negative values?
I get the following error
d22=asin(1.4607*sin(d21))
errorInvalid attempt to assign negative value -0.875425deg to 'D22'. Precede the symbol with '$' to allow negative value.
but after adding $, I get the following error
$d22=asin(1.4607*sin(d21))
errorInvalid left side of assignment
Probably better off starting a new topic. This one is almost 16 years old.
Your syntax is correct. More than likely the value is not be valid, regardless of the fact that it is negative. What happens if you remove the relation and manually try setting D22 to -0.875425 deg. Does it fail?