Re: Can't get PartQuest in xDX design to open
Thanks Gary I now have PartQuest working in xDX but I am now having the problem with importing the edx file using xDM library tools. I get an error that says "package doesn't contain any data which...
View ArticleRe: New Floating License Question
I went through quite a few hours trying to install PADS2004sp2 on a "new" Win7 Professional machine, but finally I was able to find and install the correct drivers for the Hasp dongle, and the final...
View ArticleSystem Requirements formula uses 1.2 in explanation but 0.8 in examples.
A question from Mentor Japan AE Motonami-san is working with a customer who is planning their upgrade strategy.I have a question in regarding Capital System requirement. In the system requirement...
View Articlecan't delete Stub Trace in Expedition
Hi allI work on 12 layers big pcb layout board and now when i close to finish i notice that i have some traces that loks like they are lockedwhen i tuch it with the mouse i get lock symbol but i can...
View ArticlePutComponent from central library
Is it possible now to add a component from the central library?
View ArticleAdd cell into local library using automation
How can I add a cell from central library into the local library using Automation?
View ArticleRe: can't delete Stub Trace in Expedition
Hi sound like i problem i had few weeks ago. To fix this you need to use a VB script that is in the Installation Folder. Here is the path:...
View ArticleRe: Update of @PRINTORDER fails
Yesterday i had a similar problem no matter what i try Update Other Objects--> Printorder dident work. One sheet just diden't get the page number. Then i found the solution, maybe this helps here...
View ArticleRe: Automation using C or C++
Hi,because C and C++ are unmanaged UNIX-based compilers, it is very different and complicated to convert a COM interface from VB or C# into C++.I want to create C++ program with Viewdraw.Application as...
View ArticleRe: Device vs SlotDevice
Hi Larry,You have to be a bit careful in this area of the API. Because Integrator's model sits on top of Logic's there are some areas where it can be misleading. There are actually three types of...
View Articlenode-locked license error after change from LM_LICENSE_FILE to MGLS_LICENSE_FILE
Hello, we are facing a node-locked license issue after changing from LM_LICENSE_FILE environment variable to MGLS_LICENSE_FILE.New license file (with new format) was downloaded from...
View ArticleRe: Update of @PRINTORDER fails
@raliesch: Thank you very much for this tip. This was the solution to solve my problem.
View ArticleRe: PutComponent from central library
In DxDesigner, you can use automation to add parts to the schematic: comp = block.AddPartInstance(partition, device, symbol, x, y) Once in the schematic, they are pulled into the design at the next...
View ArticleRe: Can't get PartQuest in xDX design to open
The section I haven't gotten to yet... First, there may not be any data. If this symbol doesn't exist for a part, or a standard symbol is not selected, there will not be symbol and footprint...
View ArticleRe: node-locked license error after change from LM_LICENSE_FILE to...
Tino, It appears there's another path in your MGLS_LICENSE_FILE value. I'm not sure how it's getting in there but it's in the application tree so it my be getting added by the tool itself. Please look...
View ArticleRe: Device vs SlotDevice
Hi Simon, That you for the detailed information, my customer now understand the difference. Thank you, Larry
View ArticleRe: Update of @PRINTORDER fails
You are welcome, I am glad I was able to help you .Viele Grüsse
View ArticleRe: PutComponent from central library
Hi Patrick, Yes I will pull parts from Central Library into a PCB design (Expedition) using automation command Document.PutComponent.The 3rd parameter of this command is bFromCentralLib as Boolean but...
View Article