Skip to main content
1-Visitor
September 5, 2013
Solved

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

  • September 5, 2013
  • 1 reply
  • 1965 views

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.
Best answer by Vincent-Kulak

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

1 reply

15-Moonstone
September 19, 2013

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

1-Visitor
September 20, 2013

Yeah, that's right, thanks a lot !

I am working on it ~