Hi
Am having problems with my model as I keep having a kinematic analysis failed at time 52. Not sure what to do. Can one of you guys help please.
Farooq
Hi
Am having problems with my model as I keep having a kinematic analysis failed at time 52. Not sure what to do. Can one of you guys help please.
Farooq
Hi,
Attached please find a modified version of your model.
And let me explain what I’ve changed on your previous model.
AnyIntVar FirstFrame = C3DFileData.Header.FirstFrameNo+140;
AnyIntVar LastFrame = C3DFileData.Header.LastFrameNo-230;
AnyIntVar nStep =(LastFrame-FirstFrame+1);
Also in ‘ModelSetup.any’ file, I changed the locations of markers and its OptX, OptY, OptZ properties. Please look at them carefully and compare with your original settings.
I put the following code inside ‘KinematicStudyForParameterIdentification’ study:
InitialConditions.MaxIteration = 5000;
Kinematics.MaxIteration = 5000;
Please look at the reference manual of ‘AnyBodyStudy’ class object.
I hope this may help you.
Best regards,
Moonki