The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
Hi,
We are triying to simulate a carbon fiber rim and we are getting the following error:
"ASSIGN,PUNCH, ''"
*** ERROR # 1104 *** in the input data: Syntax error in the path or filename.
How can we solve it?
Best Regards,
Hugo
The ASSIGN command is used to identify an external punch file, but you need to specify the file path. Ex:
ASSIGN, PUNCH, C:\Users\Documents\test.pch
Otherwise, just remove the ASSIGN card.
Thanks,
Rob H.