ABCDV网站

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 4913|回复: 21

测控技术与仪器_APS经验分享

  [复制链接]
发表于 2011-12-16 15:55:30 | 显示全部楼层 |阅读模式
APS出来好几天出来,今天才得空写篇经验帖,感谢ABCDV上各位前辈的帮助。
复习时间磨磨蹭蹭一周(抵不住微博诱惑)
笔试 一题PID,一题仪表精度&准确度分析
面试刚开始问问为什么去德国啊,去那个城市学什么啊,家里准备多少钱啊,木有自我介绍然后进入正题,问了4门,其中两门分数最低,两门最高,全是大三的。选修课也问到了,所以复习面还是要广些。
你认为重要的他不一定会考,最尴尬就是问你偏的选修课,而你恰好酱油(我就遇到了。。。),不过问的科目都是与专业有关的。
*下面附上英文词汇*

The course mainly introduce the principle/theory of ** and its application in real life.
电路,模电,数电Circuit Theory/Analog/Digital Circuit
An electronic circuit is composed of individual electronic components, such as resistors, transistors, capacitors, inductors and diodes, connected by conductive wires or traces through which electric current can flow.
Transistors(base/emit/collect)
MOS(metal oxide semiconductor)
PN-Junction(Diodes With Unidirectional Conductivity)
V-I特性 V-I characteristic
放大系数  magnification coefficient
Analogue electronics are electronic systems with a continuously variable signal, in contrast to digital electronics where signals usually take only two different levels.
Digital Circuit: binary encoding is used: the more positive value represents a binary '1' and a value near the ground potential, 0 V represents a binary '0'.
Logic gates (AND, OR, NOT)
CMOS vs TTL-power dissipation
各种电子器件
Current/Voltage source, Inductance, electrode, electric charge, resistance, Diode, amplifier, semiconductor, electric field, trigger, square/sine wave, power, saturation region, frequency, rectification, amplitude, filter, gate circuit, feedback, cut-off, AC(alternating current), ADDC, Channel, Truth table, Karnaugh map,
KCL (all the currents at a node must add to 0)
KVL(the voltage around a closed loop of wires is 0)
Thevenin/Norton theorem
微机原理Principle of Microcomputer(Intel MCS-51)
Decimal, Binary, C#, ASM(Assemble Language)
Microcomputer structure: RAM(Random access memory),ROM(read only memory),BUS(AB,DB,CB),I/O(parallel/serial interface, Peripherals(AD/DA converter, switch), interrupt logic, timer, etc.
传感器原理Sensor: A sensor is a device that measures a physical quantity and converts it into a signal which can be read by an observer or by an instrument. A thermocouple converts temperature to an output voltage which can be read by a voltmeter.
结构Structure of measurement systems

1. Sensing element
Thermocouple where millivolt e.m.f. depends on temperature
Strain gauge where resistance depends on mechanical strain
2. Signal conditioning element
Amplifier which amplifies millivolts to volts
Deflection Bridge which converts an impedance change into a voltage change
3. Signal processing element
(ADC) which converts a voltage into a digital form for input to a computer
4. Data presentation element
Static Characteristic:
Rang, Linearity, Sensitivity, Resolution/Discrimination, Zero drift
Dynamic Characteristic:
Time constant, Damping ratio
传感器类型:
Resistive/Capacitive/Inductive/Piezoelectric/Thermocouple/Thermistor/Optical Sensor
Parameter:
Displacement/Velocity/Temperature/Pressure/Humidity/Level/Mass/
Flow rate------Current/Voltage----ADC----LED
检测仪表:
Accuracy class, relative err,
压力计pressure gage(resistive/inductive/capacitive)
差压式液位计differential pressure type level gauge(buoyancy/capacitance)
节流式流量计Throttle flow meter(buyance/turbine)
热电偶温度计thermocouple thermometer
虚拟仪器 virtual instrumentVirtual instrumentation is the use of customizable software and modular measurement hardware to create user-defined measurement systems, called virtual instruments.
Labview (Graphical programming)
采集卡采集数据Data acquisition(data capture card)
用户面板 create user interface
编译 compile
虚拟仪器与传统仪器的比较
Traditional hardware instrumentation systems are made up of pre-defined hardware components, such as digital multimeters and oscilloscopes that are completely specific to their stimulus, analysis, or measurement function. Because of their hard-coded function, these systems are more limited in their versatility than virtual instrumentation systems. The primary difference between hardware instrumentation and virtual instrumentation is that software is used to replace a large amount of hardware. The software enables complex and expensive hardware to be replaced by already purchased computer hardware.
现场总线Fieldbus
Fieldbus is an industrial network system for real-time distributed control. It is a way to connect instruments in a manufacturing plant.
A complex automated industrial system — such as manufacturing assembly line — usually needs an organized hierarchy of controller systems to function. In this hierarchy there is usually a Human Machine Interface (HMI) at the top, where an operator can monitor or operate the system. This is typically linked to a middle layer of programmable logic controllers (PLC) via a communications system (e.g. Ethernet). At the bottom of the control chain is the fieldbus that links the PLCs to the components that actually do the work, such as sensors, actuators, switches, valves and contactors.
几种现场总线
Foundation Fieldbus/Profibus/Lon work
Structure: Operation Station/Ethernet/Fieldbus/Instruments
集散系统 Distributed Control System
A distributed control system (DCS) refers to a control system, in which the controller elements are not central in location (like the brain) but are distributed throughout the system. The entire system of controllers is connected by networks for communication and monitoring.
组成:分散过程控制装置,操作管理装置, 通信系统
也就是:Distributed control device/operation management device/communication system
DCS控制系统的而一个例子——设定值闭环压力控制
DCSs are connected to sensors and actuators and use setpoint control to control the flow of material through the plant. The most common example is a setpoint control loopconsisting of a pressure sensor, controller, and control valve. Pressure or flow measurements are transmitted to the controller, usually through the aid of a signal conditioning input/output (I/O) device.
组态configuration
控制功能块
Central to the DCS model was the inclusion of control function blocks,which can realize the execution of PID algorithms.
PLC(programmable logic controller)
PLC的特点PLCs are used in many industries and machines. Unlike general-purpose computers, the PLC is designed for multiple inputs and output arrangements which connect PLC to actuators and sensors, extended temperature ranges, immunity to electrical noise, and resistance to vibration and impact.
一直扫描A PLC program is generally executed repeatedly as long as the controlled system is running.
扫描机理The status of physical input points is copied to an area of memory accessible to the processor, sometimes called the "I/O Image Table". The program is then run from its first instruction rung down to the last rung.
Communication
PLCs have built in communications ports, usually 9-pin RS-232. Other options include various fieldbuses such as FF or Profibus.
Programming
PLC programs are typically written in a special application on a personal computer, then downloaded by a direct-connection cable or over a network to the PLC. The program is stored in the PLC either in RAM or some other non-volatile flash memory.
PLCs can be programmed using standards-based programming languages, usually Sequential Function Charts and Ladder Charts.
 楼主| 发表于 2011-12-16 15:57:19 | 显示全部楼层
智能仪表Intelligent instrument
仪表发展:Analogue instrument-Digital Instrument-Intelligent instrument-Virtual Instrument
仪表组成Hardware(CPU,ROM,RAM,I/O,HMI,ADC)+Software(Monitoring program, Interrupt program and control algorithm)
抗干扰技术:AntiJammingTechnique(hardware:circuit design/employ photoelectronics;software:redundancy)
测量算法:Digital filter of the C algorithm: Limiting filtering, median filtering, arithmetic mean filter
优点:Ensuring the accuracy of the data collection and stability of the system control.
控制算法:PID
控制装置与实验Control Apparatus and Experiment
可举例temperature/water level auto control system
控制器controller 变送器 Transducer 执行器 actuator 控制对象controlled object
Electrical signal transmission mode: 4-20mA, 1-5   
Characteristics of PID control algorithm
A proportional–integral–derivative controller (PID controller) is a generic control loop feedback mechanism (controller) widely used in industrial control systems – a PID is the most commonly used feedback controller. A PID controller calculates an "error" value as the difference between a measured process variable and a desired setpoint. The controller attempts to minimize the error by adjusting the process control inputs.
  

The PID controller calculation (algorithm) involves three separate constant parameters, and is accordingly sometimes called three-term control: the proportional, the integral and derivative values, denoted P,I, and D. These values can be interpreted in terms of time: P depends on the present error, I on the accumulation of past errors, and D is a prediction of future errors, based on current rate of change.
PID作用
By tuning the three parameters in the PID controller algorithm, the controller can provide control action designed for specific process requirements. The response of the controller can be described in terms of the responsiveness of the controller to an error, the degree to which the controller overshoots the setpoint and the degree of system oscillation.
变送器 A transducer is a device that converts one type of energy to another.
零点,量程调整Zeroing and measuring range of transmitter
差压变送器Zeroing and measuring range of transmitter
热电偶温度变送器的线性补偿原理(可画线性补偿原理图)
The linearity compensation of thermocouple temperature transmitter.
运算器 Arithmetic unit 包括multiplying unit/divider/summator/subtractor  
执行器An actuator is a type of motor for moving or controlling a mechanism or system. It is operated by a source of energy, and converts that energy into some kind of motion.
过程控制工程
This class discussed the principle and application of cascade control system, feed forward control system, ratio control system, selective control system and using MATLAB/SIMULINK to make some simulation research of those control.
词汇
Overshoot/error/disturbance/control valve/host controller/sub controller/overcome disturbance/
Damped oscillations
Linear Flow Characteristic

Equal percentage flow characteristic
dq=
Quick opening flow characteristic
dq=
概率论与数理统计Probability Theory & Mathematical Statistics
Random event/independent event


条件概率 conditional probability

全概率公式law of total probability

贝叶斯公式 Bayes' formula

分布函数distribution function

连续随机变量密度函数probability density function

期望值expectation
离散  连续  
二项分布 binomial distribution

自控原理automatic control theory
Control theory is an interdisciplinary branch ofengineering and mathematics that deals with the behavior of dynamical systems.
The input and output of the system are related to each other by what is known as a transfer function
Transfer function  
Unit step function
How to evaluate the dynamic performance of a linear system
Index: overshoot/regulate time/err
How to construct Mathematical model for a controlled system(RC circuit)
Root locus analysis
Zero point/pole
Amplitude frequency/ phase frequency
Nyquist plot/bode plot
回复 支持 反对

使用道具 举报

发表于 2011-12-16 18:03:39 | 显示全部楼层
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-12-16 20:22:13 | 显示全部楼层
回复 3# Jialin89


    过了,运气以较好,小土手下留情了
回复 支持 反对

使用道具 举报

发表于 2011-12-16 20:27:42 | 显示全部楼层
回复 支持 反对

使用道具 举报

发表于 2011-12-16 21:42:16 | 显示全部楼层
楼主好,我也是测控的,想问一下你的审核号~谢啦
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-12-17 09:52:28 | 显示全部楼层
回复 6# motianlunymm

34128
回复 支持 反对

使用道具 举报

发表于 2011-12-17 11:16:44 | 显示全部楼层
回复 7# haiwanad


    LZ啊!!!我也是测控的!!!我的审核号:35886/11(也不知道跑到猴年马月去了~)

希望多交流交流呀!!!

谢谢!!

:)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-12-17 15:37:40 | 显示全部楼层
回复 8# Marx

