cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Trying to manipulate model parameter using J-Link ... Need help ...

ptc-4824040
1-Newbie

Trying to manipulate model parameter using J-Link ... Need help ...

I think I need some advise on J-Link parameter manipulation.

It's supposed to be a very simple function, but I didn't managed to find a solution: To list all pararmeter in a model ,set some of them to a different value and then regenerate this model.

I know there would be a simple way to do that, but through out the internet I only found a Pro/TOOLKIT solution based on C++, any advice about how to implement it with J-Link ?

Thank you !


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
1 ACCEPTED SOLUTION

Accepted Solutions

Hi

There is example of J-Link app for parameter edition

PROE_INSTALL_FOLDER\jlink\jlink_appls\jlink_param\source

In common folder, ParamTable.java will help you.

Regards

Vincent

View solution in original post

2 REPLIES 2

Hi

There is example of J-Link app for parameter edition

PROE_INSTALL_FOLDER\jlink\jlink_appls\jlink_param\source

In common folder, ParamTable.java will help you.

Regards

Vincent

Yeah, that's right, thanks a lot !

I am working on it ~

Top Tags