Process Data Acquisition – PDA -- Detailed
analysis of quality manage&industrial big data sources |
|||||
56 PDA
system scheme for converter, RH furnace, LF furnace in steel plant |
|||||
37
Main driver system SL150
SL150 is a new generation of high power AC Alternating Frequency main transmission system of SIEMENS. the core unit is Simotion D445 (or D455) module and Sinamics CU320 module. 37.1
D445 Standard Ethernet UDP scheme
D445's own ethernet network port is used. CBE30 module isn't needed, see the 4.27 section for other details. INTERFACE TYPE TpdaData:STRUCT // 1408 bytes = 200*4 + 100 + 100*2 + 88 + 10*22
R :ARRAY[0..199] OF REAL;
BIT:ARRAY[0..99
] OF BYTE; I :ARRAY[0..99 ] OF INT;
B :ARRAY[0..87 ] OF BYTE;
S :ARRAY[0..9 ] OF STRING[20]; // 对应 PDA
的 LSTRING END_STRUCT END_TYPE PROGRAM PDA; END_INTERFACE IMPLEMENTATION PROGRAM PDA VAR
IX0_0 at %IX0.0:BOOL;
IW0 at
%IW0 :WORD;
ID4 at
%ID4 :DINT;
QD0 at
%QD0 :DINT; // pdaData at %QB64 :TpdaData;
pdaData
:TpdaData; END_VAR pdaData.R[0]:=0.0; pdaData.bit[0]:=_byte_from_8bool(bit0 := FALSE
,bit1 := FALSE
,bit2
:= FALSE
,bit3 := FALSE
,bit4 := FALSE
,bit5 := FALSE
,bit6 := FALSE
,bit7
:= FALSE); pdaData.I[0]:=0;
pdaData.B[0]:=0; pdaData.S[0]:='01234567890123456789'; END_PROGRAM END_IMPLEMENTATION To avoid IO faults causing downtime when PDAServer is offline, add fault handling programs. 37.2
D445 Real time Ethernet Profinet master scheme
Concentrate the signals of CU320 and D445 into D445, they are collected at high speed through Profinet, in D445, you need to insert the "CBE30 PN IO" module as the Profinet master, PDAServer may be as multi Profinet slaves, Please refer to the 4.7 section. PDA reads the other slow signals by OPC mode. A CP1616 slave station can be built in a D445 (PDAServer determines which D445 data comes from by MAC address), Most 128*11=1408 bytes can be collected, which is usually enough. 37.3
CU320
Each CU320 can collect 50 bytes, they are configured in Scout, 16 Boolean variables can form a word, modify parameter p8848 to change data update cycle to 1ms, please see the section 4.50 for other. 37.4
D445+CU320 comprehensive scheme
37.5 Interface module schemeSL150 outputs the key variables to the PDAU interface module at high speed in the way of AO or DO(same as SIMADYN-D), after A/D conversion, it sends them high speed to PDA server in RT-Ethernet, the fastest sampling period is 0.2ms. |
|||||
|
|||||
Apparatus test&Fault diagnosis&Quality analysis |
Millisecond data sampling Real-time data compression Capture signal instantaneous mutation |
||||
友情链接 百度 腾讯 新浪 网易 搜狐 凤凰 淘宝 京东 中国自动化网 中国工控网 西门子 罗克韦尔 华军软件园 天空软件站 非凡软件站 多多软件站 携程 知乎 中国五矿 中冶集团 中冶赛迪 中冶南方 中冶京诚 中冶华天 中冶长天 中冶北方 中冶焦耐 中国宝武 宝信 宝钢 武钢 鞍钢 河钢 首钢 沙钢 山钢 涟钢 鄂ICP备2025092850号 版权所有©Copyright:2025-2035. 经纬铭月科技(武汉)有限公司 |
|||||
Develop
communication protocol, Customized analysis function, XinChuang domestic
obsession
PDAServer
PDAClient