恩,有问题发我邮箱489271839@qq.com,尽力解答APS问题
回复 支持 反对

使用道具 举报

发表于 2011-12-17 15:39:46 | 显示全部楼层
回复 9# haiwanad


    多谢啦!!!

(不过就是发现测控人很少呀~)
回复 支持 反对

使用道具 举报

发表于 2012-1-4 12:33:13 | 显示全部楼层
作为测控人
表示如此好的测控面经
实属难得一见
大赞lz~
回复 支持 反对

使用道具 举报

发表于 2012-1-4 13:52:15 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

 楼主| 发表于 2012-1-4 19:34:54 | 显示全部楼层
回复 12# discoco007
是一道大题,需要知识:
PID的传递函数,计算上升时间等,
说实话,那道题我看的不是很懂,有四张图,感觉跟平常学的不一样。
回复 支持 反对

使用道具 举报

发表于 2012-1-5 09:24:10 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

 楼主| 发表于 2012-1-5 14:17:46 | 显示全部楼层
回复 14# discoco007

不要空着,不会的话,把你知道的写上去,即使题目不会做,传递函数写上去,他也会认为你学过这东西。交卷后没有再给考官讲解的机会,你就写越详细越好
回复 支持 反对

使用道具 举报

发表于 2012-1-5 14:44:22 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

