当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- Mongodb (from 0 to 1), 11 days mongodb primary to intermediate advanced secret
- Natural language processing - BM25 commonly used in search
- 6.1.2 handlermapping mapping processor (2) (in-depth analysis of SSM and project practice)
- vue任意关系组件通信与跨组件监听状态 vue-communication
- Simple summary of front end modularization
- 只有1个字节的文件实际占用多少磁盘空间
- Humor: hacker programming is actually similar to machine learning!
- 前端未來趨勢之原生API:Web Components
- 5.5 controlleradvice notes - SSM in depth analysis and project practice
- Recommendation system based on deep learning
猜你喜欢

ES6学习笔记(四):教你轻松搞懂ES6的新增语法

If PPT is drawn like this, can the defense of work report be passed?

给字节的学姐讲如何准备“系统设计面试”

I think it is necessary to write a general idempotent component

一路踩坑,被迫聊聊 C# 代码调试技巧和远程调试

每个大火的“线上狼人杀”平台,都离不开这个新功能

From zero learning artificial intelligence, open the road of career planning!

ES6学习笔记(五):轻松了解ES6的内置扩展对象

一篇文章带你了解HTML表格及其主要属性介绍

keras model.compile Loss function and optimizer
随机推荐
仅用六种字符来完成Hello World,你能做到吗?
DRF JWT authentication module and self customization
Construction of encoder decoder model with keras LSTM
[C / C + + 1] clion configuration and running C language
axios学习笔记(二):轻松弄懂XHR的使用及如何封装简易axios
Pollard's Rho algorithm
Music generation through deep neural network
有了这个神器,快速告别垃圾短信邮件
FastThreadLocal 是什么鬼?吊打 ThreadLocal 的存在!!
How to use parameters in ES6
React design pattern: in depth understanding of react & Redux principle
只有1个字节的文件实际占用多少磁盘空间
5.4 static resource mapping
A brief history of neural networks
I'm afraid that the spread sequence calculation of arbitrage strategy is not as simple as you think
一篇文章带你了解CSS 分页实例
Unity性能优化整理
Analysis of partial source codes of qthread
Classical dynamic programming: complete knapsack problem
快速排序为什么这么快?