hexagon logo

A/Car Error converting template in ADAMS 2022.3

I'm opening an A/Car tire template (or the subsequent vehicle assembly) and getting the following error messages during the "converting" process. The template/assembly is from a few years ago and I believe was working fine. I think this is a new message I'm hoping someone else has seen...
 
 
 
 
Converting template from version 14.4 to 2011 ...
---------------------------------------------------
- Converting tire: til_XOne_R...
ERROR: ---------------------------------------------------------------------
ERROR: Error detected on line number 105, character 98 of the macro '.ACAR.macros.mac_fil_ude_cnv'.
ERROR: Database object "._Trailer_XOne_Rear.til_XOne_R.kinematics_request" does not exist
ERROR: Database object "._Trailer_XOne_Rear.til_XOne_R.kinematics_request" does not exist
ERROR: The command was not executed.
ERROR: +4&> request=(eval(.ACAR.macros.mac_fil_ude_cnv.Rstr[.ACAR.macros.mac_fil_ude_cnv.loopcnt])) &
ERROR: ---------------------------------------------------------------------
ERROR: ---------------------------------------------------------------------
ERROR: Error detected on line number 105, character 98 of the macro '.ACAR.macros.mac_fil_ude_cnv'.
ERROR: Database object "._Trailer_XOne_Rear.til_XOne_R.forces_request" does not exist
ERROR: Database object "._Trailer_XOne_Rear.til_XOne_R.forces_request" does not exist
ERROR: The command was not executed.
ERROR: +4&> request=(eval(.ACAR.macros.mac_fil_ude_cnv.Rstr[.ACAR.macros.mac_fil_ude_cnv.loopcnt])) &
ERROR: ---------------------------------------------------------------------
- Converting tire: tir_XOne_R...
ERROR: ---------------------------------------------------------------------
ERROR: Error detected on line number 105, character 98 of the macro '.ACAR.macros.mac_fil_ude_cnv'.
ERROR: Database object "._Trailer_XOne_Rear.tir_XOne_R.kinematics_request" does not exist
ERROR: Database object "._Trailer_XOne_Rear.tir_XOne_R.kinematics_request" does not exist
ERROR: The command was not executed.
ERROR: +4&> request=(eval(.ACAR.macros.mac_fil_ude_cnv.Rstr[.ACAR.macros.mac_fil_ude_cnv.loopcnt])) &
ERROR: ---------------------------------------------------------------------
ERROR: ---------------------------------------------------------------------
ERROR: Error detected on line number 105, character 98 of the macro '.ACAR.macros.mac_fil_ude_cnv'.
ERROR: Database object "._Trailer_XOne_Rear.tir_XOne_R.forces_request" does not exist
ERROR: Database object "._Trailer_XOne_Rear.tir_XOne_R.forces_request" does not exist
ERROR: The command was not executed.
ERROR: +4&> request=(eval(.ACAR.macros.mac_fil_ude_cnv.Rstr[.ACAR.macros.mac_fil_ude_cnv.loopcnt])) &
ERROR: ---------------------------------------------------------------------
---------------------------------------------------
Template has been converted to version 2011.
Parents
  • Maybe it's not my template...???
     
    The error message (above and below) says the macro '.ACAR.macros.mac_fil_ude_cnv' can't find "kinematics_request". Looking in the template, that's true, it doesn't exist. What does exist is...
     
    kinematics_request_ISO
    kinematics_request_SAE
     
    So.......did the macro change? This for loop, specifically the bold line, appears to be one of the error generators...
     
       for variable=$_self.loopcnt start=1 end=(eval($_self.Rcnt))
         output_control attributes request &
         request=(eval($_self.Rstr[$_self.loopcnt])) &
         active=(eval($_self.Ract[$_self.loopcnt] ? "no_opinion" : "off"))
       end
     
    ERROR: Error detected on line number 105, character 98 of the macro '.ACAR.macros.mac_fil_ude_cnv'.
    ERROR: Database object "._Trailer_XOne_Rear.til_XOne_R.kinematics_request" does not exist
Reply
  • Maybe it's not my template...???
     
    The error message (above and below) says the macro '.ACAR.macros.mac_fil_ude_cnv' can't find "kinematics_request". Looking in the template, that's true, it doesn't exist. What does exist is...
     
    kinematics_request_ISO
    kinematics_request_SAE
     
    So.......did the macro change? This for loop, specifically the bold line, appears to be one of the error generators...
     
       for variable=$_self.loopcnt start=1 end=(eval($_self.Rcnt))
         output_control attributes request &
         request=(eval($_self.Rstr[$_self.loopcnt])) &
         active=(eval($_self.Ract[$_self.loopcnt] ? "no_opinion" : "off"))
       end
     
    ERROR: Error detected on line number 105, character 98 of the macro '.ACAR.macros.mac_fil_ude_cnv'.
    ERROR: Database object "._Trailer_XOne_Rear.til_XOne_R.kinematics_request" does not exist
Children
No Data