I need how to run the programs givev in the API guide?

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
RAHUL GHARATE
Posts: 84
Joined: Thu Jun 13, 2019 11:43 pm

I need how to run the programs givev in the API guide?

Post by RAHUL GHARATE » Wed Jul 24, 2019 4:23 am

I have provided path actuator to the model. I need to control this path actuator and know at what instance it is actuates. I have followed the API guide and copy the program which is given and paste in the scripting shell window then press enter. But it shows error not shows the result. What is method to run this program and how to know or confirm the actuator acts on which instance at what time and at what phase. How to change this actuation as we want at particular instance.
I have selected path actuator file and run this model by CMC . After that I want to control this path actuator?
How I proceed further. It is possible only by using programming or another method? I need result where the actuator actuates at the particular instance?

Tags:

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

Re: I need how to run the programs givev in the API guide?

Post by Ayman Habib » Wed Jul 24, 2019 10:20 am

Hello,

API programs are typically provided in either C++, Java/Matlab or python. The scripting shell of the GUI interprets only python/jython. Please read the API guide carefully before trying to execute C++ programs in GUI scripting shell.

Best regards,
-Ayman

User avatar
RAHUL GHARATE
Posts: 84
Joined: Thu Jun 13, 2019 11:43 pm

Re: I need how to run the programs givev in the API guide?

Post by RAHUL GHARATE » Wed Jul 24, 2019 10:20 pm

I need to control the path actuator and I need to know at what instance actuator actuates or at what phase. Also I need to change the actuation instance and I want to give actuation as I want. How I can do it. Please give me a direction. Can I do this without programming?

POST REPLY