X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=DJxhdMYN+R7pykziieRaw7WrPnOA2TKn/OdbCe7IpKs=; b=ZIYnod4ImoJ8GpSLIUMp4qQx490hX+JJkhHQJILxHMi7C5Sr7mgrPN2AVCUyNLv5oG fFYQwTp5SR7zrcng9FU2/vU4thPtbXT6YAGi7RlaJuFL+YsPvq+TxwR65k3+CX/YN4wS iVuahCw3Zwr0R1vFgxxDOhbdQUF9MSIyXLXvBAqZoeDzAfyGLC13m4PippwzrlSXYjh5 /PPDu9wznbVUnMWh+QgYRnuvkKQ1v5F2CdPbIRtN/2ZiadcQDGGaUWU9j0KElqq2nMK2 qa+FGPa2Dxxpoa+EUv8L9NpjgRNYlPTfO23mF5BRgdX20c8+c4c5Qh+yiEFSVZwSox5x Brmw== MIME-Version: 1.0 X-Received: by 10.140.43.52 with SMTP id d49mr98146655qga.94.1419959085223; Tue, 30 Dec 2014 09:04:45 -0800 (PST) In-Reply-To: <20141230082942.GA4024@localhost.localdomain> References: <20141230082942 DOT GA4024 AT localhost DOT localdomain> Date: Tue, 30 Dec 2014 17:04:45 +0000 Message-ID: Subject: Re: [geda-user] Converting schematic from OrCAD to gschem From: "Katya M." To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 12/30/14, Vladimir Zhbanov wrote: > Upverter seems to support '.dsn'. At least the developers mention it as > 'in testing' in their README at: > https://github.com/upverter/schematic-file-converter/ Different DSN. The DSN they support is Specctra, not OrCAD, and it's for PCB layout data, not schematics. > See also > http://wiki.geda-project.org/geda:gaf#format_conversion_tools > for info on the gEDA utilities which are able to work with some OrCAD > formats. The only OrCAD schematic conversion tool I could find was sarlacc_schem, but it takes a different (older?) OrCAD binary format. The binary file I have starts with D0 CF, so the file command reports it as "Microsoft Office Document" or "Composite Document File V2 Document, No summary info". It looks like OrCAD based their format on something from M$ Office - yuck... Katya