欢迎您访问:瑞昌明盛自动化设备有限公司,我司将竭诚为您服务!
REXRTOH R911281693工控自动化控制器

主页 > 产品中心 > RELIANCE

REXRTOH R911281693工控自动化控制器

类目:RELIANCE
型号:R911281693
全国服务热线:15270269218
手机:15270269218
微信:15270269218
QQ:3136378118
Email:3136378118@qq.com

在线咨询
产品详情

REXRTOH  R911281693工控自动化控制器 REXRTOH  R911281693工控自动化控制器
瑞昌明盛进出口贸易有限公司
主营DCS控制系统备件,PLC系统备件及机器人系统备件,
优势品牌:Allen Bradley、BentlyNevada、ABB、Emerson Ovation、Honeywell DCS、Rockwell ICS Triplex、FOXBORO、Schneider PLC、GE Fanuc、Motorola、HIMA、TRICONEX、Prosoft等各种进口工业零部件
REXRTOH  R911281693工控自动化控制器 REXRTOH  R911281693工控自动化控制器 REXRTOH  R911281693工控自动化控制器

REXRTOH  R911281693工控自动化控制器
外中断1服务程序
外中断1由时钟信号线的下降沿触发,在其中断服务程序中,如果查询到已建立允许接收标志,则接收16位显示数据的BCD码和2位小数点位置信息,并将其转换为18位并行数据,存于DispData变量中供T0中断服务程序进行显示。由于显示数据和小数点位置信息都是低位在前,高位在后,所以在程序中使用右移操作实现串行数据到并行数据的转换。小数点位置信息为0~3时,表示小数点分别位于数码管的千位、百位、十位和个位之后。如果小数点在个位之后,则不显示小数点。当接收到18位信息后,则关闭外中断1,重新开放外中断0进行下一周期的数据传输。外中断1服务程序的主要代码如下:
void Int1_Srvice(void) interrupt 2
{ if(RecEnable==1) //允许接收
{ p32=1; //检测数据线电平
if(p32==1) RecData=RecData|0x40000;
RecData=RecData>>1; //实现串/并转换
DataClock++;
if(DataClock==19) //已接收到18位数据
{ //显示数据存于DispData中
DispData=RecData;RecData=0;
SysClock=0;DataClock=0;
RecDone=1;RecEnable=0;
EX0=1; //开外中断0
EX1=0; //关外中断1
}}}
4 应用实例
利用PLC系统的(n+1)个输出点可以连接n台数显仪表,其中1点用作公共时钟线,n点用作n台数显仪表的数据线。使用数显仪表显示PLC系统的数据或参数时,还必须给PLC系统编写满足时序要求的驱动程序。
4.1 PLC驱动程序设计
此处以三菱FX2N PLC系统为例,介绍PLC系统驱动程序的编写方法。假设使用Y0作为数据线,Y1作为时钟线,则PLC驱动程序的梯形图如图5所示。程序中使用D0单元存放显示数据,其取值范围为0~9999 pH meter and carbon dioxide analyzer are easy to condense water droplets at the detection part, so the maintenance frequency should be relatively increased. Generally, it needs to be maintained once in about 4 days, so as to achieve real-time parameter detection in a timely and accurate manner.

3.2.3 data networking

As the technology center is far away from the greenhouse site, and technicians need to monitor production parameters in real time and modify the best production parameters, data networking is necessary. Kunlun configuration can realize data networking in two ways: one is web function; The second is the remote database function. The web function can only browse remotely without permission to modify parameters, so it is not applicable to this system. Defining the remote database well realizes the data networking.

3.3 software implementation descriptionAfter the completion of configuration and design, after simulation and on-line test, it is proved that the functions realized by the system fully meet the original design intention and meet the needs of production.