Optistruct ERROR 1104

Hugo Padilla
Hugo Padilla New Altair Community Member
edited December 2021 in Community Q&A

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,

Hugoimage

Answers

  • Robert Hoglund
    Robert Hoglund
    Altair Employee
    edited December 2021

    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.