发表于 2012-2-3 22:46:59 | 显示全部楼层
回复 支持 反对

使用道具 举报

发表于 2012-8-13 18:39:44 | 显示全部楼层
楼主你好  我也是测控的  想问下你最后报的哪些学校的啥专业  录取了哪些   我们专业会不会存在跟德国那边的专业不完全对口 然后导致有些课程的学分不被承认  要我们先读高本 就是从大三或者大四开始读  就是专业学期不止4学期
回复 支持 反对

使用道具 举报

发表于 2012-11-25 01:00:52 | 显示全部楼层
haiwanad 发表于 2011-12-16 15:57
智能仪表Intelligent instrument
仪表发展:Analogue instrument-Digital Instrument-Intelligent instrume ...

我也是测控专业的,光电子方向,楼主申请的那个学校啊,我一直不知道该去哪个学校。亚琛有这个专业吗??!!
回复 支持 反对

使用道具 举报

发表于 2012-11-30 14:22:32 | 显示全部楼层
学测控的童鞋们~你们都报的哪些学校哈~
回复 支持 反对

使用道具 举报

发表于 2013-3-23 23:13:02 | 显示全部楼层
和楼主一样的专业,谢谢楼主分享,同问以后申校的问题
回复 支持 反对

使用道具 举报

发表于 2015-9-10 17:19:04 | 显示全部楼层
楼主,求资料。同测控专业
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|ABCDV网站,版权所有:北京佳景时代文化有限公司 ( 京ICP备19037940号-1 |||| 京公网安备11010802012322 |||| 工信查询网址: https://www.beian.miit.gov.cn )

GMT+8, 2024-11-24 16:19 , Processed in 0.084421 second(s), 20 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表