hexagon logo

Browse By Tags

  • How to resolve LINK2019: unresolved external symbol error when compiling an Adams subroutine?

    I am getting an error of LINK2019 while compiling my subroutine which consists of c_sysfnc, c_errmes and c_step functions. I have already included the "slv_c_utils.h" header file. Do I need to include any other header files and in such case which one…
  • Anybody can help me out why this error happened and stopped my simulation? Sometimes it happens.

    The red envelope is the error, "E:\METL Fellows\Xin\ADAMS\WT-19 SRB\Adams Model\0.00001" is my ".bin" directory. and also a dump file is created in my directory now. (shown in the picture too) Attached Files (2)
  • Is there a way of using different global variable values for different instances of calling the same user written subroutine in the same simulation?

    I have created a user written GFOSUB subroutine. The subroutine will have a number of values passed to it from ADAMS, based on these inputs it will assign desired values to a number of global variables within the subroutine and then calculate the appropriate…
  • Error while compiling subroutine

    Hello, I'm trying to compile a subroutine for ADAMS and I keep getting the following error message. "reqsub.obj : error LNK2019: unresolved external symbol __imp_c_errmes referenced in function Reqsub reqsub.obj : error LNK2019: unresolved external…
  • Issues with running user subroutines as an extension to ADAMS. Please refer to details

    Hi, I have written some subroutines in Fortran and it uses some pre-defined data access subroutines provided by adams. However, to create the acar_solver dynamic library which would implement the subroutines in adams, I have to use Visual Studio. But…
  • How to minimize the computational error of a particular measure which is solved through a subroutine?

    The contact subroutine CNFSUB is giving slightly different result for the same set of parameters that is used in ADAMS VIEW contact module. What is the reason behind this difference?