Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
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 !
Solved! Go to Solution.
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
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 ~