Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Has anyone set this up before. I set it up in the check files as an error, but can not figure out how to get this added to the start files. Any suggestions? The help docs are not very clear on this topic.
Solved! Go to Solution.
You can directly add this information in start file using text editor.
From Environment tool set:
Select type of start item as Simprep
Enter the name
Skip the Value
Scottb,
Will you explain your requirement in detail about this?
We have 2 default simprep names, I would like to validate that those are in the models. Then they can have others if they wish.
Try adding the below parametrs in start file (*.mcs):
For Assembly:
ASM_SIMPREP Name_of_Ist_Simp_Rep
ASM_SIMPREP Name_of_IInd_Simp_Rep
For part:
PRT_SIMPREP Name_of_Ist_Simp_Rep
PRT_SIMPREP Name_of_IInd_Simp_Rep
I have done this two ways, just as a text editor,
ASM_SIMPREP EMPTY
And in the enviroment tool, I put in like this
Select item type Assembly
Select type of start item Simprep Name
Function EQ
Value EMPTY
but when I look at the mcs doc after I save it, it looks like this
ASM_SIMPREP_NAME | EQ |
You can directly add this information in start file using text editor.
From Environment tool set:
Select type of start item as Simprep
Enter the name
Skip the Value