Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
I am using program inputs to control the length of multiple parts. One of these parts is not functioning. I have checked the programing and parameters of both the assembly and the part multiple times and everything is written correctly. I have a dozen parts in my assembly all using inputs to control the length and all function but one. I can't find any reason this part won't adjust like the others. I'm wondering if I did something to the part that is causing the programing not to function.
The Creo message log gives this for the part.
Choose source of values for Pro/PROGRAM inputs for model 1_4X2_ALUM_STRAP
The execute statement in the assembly programing is written as follows
EXECUTE PART 1_4X2_ALUM_STRAP
HLENGTH = BASE_DEPTH
END EXECUTE
The programing in the part is written as follows
INPUT
HLENGTH NUMBER
END INPUT
I am using Creo 2.0 M040
I would appreciate any help or suggestions.