Mechanism Connection Parameters and Relations
I would also like to see if this is possible.
I have an assembly where I have a wheel that needs to rotate to several different positions around its axis. I tried using angle offset and using a parameter and relations to rotate the wheel to the set positions, but I can't get the angle past 180°. I read some posts about using mechanism to control rotation beyond 180° but now I don't have a dimension I can use in my relation. I tried looking in the connection parameters, but I don't see one that corresponds to its current position.
The following is my relations code:
POSITION:21=0 <current position>=0 IF WHEEL_POS=="SKIMV" <current position>=90 POSITION:21=12.5 ELSE IF WHEEL_POS=="SKIMH" <current position>=180 POSITION:21=12.5 ELSE IF WHEEL_POS=="ENGAGE" <current position>=30 POSITION:21=0 ELSE IF WHEEL_POS=="HOOK" $<current position>=-15 POSITION:21=0 ELSE IF WHEEL_POS=="GUIDE" <current position>=70 POSITION:21=0 ELSE IF WHEEL_POS=="START" <current position>=0 POSITION:21=0 ENDIF ENDIF ENDIF ENDIF
Each position has dimensions of parts set to specific values. I can set all those values at once by entering the wheel position parameter value for that position.
Anyone know how I can do this (or if I can do this) with basic creo 3.0?
I added a secondary constraint set using Angle Offset. I have a dimension, but it still has issues with positions past 180.

