We use DxPDF to create the schematics for manufacturing. The PDF's are simpler, easily searchable, and are a single file format which makes it much easier for...
One method would be to add a Class attribute to all parts. ... From: Austin Franklin To: innoveda_users@yahoogroups.com Sent: Thursday, February 26, 2004 7:08...
Hi Gary, Yes, but I wanted to avoid that...if possible. Good idea for future, but not for a completed project. Regards, Austin ... From: Gary Lameris...
where i can get the ePD library. can any one help me to get that. binu george ... Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster. where i...
All, I'd like to use DxDataBook as a common interface to verify that components have the correct PKG_TYPE attributes given a specific part number. I have...
I will be out of the office starting 01-03-2004 and will not return until 09-03-2004. I will respond to your message when I return. For urgent matters, you...
Hi, I need 'MIL standards' documents for PCB design (placement, routing and power plane guidelines) and PCB Assembling and fabrication . Can I get those...
Dear, Is it possible to trigger the event of changing an attribute value on a component with e-scripting? My applications needs to be running in background ...
Steve, after Changing the Attribute is selected, so you can do it like this: Sub Application_BlockModified(Block) Rem Bug in 3.0 (solution announced for 3.1):...
You can turn off the attributes you don't want to be verified (Field type "unused") in the Databook configuration Then it should not be checked. Roman ... All,...
Roman PRAGER
Roman.PRAGER@...
Mar 4, 2004 4:58 pm
2681
So can I ...Eventually, I was just hoping to find one already done...Thanks though Michael Rock Molex, Inc. Electrical Engineer mike.rock@... Work...
Christian, Thanks for the info however I'm searching if it's possible to automatically run the script when the user changes an attribute. In VB you have a lot...
Steve, this _is_ an extract from a script running in our ePD-environment! (It checks for valid values, paints attributes in diffrent colors depending on...
Has anyone located a decent reference on net and component constraints for DxDesigner 3.0 and PowerPCB 5.0.1? We are trying to locate a definition for all of...
I want the solder mask is 1:1 scale to paste mask in PowerPCB. But I always got solder mask layer has bigger pad size than defined in pad stack-up. Why is...
Tammy, In the CAM setup select the soldermask you wish to change and select options in here there is a box that says over under size by. Set this to zero and...
Great! Thanks, Neal. Tammy Neal Haddock <neal@...> wrote: Tammy, In the CAM setup select the soldermask you wish to change and select options in here...
It uses net and component rules and classes in PowerPCB. A net/component rule in PowerPCB is an attribute in DxDesigner. A class rule is a "constraint" in...
Hi, Is it possible in DxViewDraw to load an annotation file once in an hierarchical design where when you browse trough your hierarchy, the annotation still be...
Hi All, I like having the database in Excel format as there is so many ways to sort the data, and so far i have had no problems. I have however one issue, when...
Hey there, We've run into similar problems when using MS Access. We suspect that the MS ODBC drivers don't obey the read-only flag and thus lock the database...
I'm a newbie. How do I change the reference designators automatically in PADs so that on the printed circuit board the ref des's are numbered in some logical...
How do I run outside programs through forms in DxDesigner? I see that they can be run through adding them through the "Tools" bar in ViewDraw, but what...
Ryan, to run an outside program from within an .efm: Set ExecOb = Scripting.CreateObject("Viewlogic.Exec","shell") ExecOb.WorkingDirectory = WorkDir 'or...
I must be missing something fundamental in my form that I am trying to put together. In the sample forms that came with ViewDraw, I could call up the current...
Ryan, I'm using 3.0 and it's PrimaryDirectory property, but this shouldn't make a difference. Sorry, my code wasn't correct (WorkDir is an internal Var in my...
The code seems to be working. Just one question, does the command string have to be a windows application or could it be any? Im asking because Im trying to...
Iestyn, The issue with MS Access is permissions. Everyone who uses the database needs to have write access to the FOLDER that the database resides in. This...