Hi Anybody,
I'm currently studying the model of "SpineFixationWithForceDepKinematics"(AMMR2.4.2).I want to output the contact force of facetjoint, but such an error occurs
Hi Dave,
I reinstall the AMMR. And I want to output the force of the facetjoint during movement. So I changed the code from "NormedMeasureOnOff = Off;" to "NormedMeasureOnOff = On;" in the "FacetContForces" file,and load the Model. Error still occur.
Will your model experience the same issue in this situation? Is this an error code in code programming? Can I obtain the force of facetjoint through other methods?
Yes, if you set NormedMeasureOnOff = On; the code will break. This is because it will combine the output from AnyKinPointSurface to a single value.
You can find the facet joint force in the code that follows: ContactForcesR.F, for example. These will be expressed in each measure of the PointSurface measure.
You can also see the Force value in the Global system in RefFrameOutput.F