본문 바로가기

반응형

전체 글

(931)
ELECTRONIC/OrCAD OrCAD를 이용한 회로설계 : PCB 설계 - 환경설정하기 PCB Editor로 들어와서 만들어 준 brd 파일을 열어준다. Design Parameters와 Constraint managers 에서 설정할 것들을 설저해준다. Design Parameters 에서는 Display 설정, 단위, 도면 크기, Text 설정, Route 방법 설정 Constraint managers 에서는 패턴의 두께, 간격 등 설계 규칙을 설정해준다. Display설정 Design 탭에서 사용자가 PCB 설계에 사용할 기본 단위나 도면 크기등을 설정할 수 있다. Text 탭에서는 설계에서 사용할 글자의 크기와 정렬방법등을 설정할 수 있다. Shape 탭에서는 사용할 Shape의 속성을 설정할 수 있다. 단열판 설정도 가능하다. Global Dynamic Shape Parameter..
ELECTRONIC/OrCAD OrCAD를 이용한 회로설계 : Footprint / DRC / Netlist 작업 Footprint 설정하기 Project Manager 창에서 작업중인 디자인파일, 혹은 Schematic 파일을 클릭한 뒤 오른쪽 마우스 클릭 > Edit Object Properties 를 들어간다. 그러면 아래와 같은 Property Editor 창이 나타난다. 바로 이 창에 PCB Footprint 열에 아래와 같은 내장 Footprint를 입력한다. 만약 내장되어있는 PCB Footprint가 없을 경우, 부품을 생성할 수 있다. 아래 표와 같이, Footprint는 기본적으로 외워두는 것이 좋다. 7SLS90 : DIP14_3 LM741 : DIP8_3 LM566C : DIP8_3 R : RES400 RESISTOR VAR : RESADJ CAP NP : CPACK05 CON2 : JUMPER..
ELECTRONIC/OrCAD OrCAD를 이용한 회로설계 : 부품배치 및 배선하기 프로젝트 생성하기 프로젝트를 생성하기 위해서 File > New Project 를 선택해준다. 회로도를 그릴 것이기 때문에 Schematic을 설정해주고, Location에 저장할 공간을 지정해준 다음에 OK 버튼을 누른다. 자동 백업 설정하기 생성된 프로젝트에서 상단 메뉴바에 Options > Autobackup 에서 자료손실을 방지하기 위한 자동 백업설정을 할 수 있다. 페이지 사이즈 설정하기 Page Size는 Options > Schematic Page Properties에서 선택하여 설정할 수 있다. 기본 세팅이 Inches로 되어있을 경우 사이즈가 A, B, C, D.. 에서 정할 수 있지만. Millimeters로 변경할 경우 흔히 하는 A4, A3.. 사이즈를 고를 수 있다. 기본적으로 A..
ELECTRONIC/OrCAD OrCAD를 이용한 회로설계 : OrCAD Capture 설계의 흐름 회로도를 실제 보드로 만들기 위한 도면을 만드는 단계는 크게 두 단계로 나눠진다. OrCAD Capture에서 Schematic 작업 → PCB Design Editor 로 Board작업 각 단계를 세분화 해서 알아보자. OrCAD Capture에서 Schematic 작업 1. 회로도면 설계(Schematic Design) 2. 설계규칙 검사(Design Rules Check) * 부품의 풋프린트 지정하기(PCB Footprint) 풋프린트(Footprint) : Schematic 상에서 각 부품(part)에 실제 사용되는 부품값. 즉 Schemetic 상에 배열하는 부품은 알기 쉽게 만들어 놓은 전자 심벌이다. 실제로 제작하기 위해서는 PCB artwork 은 실제 부품을 사용해야 하므로 실제 부품과 ..
문화/관람 영화 : 킹스 스피치The King's Speech, 2010 드라마 영국 118분 2011 .03.17 개봉 톰 후퍼 콜린 퍼스(조지 6세), 제프리 러쉬(라이오넬 로그)
문화/관람 영화 : 돈Money, 2018 범죄 한국 115분 2019 .03.20 박누리 류준열(조일현), 유지태(번호표), 조우진(한지철)
문화/관람 영화 : 포드 V 페라리 FORD v FERRARI , 2019 액션, 드라마 미국 152분 2019 .12.04 개봉 제임스 맨골드 맷 데이먼(캐롤 셸비), 크리스찬 베일(켄 마일스)
문화/관람 영화 : 나이브스 아웃 Knives Out, 2019 미스터리, 스릴러 미국 130분 2019 .12.04 라이언 존슨 다니엘 크레이그(브누아 블랑), 크리스 에반스(랜섬), 아나 디 아르마스(마르타)
DEVELOPMENT/Git [Git] What is detached HEAD state and how do I get out of it? https://stackoverflow.com/questions/7124486/what-to-do-with-commit-made-in-a-det ached-head What to do with commit made in a detached head Using git I made something like this git clone git checkout {a rev number tree rev before} (here I started to be in a detached head state) //hacking git commit //hacking git commit (some commit wh... stackoverflow.com https://howtogit.archive.pieterdedecker.b..
DEVELOPMENT/Git [Git] Git says remote ref does not exist when I delete remote branch The command git branch -a shows remote branches that exist in your local repository. This may sound a bit confusing but to understand it, you have to understand that there is a difference between a remote branch, and a branch that exists in a remote repository. Remote branches are local branches that map to branches of the remote repository. So the set of remote branches represent the state of t..

반응형