Analyze tool problem

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Araceli Luque Martín-Sacristán
Posts: 10
Joined: Tue Apr 07, 2020 12:02 pm

Analyze tool problem

Post by Araceli Luque Martín-Sacristán » Wed Nov 11, 2020 2:11 pm

Hello,

I am using the analyze tool to get the kinetic and potential energy of my model. I get two warnings saying that:

Warning: No outputs were connected to 'ReporterVec3' of type TableReporter__Vec3_. You can connect outputs by calling addToReport().
Warning: No outputs were connected to 'ReporterSpatialVec' of type TableReporter__SpatialVec_. You can connect outputs by calling addToReport().

and the analysis does not execute more than 0%.

Could someone help me?

Thank you!

Tags:

User avatar
Ayman Habib
Posts: 2248
Joined: Fri Apr 01, 2005 12:24 pm

Re: Analyze tool problem

Post by Ayman Habib » Thu Nov 12, 2020 11:11 am

Hi Araceli,

The energy values are scalars so they will go into TableReporter (scalar). If you're getting the values there then you can ignore these warnings, you don't necessarily need to use ReporterVec3 or ReporterSpatialVec.

If using the API and you're running into issues it would help if you send a code snippet so we have some context and can help you out.

Best regards,
-Ayman

User avatar
Araceli Luque Martín-Sacristán
Posts: 10
Joined: Tue Apr 07, 2020 12:02 pm

Re: Analyze tool problem

Post by Araceli Luque Martín-Sacristán » Sun Nov 15, 2020 11:52 am

Hi Ayman, Thank you for your help.

I am not using the API.

I am not getting any value in the table .sto, just the time. Can it be an issue of the sates file? it seem to work well when running the motion.

Bests,
Araceli.

User avatar
Araceli Luque Martín-Sacristán
Posts: 10
Joined: Tue Apr 07, 2020 12:02 pm

Re: Analyze tool problem

Post by Araceli Luque Martín-Sacristán » Mon Nov 16, 2020 4:35 pm

I used the API in Matlab, and it seems that the problem is opening the .sto file.

User avatar
Peili Gong
Posts: 2
Joined: Wed Nov 03, 2021 2:18 am

Re: Analyze tool problem

Post by Peili Gong » Thu Dec 30, 2021 12:28 am

Hi Araceli,

I met the same problem with you.If you have solved the problem,could you tell me the method for it?

-Cindy

POST REPLY