Page 1 of 1

Analyze tool problem

Posted: Wed Nov 11, 2020 2:11 pm
by arluquems
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!

Re: Analyze tool problem

Posted: Thu Nov 12, 2020 11:11 am
by aymanh
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

Re: Analyze tool problem

Posted: Sun Nov 15, 2020 11:52 am
by arluquems
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.

Re: Analyze tool problem

Posted: Mon Nov 16, 2020 4:35 pm
by arluquems
I used the API in Matlab, and it seems that the problem is opening the .sto file.

Re: Analyze tool problem

Posted: Thu Dec 30, 2021 12:28 am
by chengjinzhi
Hi Araceli,

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

-Cindy