I’ve got a 2 conductor cable I would to apply heat shrink to the insulation cut back on both ends, what is the best way to show this and get the heat shrink to show on the BOM?
Adding extra componets to multicores
Importing HKP files to PADS VX Intergrated Flow?
Hello everyone,
Is there any way to import HKP files to PADS VX? My issue is that neither Accelerated Designs ' Ultra Librarian or PCB Libraries' Library Expert support importing to the PADS VX Integrated Flow. Both applications do support exporting to Expedition via HKP files.
And Yes, I already did check PartQuest... None of the parts I need have footprints there.
How to customise DRC (Design Rule check) in vesys 2.0
xDX I/O Designer will not update
I'm running into a problem with cDC I/O Designer VX.1, where it will not update the FPGA libraries via the Internet.
The following error dialog box comes up when I try to run the update:
"Could not load data from manifest file: C:
\Uses\<MYUSERNAME>\iod_updates\update.xml
Updater will be closed. You can read details in the log file:
C:\Users\<MYUSERNAME>\iod_updates\log\2015-09-30-11-28-09.log
The text of the log file is:
Current version of xDX I/O Designer IOD9.7
Current version of library 097_000_000_000
Using server http://supportnet.mentor.com/productupdates/
Downloading manifest file http://supportnet.mentor.com/productupdates/public/iod/libraries/IOD9.7/update.xml
Warning: Could not download manifest file : http://supportnet.mentor.com/productupdates/public/iod/libraries/IOD9.7/update.xml
Warning: Connection refused
Error: Could not connect with server to download manifest file.Connection refused
Update: I solved the first issue. Now I get this log file
Current version of xDX I/O Designer IOD9.7
Current version of library 097_000_000_000
Using server http://supportnet.mentor.com/productupdates/
Downloading manifest file http://supportnet.mentor.com/productupdates/public/iod/libraries/IOD9.7/update.xml
Manifest file : http://supportnet.mentor.com/productupdates/public/iod/libraries/IOD9.7/update.xml was downloaded successfully to path C:\Users\admin-dittrich\iod_updates\update.xml
Loading manifest file C:\Users\admin-dittrich\iod_updates\update.xml
Error: Could not load data from manifest file : C:\Users\<MYUSERNAME>\iod_updates\update.xml
And the file C:\Users\<MYUSERNAME>\iod_updates\update.xml is:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://supportnet.mentor.com/productupdates/public/iod/libraries/IOD9.7/update.xml">here</a>.</p>
<hr>
<address>Apache/2.2.29 (Amazon) Server at supportnet.mentor.com Port 80</address>
</body></html>
Anyone have any ideas?
Best regards, Michael
DXF Export of Bottom Assembly Drawing has a Text Offset
I'm trying to export a DXF drawing of my assembly outlines and reference designators. For the top side this works fine. On the bottom side all reference designators have an offset. They are starting at the position where they should end.
At first it seems he is trying to mirror the text on a Edge.
But now I tryed all combinations of different text origins, text mirror checkbox & export mirror checkbox enableing and the result is allways the same.
There must be another option.
Is there an alternative to export am assembly drawing?
I'm using X-ENTP VX.1 Update 14
Regards, Michael
True Type Font for Silkscreen
I've been trying to output true type font from the silkscreen generator with no success. All the silkscreen generator does is outline the true type font. I come from a PADS background and have used true type font on many designs with no issues, is it possible to use true type fonts on the silkscreen in Xpedition VX 1.1? If so, how?
need free PADS viewer in ENGLISH
to whom it may concern,
I requested for a free PADS viewer SW yesterday, and, after receiving and installing the viewer through an auto-generated activation email, the display language of the viewer turned out to be in simplified Chinese (note: i live in Taiwan and the common written language here is TRADITIONAL CHINESE). To my dismay there’s no way to change the display language and all the menu items are gibberish to me. Can you pls supply me with an ENGLISH viewer? Thank you so much!
Howard Chang
Creo 3.0 protk plugin error
Hallo eveybody,
I'm trying to run Floefd 14.2 on creo 3.0 M050 but i get always this error:
"unable to run EFD.pro Toolkit5 Utils"
When I load an assembly Flow analysis tab appears but There isn't the FloEFD project TREE !!!!!!!!
Anyone has any IDEA ???????
Regards
Part mapping using script
Greetings
We had create the generic symbol without pin number in DxDesigner and manually mapping it with physical pin.
Can anyone suggest is there any script for part mapping if the symbol is created without pin number.
We are using Expedition EE7.9.3 version.
Thanks in advance
Mani
embedded or Oracle database
How to decide wich database to select Oracle database or embedded database for Capital 2014
- We are big company - many Capital users
- Pros and cons of each type of database.
- Embedded database limitations
- Any attached documentations would be more then welcome
PADS Layout VX.1.1 Backward is every time in mils
Hi,
I have a PCB project. In the options of PCB Layout the unit is Metric.
In the DXDesigner on the first page is the attribute UNIT=METRIC set.
he attribute Geometry.Height is in mm on the xDX Designer side.
Like 6.00mm for LED1 (== 236.22mil)
If I want do backward from PCB by the xDX Designer Link I get every time this:
*PADS-ECO-V10.0-MILS*
*REMARK* old file: L:\PCB\prj\2010\LPSFE2\DATA.asc
*REMARK* new file: L:\PCB\prj\2010\LPSFE2\ED000-LPSF03.asc
*REMARK* created by ECOGEN (Version 6.4v) on 30.11.2015 12:47:48
*SET_ATTRIBUTE* PART LED1
"Geometry.Height" 236.22mil
*SET_ATTRIBUTE* PART LED2
"Geometry.Height" 236.22mil
*SET_ATTRIBUTE* PART TR3
"Geometry.Height" 1574.80mil
...
..
And this will fail because MIL != METRIC.
Where is the hidden option to change the unit from mil to metric in backward??
CellEditor startup/edit from xPCB
Hello,
I am developing in Visual Basic 2010 Express. We have done most of our scripting using Forms (.efm) and VBScript for xPCB. I am having trouble editing a cell after CellEditor is started (and visible) from xPCB Layout.
I may be overlooking something very obvious here...
I already have:
-Set references in VBE (MGCPCB*.tlb and Cell*.tlb)
-Connected to xPCB
-Validated the license token
-Set the ActiveDatabase
-Looped the Partitions (only 1)
-Looped the Cells
-Started CellEditor and made it visible
This works (code snippet I found) in VBScript:
' Get the Cell Editor object from the PCB document
Set cellEdObj = oPCBdoc.CellEditor
' Set the Cell Editor to be visible so we can see it
cellEdObj.Visible = False
Set cellDB = cellEdObj.ActiveDatabase
' Loop through all of the Cell Partitions
For Each Part In cellDB.Partitions
' Loop through all of the Cells in each Partition
For Each Cell In Part.Cells
If Cell.Name = "P47F_NO_HS" Then
' Call the Cell Graphics Editor
Set cellDoc = Cell.Edit()
MsgBox("Edit")
Set cellApp = cellDoc.Application
' Make sure the Cell Graphics Editor is visible
cellApp.Visible = True
MsgBox("Visible")
' This is where a real application would do something
' useful. This example script does nothing but sleep
' for half a second before closing the Graphic Editor.
'Scripting.Sleep(500)
cellDoc.Close(False)
MsgBox("Close")
' Do some clean up
Set cellApp = Nothing
Set cellDoc = Nothing
End If
Next
Next
' Close the Cell Editor
cellEdObj.Quit
Call oPCBapp.Gui.StatusBarText("Done.")
This VBE code fails at the Edit:
' open CellEditor and close it
'Dim oCellED As CellEditorAddinLib.CellEditorDlg
'Dim oCellDB As CellEditorAddinLib.CellDB
oCellED = CType(oPCBDoc.CellEditor, CellEditorAddinLib.CellEditorDlg)
oCellED.Visible = True
oCellDB = oCellED.ActiveDatabase
Console.Write(vbCrLf & oCellDB.Partitions.Count)
For z As Integer = 1 To oCellDB.Partitions.Count
oPart = oCellDB.Partitions.Item(z)
Console.Write(vbCrLf & oPart.Name.ToString)
Console.Write(vbCrLf & oPart.Cells.Count)
For y As Integer = 1 To oPart.Cells.Count
oCell = oPart.Cells.Item(y)
Console.Write(vbCrLf & oCell.Name.ToString)
oCellDoc = CType(oCell.Edit, CellEditorAddinLib.Cell)
oCellGFX = CType(oCellDoc.Edit, CellEditorAddinLib.CellEditorDlg)
'oCellDoc.Visible = True
oCellGFX.Visible = True
'MsgBox("OPEN")
'oCellDoc.Quit()
oCellGFX.Quit()
Next
Next
MsgBox("OPEN")
oCellED.Quit()
Jiffy Splice
Hello,
What is the best way to deal with jiffy splices? They are a connected male and female terminals covered by a sleeve. As a connector I always have to create a zero length bundle to show both wires coming in from either side. As a splice the terminals could be additional components but you can't assign the male/female terminal to its designated wire. This would probably create an issue down the line when running it through TVM as the terminals get terminated like any other wire.
Any ideas?
Thanks!
Lorena
Linux: changing from license server to nodelocked license
We have been running Modelsim on our Linux machine using a remote license server. We recently changed to a node-locked license and just received the license file. When I export values of LM_LICENSE_FILE and MGLS_LICENSE_FILE to point to the new license file location and try to run Modelsim, I get the error message:
Unable to checkout a license. Make sure your license file environment variable (e.g., LM_LICENSE_FILE)
is set correctly and then run 'lmutil lmdiag' to diagnose the problem.
Unable to checkout a license. Vsim is closing.
** Fatal: Invalid license environment. Application closing.
When I run 'lmutil lmdiag' I get the following:
lmutil - Copyright (c) 1989-2006 Macrovision Europe Ltd. and/or Macrovision Corporation. All Rights Reserved.
FLEXlm diagnostics on Mon 11/30/2015 11:17
-----------------------------------------------------
License file: /opt/Modelsim/126332_00D0B785AFD2.txt
-----------------------------------------------------
"bpumlbc_c" v2016.020, vendor: mgcld
uncounted nodelocked license, locked to ethernet address "842b2b9f6c28" starts: 30-nov-2015, expires: 28-feb-2016
This is the correct node for this node-locked license
-----------------------------------------------------
Enter <CR> to continue:
"bpumlbc_c" v2016.020, vendor: mgcld
License server: put_server_name_here
floating license starts: 30-nov-2015, expires: 28-feb-2016
This license cannot be checked out because:
License server machine is down or not responding.
See the system adminstrator about starting the license server system, or
make sure you're referring to the right host (see LM_LICENSE_FILE).
Feature: bpumlbc_c
Hostname: put_server_name_here
License path: /opt/Modelsim/126332_00D0B785AFD2.txt:
FLEXnet Licensing error:-96,7. System Error: 2 "No such file or directory"
For further information, refer to the FLEXnet Licensing End User Guide,
available at "www.macrovision.com".
-----------------------------------------------------
From the "put_server_name_here" you can tell I haven't entered a server name, thinking it's not relevant since we have the node-locked license on our system. I shouldn't have to run mgcld, should I? Do I need to delete the server section from the license file?
What do I have to do to get Modelsim (vsim) running on the new license?
Thanks,
Ron
Bundle with with Heatshrink tube
Hi Everyone,
does anyone know if VeSys can calculate the correct bundle width with insulation when heatshrink is used?
I've tried with heatshrink defined as a tube however, regardless of the value given to the bore, the bundle width with insulation is always = heatshrink bore + 2 * the heatshrink thickness
e.g with a 6mm bundle and heatshrink bore = 0, thickness = 0.5 then bundle width with insulation is reported as 1.0mm and with a 6mm bundle and heatshrink bore = 8, thickness = 0.5 then bundle width with insulation is reported as 9.0mm
Thanks
Ted
Questa CDC
I have a question about how to implement hierarchical CDC analysis with Modal CDC Analysis?
Since I have some sub-module require analysis with different mode. !
Hooking on open ViewDraw or Expedition in C#
Hi evory one,
I have ben Scripting for expedition for a wile and I always assumed that there is just one View draw process running at once and if there were more I just told the user to close one.
In the new VX there are now always two processes named View draw running.
the question now is which one to Hook on to ?
and
How do you fellow users ensure that your c# script connects to the right Application if there is more than one open dxDesigner ?
I access dxd usually like this
or
Dos any one know how to acces the ViewDraw application if i loop throw all open ViewDraw Processes
Thank for any help
?how can i add text in any angle in xdx
I need to Add text in 45 (or any )degree
Pads script to output pin-pair properties to excel
Greetings,
I am looking for a .bas macro script to run in Pads that will generate an excel report of all the pin-pairs selected. It would be nice if the report would contain all the same information as in the "Pin Pair Properties" dialog including the delay, impedance and length.
Does anyone know of a script that would accomplish something like this?
Thanks,
Migration stopped because of problems with WIR files generation
hello everyone,
i'v download a schematic project from xilinx. they provide this schematic project in dxdesigner format. i installed pads9.3 and use it to open the project.
the new dxdesigner tells me to upgrade the project into new format. i click ok, but very soon error is coming, it tells that "Migration stopped because of problems with WIR files generation".
i searched a lot information without happy result. i need your help. please tell me how to open the project.