欢迎您访问:瑞昌明盛自动化设备有限公司,我司将竭诚为您服务!
Ovation 404A822H03数据高速通道模块库存

主页 > 产品中心 > EMERSON艾默生

Ovation 404A822H03数据高速通道模块库存

类目:EMERSON艾默生
型号:404A822H03
全国服务热线:+86 15270269218
手机:+86 15270269218
微信:+86 15270269218
QQ:3136378118
Email:stodcdcs@gmail.com

在线咨询
产品详情

Ovation  404A822H03数据高速通道模块库存 Ovation  404A822H03数据高速通道模块库存 Ovation  404A822H03数据高速通道模块库存
瑞昌明盛进出口贸易有限公司
主营DCS控制系统备件,PLC系统备件及机器人系统备件,
优势品牌:Allen Bradley、BentlyNevada、ABB、Emerson Ovation、Honeywell DCS、Rockwell ICS Triplex、FOXBORO、Schneider PLC、GE Fanuc、Motorola、HIMA、TRICONEX、Prosoft等各种进口工业零部件
Ovation  404A822H03数据高速通道模块库存 Ovation  404A822H03数据高速通道模块库存 Ovation  404A822H03数据高速通道模块库存
触摸屏,PLC,变频器实现马达的调速,有以下几点:1,通过触摸屏输入马达速度的设定值和显示马达的当前速度。2,用PLC的模拟量输出模块FBS-4DA输出0-10V的电压控制变频器的输出频率。3,由变频器驱动马达运转及停止。
3.3.1 PLC模拟量输出模块FBS-4DA的接线图
模拟量输出模块的作用是将PLC给出的数字量转换为模拟量信号并输出电压或电流的装置,下图是永宏电机FBS-4DA模拟量输出模块的接线图。O0 和O0-端子输出的0-10V电压连接到变频器的0-10V模拟量输入端子上,来控制变频器速度。
图片加载中…
3.3.3 触摸屏速度控制画面
下图是触摸屏的速度控制画面,主要用来控制各马达的速度。OFF 这牌按钮是用来启停相对应得马达的开关。A处的按钮用来设定和显示马达频率设定值。B处显示马达当前运行的频率。 《加速》和《减速》按钮分别用来在运行时对马达频率进行微调。
图片加载中…
《马达频率设定值》是触摸屏对PLC主机给出的现场所需的马达频率,为一个现在值,需要根据实际情况通过PLC主机程序运算得到一个0-250的工程值,把这个工程值赋予FBC-4DA模块,再由FBS-4DA模块转换为模拟量电压或电流来控制变频器。在这里同样要注意触摸屏的小数点问题。
3.3.4 变频器的接线及设置
变频器接线示意图:
图片加载中…
变频器的设置
不同品牌的变频器参数设置方法各不相同,但万变不离其中,主要有以下几个方面:
1. 设定频率指令来源,本工程应设定为主频率输入由模拟信号DC 0- 10V 控制(AVI)。
2. 运转指令来源,本工程设定为运转指令由外部端子控制。
3. 马达停机方式,本工程设定为自由停车。plcfx2n-48mr)

(2). Brief description of key program structure of PLC:After the PLC is powered on, the analog pressure signal in the module is converted into pressure digital quantity (D160) through the program, and the value of the pressure data register D160 is divided by 25 to correct the actual value of the pressure (it can be seen from the data of the special function simulation module fx0n-3a that 0-10kg corresponds to 0-250, so the relationship between the pressure and the value is 1:25).

In this system, we specify that the synchronous speed of the motor is 3000 rpm, so setting the synchronous speed lower than 3000 rpm is good for the protection of the motor. Here, we set the speed to no more than 1250 rpm, Then the relationship between the value and the MV (output) value D150 (i.e. motor speed) calculated by PID program is 1:5 (it can be seen from the data of special function simulation module fx0n-3a that since the value is 0-250, the corresponding value is 0-1250 rpm, and the relationship between the value and speed is 1:5), so the actual value correction number