当前位置:网站首页>What are PLC Analog input and digital input
What are PLC Analog input and digital input
2020-11-06 01:47:00 【White clouds floating 01】
Digital signal input and output : The switch is closed , To break off .
Analog input Output : It's just a number . such as : level 1.5 rice , temperature 30 degree , Such a number .
input unit
The input unit is PLC The input interface connected to the controlled equipment , It's the signal coming in PLC The bridge , Its function is to receive the command element 、 Detect the signal from the element . The type of input is DC input 、 AC input 、 AC / DC input .
output unit
The output unit is also PLC Connecting parts with controlled equipment , What it does is it takes PLC The output signal is transmitted to the controlled device , That is, the weak current signal sent by the central processing unit is converted into a level signal , The actuator that drives the controlled device . The type of output is relay output 、 Transistor output 、 Crystal gate output .
Extended data :
PLC working principle
When the PLC is put into operation , Its working process is generally divided into three stages , Input sampling 、 User program execution and output refresh three stages . The completion of these three stages is called a scanning cycle . Throughout the run time , Programmable logic controller CPU Repeat the above three stages at a certain scanning speed .
版权声明
本文为[White clouds floating 01]所创,转载请带上原文链接,感谢
边栏推荐
- ES6学习笔记(四):教你轻松搞懂ES6的新增语法
- The data of pandas was scrambled and the training machine and testing machine set were selected
- 带你学习ES5中新增的方法
- React design pattern: in depth understanding of react & Redux principle
- I think it is necessary to write a general idempotent component
- 零基础打造一款属于自己的网页搜索引擎
- Python saves the list data
- Thoughts on interview of Ali CCO project team
- axios学习笔记(二):轻松弄懂XHR的使用及如何封装简易axios
- Vue.js Mobile end left slide delete component
猜你喜欢
Python saves the list data
I've been rejected by the product manager. Why don't you know
Using NLP and ml to extract and construct web data
带你学习ES5中新增的方法
Named entity recognition in natural language processing: tanford core LP ner (1)
前端工程师需要懂的前端面试题(c s s方面)总结(二)
Arrangement of basic knowledge points
FastThreadLocal 是什么鬼?吊打 ThreadLocal 的存在!!
C + + and C + + programmers are about to be eliminated from the market
DRF JWT authentication module and self customization
随机推荐
Analysis of etcd core mechanism
Five vuex plug-ins for your next vuejs project
Windows 10 tensorflow (2) regression analysis of principles, deep learning framework (gradient descent method to solve regression parameters)
文件过多时ls命令为什么会卡住?
一篇文章带你了解CSS 渐变知识
一篇文章教会你使用Python网络爬虫下载酷狗音乐
Mac installation hanlp, and win installation and use
The data of pandas was scrambled and the training machine and testing machine set were selected
vue任意关系组件通信与跨组件监听状态 vue-communication
Jmeter——ForEach Controller&Loop Controller
How to demote domain controllers and later in Windows Server 2012
Python download module to accelerate the implementation of recording
6.3 handlerexceptionresolver exception handling (in-depth analysis of SSM and project practice)
用一个例子理解JS函数的底层处理机制
一篇文章带你了解CSS3圆角知识
一篇文章带你了解CSS3 背景知识
html+vue.js 實現分頁可相容IE
JNI-Thread中start方法的呼叫與run方法的回撥分析
零基础打造一款属于自己的网页搜索引擎
ES6学习笔记(四):教你轻松搞懂ES6的新增语法