Page 1 of 1

Inverse Dynamics Multiple Force Plates

Posted: Mon Feb 01, 2010 9:33 am
by onelastttear
Hi,

I need to modify my .csv file into a .mot file, which I can do for one force plate. The problem is that I have data from 4 force plates that I need to import. Does anyone know the correct labeling and format for that within the .mot file?

Also on an aside, is there anywhere that I can learn more about using C++ to control the analysis.

Thanks,
Becca

RE: Inverse Dynamics Multiple Force Plates

Posted: Sat Feb 13, 2010 9:18 am
by aymanh
Hi Rebecca,

With version 2.0.1 which is now posted, you can make arbitrary labels for the columns and then you can use the new GUI to define the external loads based on the file.

Please try it out and let me know how it goes since this is a new feature.

Regarding C++, what exactly do you want to control in your analysis? You don't need to be an expert programmer to write plugins or simple driver programs (Examples are provided with the distribution under the sdk folder).

-Ayman

RE: Inverse Dynamics Multiple Force Plates

Posted: Wed Feb 17, 2010 11:52 am
by onelastttear
Ayman,

Thank you.

I now have an xml file with 3 external forces and the GUI recognizes all of them to exist. :)

However, I am having difficulty getting the simulation to run. For some reason every time I press run on the GUI for Inverse Dynamics OpenSim completely shuts down. Do you have any idea why this is? I have tried just about everything I can think of. I would be open to any suggestions.

Thanks.

RE: Inverse Dynamics Multiple Force Plates

Posted: Wed Feb 17, 2010 12:03 pm
by aymanh
Hi Rebecca,

Try changing the debug mode ("Edit->Preferences" and set Debug to 3). This will run OpenSim practically in "safe mode". Then instead of shutting down, hopefully you'll see a dialog with a stack-trace. Please send this over and I'll try to help you troubleshoot.

In the meantime, please report a bug (using the Help->report a bug) and attach your model, setup files and data files along with the stacktrace.

Thanks,
-Ayman

RE: Inverse Dynamics Multiple Force Plates

Posted: Wed Feb 17, 2010 12:54 pm
by onelastttear
Ayman,

The only thing that I changed was the Debug to 3 and now the program executes and there are results. I am confused what you mean by stack-trace. Is this the print out in the Messages widow?

I am still going to report the bug because I have no idea why it worked this time when I didn't change anything.

Thank you for your quick response.

Re: Inverse Dynamics Multiple Force Plates

Posted: Wed Jul 02, 2014 9:32 pm
by mehdikhani
Hi Rebecca,

I have a .csv file for one force plate. How can I change it into a .mot file?

Thanks,
Sou

Re: Inverse Dynamics Multiple Force Plates

Posted: Mon Jul 07, 2014 1:54 pm
by jimmy
Sou,
Perhaps look at the example force .mot files and edit your file to match, then save as tab delimited file with .mot extension.

Goodluck,
-james

Re: Inverse Dynamics Multiple Force Plates

Posted: Wed May 10, 2017 11:00 pm
by deepak001
Hello James,
I collect data using BTS motion capture system and I got .c3d file from that system and I convert the .c3d file into ASCII file using Mokka software but in ASCII file I got force in three direction ( X,Y and Z) and Center of pressure in two direction (X and Y) and moment in one direction only(Z direction only) but for .mot file I need Center of pressure and moment in each direction. So can you tell me how to get this in each direction??

Thanks in advance...
DJ