본문 바로가기

Industry 4.0

(96)
Anaconda & Python 설치 www.anaconda.com/products/individual#download-section Anaconda | Individual Edition Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com
비주얼 스튜디오 코드(VScode) 설치 및 한글 패치 VScode 설치 및 한글변환 먼저 홈페이지에서 컴퓨터 사양에 맞게 다운로드 합니다 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 설치가 완료되면 아래와 같이 영문으로 되는데요 이제 한글버전으로..
바이오스 진입 단축키 https://m.blog.naver.com/tmdcjfdl3/221366662549
제어공학 강의자료 http://lecture.cdsl.kr/linear-algebra-and-linear-system-2014 선형대수와 선형시스템 기초 - Lecture 소개 선형 대수의 내용과 선형 동적 시스템의 내용을 포함한 수업입니다. 영문명은 Linear Algebra and Linear Dynamical Systems 입니다. 2013년 2학기에 서울대학교 전기공학부 학부 4학년을 대상으로 진행한 내용을 서울대학교 교수학습센터의 도움으로 동영상으로 제작하였습니다. 이찬화, 오상록 조교 및 교수학습센터 박준이, 박정은 선생님의 지원을 받았고, 전문 촬영팀의 도움으로 동영상의 화질이 양호합니다. 현재 아래와 같은 방 lecture.cdsl.kr 제어공학 특강 강의 2_control system https://www..
Kim sung hun 교수님의 모두를 위한 딥러닝 강좌 https://www.youtube.com/watch?v=BS6O0zOGX4E&list=PLlMkM4tgfjnLSOjrEJN31gZATbcj_MpUm
PLC 란? PLC가 뭐야? https://www.youtube.com/watch?v=J637BCr4fzg
Automatic control 1. Automatic control Open-loop control 출력값을 측정하지 않는 시스템 입력 - [Controller] - 제어값 - [Plant : Actuator - process] - 출력 Plant에는 외란(disturbance)가 가해진다. 외란에 대한 feedback이 없으므로 input에 대한 오류가 생긴다. 반복할 수록 이는 누적된다. 결국 원하는 signal과 완전히 다른 값을 갖게 된다. Closed-loop control 센서를 이용하여 출력값을 측정하여 그 값을 control signal 결정에 사용한다 feedback control이라고도 한다. 조절부의 output을 센서로 측정, 이 값을 feedback하여 controll signal 결정에 활용한다. 목표하는 o..
PID 제어 https://secmem.tistory.com/130 SP : 지정값 (input 또는 output) PV : 프로세스에서 오는 feedback e : [ = SP – PV] 지정값과 feedback 사이의 편차 Stability : 다음 번에 PID 나 POT 로 가야하는 최대 input 을 계산함. , 이 stability 에 의해 기울기가 정해져서 출력값의 ramp 로 나타남. POT/DAC mode switch : 출력값이 analogy output (DAC)인지 접점출력인지 지정함. PID : PID 제어 알고리즘 u : 다음 번 DAC output 을 발생하게 하는 input. DAC : analogy output, POT : digital increase/decrease output. PI..