I am attempting to apply the following relations to the assembly seen below. Could someone explain what the two error messages mean?
/*--------------------------------------------
/*-------------------------------------------
/* joint width
jointW=43
springSize="small"
/*-------------------------------------------
/*--------------------------------------------
IF springSize=="small"
springWidth=18
Else
springWidth=38
ENDIF
endExtrude=jointW/2-springWidth/2
innerExtrudeS=springWidth/2
innerExtrudeL=endExtrude+springWidth/2
d0:4=endExtrude
errorCannot assign to a part-driven value.
d0:6=endExtrude
d5:6=innerExtrudeS
d4:4=innerExtrudeL
errorCannot assign to a part-driven value.
View attachment 2385
2006-06-14_192035_joint1_1.asm.zip
/*--------------------------------------------
/*-------------------------------------------
/* joint width
jointW=43
springSize="small"
/*-------------------------------------------
/*--------------------------------------------
IF springSize=="small"
springWidth=18
Else
springWidth=38
ENDIF
endExtrude=jointW/2-springWidth/2
innerExtrudeS=springWidth/2
innerExtrudeL=endExtrude+springWidth/2
d0:4=endExtrude
errorCannot assign to a part-driven value.
d0:6=endExtrude
d5:6=innerExtrudeS
d4:4=innerExtrudeL
errorCannot assign to a part-driven value.
View attachment 2385
2006-06-14_192035_joint1_1.asm.zip