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?
I need how to run the programs givev in the API guide?
- RAHUL GHARATE
- Posts: 84
- Joined: Thu Jun 13, 2019 11:43 pm
- 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?
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
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
- 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?
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?