Hi Vincent, good question - but depends on what exactly you want to do,
all digital tests are generated from some form of library, and these 'generic' libraries would reside in the board directory under 'custom_lib', OR in the generic library paths
so all generic libraries should be there - however IPG process does make some mdification to the libraries based on topology , disabling requirements - so only extra parts will be for debug comments
but perhaps you dont have the original libraries supplied ? just the digital test source code?, then maybe there is no automatic way to make them libraries apart from manually save and compile using the ;library option
I am not sure if i have answered your question correctly, but it is possible to convert a digital source code back to a library , but it is manual
- the 3070 libraries work on PINS - not NODES so by removing the all debug and 'node' related comments , then saving that version under a library directory - then use the compile 'filename';library option
and as always, you should only practice on a copy of the board directory
If you wanna save these complicated steps and find a easy way, you can google [url=http://www.rasteredge.com/how-to/csharp-imaging/image-converting/]image converter[/url] and you will find many useful tools, or google how to convert imaging sdk to get instructive articles. Good luck:) I think image conversion programmes can enable to quickly convert files. i have use image converter which can original layouts hyperlinks, Images and tables retained in word ,text, image, Epub, html.but i forgot download the wedsite ,go to google. By the way , pay attention to your system platform, select the suitable one . I use an image converter driver found on the internet . Install it and it becomes a selectable converter option.Then you can convert image to many forms in any program at all, including Adobe Acrobat . Just open an image, select convert, and choice a form you want, then you can do [url=http://www.rasteredge.com/how-to/csharp-imaging/convert-image-to-byte/]image conversion[/url] ,the task will be finished in several seconds. if you haven't found a good choice, you can have a try. best wishes.
all digital tests are generated from some form of library, and these 'generic' libraries would reside in the board directory under 'custom_lib', OR in the generic library paths
so all generic libraries should be there - however IPG process does make some mdification to the libraries based on topology , disabling requirements - so only extra parts will be for debug comments
but perhaps you dont have the original libraries supplied ? just the digital test source code?, then maybe there is no automatic way to make them libraries apart from manually save and compile using the ;library option
I am not sure if i have answered your question correctly, but it is possible to convert a digital source code back to a library , but it is manual
- the 3070 libraries work on PINS - not NODES so by removing the all debug and 'node' related comments , then saving that version under a library directory - then use the compile 'filename';library option
and as always, you should only practice on a copy of the board directory
thanks