405 changed files with 31383 additions and 0 deletions
@ -0,0 +1,39 @@ |
|||||
|
[INFORMATION] |
||||
|
CONFIG= |
||||
|
HARDWARE=EXC5300 |
||||
|
SECONDHARDWARE= |
||||
|
PACK_SOURCE=0 |
||||
|
TYPE=3 |
||||
|
OPERATINGNUMBER=0 |
||||
|
OPTIMIZE=2 |
||||
|
CONNECTION=192.168.90.15 |
||||
|
MAPFILE=1 |
||||
|
[IO_EXTERNALS] |
||||
|
FILE= |
||||
|
[TASKS] |
||||
|
FILE0=\SCAN |
||||
|
FILE1=\SWP |
||||
|
COUNT=2 |
||||
|
[TASK_FILE0] |
||||
|
NETDEP=0 |
||||
|
NAME= |
||||
|
TYPE=TIMER |
||||
|
INTERRUPT_NAME= |
||||
|
PRIORITY=1 |
||||
|
TIME=300 |
||||
|
NR=0 |
||||
|
OPTIMIZE=3 |
||||
|
[TASK_FILE1] |
||||
|
NETDEP=0 |
||||
|
NAME= |
||||
|
TYPE=TIMER |
||||
|
INTERRUPT_NAME= |
||||
|
PRIORITY=2 |
||||
|
TIME=500 |
||||
|
NR=0 |
||||
|
OPTIMIZE=3 |
||||
|
[GLOBAL] |
||||
|
COUNT=0 |
||||
|
[DIRECT_GLOBAL] |
||||
|
FILE0=\OPCDA |
||||
|
COUNT=1 |
@ -0,0 +1 @@ |
|||||
|
Resource.WL |
File diff suppressed because one or more lines are too long
@ -0,0 +1,20 @@ |
|||||
|
FUNCTION_BLOCK BS_DevScan |
||||
|
|
||||
|
|
||||
|
VAR_INPUT |
||||
|
Dev_Scan_Hex : DWORD ; |
||||
|
Dev_Array : ARRAY [ 0 .. 31 ] of byte ; |
||||
|
END_VAR |
||||
|
|
||||
|
VAR_OUTPUT |
||||
|
Dev_Status : DWORD ; |
||||
|
Dev_Ratio : REAL ; |
||||
|
Dev_Ready : BOOL ; |
||||
|
Dev_Total : INT ; |
||||
|
Dev_Error : INT ; |
||||
|
HeartVavle : int ; |
||||
|
END_VAR |
||||
|
|
||||
|
|
||||
|
|
||||
|
END_FUNCTION_BLOCK |
@ -0,0 +1,16 @@ |
|||||
|
FUNCTION_BLOCK BS_GETCRC16 |
||||
|
|
||||
|
|
||||
|
VAR_INPUT |
||||
|
CRC_IN : array [ 0 .. 200 ] of byte ; |
||||
|
CRC_LEN : INT ; |
||||
|
END_VAR |
||||
|
|
||||
|
VAR_OUTPUT |
||||
|
CRC16H : byte ; |
||||
|
CRC16L : byte ; |
||||
|
END_VAR |
||||
|
|
||||
|
|
||||
|
|
||||
|
END_FUNCTION_BLOCK |
@ -0,0 +1,17 @@ |
|||||
|
FUNCTION_BLOCK BS_RunTime |
||||
|
|
||||
|
|
||||
|
VAR_INPUT |
||||
|
Run : BOOL ; |
||||
|
RunTimeSet : REAL ; |
||||
|
RunTimeRST : BOOL ; |
||||
|
RunTimeRec_In : REAL ; |
||||
|
END_VAR |
||||
|
|
||||
|
VAR_OUTPUT |
||||
|
RunTime : REAL ; |
||||
|
END_VAR |
||||
|
|
||||
|
|
||||
|
|
||||
|
END_FUNCTION_BLOCK |
@ -0,0 +1,4 @@ |
|||||
|
PROGRAM OPCDA |
||||
|
|
||||
|
|
||||
|
END_PROGRAM |
Binary file not shown.
@ -0,0 +1,48 @@ |
|||||
|
$INCLUDE_FILE |
||||
|
|
||||
|
|
||||
|
(* GLOBALE TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* GLOBALE PROTOTYPEN *) |
||||
|
|
||||
|
FUNCTION_BLOCK SHL_DWORD |
||||
|
VAR_INPUT |
||||
|
EN :BOOL; |
||||
|
IN :DWORD; |
||||
|
N :UINT; |
||||
|
END_VAR |
||||
|
VAR_OUTPUT |
||||
|
ENO :BOOL; |
||||
|
OUT :DWORD; |
||||
|
END_VAR |
||||
|
END_FUNCTION_BLOCK |
||||
|
|
||||
|
FUNCTION_BLOCK SHR_DWORD |
||||
|
VAR_INPUT |
||||
|
EN :BOOL; |
||||
|
IN :DWORD; |
||||
|
N :UINT; |
||||
|
END_VAR |
||||
|
VAR_OUTPUT |
||||
|
ENO :BOOL; |
||||
|
OUT :DWORD; |
||||
|
END_VAR |
||||
|
END_FUNCTION_BLOCK |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* EXTERNE POEs *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
$END_INCLUDE_FILE |
Binary file not shown.
@ -0,0 +1,24 @@ |
|||||
|
$INCLUDE_FILE |
||||
|
|
||||
|
|
||||
|
(* GLOBALE TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* GLOBALE PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* EXTERNE POEs *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
$END_INCLUDE_FILE |
Binary file not shown.
@ -0,0 +1,45 @@ |
|||||
|
|
||||
|
->开始编译工程配置项... |
||||
|
|
||||
|
->开始工程初始化... |
||||
|
|
||||
|
|
||||
|
->开始创建关联... |
||||
|
|
||||
|
->开始编译 ... |
||||
|
|
||||
|
->开始编译文件... |
||||
|
|
||||
|
0 错误, 0 警告. |
||||
|
|
||||
|
|
||||
|
->开始编译声明类型... |
||||
|
|
||||
|
->开始编译包含文件... |
||||
|
|
||||
|
->开始编译文件... |
||||
|
|
||||
|
->开始编译声明类型... |
||||
|
|
||||
|
->开始编译包含文件... |
||||
|
|
||||
|
->开始编译文件... |
||||
|
|
||||
|
->开始连接 ... |
||||
|
|
||||
|
->生成全局变量 ... |
||||
|
|
||||
|
->生成任务 SCAN ... |
||||
|
|
||||
|
->生成任务 SWP ... |
||||
|
|
||||
|
->生成目标文件: RESOURCE ... |
||||
|
|
||||
|
->目标文件大小: 24833 字节. |
||||
|
|
||||
|
0 错误, 0 警告. |
||||
|
|
||||
|
->生成OPC变量: 数量74 个 大小:2872 字节 |
||||
|
|
||||
|
->工程编译结束... |
||||
|
|
@ -0,0 +1,24 @@ |
|||||
|
$INCLUDE_FILE |
||||
|
|
||||
|
|
||||
|
(* GLOBALE TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* GLOBALE PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* EXTERNE POEs *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
$END_INCLUDE_FILE |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,25 @@ |
|||||
|
$INCLUDE_FILE |
||||
|
|
||||
|
|
||||
|
(* GLOBALE TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* GLOBALE PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT PROTOTYPEN *) |
||||
|
|
||||
|
$INCLUDE "E:\PROGRAMFILE\EXDRIVER\EXCONFIG\EXDRIVE\LIB\BRCON_MCFB_ED_V3.3.0.1\$GEN$\BS_DEVSCAN.PTT" |
||||
|
|
||||
|
|
||||
|
(* EXTERNE POEs *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
$END_INCLUDE_FILE |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,25 @@ |
|||||
|
$INCLUDE_FILE |
||||
|
|
||||
|
|
||||
|
(* GLOBALE TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* GLOBALE PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT PROTOTYPEN *) |
||||
|
|
||||
|
$INCLUDE "E:\PROGRAMFILE\EXDRIVER\EXCONFIG\EXDRIVE\LIB\BRCON_MCFB_ED_V3.3.0.1\$GEN$\BS_RUNTIME.PTT" |
||||
|
|
||||
|
|
||||
|
(* EXTERNE POEs *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
$END_INCLUDE_FILE |
Binary file not shown.
@ -0,0 +1,24 @@ |
|||||
|
$INCLUDE_FILE |
||||
|
|
||||
|
|
||||
|
(* GLOBALE TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* GLOBALE PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* EXTERNE POEs *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
$END_INCLUDE_FILE |
File diff suppressed because it is too large
@ -0,0 +1,79 @@ |
|||||
|
0/9 SegHardwareConfig -- 20 |
||||
|
2/10 Datasegment 2/11 248 SWP |
||||
|
2/11 Codesegment 2/12 523 |
||||
|
2/12 Initialsegment 2/11 16 |
||||
|
2/13 Datasegment 2/14 52 SWP.SWP01A01_RUNTIME1 |
||||
|
2/14 Codesegment 2/15 141 |
||||
|
2/15 Initialsegment 2/14 52 |
||||
|
2/16 Datasegment 2/17 29 SWP.SWP01A01_RUNTIME1.TIME_M |
||||
|
2/17 Codesegment 2/18 7 |
||||
|
2/18 Initialsegment 2/17 35 |
||||
|
2/19 Datasegment 2/17 29 SWP.SWP01A01_RUNTIME1.TIME_RST |
||||
|
2/20 Datasegment 2/14 52 SWP.SWP01A01_RUNTIME2 |
||||
|
2/21 Datasegment 2/17 29 SWP.SWP01A01_RUNTIME2.TIME_M |
||||
|
2/22 Datasegment 2/17 29 SWP.SWP01A01_RUNTIME2.TIME_RST |
||||
|
2/23 Datasegment 2/14 52 SWP.SWP01A02_RUNTIME1 |
||||
|
2/24 Datasegment 2/17 29 SWP.SWP01A02_RUNTIME1.TIME_M |
||||
|
2/25 Datasegment 2/17 29 SWP.SWP01A02_RUNTIME1.TIME_RST |
||||
|
2/26 Datasegment 2/14 52 SWP.SWP01A02_RUNTIME2 |
||||
|
2/27 Datasegment 2/17 29 SWP.SWP01A02_RUNTIME2.TIME_M |
||||
|
2/28 Datasegment 2/17 29 SWP.SWP01A02_RUNTIME2.TIME_RST |
||||
|
2/29 Datasegment 2/14 52 SWP.SWP01A03_RUNTIME1 |
||||
|
2/30 Datasegment 2/17 29 SWP.SWP01A03_RUNTIME1.TIME_M |
||||
|
2/31 Datasegment 2/17 29 SWP.SWP01A03_RUNTIME1.TIME_RST |
||||
|
2/32 Datasegment 2/14 52 SWP.SWP01A03_RUNTIME2 |
||||
|
2/33 Datasegment 2/17 29 SWP.SWP01A03_RUNTIME2.TIME_M |
||||
|
2/34 Datasegment 2/17 29 SWP.SWP01A03_RUNTIME2.TIME_RST |
||||
|
2/35 Datasegment 2/14 52 SWP.SWP01A04_RUNTIME1 |
||||
|
2/36 Datasegment 2/17 29 SWP.SWP01A04_RUNTIME1.TIME_M |
||||
|
2/37 Datasegment 2/17 29 SWP.SWP01A04_RUNTIME1.TIME_RST |
||||
|
2/38 Datasegment 2/14 52 SWP.SWP01A04_RUNTIME2 |
||||
|
2/39 Datasegment 2/17 29 SWP.SWP01A04_RUNTIME2.TIME_M |
||||
|
2/40 Datasegment 2/17 29 SWP.SWP01A04_RUNTIME2.TIME_RST |
||||
|
2/41 Datasegment 2/14 52 SWP.SWP01A05_RUNTIME1 |
||||
|
2/42 Datasegment 2/17 29 SWP.SWP01A05_RUNTIME1.TIME_M |
||||
|
2/43 Datasegment 2/17 29 SWP.SWP01A05_RUNTIME1.TIME_RST |
||||
|
2/44 Datasegment 2/14 52 SWP.SWP01A05_RUNTIME2 |
||||
|
2/45 Datasegment 2/17 29 SWP.SWP01A05_RUNTIME2.TIME_M |
||||
|
2/46 Datasegment 2/17 29 SWP.SWP01A05_RUNTIME2.TIME_RST |
||||
|
2/47 Datasegment 2/14 52 SWP.SWP01A06_RUNTIME1 |
||||
|
2/48 Datasegment 2/17 29 SWP.SWP01A06_RUNTIME1.TIME_M |
||||
|
2/49 Datasegment 2/17 29 SWP.SWP01A06_RUNTIME1.TIME_RST |
||||
|
2/50 Datasegment 2/14 52 SWP.SWP01A06_RUNTIME2 |
||||
|
2/51 Datasegment 2/17 29 SWP.SWP01A06_RUNTIME2.TIME_M |
||||
|
2/52 Datasegment 2/17 29 SWP.SWP01A06_RUNTIME2.TIME_RST |
||||
|
2/53 Instancetable -- 566 |
||||
|
2/54 Downloadtable -- 1041 |
||||
|
1/10 Datasegment 1/11 232 SCAN |
||||
|
1/11 Codesegment 1/12 303 |
||||
|
1/12 Initialsegment 1/11 80 |
||||
|
1/13 Datasegment 1/14 100 SCAN.BOX01_DEVSCAN |
||||
|
1/14 Codesegment 1/15 448 |
||||
|
1/15 Initialsegment 1/14 96 |
||||
|
1/16 Datasegment 1/17 20 SCAN.BOX01_DEVSCAN.SHR_D |
||||
|
1/17 Codesegment 1/18 7 |
||||
|
1/18 Initialsegment 1/17 28 |
||||
|
1/19 Datasegment 1/20 20 SCAN.BOX01_DEVSCAN.SHR_L |
||||
|
1/20 Codesegment 1/21 7 |
||||
|
1/21 Initialsegment 1/20 28 |
||||
|
1/22 Datasegment 1/23 29 SCAN.BOX01_DEVSCAN.TON1 |
||||
|
1/23 Codesegment 1/24 7 |
||||
|
1/24 Initialsegment 1/23 35 |
||||
|
1/25 Datasegment 1/14 100 SCAN.BOX02_DEVSCAN |
||||
|
1/26 Datasegment 1/17 20 SCAN.BOX02_DEVSCAN.SHR_D |
||||
|
1/27 Datasegment 1/20 20 SCAN.BOX02_DEVSCAN.SHR_L |
||||
|
1/28 Datasegment 1/23 29 SCAN.BOX02_DEVSCAN.TON1 |
||||
|
1/29 Datasegment 1/14 100 SCAN.BOX03_DEVSCAN |
||||
|
1/30 Datasegment 1/17 20 SCAN.BOX03_DEVSCAN.SHR_D |
||||
|
1/31 Datasegment 1/20 20 SCAN.BOX03_DEVSCAN.SHR_L |
||||
|
1/32 Datasegment 1/23 29 SCAN.BOX03_DEVSCAN.TON1 |
||||
|
1/33 Datasegment 1/14 100 SCAN.BOX04_DEVSCAN |
||||
|
1/34 Datasegment 1/17 20 SCAN.BOX04_DEVSCAN.SHR_D |
||||
|
1/35 Datasegment 1/20 20 SCAN.BOX04_DEVSCAN.SHR_L |
||||
|
1/36 Datasegment 1/23 29 SCAN.BOX04_DEVSCAN.TON1 |
||||
|
1/37 Datasegment 1/14 100 SCAN.BOX05_DEVSCAN |
||||
|
1/38 Datasegment 1/17 20 SCAN.BOX05_DEVSCAN.SHR_D |
||||
|
1/39 Datasegment 1/20 20 SCAN.BOX05_DEVSCAN.SHR_L |
||||
|
1/40 Datasegment 1/23 29 SCAN.BOX05_DEVSCAN.TON1 |
||||
|
1/41 Instancetable -- 354 |
||||
|
1/42 Downloadtable -- 583 |
@ -0,0 +1,497 @@ |
|||||
|
LSWP01A01_R1 OPCDA 1 1 0 1 8 0 1 0 0 %I0.0 |
||||
|
LSWP01A01_F1 OPCDA 1 1 0 1 8 1 1 0 0 %I0.1 |
||||
|
LSWP01A01_R2 OPCDA 1 1 0 1 8 2 1 0 0 %I0.2 |
||||
|
LSWP01A01_F2 OPCDA 1 1 0 1 8 3 1 0 0 %I0.3 |
||||
|
LSWP01A01_HL OPCDA 1 1 0 1 8 4 1 0 0 %I0.4 |
||||
|
LSWP01A01_LL OPCDA 1 1 0 1 8 5 1 0 0 %I0.5 |
||||
|
LSWP01A02_R1 OPCDA 1 1 0 1 24 0 1 0 0 %I16.0 |
||||
|
LSWP01A02_F1 OPCDA 1 1 0 1 24 1 1 0 0 %I16.1 |
||||
|
LSWP01A02_R2 OPCDA 1 1 0 1 24 2 1 0 0 %I16.2 |
||||
|
LSWP01A02_F2 OPCDA 1 1 0 1 24 3 1 0 0 %I16.3 |
||||
|
LSWP01A02_HL OPCDA 1 1 0 1 24 4 1 0 0 %I16.4 |
||||
|
LSWP01A02_LL OPCDA 1 1 0 1 24 5 1 0 0 %I16.5 |
||||
|
LSWP01A03_R1 OPCDA 1 1 0 1 40 0 1 0 0 %I32.0 |
||||
|
LSWP01A03_F1 OPCDA 1 1 0 1 40 1 1 0 0 %I32.1 |
||||
|
LSWP01A03_R2 OPCDA 1 1 0 1 40 2 1 0 0 %I32.2 |
||||
|
LSWP01A03_F2 OPCDA 1 1 0 1 40 3 1 0 0 %I32.3 |
||||
|
LSWP01A03_HL OPCDA 1 1 0 1 40 4 1 0 0 %I32.4 |
||||
|
LSWP01A03_LL OPCDA 1 1 0 1 40 5 1 0 0 %I32.5 |
||||
|
LSWP01A04_R1 OPCDA 1 1 0 1 56 0 1 0 0 %I48.0 |
||||
|
LSWP01A04_F1 OPCDA 1 1 0 1 56 1 1 0 0 %I48.1 |
||||
|
LSWP01A04_R2 OPCDA 1 1 0 1 56 2 1 0 0 %I48.2 |
||||
|
LSWP01A04_F2 OPCDA 1 1 0 1 56 3 1 0 0 %I48.3 |
||||
|
LSWP01A04_HL OPCDA 1 1 0 1 56 4 1 0 0 %I48.4 |
||||
|
LSWP01A04_LL OPCDA 1 1 0 1 56 5 1 0 0 %I48.5 |
||||
|
LSWP01A05_R1 OPCDA 1 1 0 1 72 0 1 0 0 %I64.0 |
||||
|
LSWP01A05_F1 OPCDA 1 1 0 1 72 1 1 0 0 %I64.1 |
||||
|
LSWP01A05_R2 OPCDA 1 1 0 1 72 2 1 0 0 %I64.2 |
||||
|
LSWP01A05_F2 OPCDA 1 1 0 1 72 3 1 0 0 %I64.3 |
||||
|
LSWP01A05_HL OPCDA 1 1 0 1 72 4 1 0 0 %I64.4 |
||||
|
LSWP01A05_LL OPCDA 1 1 0 1 72 5 1 0 0 %I64.5 |
||||
|
LSWP01A06_R1 OPCDA 1 1 0 1 88 0 1 0 0 %I80.0 |
||||
|
LSWP01A06_F1 OPCDA 1 1 0 1 88 1 1 0 0 %I80.1 |
||||
|
LSWP01A06_R2 OPCDA 1 1 0 1 88 2 1 0 0 %I80.2 |
||||
|
LSWP01A06_F2 OPCDA 1 1 0 1 88 3 1 0 0 %I80.3 |
||||
|
LSWP01A06_HL OPCDA 1 1 0 1 88 4 1 0 0 %I80.4 |
||||
|
LSWP01A06_LL OPCDA 1 1 0 1 88 5 1 0 0 %I80.5 |
||||
|
LBOX01A01_DS OPCDA 1 1 0 1 1134 0 1 0 0 %M102.0 |
||||
|
LBOX01A01_OR OPCDA 11 4 0 1 1156 0 1 0 0 %M124.0 |
||||
|
LSWP01A01_RST1 OPCDA 1 1 0 1 1200 0 1 0 0 %M168.0 |
||||
|
LSWP01A01_RSTV1 OPCDA 11 4 0 1 1204 0 1 0 0 %M172.0 |
||||
|
LSWP01A01_RH1 OPCDA 11 4 0 1 1208 0 1 0 0 %M176.0 |
||||
|
LSWP01A01_RST2 OPCDA 1 1 0 1 1212 0 1 0 0 %M180.0 |
||||
|
LSWP01A01_RSTV2 OPCDA 11 4 0 1 1216 0 1 0 0 %M184.0 |
||||
|
LSWP01A01_RH2 OPCDA 11 4 0 1 1220 0 1 0 0 %M188.0 |
||||
|
LSWP01A02_RST1 OPCDA 1 1 0 1 1224 0 1 0 0 %M192.0 |
||||
|
LSWP01A02_RSTV1 OPCDA 11 4 0 1 1228 0 1 0 0 %M196.0 |
||||
|
LSWP01A02_RH1 OPCDA 11 4 0 1 1232 0 1 0 0 %M200.0 |
||||
|
LSWP01A02_RST2 OPCDA 1 1 0 1 1236 0 1 0 0 %M204.0 |
||||
|
LSWP01A02_RSTV2 OPCDA 11 4 0 1 1240 0 1 0 0 %M208.0 |
||||
|
LSWP01A02_RH2 OPCDA 11 4 0 1 1244 0 1 0 0 %M212.0 |
||||
|
LSWP01A03_RST1 OPCDA 1 1 0 1 1248 0 1 0 0 %M216.0 |
||||
|
LSWP01A03_RSTV1 OPCDA 11 4 0 1 1252 0 1 0 0 %M220.0 |
||||
|
LSWP01A03_RH1 OPCDA 11 4 0 1 1256 0 1 0 0 %M224.0 |
||||
|
LSWP01A03_RST2 OPCDA 1 1 0 1 1260 0 1 0 0 %M228.0 |
||||
|
LSWP01A03_RSTV2 OPCDA 11 4 0 1 1264 0 1 0 0 %M232.0 |
||||
|
LSWP01A03_RH2 OPCDA 11 4 0 1 1268 0 1 0 0 %M236.0 |
||||
|
LSWP01A04_RST1 OPCDA 1 1 0 1 1272 0 1 0 0 %M240.0 |
||||
|
LSWP01A04_RSTV1 OPCDA 11 4 0 1 1276 0 1 0 0 %M244.0 |
||||
|
LSWP01A04_RH1 OPCDA 11 4 0 1 1280 0 1 0 0 %M248.0 |
||||
|
LSWP01A04_RST2 OPCDA 1 1 0 1 1284 0 1 0 0 %M252.0 |
||||
|
LSWP01A04_RSTV2 OPCDA 11 4 0 1 1288 0 1 0 0 %M256.0 |
||||
|
LSWP01A04_RH2 OPCDA 11 4 0 1 1292 0 1 0 0 %M260.0 |
||||
|
LSWP01A05_RST1 OPCDA 1 1 0 1 1296 0 1 0 0 %M264.0 |
||||
|
LSWP01A05_RSTV1 OPCDA 11 4 0 1 1300 0 1 0 0 %M268.0 |
||||
|
LSWP01A05_RH1 OPCDA 11 4 0 1 1304 0 1 0 0 %M272.0 |
||||
|
LSWP01A05_RST2 OPCDA 1 1 0 1 1308 0 1 0 0 %M276.0 |
||||
|
LSWP01A05_RSTV2 OPCDA 11 4 0 1 1312 0 1 0 0 %M280.0 |
||||
|
LSWP01A05_RH2 OPCDA 11 4 0 1 1316 0 1 0 0 %M284.0 |
||||
|
LSWP01A06_RST1 OPCDA 1 1 0 1 1320 0 1 0 0 %M288.0 |
||||
|
LSWP01A06_RSTV1 OPCDA 11 4 0 1 1324 0 1 0 0 %M292.0 |
||||
|
LSWP01A06_RH1 OPCDA 11 4 0 1 1328 0 1 0 0 %M296.0 |
||||
|
LSWP01A06_RST2 OPCDA 1 1 0 1 1332 0 1 0 0 %M300.0 |
||||
|
LSWP01A06_RSTV2 OPCDA 11 4 0 1 1336 0 1 0 0 %M304.0 |
||||
|
LSWP01A06_RH2 OPCDA 11 4 0 1 1340 0 1 0 0 %M308.0 |
||||
|
DEV_ARRAY SCAN 22 44 1 10 168 0 4 0 0 <noPI> BYTE 0..31 12 |
||||
|
BOX01_HEX SCAN 4 4 1 10 212 0 4 0 0 <noPI> |
||||
|
BOX02_HEX SCAN 4 4 1 10 216 0 4 0 0 <noPI> |
||||
|
BOX03_HEX SCAN 4 4 1 10 220 0 4 0 0 <noPI> |
||||
|
BOX04_HEX SCAN 4 4 1 10 224 0 4 0 0 <noPI> |
||||
|
BOX05_HEX SCAN 4 4 1 10 228 0 4 0 0 <noPI> |
||||
|
DEV00_IP SCAN 2 1 1 1 8032 0 1 0 0 %M7000.0 |
||||
|
DEV00_R SCAN 2 1 1 1 9032 0 1 0 0 %M8000.0 |
||||
|
DEV01_R SCAN 2 1 1 1 9033 0 1 0 0 %M8001.0 |
||||
|
DEV02_R SCAN 2 1 1 1 9034 0 1 0 0 %M8002.0 |
||||
|
DEV03_R SCAN 2 1 1 1 9035 0 1 0 0 %M8003.0 |
||||
|
DEV04_R SCAN 2 1 1 1 9036 0 1 0 0 %M8004.0 |
||||
|
DEV05_R SCAN 2 1 1 1 9037 0 1 0 0 %M8005.0 |
||||
|
DEV06_R SCAN 2 1 1 1 9038 0 1 0 0 %M8006.0 |
||||
|
DEV07_R SCAN 2 1 1 1 9039 0 1 0 0 %M8007.0 |
||||
|
DEV08_R SCAN 2 1 1 1 9040 0 1 0 0 %M8008.0 |
||||
|
DEV09_R SCAN 2 1 1 1 9041 0 1 0 0 %M8009.0 |
||||
|
DEV10_R SCAN 2 1 1 1 9042 0 1 0 0 %M8010.0 |
||||
|
DEV11_R SCAN 2 1 1 1 9043 0 1 0 0 %M8011.0 |
||||
|
DEV12_R SCAN 2 1 1 1 9044 0 1 0 0 %M8012.0 |
||||
|
DEV13_R SCAN 2 1 1 1 9045 0 1 0 0 %M8013.0 |
||||
|
DEV14_R SCAN 2 1 1 1 9046 0 1 0 0 %M8014.0 |
||||
|
DEV15_R SCAN 2 1 1 1 9047 0 1 0 0 %M8015.0 |
||||
|
DEV16_R SCAN 2 1 1 1 9048 0 1 0 0 %M8016.0 |
||||
|
DEV17_R SCAN 2 1 1 1 9049 0 1 0 0 %M8017.0 |
||||
|
DEV18_R SCAN 2 1 1 1 9050 0 1 0 0 %M8018.0 |
||||
|
DEV19_R SCAN 2 1 1 1 9051 0 1 0 0 %M8019.0 |
||||
|
DEV20_R SCAN 2 1 1 1 9052 0 1 0 0 %M8020.0 |
||||
|
DEV21_R SCAN 2 1 1 1 9053 0 1 0 0 %M8021.0 |
||||
|
DEV22_R SCAN 2 1 1 1 9054 0 1 0 0 %M8022.0 |
||||
|
DEV23_R SCAN 2 1 1 1 9055 0 1 0 0 %M8023.0 |
||||
|
DEV24_R SCAN 2 1 1 1 9056 0 1 0 0 %M8024.0 |
||||
|
DEV25_R SCAN 2 1 1 1 9057 0 1 0 0 %M8025.0 |
||||
|
DEV26_R SCAN 2 1 1 1 9058 0 1 0 0 %M8026.0 |
||||
|
DEV27_R SCAN 2 1 1 1 9059 0 1 0 0 %M8027.0 |
||||
|
DEV28_R SCAN 2 1 1 1 9060 0 1 0 0 %M8028.0 |
||||
|
DEV29_R SCAN 2 1 1 1 9061 0 1 0 0 %M8029.0 |
||||
|
DEV30_R SCAN 2 1 1 1 9062 0 1 0 0 %M8030.0 |
||||
|
DEV31_R SCAN 2 1 1 1 9063 0 1 0 0 %M8031.0 |
||||
|
LBOX01A01_OR SCAN 11 4 1 1 1156 0 8 0 0 <noPI> |
||||
|
LBOX01A01_DS SCAN 1 1 1 1 1134 0 8 0 0 <noPI> |
||||
|
DEV_SCAN_HEX SCAN.BOX01_DEVSCAN 4 4 1 13 24 0 2 0 0 <noPI> |
||||
|
DEV_ARRAY SCAN.BOX01_DEVSCAN 22 44 1 13 28 0 2 0 0 <noPI> BYTE 0..31 12 |
||||
|
DEV_STATUS SCAN.BOX01_DEVSCAN 4 4 1 13 8 0 2 0 0 <noPI> |
||||
|
DEV_RATIO SCAN.BOX01_DEVSCAN 11 4 1 13 12 0 2 0 0 <noPI> |
||||
|
DEV_READY SCAN.BOX01_DEVSCAN 1 1 1 13 16 0 2 0 0 <noPI> |
||||
|
DEV_TOTAL SCAN.BOX01_DEVSCAN 9 2 1 13 18 0 2 0 0 <noPI> |
||||
|
DEV_ERROR SCAN.BOX01_DEVSCAN 9 2 1 13 20 0 2 0 0 <noPI> |
||||
|
HEARTVAVLE SCAN.BOX01_DEVSCAN 9 2 1 13 22 0 2 0 0 <noPI> |
||||
|
I SCAN.BOX01_DEVSCAN 6 2 1 13 84 0 4 0 0 <noPI> |
||||
|
DEV_SCAN_TEMP SCAN.BOX01_DEVSCAN 4 4 1 13 88 0 4 0 0 <noPI> |
||||
|
DEV_ERROR_FLAG SCAN.BOX01_DEVSCAN 1 1 1 13 92 0 4 0 0 <noPI> |
||||
|
DEV_STATUS_TEMP SCAN.BOX01_DEVSCAN 4 4 1 13 96 0 4 0 0 <noPI> |
||||
|
IN SCAN.BOX01_DEVSCAN.TON1 1 1 1 22 16 0 2 0 0 <noPI> |
||||
|
PT SCAN.BOX01_DEVSCAN.TON1 12 4 1 22 20 0 2 0 0 <noPI> |
||||
|
Q SCAN.BOX01_DEVSCAN.TON1 1 1 1 22 8 0 2 0 0 <noPI> |
||||
|
ET SCAN.BOX01_DEVSCAN.TON1 12 4 1 22 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX01_DEVSCAN.SHR_L 1 1 1 19 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX01_DEVSCAN.SHR_L 4 4 1 19 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX01_DEVSCAN.SHR_L 6 2 1 19 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX01_DEVSCAN.SHR_L 1 1 1 19 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX01_DEVSCAN.SHR_L 4 4 1 19 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX01_DEVSCAN.SHR_D 1 1 1 16 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX01_DEVSCAN.SHR_D 4 4 1 16 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX01_DEVSCAN.SHR_D 6 2 1 16 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX01_DEVSCAN.SHR_D 1 1 1 16 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX01_DEVSCAN.SHR_D 4 4 1 16 12 0 2 0 0 <noPI> |
||||
|
DEV_SCAN_HEX SCAN.BOX02_DEVSCAN 4 4 1 25 24 0 2 0 0 <noPI> |
||||
|
DEV_ARRAY SCAN.BOX02_DEVSCAN 22 44 1 25 28 0 2 0 0 <noPI> BYTE 0..31 12 |
||||
|
DEV_STATUS SCAN.BOX02_DEVSCAN 4 4 1 25 8 0 2 0 0 <noPI> |
||||
|
DEV_RATIO SCAN.BOX02_DEVSCAN 11 4 1 25 12 0 2 0 0 <noPI> |
||||
|
DEV_READY SCAN.BOX02_DEVSCAN 1 1 1 25 16 0 2 0 0 <noPI> |
||||
|
DEV_TOTAL SCAN.BOX02_DEVSCAN 9 2 1 25 18 0 2 0 0 <noPI> |
||||
|
DEV_ERROR SCAN.BOX02_DEVSCAN 9 2 1 25 20 0 2 0 0 <noPI> |
||||
|
HEARTVAVLE SCAN.BOX02_DEVSCAN 9 2 1 25 22 0 2 0 0 <noPI> |
||||
|
I SCAN.BOX02_DEVSCAN 6 2 1 25 84 0 4 0 0 <noPI> |
||||
|
DEV_SCAN_TEMP SCAN.BOX02_DEVSCAN 4 4 1 25 88 0 4 0 0 <noPI> |
||||
|
DEV_ERROR_FLAG SCAN.BOX02_DEVSCAN 1 1 1 25 92 0 4 0 0 <noPI> |
||||
|
DEV_STATUS_TEMP SCAN.BOX02_DEVSCAN 4 4 1 25 96 0 4 0 0 <noPI> |
||||
|
IN SCAN.BOX02_DEVSCAN.TON1 1 1 1 28 16 0 2 0 0 <noPI> |
||||
|
PT SCAN.BOX02_DEVSCAN.TON1 12 4 1 28 20 0 2 0 0 <noPI> |
||||
|
Q SCAN.BOX02_DEVSCAN.TON1 1 1 1 28 8 0 2 0 0 <noPI> |
||||
|
ET SCAN.BOX02_DEVSCAN.TON1 12 4 1 28 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX02_DEVSCAN.SHR_L 1 1 1 27 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX02_DEVSCAN.SHR_L 4 4 1 27 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX02_DEVSCAN.SHR_L 6 2 1 27 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX02_DEVSCAN.SHR_L 1 1 1 27 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX02_DEVSCAN.SHR_L 4 4 1 27 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX02_DEVSCAN.SHR_D 1 1 1 26 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX02_DEVSCAN.SHR_D 4 4 1 26 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX02_DEVSCAN.SHR_D 6 2 1 26 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX02_DEVSCAN.SHR_D 1 1 1 26 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX02_DEVSCAN.SHR_D 4 4 1 26 12 0 2 0 0 <noPI> |
||||
|
DEV_SCAN_HEX SCAN.BOX03_DEVSCAN 4 4 1 29 24 0 2 0 0 <noPI> |
||||
|
DEV_ARRAY SCAN.BOX03_DEVSCAN 22 44 1 29 28 0 2 0 0 <noPI> BYTE 0..31 12 |
||||
|
DEV_STATUS SCAN.BOX03_DEVSCAN 4 4 1 29 8 0 2 0 0 <noPI> |
||||
|
DEV_RATIO SCAN.BOX03_DEVSCAN 11 4 1 29 12 0 2 0 0 <noPI> |
||||
|
DEV_READY SCAN.BOX03_DEVSCAN 1 1 1 29 16 0 2 0 0 <noPI> |
||||
|
DEV_TOTAL SCAN.BOX03_DEVSCAN 9 2 1 29 18 0 2 0 0 <noPI> |
||||
|
DEV_ERROR SCAN.BOX03_DEVSCAN 9 2 1 29 20 0 2 0 0 <noPI> |
||||
|
HEARTVAVLE SCAN.BOX03_DEVSCAN 9 2 1 29 22 0 2 0 0 <noPI> |
||||
|
I SCAN.BOX03_DEVSCAN 6 2 1 29 84 0 4 0 0 <noPI> |
||||
|
DEV_SCAN_TEMP SCAN.BOX03_DEVSCAN 4 4 1 29 88 0 4 0 0 <noPI> |
||||
|
DEV_ERROR_FLAG SCAN.BOX03_DEVSCAN 1 1 1 29 92 0 4 0 0 <noPI> |
||||
|
DEV_STATUS_TEMP SCAN.BOX03_DEVSCAN 4 4 1 29 96 0 4 0 0 <noPI> |
||||
|
IN SCAN.BOX03_DEVSCAN.TON1 1 1 1 32 16 0 2 0 0 <noPI> |
||||
|
PT SCAN.BOX03_DEVSCAN.TON1 12 4 1 32 20 0 2 0 0 <noPI> |
||||
|
Q SCAN.BOX03_DEVSCAN.TON1 1 1 1 32 8 0 2 0 0 <noPI> |
||||
|
ET SCAN.BOX03_DEVSCAN.TON1 12 4 1 32 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX03_DEVSCAN.SHR_L 1 1 1 31 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX03_DEVSCAN.SHR_L 4 4 1 31 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX03_DEVSCAN.SHR_L 6 2 1 31 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX03_DEVSCAN.SHR_L 1 1 1 31 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX03_DEVSCAN.SHR_L 4 4 1 31 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX03_DEVSCAN.SHR_D 1 1 1 30 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX03_DEVSCAN.SHR_D 4 4 1 30 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX03_DEVSCAN.SHR_D 6 2 1 30 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX03_DEVSCAN.SHR_D 1 1 1 30 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX03_DEVSCAN.SHR_D 4 4 1 30 12 0 2 0 0 <noPI> |
||||
|
DEV_SCAN_HEX SCAN.BOX04_DEVSCAN 4 4 1 33 24 0 2 0 0 <noPI> |
||||
|
DEV_ARRAY SCAN.BOX04_DEVSCAN 22 44 1 33 28 0 2 0 0 <noPI> BYTE 0..31 12 |
||||
|
DEV_STATUS SCAN.BOX04_DEVSCAN 4 4 1 33 8 0 2 0 0 <noPI> |
||||
|
DEV_RATIO SCAN.BOX04_DEVSCAN 11 4 1 33 12 0 2 0 0 <noPI> |
||||
|
DEV_READY SCAN.BOX04_DEVSCAN 1 1 1 33 16 0 2 0 0 <noPI> |
||||
|
DEV_TOTAL SCAN.BOX04_DEVSCAN 9 2 1 33 18 0 2 0 0 <noPI> |
||||
|
DEV_ERROR SCAN.BOX04_DEVSCAN 9 2 1 33 20 0 2 0 0 <noPI> |
||||
|
HEARTVAVLE SCAN.BOX04_DEVSCAN 9 2 1 33 22 0 2 0 0 <noPI> |
||||
|
I SCAN.BOX04_DEVSCAN 6 2 1 33 84 0 4 0 0 <noPI> |
||||
|
DEV_SCAN_TEMP SCAN.BOX04_DEVSCAN 4 4 1 33 88 0 4 0 0 <noPI> |
||||
|
DEV_ERROR_FLAG SCAN.BOX04_DEVSCAN 1 1 1 33 92 0 4 0 0 <noPI> |
||||
|
DEV_STATUS_TEMP SCAN.BOX04_DEVSCAN 4 4 1 33 96 0 4 0 0 <noPI> |
||||
|
IN SCAN.BOX04_DEVSCAN.TON1 1 1 1 36 16 0 2 0 0 <noPI> |
||||
|
PT SCAN.BOX04_DEVSCAN.TON1 12 4 1 36 20 0 2 0 0 <noPI> |
||||
|
Q SCAN.BOX04_DEVSCAN.TON1 1 1 1 36 8 0 2 0 0 <noPI> |
||||
|
ET SCAN.BOX04_DEVSCAN.TON1 12 4 1 36 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX04_DEVSCAN.SHR_L 1 1 1 35 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX04_DEVSCAN.SHR_L 4 4 1 35 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX04_DEVSCAN.SHR_L 6 2 1 35 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX04_DEVSCAN.SHR_L 1 1 1 35 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX04_DEVSCAN.SHR_L 4 4 1 35 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX04_DEVSCAN.SHR_D 1 1 1 34 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX04_DEVSCAN.SHR_D 4 4 1 34 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX04_DEVSCAN.SHR_D 6 2 1 34 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX04_DEVSCAN.SHR_D 1 1 1 34 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX04_DEVSCAN.SHR_D 4 4 1 34 12 0 2 0 0 <noPI> |
||||
|
DEV_SCAN_HEX SCAN.BOX05_DEVSCAN 4 4 1 37 24 0 2 0 0 <noPI> |
||||
|
DEV_ARRAY SCAN.BOX05_DEVSCAN 22 44 1 37 28 0 2 0 0 <noPI> BYTE 0..31 12 |
||||
|
DEV_STATUS SCAN.BOX05_DEVSCAN 4 4 1 37 8 0 2 0 0 <noPI> |
||||
|
DEV_RATIO SCAN.BOX05_DEVSCAN 11 4 1 37 12 0 2 0 0 <noPI> |
||||
|
DEV_READY SCAN.BOX05_DEVSCAN 1 1 1 37 16 0 2 0 0 <noPI> |
||||
|
DEV_TOTAL SCAN.BOX05_DEVSCAN 9 2 1 37 18 0 2 0 0 <noPI> |
||||
|
DEV_ERROR SCAN.BOX05_DEVSCAN 9 2 1 37 20 0 2 0 0 <noPI> |
||||
|
HEARTVAVLE SCAN.BOX05_DEVSCAN 9 2 1 37 22 0 2 0 0 <noPI> |
||||
|
I SCAN.BOX05_DEVSCAN 6 2 1 37 84 0 4 0 0 <noPI> |
||||
|
DEV_SCAN_TEMP SCAN.BOX05_DEVSCAN 4 4 1 37 88 0 4 0 0 <noPI> |
||||
|
DEV_ERROR_FLAG SCAN.BOX05_DEVSCAN 1 1 1 37 92 0 4 0 0 <noPI> |
||||
|
DEV_STATUS_TEMP SCAN.BOX05_DEVSCAN 4 4 1 37 96 0 4 0 0 <noPI> |
||||
|
IN SCAN.BOX05_DEVSCAN.TON1 1 1 1 40 16 0 2 0 0 <noPI> |
||||
|
PT SCAN.BOX05_DEVSCAN.TON1 12 4 1 40 20 0 2 0 0 <noPI> |
||||
|
Q SCAN.BOX05_DEVSCAN.TON1 1 1 1 40 8 0 2 0 0 <noPI> |
||||
|
ET SCAN.BOX05_DEVSCAN.TON1 12 4 1 40 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX05_DEVSCAN.SHR_L 1 1 1 39 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX05_DEVSCAN.SHR_L 4 4 1 39 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX05_DEVSCAN.SHR_L 6 2 1 39 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX05_DEVSCAN.SHR_L 1 1 1 39 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX05_DEVSCAN.SHR_L 4 4 1 39 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX05_DEVSCAN.SHR_D 1 1 1 38 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX05_DEVSCAN.SHR_D 4 4 1 38 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX05_DEVSCAN.SHR_D 6 2 1 38 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX05_DEVSCAN.SHR_D 1 1 1 38 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX05_DEVSCAN.SHR_D 4 4 1 38 12 0 2 0 0 <noPI> |
||||
|
LSWP01A06_RSTV2 SWP 11 4 2 1 1336 0 8 1 0 <noPI> |
||||
|
LSWP01A01_RH1 SWP 11 4 2 1 1208 0 8 0 0 <noPI> |
||||
|
LSWP01A06_RSTV1 SWP 11 4 2 1 1324 0 8 1 0 <noPI> |
||||
|
LSWP01A01_RST2 SWP 1 1 2 1 1212 0 8 1 0 <noPI> |
||||
|
LSWP01A01_RST1 SWP 1 1 2 1 1200 0 8 1 0 <noPI> |
||||
|
LSWP01A02_R2 SWP 1 1 2 1 24 2 8 1 0 <noPI> |
||||
|
LSWP01A02_R1 SWP 1 1 2 1 24 0 8 1 0 <noPI> |
||||
|
LSWP01A02_RSTV2 SWP 11 4 2 1 1240 0 8 1 0 <noPI> |
||||
|
LSWP01A02_RST2 SWP 1 1 2 1 1236 0 8 1 0 <noPI> |
||||
|
LSWP01A02_RST1 SWP 1 1 2 1 1224 0 8 1 0 <noPI> |
||||
|
LSWP01A03_R2 SWP 1 1 2 1 40 2 8 1 0 <noPI> |
||||
|
LSWP01A03_R1 SWP 1 1 2 1 40 0 8 1 0 <noPI> |
||||
|
LSWP01A02_RSTV1 SWP 11 4 2 1 1228 0 8 1 0 <noPI> |
||||
|
LSWP01A04_RSTV1 SWP 11 4 2 1 1276 0 8 1 0 <noPI> |
||||
|
LSWP01A04_R2 SWP 1 1 2 1 56 2 8 1 0 <noPI> |
||||
|
LSWP01A04_R1 SWP 1 1 2 1 56 0 8 1 0 <noPI> |
||||
|
LSWP01A01_R2 SWP 1 1 2 1 8 2 8 1 0 <noPI> |
||||
|
LSWP01A01_R1 SWP 1 1 2 1 8 0 8 1 0 <noPI> |
||||
|
LSWP01A05_RSTV2 SWP 11 4 2 1 1312 0 8 1 0 <noPI> |
||||
|
LSWP01A04_RSTV2 SWP 11 4 2 1 1288 0 8 1 0 <noPI> |
||||
|
LSWP01A03_RH1 SWP 11 4 2 1 1256 0 8 0 0 <noPI> |
||||
|
LSWP01A01_RSTV2 SWP 11 4 2 1 1216 0 8 1 0 <noPI> |
||||
|
LSWP01A06_RH1 SWP 11 4 2 1 1328 0 8 0 0 <noPI> |
||||
|
LSWP01A05_RH2 SWP 11 4 2 1 1316 0 8 0 0 <noPI> |
||||
|
LSWP01A03_RH2 SWP 11 4 2 1 1268 0 8 0 0 <noPI> |
||||
|
LSWP01A03_RST2 SWP 1 1 2 1 1260 0 8 1 0 <noPI> |
||||
|
LSWP01A03_RST1 SWP 1 1 2 1 1248 0 8 1 0 <noPI> |
||||
|
LSWP01A06_R2 SWP 1 1 2 1 88 2 8 1 0 <noPI> |
||||
|
LSWP01A06_R1 SWP 1 1 2 1 88 0 8 1 0 <noPI> |
||||
|
LSWP01A05_RSTV1 SWP 11 4 2 1 1300 0 8 1 0 <noPI> |
||||
|
LSWP01A01_RSTV1 SWP 11 4 2 1 1204 0 8 1 0 <noPI> |
||||
|
LSWP01A06_RH2 SWP 11 4 2 1 1340 0 8 0 0 <noPI> |
||||
|
LSWP01A06_RST2 SWP 1 1 2 1 1332 0 8 1 0 <noPI> |
||||
|
LSWP01A06_RST1 SWP 1 1 2 1 1320 0 8 1 0 <noPI> |
||||
|
LSWP01A05_RH1 SWP 11 4 2 1 1304 0 8 0 0 <noPI> |
||||
|
LSWP01A04_RH2 SWP 11 4 2 1 1292 0 8 0 0 <noPI> |
||||
|
LSWP01A03_RSTV1 SWP 11 4 2 1 1252 0 8 1 0 <noPI> |
||||
|
LSWP01A02_RH1 SWP 11 4 2 1 1232 0 8 0 0 <noPI> |
||||
|
LSWP01A05_R2 SWP 1 1 2 1 72 2 8 1 0 <noPI> |
||||
|
LSWP01A05_R1 SWP 1 1 2 1 72 0 8 1 0 <noPI> |
||||
|
LSWP01A05_RST2 SWP 1 1 2 1 1308 0 8 1 0 <noPI> |
||||
|
LSWP01A05_RST1 SWP 1 1 2 1 1296 0 8 1 0 <noPI> |
||||
|
LSWP01A04_RH1 SWP 11 4 2 1 1280 0 8 0 0 <noPI> |
||||
|
LSWP01A03_RSTV2 SWP 11 4 2 1 1264 0 8 1 0 <noPI> |
||||
|
LSWP01A01_RH2 SWP 11 4 2 1 1220 0 8 0 0 <noPI> |
||||
|
LSWP01A02_RH2 SWP 11 4 2 1 1244 0 8 0 0 <noPI> |
||||
|
LSWP01A04_RST2 SWP 1 1 2 1 1284 0 8 1 0 <noPI> |
||||
|
LSWP01A04_RST1 SWP 1 1 2 1 1272 0 8 1 0 <noPI> |
||||
|
RUN SWP.SWP01A01_RUNTIME1 1 1 2 13 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP01A01_RUNTIME1 11 4 2 13 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP01A01_RUNTIME1 1 1 2 13 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP01A01_RUNTIME1 11 4 2 13 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP01A01_RUNTIME1 11 4 2 13 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP01A01_RUNTIME1 1 1 2 13 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP01A01_RUNTIME1 11 4 2 13 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP01A01_RUNTIME1 1 1 2 13 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP01A01_RUNTIME1 11 4 2 13 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP01A01_RUNTIME1.TIME_M 1 1 2 16 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A01_RUNTIME1.TIME_M 12 4 2 16 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A01_RUNTIME1.TIME_M 1 1 2 16 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A01_RUNTIME1.TIME_M 12 4 2 16 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP01A01_RUNTIME1.TIME_RST 1 1 2 19 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A01_RUNTIME1.TIME_RST 12 4 2 19 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A01_RUNTIME1.TIME_RST 1 1 2 19 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A01_RUNTIME1.TIME_RST 12 4 2 19 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP01A01_RUNTIME2 1 1 2 20 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP01A01_RUNTIME2 11 4 2 20 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP01A01_RUNTIME2 1 1 2 20 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP01A01_RUNTIME2 11 4 2 20 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP01A01_RUNTIME2 11 4 2 20 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP01A01_RUNTIME2 1 1 2 20 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP01A01_RUNTIME2 11 4 2 20 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP01A01_RUNTIME2 1 1 2 20 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP01A01_RUNTIME2 11 4 2 20 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP01A01_RUNTIME2.TIME_M 1 1 2 21 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A01_RUNTIME2.TIME_M 12 4 2 21 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A01_RUNTIME2.TIME_M 1 1 2 21 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A01_RUNTIME2.TIME_M 12 4 2 21 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP01A01_RUNTIME2.TIME_RST 1 1 2 22 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A01_RUNTIME2.TIME_RST 12 4 2 22 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A01_RUNTIME2.TIME_RST 1 1 2 22 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A01_RUNTIME2.TIME_RST 12 4 2 22 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP01A02_RUNTIME1 1 1 2 23 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP01A02_RUNTIME1 11 4 2 23 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP01A02_RUNTIME1 1 1 2 23 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP01A02_RUNTIME1 11 4 2 23 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP01A02_RUNTIME1 11 4 2 23 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP01A02_RUNTIME1 1 1 2 23 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP01A02_RUNTIME1 11 4 2 23 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP01A02_RUNTIME1 1 1 2 23 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP01A02_RUNTIME1 11 4 2 23 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP01A02_RUNTIME1.TIME_M 1 1 2 24 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A02_RUNTIME1.TIME_M 12 4 2 24 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A02_RUNTIME1.TIME_M 1 1 2 24 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A02_RUNTIME1.TIME_M 12 4 2 24 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP01A02_RUNTIME1.TIME_RST 1 1 2 25 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A02_RUNTIME1.TIME_RST 12 4 2 25 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A02_RUNTIME1.TIME_RST 1 1 2 25 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A02_RUNTIME1.TIME_RST 12 4 2 25 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP01A02_RUNTIME2 1 1 2 26 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP01A02_RUNTIME2 11 4 2 26 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP01A02_RUNTIME2 1 1 2 26 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP01A02_RUNTIME2 11 4 2 26 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP01A02_RUNTIME2 11 4 2 26 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP01A02_RUNTIME2 1 1 2 26 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP01A02_RUNTIME2 11 4 2 26 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP01A02_RUNTIME2 1 1 2 26 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP01A02_RUNTIME2 11 4 2 26 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP01A02_RUNTIME2.TIME_M 1 1 2 27 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A02_RUNTIME2.TIME_M 12 4 2 27 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A02_RUNTIME2.TIME_M 1 1 2 27 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A02_RUNTIME2.TIME_M 12 4 2 27 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP01A02_RUNTIME2.TIME_RST 1 1 2 28 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A02_RUNTIME2.TIME_RST 12 4 2 28 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A02_RUNTIME2.TIME_RST 1 1 2 28 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A02_RUNTIME2.TIME_RST 12 4 2 28 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP01A03_RUNTIME1 1 1 2 29 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP01A03_RUNTIME1 11 4 2 29 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP01A03_RUNTIME1 1 1 2 29 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP01A03_RUNTIME1 11 4 2 29 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP01A03_RUNTIME1 11 4 2 29 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP01A03_RUNTIME1 1 1 2 29 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP01A03_RUNTIME1 11 4 2 29 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP01A03_RUNTIME1 1 1 2 29 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP01A03_RUNTIME1 11 4 2 29 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP01A03_RUNTIME1.TIME_M 1 1 2 30 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A03_RUNTIME1.TIME_M 12 4 2 30 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A03_RUNTIME1.TIME_M 1 1 2 30 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A03_RUNTIME1.TIME_M 12 4 2 30 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP01A03_RUNTIME1.TIME_RST 1 1 2 31 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A03_RUNTIME1.TIME_RST 12 4 2 31 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A03_RUNTIME1.TIME_RST 1 1 2 31 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A03_RUNTIME1.TIME_RST 12 4 2 31 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP01A03_RUNTIME2 1 1 2 32 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP01A03_RUNTIME2 11 4 2 32 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP01A03_RUNTIME2 1 1 2 32 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP01A03_RUNTIME2 11 4 2 32 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP01A03_RUNTIME2 11 4 2 32 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP01A03_RUNTIME2 1 1 2 32 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP01A03_RUNTIME2 11 4 2 32 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP01A03_RUNTIME2 1 1 2 32 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP01A03_RUNTIME2 11 4 2 32 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP01A03_RUNTIME2.TIME_M 1 1 2 33 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A03_RUNTIME2.TIME_M 12 4 2 33 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A03_RUNTIME2.TIME_M 1 1 2 33 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A03_RUNTIME2.TIME_M 12 4 2 33 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP01A03_RUNTIME2.TIME_RST 1 1 2 34 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A03_RUNTIME2.TIME_RST 12 4 2 34 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A03_RUNTIME2.TIME_RST 1 1 2 34 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A03_RUNTIME2.TIME_RST 12 4 2 34 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP01A04_RUNTIME1 1 1 2 35 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP01A04_RUNTIME1 11 4 2 35 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP01A04_RUNTIME1 1 1 2 35 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP01A04_RUNTIME1 11 4 2 35 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP01A04_RUNTIME1 11 4 2 35 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP01A04_RUNTIME1 1 1 2 35 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP01A04_RUNTIME1 11 4 2 35 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP01A04_RUNTIME1 1 1 2 35 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP01A04_RUNTIME1 11 4 2 35 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP01A04_RUNTIME1.TIME_M 1 1 2 36 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A04_RUNTIME1.TIME_M 12 4 2 36 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A04_RUNTIME1.TIME_M 1 1 2 36 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A04_RUNTIME1.TIME_M 12 4 2 36 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP01A04_RUNTIME1.TIME_RST 1 1 2 37 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A04_RUNTIME1.TIME_RST 12 4 2 37 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A04_RUNTIME1.TIME_RST 1 1 2 37 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A04_RUNTIME1.TIME_RST 12 4 2 37 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP01A04_RUNTIME2 1 1 2 38 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP01A04_RUNTIME2 11 4 2 38 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP01A04_RUNTIME2 1 1 2 38 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP01A04_RUNTIME2 11 4 2 38 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP01A04_RUNTIME2 11 4 2 38 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP01A04_RUNTIME2 1 1 2 38 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP01A04_RUNTIME2 11 4 2 38 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP01A04_RUNTIME2 1 1 2 38 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP01A04_RUNTIME2 11 4 2 38 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP01A04_RUNTIME2.TIME_M 1 1 2 39 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A04_RUNTIME2.TIME_M 12 4 2 39 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A04_RUNTIME2.TIME_M 1 1 2 39 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A04_RUNTIME2.TIME_M 12 4 2 39 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP01A04_RUNTIME2.TIME_RST 1 1 2 40 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A04_RUNTIME2.TIME_RST 12 4 2 40 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A04_RUNTIME2.TIME_RST 1 1 2 40 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A04_RUNTIME2.TIME_RST 12 4 2 40 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP01A05_RUNTIME1 1 1 2 41 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP01A05_RUNTIME1 11 4 2 41 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP01A05_RUNTIME1 1 1 2 41 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP01A05_RUNTIME1 11 4 2 41 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP01A05_RUNTIME1 11 4 2 41 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP01A05_RUNTIME1 1 1 2 41 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP01A05_RUNTIME1 11 4 2 41 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP01A05_RUNTIME1 1 1 2 41 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP01A05_RUNTIME1 11 4 2 41 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP01A05_RUNTIME1.TIME_M 1 1 2 42 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A05_RUNTIME1.TIME_M 12 4 2 42 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A05_RUNTIME1.TIME_M 1 1 2 42 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A05_RUNTIME1.TIME_M 12 4 2 42 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP01A05_RUNTIME1.TIME_RST 1 1 2 43 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A05_RUNTIME1.TIME_RST 12 4 2 43 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A05_RUNTIME1.TIME_RST 1 1 2 43 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A05_RUNTIME1.TIME_RST 12 4 2 43 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP01A05_RUNTIME2 1 1 2 44 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP01A05_RUNTIME2 11 4 2 44 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP01A05_RUNTIME2 1 1 2 44 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP01A05_RUNTIME2 11 4 2 44 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP01A05_RUNTIME2 11 4 2 44 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP01A05_RUNTIME2 1 1 2 44 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP01A05_RUNTIME2 11 4 2 44 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP01A05_RUNTIME2 1 1 2 44 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP01A05_RUNTIME2 11 4 2 44 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP01A05_RUNTIME2.TIME_M 1 1 2 45 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A05_RUNTIME2.TIME_M 12 4 2 45 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A05_RUNTIME2.TIME_M 1 1 2 45 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A05_RUNTIME2.TIME_M 12 4 2 45 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP01A05_RUNTIME2.TIME_RST 1 1 2 46 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A05_RUNTIME2.TIME_RST 12 4 2 46 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A05_RUNTIME2.TIME_RST 1 1 2 46 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A05_RUNTIME2.TIME_RST 12 4 2 46 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP01A06_RUNTIME1 1 1 2 47 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP01A06_RUNTIME1 11 4 2 47 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP01A06_RUNTIME1 1 1 2 47 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP01A06_RUNTIME1 11 4 2 47 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP01A06_RUNTIME1 11 4 2 47 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP01A06_RUNTIME1 1 1 2 47 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP01A06_RUNTIME1 11 4 2 47 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP01A06_RUNTIME1 1 1 2 47 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP01A06_RUNTIME1 11 4 2 47 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP01A06_RUNTIME1.TIME_M 1 1 2 48 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A06_RUNTIME1.TIME_M 12 4 2 48 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A06_RUNTIME1.TIME_M 1 1 2 48 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A06_RUNTIME1.TIME_M 12 4 2 48 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP01A06_RUNTIME1.TIME_RST 1 1 2 49 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A06_RUNTIME1.TIME_RST 12 4 2 49 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A06_RUNTIME1.TIME_RST 1 1 2 49 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A06_RUNTIME1.TIME_RST 12 4 2 49 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP01A06_RUNTIME2 1 1 2 50 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP01A06_RUNTIME2 11 4 2 50 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP01A06_RUNTIME2 1 1 2 50 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP01A06_RUNTIME2 11 4 2 50 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP01A06_RUNTIME2 11 4 2 50 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP01A06_RUNTIME2 1 1 2 50 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP01A06_RUNTIME2 11 4 2 50 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP01A06_RUNTIME2 1 1 2 50 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP01A06_RUNTIME2 11 4 2 50 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP01A06_RUNTIME2.TIME_M 1 1 2 51 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A06_RUNTIME2.TIME_M 12 4 2 51 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A06_RUNTIME2.TIME_M 1 1 2 51 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A06_RUNTIME2.TIME_M 12 4 2 51 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP01A06_RUNTIME2.TIME_RST 1 1 2 52 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP01A06_RUNTIME2.TIME_RST 12 4 2 52 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP01A06_RUNTIME2.TIME_RST 1 1 2 52 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP01A06_RUNTIME2.TIME_RST 12 4 2 52 12 0 2 0 0 <noPI> |
@ -0,0 +1,503 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<Project name="E:\公司项目\项目文档\PM23092溧水秦淮人家一期拆迁安置房项目\下位机\DDC0101\$GEN$\Resource\Resource.PCD"> |
||||
|
<XMLVarListGenerator version="6.2.0"/> |
||||
|
<VarList> |
||||
|
<var name="LSWP01A01_R1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="8" bit="0" scope="1" qualifier="0" ref="0" procimg="%I0.0" /> |
||||
|
<var name="LSWP01A01_F1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="8" bit="1" scope="1" qualifier="0" ref="0" procimg="%I0.1" /> |
||||
|
<var name="LSWP01A01_R2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="8" bit="2" scope="1" qualifier="0" ref="0" procimg="%I0.2" /> |
||||
|
<var name="LSWP01A01_F2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="8" bit="3" scope="1" qualifier="0" ref="0" procimg="%I0.3" /> |
||||
|
<var name="LSWP01A01_HL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="8" bit="4" scope="1" qualifier="0" ref="0" procimg="%I0.4" /> |
||||
|
<var name="LSWP01A01_LL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="8" bit="5" scope="1" qualifier="0" ref="0" procimg="%I0.5" /> |
||||
|
<var name="LSWP01A02_R1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="24" bit="0" scope="1" qualifier="0" ref="0" procimg="%I16.0" /> |
||||
|
<var name="LSWP01A02_F1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="24" bit="1" scope="1" qualifier="0" ref="0" procimg="%I16.1" /> |
||||
|
<var name="LSWP01A02_R2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="24" bit="2" scope="1" qualifier="0" ref="0" procimg="%I16.2" /> |
||||
|
<var name="LSWP01A02_F2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="24" bit="3" scope="1" qualifier="0" ref="0" procimg="%I16.3" /> |
||||
|
<var name="LSWP01A02_HL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="24" bit="4" scope="1" qualifier="0" ref="0" procimg="%I16.4" /> |
||||
|
<var name="LSWP01A02_LL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="24" bit="5" scope="1" qualifier="0" ref="0" procimg="%I16.5" /> |
||||
|
<var name="LSWP01A03_R1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="40" bit="0" scope="1" qualifier="0" ref="0" procimg="%I32.0" /> |
||||
|
<var name="LSWP01A03_F1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="40" bit="1" scope="1" qualifier="0" ref="0" procimg="%I32.1" /> |
||||
|
<var name="LSWP01A03_R2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="40" bit="2" scope="1" qualifier="0" ref="0" procimg="%I32.2" /> |
||||
|
<var name="LSWP01A03_F2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="40" bit="3" scope="1" qualifier="0" ref="0" procimg="%I32.3" /> |
||||
|
<var name="LSWP01A03_HL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="40" bit="4" scope="1" qualifier="0" ref="0" procimg="%I32.4" /> |
||||
|
<var name="LSWP01A03_LL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="40" bit="5" scope="1" qualifier="0" ref="0" procimg="%I32.5" /> |
||||
|
<var name="LSWP01A04_R1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="56" bit="0" scope="1" qualifier="0" ref="0" procimg="%I48.0" /> |
||||
|
<var name="LSWP01A04_F1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="56" bit="1" scope="1" qualifier="0" ref="0" procimg="%I48.1" /> |
||||
|
<var name="LSWP01A04_R2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="56" bit="2" scope="1" qualifier="0" ref="0" procimg="%I48.2" /> |
||||
|
<var name="LSWP01A04_F2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="56" bit="3" scope="1" qualifier="0" ref="0" procimg="%I48.3" /> |
||||
|
<var name="LSWP01A04_HL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="56" bit="4" scope="1" qualifier="0" ref="0" procimg="%I48.4" /> |
||||
|
<var name="LSWP01A04_LL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="56" bit="5" scope="1" qualifier="0" ref="0" procimg="%I48.5" /> |
||||
|
<var name="LSWP01A05_R1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="72" bit="0" scope="1" qualifier="0" ref="0" procimg="%I64.0" /> |
||||
|
<var name="LSWP01A05_F1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="72" bit="1" scope="1" qualifier="0" ref="0" procimg="%I64.1" /> |
||||
|
<var name="LSWP01A05_R2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="72" bit="2" scope="1" qualifier="0" ref="0" procimg="%I64.2" /> |
||||
|
<var name="LSWP01A05_F2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="72" bit="3" scope="1" qualifier="0" ref="0" procimg="%I64.3" /> |
||||
|
<var name="LSWP01A05_HL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="72" bit="4" scope="1" qualifier="0" ref="0" procimg="%I64.4" /> |
||||
|
<var name="LSWP01A05_LL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="72" bit="5" scope="1" qualifier="0" ref="0" procimg="%I64.5" /> |
||||
|
<var name="LSWP01A06_R1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="88" bit="0" scope="1" qualifier="0" ref="0" procimg="%I80.0" /> |
||||
|
<var name="LSWP01A06_F1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="88" bit="1" scope="1" qualifier="0" ref="0" procimg="%I80.1" /> |
||||
|
<var name="LSWP01A06_R2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="88" bit="2" scope="1" qualifier="0" ref="0" procimg="%I80.2" /> |
||||
|
<var name="LSWP01A06_F2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="88" bit="3" scope="1" qualifier="0" ref="0" procimg="%I80.3" /> |
||||
|
<var name="LSWP01A06_HL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="88" bit="4" scope="1" qualifier="0" ref="0" procimg="%I80.4" /> |
||||
|
<var name="LSWP01A06_LL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="88" bit="5" scope="1" qualifier="0" ref="0" procimg="%I80.5" /> |
||||
|
<var name="LBOX01A01_DS" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1134" bit="0" scope="1" qualifier="0" ref="0" procimg="%M102.0" /> |
||||
|
<var name="LBOX01A01_OR" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1156" bit="0" scope="1" qualifier="0" ref="0" procimg="%M124.0" /> |
||||
|
<var name="LSWP01A01_RST1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1200" bit="0" scope="1" qualifier="0" ref="0" procimg="%M168.0" /> |
||||
|
<var name="LSWP01A01_RSTV1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1204" bit="0" scope="1" qualifier="0" ref="0" procimg="%M172.0" /> |
||||
|
<var name="LSWP01A01_RH1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1208" bit="0" scope="1" qualifier="0" ref="0" procimg="%M176.0" /> |
||||
|
<var name="LSWP01A01_RST2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1212" bit="0" scope="1" qualifier="0" ref="0" procimg="%M180.0" /> |
||||
|
<var name="LSWP01A01_RSTV2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1216" bit="0" scope="1" qualifier="0" ref="0" procimg="%M184.0" /> |
||||
|
<var name="LSWP01A01_RH2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1220" bit="0" scope="1" qualifier="0" ref="0" procimg="%M188.0" /> |
||||
|
<var name="LSWP01A02_RST1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1224" bit="0" scope="1" qualifier="0" ref="0" procimg="%M192.0" /> |
||||
|
<var name="LSWP01A02_RSTV1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1228" bit="0" scope="1" qualifier="0" ref="0" procimg="%M196.0" /> |
||||
|
<var name="LSWP01A02_RH1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1232" bit="0" scope="1" qualifier="0" ref="0" procimg="%M200.0" /> |
||||
|
<var name="LSWP01A02_RST2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1236" bit="0" scope="1" qualifier="0" ref="0" procimg="%M204.0" /> |
||||
|
<var name="LSWP01A02_RSTV2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1240" bit="0" scope="1" qualifier="0" ref="0" procimg="%M208.0" /> |
||||
|
<var name="LSWP01A02_RH2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1244" bit="0" scope="1" qualifier="0" ref="0" procimg="%M212.0" /> |
||||
|
<var name="LSWP01A03_RST1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1248" bit="0" scope="1" qualifier="0" ref="0" procimg="%M216.0" /> |
||||
|
<var name="LSWP01A03_RSTV1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1252" bit="0" scope="1" qualifier="0" ref="0" procimg="%M220.0" /> |
||||
|
<var name="LSWP01A03_RH1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1256" bit="0" scope="1" qualifier="0" ref="0" procimg="%M224.0" /> |
||||
|
<var name="LSWP01A03_RST2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1260" bit="0" scope="1" qualifier="0" ref="0" procimg="%M228.0" /> |
||||
|
<var name="LSWP01A03_RSTV2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1264" bit="0" scope="1" qualifier="0" ref="0" procimg="%M232.0" /> |
||||
|
<var name="LSWP01A03_RH2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1268" bit="0" scope="1" qualifier="0" ref="0" procimg="%M236.0" /> |
||||
|
<var name="LSWP01A04_RST1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1272" bit="0" scope="1" qualifier="0" ref="0" procimg="%M240.0" /> |
||||
|
<var name="LSWP01A04_RSTV1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1276" bit="0" scope="1" qualifier="0" ref="0" procimg="%M244.0" /> |
||||
|
<var name="LSWP01A04_RH1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1280" bit="0" scope="1" qualifier="0" ref="0" procimg="%M248.0" /> |
||||
|
<var name="LSWP01A04_RST2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1284" bit="0" scope="1" qualifier="0" ref="0" procimg="%M252.0" /> |
||||
|
<var name="LSWP01A04_RSTV2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1288" bit="0" scope="1" qualifier="0" ref="0" procimg="%M256.0" /> |
||||
|
<var name="LSWP01A04_RH2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1292" bit="0" scope="1" qualifier="0" ref="0" procimg="%M260.0" /> |
||||
|
<var name="LSWP01A05_RST1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1296" bit="0" scope="1" qualifier="0" ref="0" procimg="%M264.0" /> |
||||
|
<var name="LSWP01A05_RSTV1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1300" bit="0" scope="1" qualifier="0" ref="0" procimg="%M268.0" /> |
||||
|
<var name="LSWP01A05_RH1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1304" bit="0" scope="1" qualifier="0" ref="0" procimg="%M272.0" /> |
||||
|
<var name="LSWP01A05_RST2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1308" bit="0" scope="1" qualifier="0" ref="0" procimg="%M276.0" /> |
||||
|
<var name="LSWP01A05_RSTV2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1312" bit="0" scope="1" qualifier="0" ref="0" procimg="%M280.0" /> |
||||
|
<var name="LSWP01A05_RH2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1316" bit="0" scope="1" qualifier="0" ref="0" procimg="%M284.0" /> |
||||
|
<var name="LSWP01A06_RST1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1320" bit="0" scope="1" qualifier="0" ref="0" procimg="%M288.0" /> |
||||
|
<var name="LSWP01A06_RSTV1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1324" bit="0" scope="1" qualifier="0" ref="0" procimg="%M292.0" /> |
||||
|
<var name="LSWP01A06_RH1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1328" bit="0" scope="1" qualifier="0" ref="0" procimg="%M296.0" /> |
||||
|
<var name="LSWP01A06_RST2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1332" bit="0" scope="1" qualifier="0" ref="0" procimg="%M300.0" /> |
||||
|
<var name="LSWP01A06_RSTV2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1336" bit="0" scope="1" qualifier="0" ref="0" procimg="%M304.0" /> |
||||
|
<var name="LSWP01A06_RH2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1340" bit="0" scope="1" qualifier="0" ref="0" procimg="%M308.0" /> |
||||
|
<var name="DEV_ARRAY" path="SCAN" type="22" size="44" program="1" segment="10" offset="168" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" arraytype="BYTE" dimrange="0..31" /> |
||||
|
<var name="BOX01_HEX" path="SCAN" type="4" size="4" program="1" segment="10" offset="212" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="BOX02_HEX" path="SCAN" type="4" size="4" program="1" segment="10" offset="216" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="BOX03_HEX" path="SCAN" type="4" size="4" program="1" segment="10" offset="220" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="BOX04_HEX" path="SCAN" type="4" size="4" program="1" segment="10" offset="224" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="BOX05_HEX" path="SCAN" type="4" size="4" program="1" segment="10" offset="228" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV00_IP" path="SCAN" type="2" size="1" program="1" segment="1" offset="8032" bit="0" scope="1" qualifier="0" ref="0" procimg="%M7000.0" /> |
||||
|
<var name="DEV00_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9032" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8000.0" /> |
||||
|
<var name="DEV01_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9033" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8001.0" /> |
||||
|
<var name="DEV02_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9034" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8002.0" /> |
||||
|
<var name="DEV03_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9035" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8003.0" /> |
||||
|
<var name="DEV04_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9036" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8004.0" /> |
||||
|
<var name="DEV05_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9037" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8005.0" /> |
||||
|
<var name="DEV06_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9038" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8006.0" /> |
||||
|
<var name="DEV07_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9039" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8007.0" /> |
||||
|
<var name="DEV08_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9040" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8008.0" /> |
||||
|
<var name="DEV09_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9041" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8009.0" /> |
||||
|
<var name="DEV10_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9042" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8010.0" /> |
||||
|
<var name="DEV11_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9043" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8011.0" /> |
||||
|
<var name="DEV12_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9044" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8012.0" /> |
||||
|
<var name="DEV13_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9045" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8013.0" /> |
||||
|
<var name="DEV14_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9046" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8014.0" /> |
||||
|
<var name="DEV15_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9047" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8015.0" /> |
||||
|
<var name="DEV16_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9048" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8016.0" /> |
||||
|
<var name="DEV17_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9049" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8017.0" /> |
||||
|
<var name="DEV18_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9050" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8018.0" /> |
||||
|
<var name="DEV19_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9051" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8019.0" /> |
||||
|
<var name="DEV20_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9052" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8020.0" /> |
||||
|
<var name="DEV21_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9053" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8021.0" /> |
||||
|
<var name="DEV22_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9054" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8022.0" /> |
||||
|
<var name="DEV23_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9055" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8023.0" /> |
||||
|
<var name="DEV24_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9056" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8024.0" /> |
||||
|
<var name="DEV25_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9057" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8025.0" /> |
||||
|
<var name="DEV26_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9058" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8026.0" /> |
||||
|
<var name="DEV27_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9059" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8027.0" /> |
||||
|
<var name="DEV28_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9060" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8028.0" /> |
||||
|
<var name="DEV29_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9061" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8029.0" /> |
||||
|
<var name="DEV30_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9062" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8030.0" /> |
||||
|
<var name="DEV31_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9063" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8031.0" /> |
||||
|
<var name="LBOX01A01_OR" path="SCAN" type="11" size="4" program="1" segment="1" offset="1156" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LBOX01A01_DS" path="SCAN" type="1" size="1" program="1" segment="1" offset="1134" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_HEX" path="SCAN.BOX01_DEVSCAN" type="4" size="4" program="1" segment="13" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ARRAY" path="SCAN.BOX01_DEVSCAN" type="22" size="44" program="1" segment="13" offset="28" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" arraytype="BYTE" dimrange="0..31" /> |
||||
|
<var name="DEV_STATUS" path="SCAN.BOX01_DEVSCAN" type="4" size="4" program="1" segment="13" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_RATIO" path="SCAN.BOX01_DEVSCAN" type="11" size="4" program="1" segment="13" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_READY" path="SCAN.BOX01_DEVSCAN" type="1" size="1" program="1" segment="13" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_TOTAL" path="SCAN.BOX01_DEVSCAN" type="9" size="2" program="1" segment="13" offset="18" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR" path="SCAN.BOX01_DEVSCAN" type="9" size="2" program="1" segment="13" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="HEARTVAVLE" path="SCAN.BOX01_DEVSCAN" type="9" size="2" program="1" segment="13" offset="22" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="I" path="SCAN.BOX01_DEVSCAN" type="6" size="2" program="1" segment="13" offset="84" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_TEMP" path="SCAN.BOX01_DEVSCAN" type="4" size="4" program="1" segment="13" offset="88" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR_FLAG" path="SCAN.BOX01_DEVSCAN" type="1" size="1" program="1" segment="13" offset="92" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_STATUS_TEMP" path="SCAN.BOX01_DEVSCAN" type="4" size="4" program="1" segment="13" offset="96" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX01_DEVSCAN.TON1" type="1" size="1" program="1" segment="22" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SCAN.BOX01_DEVSCAN.TON1" type="12" size="4" program="1" segment="22" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SCAN.BOX01_DEVSCAN.TON1" type="1" size="1" program="1" segment="22" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SCAN.BOX01_DEVSCAN.TON1" type="12" size="4" program="1" segment="22" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX01_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="19" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX01_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="19" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX01_DEVSCAN.SHR_L" type="6" size="2" program="1" segment="19" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX01_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="19" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX01_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="19" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX01_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="16" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX01_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="16" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX01_DEVSCAN.SHR_D" type="6" size="2" program="1" segment="16" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX01_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="16" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX01_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="16" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_HEX" path="SCAN.BOX02_DEVSCAN" type="4" size="4" program="1" segment="25" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ARRAY" path="SCAN.BOX02_DEVSCAN" type="22" size="44" program="1" segment="25" offset="28" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" arraytype="BYTE" dimrange="0..31" /> |
||||
|
<var name="DEV_STATUS" path="SCAN.BOX02_DEVSCAN" type="4" size="4" program="1" segment="25" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_RATIO" path="SCAN.BOX02_DEVSCAN" type="11" size="4" program="1" segment="25" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_READY" path="SCAN.BOX02_DEVSCAN" type="1" size="1" program="1" segment="25" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_TOTAL" path="SCAN.BOX02_DEVSCAN" type="9" size="2" program="1" segment="25" offset="18" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR" path="SCAN.BOX02_DEVSCAN" type="9" size="2" program="1" segment="25" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="HEARTVAVLE" path="SCAN.BOX02_DEVSCAN" type="9" size="2" program="1" segment="25" offset="22" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="I" path="SCAN.BOX02_DEVSCAN" type="6" size="2" program="1" segment="25" offset="84" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_TEMP" path="SCAN.BOX02_DEVSCAN" type="4" size="4" program="1" segment="25" offset="88" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR_FLAG" path="SCAN.BOX02_DEVSCAN" type="1" size="1" program="1" segment="25" offset="92" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_STATUS_TEMP" path="SCAN.BOX02_DEVSCAN" type="4" size="4" program="1" segment="25" offset="96" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX02_DEVSCAN.TON1" type="1" size="1" program="1" segment="28" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SCAN.BOX02_DEVSCAN.TON1" type="12" size="4" program="1" segment="28" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SCAN.BOX02_DEVSCAN.TON1" type="1" size="1" program="1" segment="28" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SCAN.BOX02_DEVSCAN.TON1" type="12" size="4" program="1" segment="28" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX02_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="27" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX02_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="27" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX02_DEVSCAN.SHR_L" type="6" size="2" program="1" segment="27" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX02_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="27" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX02_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="27" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX02_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="26" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX02_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="26" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX02_DEVSCAN.SHR_D" type="6" size="2" program="1" segment="26" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX02_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="26" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX02_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="26" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_HEX" path="SCAN.BOX03_DEVSCAN" type="4" size="4" program="1" segment="29" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ARRAY" path="SCAN.BOX03_DEVSCAN" type="22" size="44" program="1" segment="29" offset="28" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" arraytype="BYTE" dimrange="0..31" /> |
||||
|
<var name="DEV_STATUS" path="SCAN.BOX03_DEVSCAN" type="4" size="4" program="1" segment="29" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_RATIO" path="SCAN.BOX03_DEVSCAN" type="11" size="4" program="1" segment="29" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_READY" path="SCAN.BOX03_DEVSCAN" type="1" size="1" program="1" segment="29" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_TOTAL" path="SCAN.BOX03_DEVSCAN" type="9" size="2" program="1" segment="29" offset="18" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR" path="SCAN.BOX03_DEVSCAN" type="9" size="2" program="1" segment="29" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="HEARTVAVLE" path="SCAN.BOX03_DEVSCAN" type="9" size="2" program="1" segment="29" offset="22" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="I" path="SCAN.BOX03_DEVSCAN" type="6" size="2" program="1" segment="29" offset="84" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_TEMP" path="SCAN.BOX03_DEVSCAN" type="4" size="4" program="1" segment="29" offset="88" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR_FLAG" path="SCAN.BOX03_DEVSCAN" type="1" size="1" program="1" segment="29" offset="92" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_STATUS_TEMP" path="SCAN.BOX03_DEVSCAN" type="4" size="4" program="1" segment="29" offset="96" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX03_DEVSCAN.TON1" type="1" size="1" program="1" segment="32" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SCAN.BOX03_DEVSCAN.TON1" type="12" size="4" program="1" segment="32" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SCAN.BOX03_DEVSCAN.TON1" type="1" size="1" program="1" segment="32" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SCAN.BOX03_DEVSCAN.TON1" type="12" size="4" program="1" segment="32" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX03_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="31" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX03_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="31" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX03_DEVSCAN.SHR_L" type="6" size="2" program="1" segment="31" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX03_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="31" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX03_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="31" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX03_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="30" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX03_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="30" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX03_DEVSCAN.SHR_D" type="6" size="2" program="1" segment="30" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX03_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="30" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX03_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="30" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_HEX" path="SCAN.BOX04_DEVSCAN" type="4" size="4" program="1" segment="33" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ARRAY" path="SCAN.BOX04_DEVSCAN" type="22" size="44" program="1" segment="33" offset="28" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" arraytype="BYTE" dimrange="0..31" /> |
||||
|
<var name="DEV_STATUS" path="SCAN.BOX04_DEVSCAN" type="4" size="4" program="1" segment="33" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_RATIO" path="SCAN.BOX04_DEVSCAN" type="11" size="4" program="1" segment="33" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_READY" path="SCAN.BOX04_DEVSCAN" type="1" size="1" program="1" segment="33" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_TOTAL" path="SCAN.BOX04_DEVSCAN" type="9" size="2" program="1" segment="33" offset="18" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR" path="SCAN.BOX04_DEVSCAN" type="9" size="2" program="1" segment="33" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="HEARTVAVLE" path="SCAN.BOX04_DEVSCAN" type="9" size="2" program="1" segment="33" offset="22" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="I" path="SCAN.BOX04_DEVSCAN" type="6" size="2" program="1" segment="33" offset="84" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_TEMP" path="SCAN.BOX04_DEVSCAN" type="4" size="4" program="1" segment="33" offset="88" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR_FLAG" path="SCAN.BOX04_DEVSCAN" type="1" size="1" program="1" segment="33" offset="92" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_STATUS_TEMP" path="SCAN.BOX04_DEVSCAN" type="4" size="4" program="1" segment="33" offset="96" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX04_DEVSCAN.TON1" type="1" size="1" program="1" segment="36" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SCAN.BOX04_DEVSCAN.TON1" type="12" size="4" program="1" segment="36" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SCAN.BOX04_DEVSCAN.TON1" type="1" size="1" program="1" segment="36" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SCAN.BOX04_DEVSCAN.TON1" type="12" size="4" program="1" segment="36" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX04_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="35" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX04_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="35" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX04_DEVSCAN.SHR_L" type="6" size="2" program="1" segment="35" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX04_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="35" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX04_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="35" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX04_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="34" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX04_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="34" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX04_DEVSCAN.SHR_D" type="6" size="2" program="1" segment="34" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX04_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="34" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX04_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="34" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_HEX" path="SCAN.BOX05_DEVSCAN" type="4" size="4" program="1" segment="37" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ARRAY" path="SCAN.BOX05_DEVSCAN" type="22" size="44" program="1" segment="37" offset="28" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" arraytype="BYTE" dimrange="0..31" /> |
||||
|
<var name="DEV_STATUS" path="SCAN.BOX05_DEVSCAN" type="4" size="4" program="1" segment="37" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_RATIO" path="SCAN.BOX05_DEVSCAN" type="11" size="4" program="1" segment="37" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_READY" path="SCAN.BOX05_DEVSCAN" type="1" size="1" program="1" segment="37" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_TOTAL" path="SCAN.BOX05_DEVSCAN" type="9" size="2" program="1" segment="37" offset="18" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR" path="SCAN.BOX05_DEVSCAN" type="9" size="2" program="1" segment="37" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="HEARTVAVLE" path="SCAN.BOX05_DEVSCAN" type="9" size="2" program="1" segment="37" offset="22" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="I" path="SCAN.BOX05_DEVSCAN" type="6" size="2" program="1" segment="37" offset="84" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_TEMP" path="SCAN.BOX05_DEVSCAN" type="4" size="4" program="1" segment="37" offset="88" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR_FLAG" path="SCAN.BOX05_DEVSCAN" type="1" size="1" program="1" segment="37" offset="92" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_STATUS_TEMP" path="SCAN.BOX05_DEVSCAN" type="4" size="4" program="1" segment="37" offset="96" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX05_DEVSCAN.TON1" type="1" size="1" program="1" segment="40" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SCAN.BOX05_DEVSCAN.TON1" type="12" size="4" program="1" segment="40" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SCAN.BOX05_DEVSCAN.TON1" type="1" size="1" program="1" segment="40" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SCAN.BOX05_DEVSCAN.TON1" type="12" size="4" program="1" segment="40" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX05_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="39" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX05_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="39" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX05_DEVSCAN.SHR_L" type="6" size="2" program="1" segment="39" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX05_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="39" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX05_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="39" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX05_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="38" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX05_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="38" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX05_DEVSCAN.SHR_D" type="6" size="2" program="1" segment="38" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX05_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="38" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX05_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="38" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A06_RSTV2" path="SWP" type="11" size="4" program="2" segment="1" offset="1336" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A01_RH1" path="SWP" type="11" size="4" program="2" segment="1" offset="1208" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A06_RSTV1" path="SWP" type="11" size="4" program="2" segment="1" offset="1324" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A01_RST2" path="SWP" type="1" size="1" program="2" segment="1" offset="1212" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A01_RST1" path="SWP" type="1" size="1" program="2" segment="1" offset="1200" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A02_R2" path="SWP" type="1" size="1" program="2" segment="1" offset="24" bit="2" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A02_R1" path="SWP" type="1" size="1" program="2" segment="1" offset="24" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A02_RSTV2" path="SWP" type="11" size="4" program="2" segment="1" offset="1240" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A02_RST2" path="SWP" type="1" size="1" program="2" segment="1" offset="1236" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A02_RST1" path="SWP" type="1" size="1" program="2" segment="1" offset="1224" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A03_R2" path="SWP" type="1" size="1" program="2" segment="1" offset="40" bit="2" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A03_R1" path="SWP" type="1" size="1" program="2" segment="1" offset="40" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A02_RSTV1" path="SWP" type="11" size="4" program="2" segment="1" offset="1228" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A04_RSTV1" path="SWP" type="11" size="4" program="2" segment="1" offset="1276" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A04_R2" path="SWP" type="1" size="1" program="2" segment="1" offset="56" bit="2" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A04_R1" path="SWP" type="1" size="1" program="2" segment="1" offset="56" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A01_R2" path="SWP" type="1" size="1" program="2" segment="1" offset="8" bit="2" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A01_R1" path="SWP" type="1" size="1" program="2" segment="1" offset="8" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A05_RSTV2" path="SWP" type="11" size="4" program="2" segment="1" offset="1312" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A04_RSTV2" path="SWP" type="11" size="4" program="2" segment="1" offset="1288" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A03_RH1" path="SWP" type="11" size="4" program="2" segment="1" offset="1256" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A01_RSTV2" path="SWP" type="11" size="4" program="2" segment="1" offset="1216" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A06_RH1" path="SWP" type="11" size="4" program="2" segment="1" offset="1328" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A05_RH2" path="SWP" type="11" size="4" program="2" segment="1" offset="1316" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A03_RH2" path="SWP" type="11" size="4" program="2" segment="1" offset="1268" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A03_RST2" path="SWP" type="1" size="1" program="2" segment="1" offset="1260" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A03_RST1" path="SWP" type="1" size="1" program="2" segment="1" offset="1248" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A06_R2" path="SWP" type="1" size="1" program="2" segment="1" offset="88" bit="2" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A06_R1" path="SWP" type="1" size="1" program="2" segment="1" offset="88" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A05_RSTV1" path="SWP" type="11" size="4" program="2" segment="1" offset="1300" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A01_RSTV1" path="SWP" type="11" size="4" program="2" segment="1" offset="1204" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A06_RH2" path="SWP" type="11" size="4" program="2" segment="1" offset="1340" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A06_RST2" path="SWP" type="1" size="1" program="2" segment="1" offset="1332" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A06_RST1" path="SWP" type="1" size="1" program="2" segment="1" offset="1320" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A05_RH1" path="SWP" type="11" size="4" program="2" segment="1" offset="1304" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A04_RH2" path="SWP" type="11" size="4" program="2" segment="1" offset="1292" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A03_RSTV1" path="SWP" type="11" size="4" program="2" segment="1" offset="1252" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A02_RH1" path="SWP" type="11" size="4" program="2" segment="1" offset="1232" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A05_R2" path="SWP" type="1" size="1" program="2" segment="1" offset="72" bit="2" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A05_R1" path="SWP" type="1" size="1" program="2" segment="1" offset="72" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A05_RST2" path="SWP" type="1" size="1" program="2" segment="1" offset="1308" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A05_RST1" path="SWP" type="1" size="1" program="2" segment="1" offset="1296" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A04_RH1" path="SWP" type="11" size="4" program="2" segment="1" offset="1280" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A03_RSTV2" path="SWP" type="11" size="4" program="2" segment="1" offset="1264" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A01_RH2" path="SWP" type="11" size="4" program="2" segment="1" offset="1220" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A02_RH2" path="SWP" type="11" size="4" program="2" segment="1" offset="1244" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A04_RST2" path="SWP" type="1" size="1" program="2" segment="1" offset="1284" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP01A04_RST1" path="SWP" type="1" size="1" program="2" segment="1" offset="1272" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP01A01_RUNTIME1" type="1" size="1" program="2" segment="13" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP01A01_RUNTIME1" type="11" size="4" program="2" segment="13" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP01A01_RUNTIME1" type="1" size="1" program="2" segment="13" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP01A01_RUNTIME1" type="11" size="4" program="2" segment="13" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP01A01_RUNTIME1" type="11" size="4" program="2" segment="13" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP01A01_RUNTIME1" type="1" size="1" program="2" segment="13" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP01A01_RUNTIME1" type="11" size="4" program="2" segment="13" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP01A01_RUNTIME1" type="1" size="1" program="2" segment="13" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP01A01_RUNTIME1" type="11" size="4" program="2" segment="13" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A01_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="16" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A01_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="16" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A01_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="16" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A01_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="16" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A01_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="19" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A01_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="19" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A01_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="19" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A01_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="19" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP01A01_RUNTIME2" type="1" size="1" program="2" segment="20" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP01A01_RUNTIME2" type="11" size="4" program="2" segment="20" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP01A01_RUNTIME2" type="1" size="1" program="2" segment="20" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP01A01_RUNTIME2" type="11" size="4" program="2" segment="20" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP01A01_RUNTIME2" type="11" size="4" program="2" segment="20" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP01A01_RUNTIME2" type="1" size="1" program="2" segment="20" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP01A01_RUNTIME2" type="11" size="4" program="2" segment="20" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP01A01_RUNTIME2" type="1" size="1" program="2" segment="20" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP01A01_RUNTIME2" type="11" size="4" program="2" segment="20" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A01_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="21" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A01_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="21" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A01_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="21" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A01_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="21" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A01_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="22" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A01_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="22" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A01_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="22" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A01_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="22" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP01A02_RUNTIME1" type="1" size="1" program="2" segment="23" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP01A02_RUNTIME1" type="11" size="4" program="2" segment="23" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP01A02_RUNTIME1" type="1" size="1" program="2" segment="23" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP01A02_RUNTIME1" type="11" size="4" program="2" segment="23" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP01A02_RUNTIME1" type="11" size="4" program="2" segment="23" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP01A02_RUNTIME1" type="1" size="1" program="2" segment="23" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP01A02_RUNTIME1" type="11" size="4" program="2" segment="23" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP01A02_RUNTIME1" type="1" size="1" program="2" segment="23" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP01A02_RUNTIME1" type="11" size="4" program="2" segment="23" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A02_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="24" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A02_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="24" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A02_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="24" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A02_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="24" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A02_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="25" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A02_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="25" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A02_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="25" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A02_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="25" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP01A02_RUNTIME2" type="1" size="1" program="2" segment="26" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP01A02_RUNTIME2" type="11" size="4" program="2" segment="26" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP01A02_RUNTIME2" type="1" size="1" program="2" segment="26" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP01A02_RUNTIME2" type="11" size="4" program="2" segment="26" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP01A02_RUNTIME2" type="11" size="4" program="2" segment="26" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP01A02_RUNTIME2" type="1" size="1" program="2" segment="26" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP01A02_RUNTIME2" type="11" size="4" program="2" segment="26" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP01A02_RUNTIME2" type="1" size="1" program="2" segment="26" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP01A02_RUNTIME2" type="11" size="4" program="2" segment="26" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A02_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="27" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A02_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="27" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A02_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="27" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A02_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="27" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A02_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="28" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A02_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="28" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A02_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="28" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A02_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="28" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP01A03_RUNTIME1" type="1" size="1" program="2" segment="29" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP01A03_RUNTIME1" type="11" size="4" program="2" segment="29" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP01A03_RUNTIME1" type="1" size="1" program="2" segment="29" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP01A03_RUNTIME1" type="11" size="4" program="2" segment="29" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP01A03_RUNTIME1" type="11" size="4" program="2" segment="29" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP01A03_RUNTIME1" type="1" size="1" program="2" segment="29" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP01A03_RUNTIME1" type="11" size="4" program="2" segment="29" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP01A03_RUNTIME1" type="1" size="1" program="2" segment="29" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP01A03_RUNTIME1" type="11" size="4" program="2" segment="29" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A03_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="30" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A03_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="30" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A03_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="30" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A03_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="30" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A03_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="31" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A03_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="31" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A03_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="31" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A03_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="31" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP01A03_RUNTIME2" type="1" size="1" program="2" segment="32" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP01A03_RUNTIME2" type="11" size="4" program="2" segment="32" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP01A03_RUNTIME2" type="1" size="1" program="2" segment="32" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP01A03_RUNTIME2" type="11" size="4" program="2" segment="32" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP01A03_RUNTIME2" type="11" size="4" program="2" segment="32" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP01A03_RUNTIME2" type="1" size="1" program="2" segment="32" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP01A03_RUNTIME2" type="11" size="4" program="2" segment="32" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP01A03_RUNTIME2" type="1" size="1" program="2" segment="32" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP01A03_RUNTIME2" type="11" size="4" program="2" segment="32" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A03_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="33" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A03_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="33" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A03_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="33" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A03_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="33" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A03_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="34" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A03_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="34" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A03_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="34" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A03_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="34" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP01A04_RUNTIME1" type="1" size="1" program="2" segment="35" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP01A04_RUNTIME1" type="11" size="4" program="2" segment="35" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP01A04_RUNTIME1" type="1" size="1" program="2" segment="35" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP01A04_RUNTIME1" type="11" size="4" program="2" segment="35" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP01A04_RUNTIME1" type="11" size="4" program="2" segment="35" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP01A04_RUNTIME1" type="1" size="1" program="2" segment="35" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP01A04_RUNTIME1" type="11" size="4" program="2" segment="35" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP01A04_RUNTIME1" type="1" size="1" program="2" segment="35" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP01A04_RUNTIME1" type="11" size="4" program="2" segment="35" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A04_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="36" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A04_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="36" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A04_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="36" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A04_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="36" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A04_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="37" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A04_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="37" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A04_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="37" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A04_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="37" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP01A04_RUNTIME2" type="1" size="1" program="2" segment="38" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP01A04_RUNTIME2" type="11" size="4" program="2" segment="38" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP01A04_RUNTIME2" type="1" size="1" program="2" segment="38" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP01A04_RUNTIME2" type="11" size="4" program="2" segment="38" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP01A04_RUNTIME2" type="11" size="4" program="2" segment="38" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP01A04_RUNTIME2" type="1" size="1" program="2" segment="38" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP01A04_RUNTIME2" type="11" size="4" program="2" segment="38" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP01A04_RUNTIME2" type="1" size="1" program="2" segment="38" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP01A04_RUNTIME2" type="11" size="4" program="2" segment="38" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A04_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="39" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A04_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="39" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A04_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="39" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A04_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="39" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A04_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="40" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A04_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="40" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A04_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="40" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A04_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="40" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP01A05_RUNTIME1" type="1" size="1" program="2" segment="41" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP01A05_RUNTIME1" type="11" size="4" program="2" segment="41" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP01A05_RUNTIME1" type="1" size="1" program="2" segment="41" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP01A05_RUNTIME1" type="11" size="4" program="2" segment="41" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP01A05_RUNTIME1" type="11" size="4" program="2" segment="41" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP01A05_RUNTIME1" type="1" size="1" program="2" segment="41" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP01A05_RUNTIME1" type="11" size="4" program="2" segment="41" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP01A05_RUNTIME1" type="1" size="1" program="2" segment="41" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP01A05_RUNTIME1" type="11" size="4" program="2" segment="41" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A05_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="42" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A05_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="42" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A05_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="42" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A05_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="42" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A05_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="43" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A05_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="43" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A05_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="43" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A05_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="43" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP01A05_RUNTIME2" type="1" size="1" program="2" segment="44" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP01A05_RUNTIME2" type="11" size="4" program="2" segment="44" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP01A05_RUNTIME2" type="1" size="1" program="2" segment="44" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP01A05_RUNTIME2" type="11" size="4" program="2" segment="44" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP01A05_RUNTIME2" type="11" size="4" program="2" segment="44" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP01A05_RUNTIME2" type="1" size="1" program="2" segment="44" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP01A05_RUNTIME2" type="11" size="4" program="2" segment="44" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP01A05_RUNTIME2" type="1" size="1" program="2" segment="44" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP01A05_RUNTIME2" type="11" size="4" program="2" segment="44" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A05_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="45" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A05_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="45" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A05_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="45" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A05_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="45" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A05_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="46" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A05_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="46" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A05_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="46" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A05_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="46" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP01A06_RUNTIME1" type="1" size="1" program="2" segment="47" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP01A06_RUNTIME1" type="11" size="4" program="2" segment="47" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP01A06_RUNTIME1" type="1" size="1" program="2" segment="47" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP01A06_RUNTIME1" type="11" size="4" program="2" segment="47" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP01A06_RUNTIME1" type="11" size="4" program="2" segment="47" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP01A06_RUNTIME1" type="1" size="1" program="2" segment="47" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP01A06_RUNTIME1" type="11" size="4" program="2" segment="47" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP01A06_RUNTIME1" type="1" size="1" program="2" segment="47" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP01A06_RUNTIME1" type="11" size="4" program="2" segment="47" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A06_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="48" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A06_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="48" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A06_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="48" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A06_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="48" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A06_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="49" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A06_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="49" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A06_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="49" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A06_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="49" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP01A06_RUNTIME2" type="1" size="1" program="2" segment="50" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP01A06_RUNTIME2" type="11" size="4" program="2" segment="50" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP01A06_RUNTIME2" type="1" size="1" program="2" segment="50" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP01A06_RUNTIME2" type="11" size="4" program="2" segment="50" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP01A06_RUNTIME2" type="11" size="4" program="2" segment="50" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP01A06_RUNTIME2" type="1" size="1" program="2" segment="50" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP01A06_RUNTIME2" type="11" size="4" program="2" segment="50" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP01A06_RUNTIME2" type="1" size="1" program="2" segment="50" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP01A06_RUNTIME2" type="11" size="4" program="2" segment="50" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A06_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="51" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A06_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="51" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A06_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="51" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A06_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="51" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP01A06_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="52" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP01A06_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="52" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP01A06_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="52" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP01A06_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="52" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
</VarList> |
||||
|
</Project> |
@ -0,0 +1,4 @@ |
|||||
|
E:\公司项目\项目文档\PM23092溧水秦淮人家一期拆迁安置房项目\下位机\DDC0101\SCAN.POE |
||||
|
E:\PROGRAMFILE\EXDRIVER\EXCONFIG\EXDRIVE\LIB\BRCON_MCFB_ED_V3.3.0.1\BS_DEVSCAN.POE |
||||
|
|
||||
|
|
@ -0,0 +1,7 @@ |
|||||
|
PROGRAM SCAN |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,2 @@ |
|||||
|
E:\公司项目\项目文档\PM23092溧水秦淮人家一期拆迁安置房项目\下位机\DDC0101\SWP.POE |
||||
|
E:\PROGRAMFILE\EXDRIVER\EXCONFIG\EXDRIVE\LIB\BRCON_MCFB_ED_V3.3.0.1\BS_RUNTIME.POE |
@ -0,0 +1,7 @@ |
|||||
|
PROGRAM SWP |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,5 @@ |
|||||
|
E:\公司项目\项目文档\PM23092溧水秦淮人家一期拆迁安置房项目\下位机\DDCB102\TH4851.POE |
||||
|
|
||||
|
|
||||
|
E:\PROGRAMFILE\EXDRIVER\EXCONFIG\EXDRIVE\LIB\BRCON_MCFB_ED_V3.3.0.1\BS_GETCRC16.POE |
||||
|
|
@ -0,0 +1,16 @@ |
|||||
|
[PROTOTYP_PROG] |
||||
|
COUNT=2 |
||||
|
FILE1=\$GEN$\SCAN |
||||
|
FILE0=\$GEN$\SWP |
||||
|
[PROTOTYP_FB] |
||||
|
COUNT=0 |
||||
|
[PROTOTYP_FKT] |
||||
|
COUNT=0 |
||||
|
[LIBRARY] |
||||
|
FILE2=\LIB\BRCON_MCFB_ED_V3.3.0.1\BRCON_MCFB_ED_V3.3.0.1.GEN |
||||
|
COUNT=3 |
||||
|
FILE1=\LIB\BRCON_MCFB_IU_V4.0.0\BRCON_MCFB_ED_V4.0.1.GEN |
||||
|
FILE0=\LIB\sfclib\sfclib.GEN |
||||
|
[EXECUTABLE] |
||||
|
COUNT=1 |
||||
|
FILE0=\$ENV$\Resource\Resource |
@ -0,0 +1,24 @@ |
|||||
|
[MAKEFILE] |
||||
|
COUNT=1 |
||||
|
ACTIVE=\$ENV$\Resource\Resource.MAK |
||||
|
FILE0=\$ENV$\Resource\Resource |
||||
|
[LIBRARY] |
||||
|
FILE2=\LIB\BRCON_MCFB_ED_V3.3.0.1\BRCON_MCFB_ED_V3.3.0.1.VAR |
||||
|
COUNT=3 |
||||
|
FILE1=\LIB\BRCON_MCFB_IU_V4.0.0\BRCON_MCFB_ED_V4.0.1.VAR |
||||
|
FILE0=\LIB\sfclib\sfclib.VAR |
||||
|
[ENCODING] |
||||
|
UTF8=1 |
||||
|
[ST_PROGRAM] |
||||
|
COUNT=2 |
||||
|
FILE1=\SWP |
||||
|
FILE0=\SCAN |
||||
|
[DIRECT_GLOBAL] |
||||
|
COUNT=1 |
||||
|
FILE0=\OPCDA |
||||
|
[TYPEDEF] |
||||
|
COUNT=1 |
||||
|
FILE0=\USERTYPE |
||||
|
[DATPARAM_INFO] |
||||
|
SeperateGen=1 |
||||
|
Version=4.0 |
@ -0,0 +1,111 @@ |
|||||
|
$BEGIN_IT_HEADER |
||||
|
DIRECTGLOBALDEFINITIONS = 1 |
||||
|
$END_IT_HEADER |
||||
|
PROGRAM OPCDA |
||||
|
VAR_GLOBAL |
||||
|
(* IOM 0801R 地址: 0 *) |
||||
|
LSWP01A01_R1 AT%I0.0 :BOOL; (*潜污泵井SUMP-01-泵1运行状态*) |
||||
|
LSWP01A01_F1 AT%I0.1 :BOOL; (*潜污泵井SUMP-01-泵1故障状态*) |
||||
|
LSWP01A01_R2 AT%I0.2 :BOOL; (*潜污泵井SUMP-01-泵2运行状态*) |
||||
|
LSWP01A01_F2 AT%I0.3 :BOOL; (*潜污泵井SUMP-01-泵2故障状态*) |
||||
|
LSWP01A01_HL AT%I0.4 :BOOL; (*潜污泵井SUMP-01-高液位*) |
||||
|
LSWP01A01_LL AT%I0.5 :BOOL; (*潜污泵井SUMP-01-低液位*) |
||||
|
|
||||
|
|
||||
|
(* IOM 0801R 地址: 1 *) |
||||
|
LSWP01A02_R1 AT%I16.0 :BOOL; (*潜污泵井SUMP-01-泵1运行状态*) |
||||
|
LSWP01A02_F1 AT%I16.1 :BOOL; (*潜污泵井SUMP-01-泵1故障状态*) |
||||
|
LSWP01A02_R2 AT%I16.2 :BOOL; (*潜污泵井SUMP-01-泵2运行状态*) |
||||
|
LSWP01A02_F2 AT%I16.3 :BOOL; (*潜污泵井SUMP-01-泵2故障状态*) |
||||
|
LSWP01A02_HL AT%I16.4 :BOOL; (*潜污泵井SUMP-01-高液位*) |
||||
|
LSWP01A02_LL AT%I16.5 :BOOL; (*潜污泵井SUMP-01-低液位*) |
||||
|
|
||||
|
|
||||
|
(* IOM 0801R 地址: 2 *) |
||||
|
LSWP01A03_R1 AT%I32.0 :BOOL; (*潜污泵井SUMP-01-泵1运行状态*) |
||||
|
LSWP01A03_F1 AT%I32.1 :BOOL; (*潜污泵井SUMP-01-泵1故障状态*) |
||||
|
LSWP01A03_R2 AT%I32.2 :BOOL; (*潜污泵井SUMP-01-泵2运行状态*) |
||||
|
LSWP01A03_F2 AT%I32.3 :BOOL; (*潜污泵井SUMP-01-泵2故障状态*) |
||||
|
LSWP01A03_HL AT%I32.4 :BOOL; (*潜污泵井SUMP-01-高液位*) |
||||
|
LSWP01A03_LL AT%I32.5 :BOOL; (*潜污泵井SUMP-01-低液位*) |
||||
|
|
||||
|
|
||||
|
(* IOM 0801R 地址: 3 *) |
||||
|
LSWP01A04_R1 AT%I48.0 :BOOL; (*潜污泵井SUMP-01-泵1运行状态*) |
||||
|
LSWP01A04_F1 AT%I48.1 :BOOL; (*潜污泵井SUMP-01-泵1故障状态*) |
||||
|
LSWP01A04_R2 AT%I48.2 :BOOL; (*潜污泵井SUMP-01-泵2运行状态*) |
||||
|
LSWP01A04_F2 AT%I48.3 :BOOL; (*潜污泵井SUMP-01-泵2故障状态*) |
||||
|
LSWP01A04_HL AT%I48.4 :BOOL; (*潜污泵井SUMP-01-高液位*) |
||||
|
LSWP01A04_LL AT%I48.5 :BOOL; (*潜污泵井SUMP-01-低液位*) |
||||
|
|
||||
|
|
||||
|
(* IOM 0801R 地址: 4 *) |
||||
|
LSWP01A05_R1 AT%I64.0 :BOOL; (*潜污泵井SUMP-01-泵1运行状态*) |
||||
|
LSWP01A05_F1 AT%I64.1 :BOOL; (*潜污泵井SUMP-01-泵1故障状态*) |
||||
|
LSWP01A05_R2 AT%I64.2 :BOOL; (*潜污泵井SUMP-01-泵2运行状态*) |
||||
|
LSWP01A05_F2 AT%I64.3 :BOOL; (*潜污泵井SUMP-01-泵2故障状态*) |
||||
|
LSWP01A05_HL AT%I64.4 :BOOL; (*潜污泵井SUMP-01-高液位*) |
||||
|
LSWP01A05_LL AT%I64.5 :BOOL; (*潜污泵井SUMP-01-低液位*) |
||||
|
|
||||
|
|
||||
|
(* IOM 0801R 地址: 5 *) |
||||
|
LSWP01A06_R1 AT%I80.0 :BOOL; (*潜污泵井SUMP-01-泵1运行状态*) |
||||
|
LSWP01A06_F1 AT%I80.1 :BOOL; (*潜污泵井SUMP-01-泵1故障状态*) |
||||
|
LSWP01A06_R2 AT%I80.2 :BOOL; (*潜污泵井SUMP-01-泵2运行状态*) |
||||
|
LSWP01A06_F2 AT%I80.3 :BOOL; (*潜污泵井SUMP-01-泵2故障状态*) |
||||
|
LSWP01A06_HL AT%I80.4 :BOOL; (*潜污泵井SUMP-01-高液位*) |
||||
|
LSWP01A06_LL AT%I80.5 :BOOL; (*潜污泵井SUMP-01-低液位*) |
||||
|
|
||||
|
|
||||
|
LBOX01A01_DS AT%M102.0 :BOOL; (*控制箱B01-模块地址状态*) |
||||
|
LBOX01A01_OR AT%M124.0 :REAL; (*控制箱B00-模块在线比例*) |
||||
|
|
||||
|
|
||||
|
LSWP01A01_RST1 AT%M168.0 :BOOL; (*潜污泵井01A01-运行时间累积重置1*) |
||||
|
LSWP01A01_RSTV1 AT%M172.0 :REAL; (*潜污泵井01A01-运行时间累积重置值1*) |
||||
|
LSWP01A01_RH1 AT%M176.0 :REAL; (*潜污泵井01A01-运行时间累积值1*) |
||||
|
LSWP01A01_RST2 AT%M180.0 :BOOL; (*潜污泵井01A01-运行时间累积重置2*) |
||||
|
LSWP01A01_RSTV2 AT%M184.0 :REAL; (*潜污泵井01A01-运行时间累积重置值2*) |
||||
|
LSWP01A01_RH2 AT%M188.0 :REAL; (*潜污泵井01A01-运行时间累积值2*) |
||||
|
|
||||
|
LSWP01A02_RST1 AT%M192.0 :BOOL; (*潜污泵井01A02-运行时间累积重置1*) |
||||
|
LSWP01A02_RSTV1 AT%M196.0 :REAL; (*潜污泵井01A02-运行时间累积重置值1*) |
||||
|
LSWP01A02_RH1 AT%M200.0 :REAL; (*潜污泵井01A02-运行时间累积值1*) |
||||
|
LSWP01A02_RST2 AT%M204.0 :BOOL; (*潜污泵井01A02-运行时间累积重置2*) |
||||
|
LSWP01A02_RSTV2 AT%M208.0 :REAL; (*潜污泵井01A02-运行时间累积重置值2*) |
||||
|
LSWP01A02_RH2 AT%M212.0 :REAL; (*潜污泵井01A02-运行时间累积值2*) |
||||
|
|
||||
|
LSWP01A03_RST1 AT%M216.0 :BOOL; (*潜污泵井01A03-运行时间累积重置1*) |
||||
|
LSWP01A03_RSTV1 AT%M220.0 :REAL; (*潜污泵井01A03-运行时间累积重置值1*) |
||||
|
LSWP01A03_RH1 AT%M224.0 :REAL; (*潜污泵井01A03-运行时间累积值1*) |
||||
|
LSWP01A03_RST2 AT%M228.0 :BOOL; (*潜污泵井01A03-运行时间累积重置2*) |
||||
|
LSWP01A03_RSTV2 AT%M232.0 :REAL; (*潜污泵井01A03-运行时间累积重置值2*) |
||||
|
LSWP01A03_RH2 AT%M236.0 :REAL; (*潜污泵井01A03-运行时间累积值2*) |
||||
|
|
||||
|
LSWP01A04_RST1 AT%M240.0 :BOOL; (*潜污泵井01A04-运行时间累积重置1*) |
||||
|
LSWP01A04_RSTV1 AT%M244.0 :REAL; (*潜污泵井01A04-运行时间累积重置值1*) |
||||
|
LSWP01A04_RH1 AT%M248.0 :REAL; (*潜污泵井01A04-运行时间累积值1*) |
||||
|
LSWP01A04_RST2 AT%M252.0 :BOOL; (*潜污泵井01A04-运行时间累积重置2*) |
||||
|
LSWP01A04_RSTV2 AT%M256.0 :REAL; (*潜污泵井01A04-运行时间累积重置值2*) |
||||
|
LSWP01A04_RH2 AT%M260.0 :REAL; (*潜污泵井01A04-运行时间累积值2*) |
||||
|
|
||||
|
LSWP01A05_RST1 AT%M264.0 :BOOL; (*潜污泵井01A05-运行时间累积重置1*) |
||||
|
LSWP01A05_RSTV1 AT%M268.0 :REAL; (*潜污泵井01A05-运行时间累积重置值1*) |
||||
|
LSWP01A05_RH1 AT%M272.0 :REAL; (*潜污泵井01A05-运行时间累积值1*) |
||||
|
LSWP01A05_RST2 AT%M276.0 :BOOL; (*潜污泵井01A05-运行时间累积重置2*) |
||||
|
LSWP01A05_RSTV2 AT%M280.0 :REAL; (*潜污泵井01A05-运行时间累积重置值2*) |
||||
|
LSWP01A05_RH2 AT%M284.0 :REAL; (*潜污泵井01A05-运行时间累积值2*) |
||||
|
|
||||
|
LSWP01A06_RST1 AT%M288.0 :BOOL; (*潜污泵井01A06-运行时间累积重置1*) |
||||
|
LSWP01A06_RSTV1 AT%M292.0 :REAL; (*潜污泵井01A06-运行时间累积重置值1*) |
||||
|
LSWP01A06_RH1 AT%M296.0 :REAL; (*潜污泵井01A06-运行时间累积值1*) |
||||
|
LSWP01A06_RST2 AT%M300.0 :BOOL; (*潜污泵井01A06-运行时间累积重置2*) |
||||
|
LSWP01A06_RSTV2 AT%M304.0 :REAL; (*潜污泵井01A06-运行时间累积重置值2*) |
||||
|
LSWP01A06_RH2 AT%M308.0 :REAL; (*潜污泵井01A06-运行时间累积值2*) |
||||
|
|
||||
|
|
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,11 @@ |
|||||
|
[WATCH_ENTRIES] |
||||
|
FILE0=OPCDA.LIESB1A05_CO |
||||
|
COMMENT0=" |
||||
|
FILE1=OPCDA.LIESB1A04_CO |
||||
|
COMMENT1=" |
||||
|
FILE2=OPCDA.LIESB1A03_CO |
||||
|
COMMENT2=" |
||||
|
FILE3=OPCDA.LIESB1A02_CO |
||||
|
COMMENT3=" |
||||
|
FILE4=OPCDA.LIESB1A01_CO |
||||
|
COMMENT4=" |
@ -0,0 +1,150 @@ |
|||||
|
PROGRAM SCAN |
||||
|
VAR_EXTERNAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR_GLOBAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR |
||||
|
Dev_Array :array[0..31] of byte; |
||||
|
BOX01_DevScan :BS_DevScan; |
||||
|
BOX02_DevScan :BS_DevScan; |
||||
|
BOX03_DevScan :BS_DevScan; |
||||
|
BOX04_DevScan :BS_DevScan; |
||||
|
BOX05_DevScan :BS_DevScan; |
||||
|
|
||||
|
BOX01_Hex :DWORD ; |
||||
|
BOX02_Hex :DWORD ; |
||||
|
BOX03_Hex :DWORD ; |
||||
|
BOX04_Hex :DWORD ; |
||||
|
BOX05_Hex :DWORD ; |
||||
|
|
||||
|
DEV00_IP AT%M7000.0 :BYTE; |
||||
|
DEV00_R AT%M8000.0 :BYTE; |
||||
|
DEV01_R AT%M8001.0 :BYTE; |
||||
|
DEV02_R AT%M8002.0 :BYTE; |
||||
|
DEV03_R AT%M8003.0 :BYTE; |
||||
|
DEV04_R AT%M8004.0 :BYTE; |
||||
|
DEV05_R AT%M8005.0 :BYTE; |
||||
|
DEV06_R AT%M8006.0 :BYTE; |
||||
|
DEV07_R AT%M8007.0 :BYTE; |
||||
|
DEV08_R AT%M8008.0 :BYTE; |
||||
|
DEV09_R AT%M8009.0 :BYTE; |
||||
|
DEV10_R AT%M8010.0 :BYTE; |
||||
|
DEV11_R AT%M8011.0 :BYTE; |
||||
|
DEV12_R AT%M8012.0 :BYTE; |
||||
|
DEV13_R AT%M8013.0 :BYTE; |
||||
|
DEV14_R AT%M8014.0 :BYTE; |
||||
|
DEV15_R AT%M8015.0 :BYTE; |
||||
|
DEV16_R AT%M8016.0 :BYTE; |
||||
|
DEV17_R AT%M8017.0 :BYTE; |
||||
|
DEV18_R AT%M8018.0 :BYTE; |
||||
|
DEV19_R AT%M8019.0 :BYTE; |
||||
|
DEV20_R AT%M8020.0 :BYTE; |
||||
|
DEV21_R AT%M8021.0 :BYTE; |
||||
|
DEV22_R AT%M8022.0 :BYTE; |
||||
|
DEV23_R AT%M8023.0 :BYTE; |
||||
|
DEV24_R AT%M8024.0 :BYTE; |
||||
|
DEV25_R AT%M8025.0 :BYTE; |
||||
|
DEV26_R AT%M8026.0 :BYTE; |
||||
|
DEV27_R AT%M8027.0 :BYTE; |
||||
|
DEV28_R AT%M8028.0 :BYTE; |
||||
|
DEV29_R AT%M8029.0 :BYTE; |
||||
|
DEV30_R AT%M8030.0 :BYTE; |
||||
|
DEV31_R AT%M8031.0 :BYTE; |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
(*Automatically declared*) |
||||
|
VAR_EXTERNAL |
||||
|
LBOX01A01_OR : REAL; |
||||
|
LBOX01A01_DS : BOOL; |
||||
|
END_VAR |
||||
|
(** **) |
||||
|
(** {*模块地址分配设定,分别对应0~31号地址模块,从右起*} **) |
||||
|
(** {* 3 2 1 *} **) |
||||
|
(** {*10987654321098765432109876543210*} **) |
||||
|
(** BOX01_Hex :=2#00000000000000000000000000111111 ; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD 2#00000000000000000000000000111111 |
||||
|
ST BOX01_Hex |
||||
|
|
||||
|
(** **) |
||||
|
(** {*模块扫描功能块关联*} **) |
||||
|
(** BOX01_DevScan( Dev_Array:= Dev_Array , Dev_Scan_Hex:= BOX01_Hex | LBOX01A01_DS:= Dev_Ready, LBOX01A01_OR:= Dev_Ratio ); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL BOX01_DevScan ( |
||||
|
Dev_Array := Dev_Array, |
||||
|
Dev_Scan_Hex := BOX01_Hex |
||||
|
| |
||||
|
LBOX01A01_DS := Dev_Ready, |
||||
|
LBOX01A01_OR := Dev_Ratio |
||||
|
) |
||||
|
|
||||
|
(** **) |
||||
|
(** {****************************************************默认段****************************************************} **) |
||||
|
(** {*模块设备状态关联*} **) |
||||
|
(** Dev_Array[0] :=DEV00_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV00_R |
||||
|
ST Dev_Array[0] |
||||
|
|
||||
|
(** Dev_Array[1] :=DEV01_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV01_R |
||||
|
ST Dev_Array[1] |
||||
|
|
||||
|
(** Dev_Array[2] :=DEV02_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV02_R |
||||
|
ST Dev_Array[2] |
||||
|
|
||||
|
(** Dev_Array[3] :=DEV03_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV03_R |
||||
|
ST Dev_Array[3] |
||||
|
|
||||
|
(** Dev_Array[4] :=DEV04_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV04_R |
||||
|
ST Dev_Array[4] |
||||
|
|
||||
|
(** Dev_Array[5] :=DEV05_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV05_R |
||||
|
ST Dev_Array[5] |
||||
|
|
||||
|
(** Dev_Array[6] :=DEV06_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV06_R |
||||
|
ST Dev_Array[6] |
||||
|
|
||||
|
(** Dev_Array[7] :=DEV07_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV07_R |
||||
|
ST Dev_Array[7] |
||||
|
|
||||
|
(** Dev_Array[8] :=DEV08_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV08_R |
||||
|
ST Dev_Array[8] |
||||
|
|
||||
|
(** Dev_Array[9] :=DEV09_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV09_R |
||||
|
ST Dev_Array[9] |
||||
|
|
||||
|
(** Dev_Array[10]:=DEV10_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV10_R |
||||
|
ST Dev_Array[10] |
||||
|
|
||||
|
(** Dev_Array[11]:=DEV11_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV11_R |
||||
|
ST Dev_Array[11] |
||||
|
|
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,83 @@ |
|||||
|
PROGRAM SCAN |
||||
|
VAR_EXTERNAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR_GLOBAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR |
||||
|
Dev_Array :array[0..31] of byte; |
||||
|
BOX01_DevScan :BS_DevScan; |
||||
|
BOX02_DevScan :BS_DevScan; |
||||
|
BOX03_DevScan :BS_DevScan; |
||||
|
BOX04_DevScan :BS_DevScan; |
||||
|
BOX05_DevScan :BS_DevScan; |
||||
|
|
||||
|
BOX01_Hex :DWORD ; |
||||
|
BOX02_Hex :DWORD ; |
||||
|
BOX03_Hex :DWORD ; |
||||
|
BOX04_Hex :DWORD ; |
||||
|
BOX05_Hex :DWORD ; |
||||
|
|
||||
|
DEV00_IP AT%M7000.0 :BYTE; |
||||
|
DEV00_R AT%M8000.0 :BYTE; |
||||
|
DEV01_R AT%M8001.0 :BYTE; |
||||
|
DEV02_R AT%M8002.0 :BYTE; |
||||
|
DEV03_R AT%M8003.0 :BYTE; |
||||
|
DEV04_R AT%M8004.0 :BYTE; |
||||
|
DEV05_R AT%M8005.0 :BYTE; |
||||
|
DEV06_R AT%M8006.0 :BYTE; |
||||
|
DEV07_R AT%M8007.0 :BYTE; |
||||
|
DEV08_R AT%M8008.0 :BYTE; |
||||
|
DEV09_R AT%M8009.0 :BYTE; |
||||
|
DEV10_R AT%M8010.0 :BYTE; |
||||
|
DEV11_R AT%M8011.0 :BYTE; |
||||
|
DEV12_R AT%M8012.0 :BYTE; |
||||
|
DEV13_R AT%M8013.0 :BYTE; |
||||
|
DEV14_R AT%M8014.0 :BYTE; |
||||
|
DEV15_R AT%M8015.0 :BYTE; |
||||
|
DEV16_R AT%M8016.0 :BYTE; |
||||
|
DEV17_R AT%M8017.0 :BYTE; |
||||
|
DEV18_R AT%M8018.0 :BYTE; |
||||
|
DEV19_R AT%M8019.0 :BYTE; |
||||
|
DEV20_R AT%M8020.0 :BYTE; |
||||
|
DEV21_R AT%M8021.0 :BYTE; |
||||
|
DEV22_R AT%M8022.0 :BYTE; |
||||
|
DEV23_R AT%M8023.0 :BYTE; |
||||
|
DEV24_R AT%M8024.0 :BYTE; |
||||
|
DEV25_R AT%M8025.0 :BYTE; |
||||
|
DEV26_R AT%M8026.0 :BYTE; |
||||
|
DEV27_R AT%M8027.0 :BYTE; |
||||
|
DEV28_R AT%M8028.0 :BYTE; |
||||
|
DEV29_R AT%M8029.0 :BYTE; |
||||
|
DEV30_R AT%M8030.0 :BYTE; |
||||
|
DEV31_R AT%M8031.0 :BYTE; |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
(*模块地址分配设定,分别对应0~31号地址模块,从右起*) |
||||
|
(* 3 2 1 *) |
||||
|
(*10987654321098765432109876543210*) |
||||
|
BOX01_Hex :=2#00000000000000000000000000111111 ; |
||||
|
|
||||
|
(*模块扫描功能块关联*) |
||||
|
BOX01_DevScan( Dev_Array:= Dev_Array , Dev_Scan_Hex:= BOX01_Hex | LBOX01A01_DS:= Dev_Ready, LBOX01A01_OR:= Dev_Ratio ); |
||||
|
|
||||
|
(****************************************************默认段****************************************************) |
||||
|
(*模块设备状态关联*) |
||||
|
Dev_Array[0] :=DEV00_R; |
||||
|
Dev_Array[1] :=DEV01_R; |
||||
|
Dev_Array[2] :=DEV02_R; |
||||
|
Dev_Array[3] :=DEV03_R; |
||||
|
Dev_Array[4] :=DEV04_R; |
||||
|
Dev_Array[5] :=DEV05_R; |
||||
|
Dev_Array[6] :=DEV06_R; |
||||
|
Dev_Array[7] :=DEV07_R; |
||||
|
Dev_Array[8] :=DEV08_R; |
||||
|
Dev_Array[9] :=DEV09_R; |
||||
|
Dev_Array[10]:=DEV10_R; |
||||
|
Dev_Array[11]:=DEV11_R; |
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,83 @@ |
|||||
|
PROGRAM SCAN |
||||
|
VAR_EXTERNAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR_GLOBAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR |
||||
|
Dev_Array :array[0..31] of byte; |
||||
|
BOX01_DevScan :BS_DevScan; |
||||
|
BOX02_DevScan :BS_DevScan; |
||||
|
BOX03_DevScan :BS_DevScan; |
||||
|
BOX04_DevScan :BS_DevScan; |
||||
|
BOX05_DevScan :BS_DevScan; |
||||
|
|
||||
|
BOX01_Hex :DWORD ; |
||||
|
BOX02_Hex :DWORD ; |
||||
|
BOX03_Hex :DWORD ; |
||||
|
BOX04_Hex :DWORD ; |
||||
|
BOX05_Hex :DWORD ; |
||||
|
|
||||
|
DEV00_IP AT%M7000.0 :BYTE; |
||||
|
DEV00_R AT%M8000.0 :BYTE; |
||||
|
DEV01_R AT%M8001.0 :BYTE; |
||||
|
DEV02_R AT%M8002.0 :BYTE; |
||||
|
DEV03_R AT%M8003.0 :BYTE; |
||||
|
DEV04_R AT%M8004.0 :BYTE; |
||||
|
DEV05_R AT%M8005.0 :BYTE; |
||||
|
DEV06_R AT%M8006.0 :BYTE; |
||||
|
DEV07_R AT%M8007.0 :BYTE; |
||||
|
DEV08_R AT%M8008.0 :BYTE; |
||||
|
DEV09_R AT%M8009.0 :BYTE; |
||||
|
DEV10_R AT%M8010.0 :BYTE; |
||||
|
DEV11_R AT%M8011.0 :BYTE; |
||||
|
DEV12_R AT%M8012.0 :BYTE; |
||||
|
DEV13_R AT%M8013.0 :BYTE; |
||||
|
DEV14_R AT%M8014.0 :BYTE; |
||||
|
DEV15_R AT%M8015.0 :BYTE; |
||||
|
DEV16_R AT%M8016.0 :BYTE; |
||||
|
DEV17_R AT%M8017.0 :BYTE; |
||||
|
DEV18_R AT%M8018.0 :BYTE; |
||||
|
DEV19_R AT%M8019.0 :BYTE; |
||||
|
DEV20_R AT%M8020.0 :BYTE; |
||||
|
DEV21_R AT%M8021.0 :BYTE; |
||||
|
DEV22_R AT%M8022.0 :BYTE; |
||||
|
DEV23_R AT%M8023.0 :BYTE; |
||||
|
DEV24_R AT%M8024.0 :BYTE; |
||||
|
DEV25_R AT%M8025.0 :BYTE; |
||||
|
DEV26_R AT%M8026.0 :BYTE; |
||||
|
DEV27_R AT%M8027.0 :BYTE; |
||||
|
DEV28_R AT%M8028.0 :BYTE; |
||||
|
DEV29_R AT%M8029.0 :BYTE; |
||||
|
DEV30_R AT%M8030.0 :BYTE; |
||||
|
DEV31_R AT%M8031.0 :BYTE; |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
(*模块地址分配设定,分别对应0~31号地址模块,从右起*) |
||||
|
(* 3 2 1 *) |
||||
|
(*10987654321098765432109876543210*) |
||||
|
BOX01_Hex :=2#00000000000000000000000000111111 ; |
||||
|
|
||||
|
(*模块扫描功能块关联*) |
||||
|
BOX01_DevScan( Dev_Array:= Dev_Array , Dev_Scan_Hex:= BOX01_Hex | LBOX01A01_DS:= Dev_Ready, LBOX01A01_OR:= Dev_Ratio ); |
||||
|
|
||||
|
(****************************************************默认段****************************************************) |
||||
|
(*模块设备状态关联*) |
||||
|
Dev_Array[0] :=DEV00_R; |
||||
|
Dev_Array[1] :=DEV01_R; |
||||
|
Dev_Array[2] :=DEV02_R; |
||||
|
Dev_Array[3] :=DEV03_R; |
||||
|
Dev_Array[4] :=DEV04_R; |
||||
|
Dev_Array[5] :=DEV05_R; |
||||
|
Dev_Array[6] :=DEV06_R; |
||||
|
Dev_Array[7] :=DEV07_R; |
||||
|
Dev_Array[8] :=DEV08_R; |
||||
|
Dev_Array[9] :=DEV09_R; |
||||
|
Dev_Array[10]:=DEV10_R; |
||||
|
Dev_Array[11]:=DEV11_R; |
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,211 @@ |
|||||
|
PROGRAM SWP |
||||
|
VAR_EXTERNAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR_GLOBAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR |
||||
|
SWP01A01_RunTime1:BS_RunTime; |
||||
|
SWP01A01_RunTime2:BS_RunTime; |
||||
|
SWP01A02_RunTime1:BS_RunTime; |
||||
|
SWP01A02_RunTime2:BS_RunTime; |
||||
|
SWP01A03_RunTime1:BS_RunTime; |
||||
|
SWP01A03_RunTime2:BS_RunTime; |
||||
|
SWP01A04_RunTime1:BS_RunTime; |
||||
|
SWP01A04_RunTime2:BS_RunTime; |
||||
|
SWP01A05_RunTime1:BS_RunTime; |
||||
|
SWP01A05_RunTime2:BS_RunTime; |
||||
|
SWP01A06_RunTime1:BS_RunTime; |
||||
|
SWP01A06_RunTime2:BS_RunTime; |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
(*Automatically declared*) |
||||
|
VAR_EXTERNAL |
||||
|
LSWP01A06_RSTV2 : REAL; |
||||
|
LSWP01A01_RH1 : REAL; |
||||
|
LSWP01A06_RSTV1 : REAL; |
||||
|
LSWP01A01_RST2 : BOOL; |
||||
|
LSWP01A01_RST1 : BOOL; |
||||
|
LSWP01A02_R2 : BOOL; |
||||
|
LSWP01A02_R1 : BOOL; |
||||
|
LSWP01A02_RSTV2 : REAL; |
||||
|
LSWP01A02_RST2 : BOOL; |
||||
|
LSWP01A02_RST1 : BOOL; |
||||
|
LSWP01A03_R2 : BOOL; |
||||
|
LSWP01A03_R1 : BOOL; |
||||
|
LSWP01A02_RSTV1 : REAL; |
||||
|
LSWP01A04_RSTV1 : REAL; |
||||
|
LSWP01A04_R2 : BOOL; |
||||
|
LSWP01A04_R1 : BOOL; |
||||
|
LSWP01A01_R2 : BOOL; |
||||
|
LSWP01A01_R1 : BOOL; |
||||
|
LSWP01A05_RSTV2 : REAL; |
||||
|
LSWP01A04_RSTV2 : REAL; |
||||
|
LSWP01A03_RH1 : REAL; |
||||
|
LSWP01A01_RSTV2 : REAL; |
||||
|
LSWP01A06_RH1 : REAL; |
||||
|
LSWP01A05_RH2 : REAL; |
||||
|
LSWP01A03_RH2 : REAL; |
||||
|
LSWP01A03_RST2 : BOOL; |
||||
|
LSWP01A03_RST1 : BOOL; |
||||
|
LSWP01A06_R2 : BOOL; |
||||
|
LSWP01A06_R1 : BOOL; |
||||
|
LSWP01A05_RSTV1 : REAL; |
||||
|
LSWP01A01_RSTV1 : REAL; |
||||
|
LSWP01A06_RH2 : REAL; |
||||
|
LSWP01A06_RST2 : BOOL; |
||||
|
LSWP01A06_RST1 : BOOL; |
||||
|
LSWP01A05_RH1 : REAL; |
||||
|
LSWP01A04_RH2 : REAL; |
||||
|
LSWP01A03_RSTV1 : REAL; |
||||
|
LSWP01A02_RH1 : REAL; |
||||
|
LSWP01A05_R2 : BOOL; |
||||
|
LSWP01A05_R1 : BOOL; |
||||
|
LSWP01A05_RST2 : BOOL; |
||||
|
LSWP01A05_RST1 : BOOL; |
||||
|
LSWP01A04_RH1 : REAL; |
||||
|
LSWP01A03_RSTV2 : REAL; |
||||
|
LSWP01A01_RH2 : REAL; |
||||
|
LSWP01A02_RH2 : REAL; |
||||
|
LSWP01A04_RST2 : BOOL; |
||||
|
LSWP01A04_RST1 : BOOL; |
||||
|
END_VAR |
||||
|
(** {*ÔËÐÐÀÛ»ýʱ¼ä*} **) |
||||
|
(** SWP01A01_RunTime1(RUN :=LSWP01A01_R1 , RUNTIMESET :=LSWP01A01_RSTV1 , RUNTIMERST :=LSWP01A01_RST1 , RunTimeRec_In :=LSWP01A01_RH1 | LSWP01A01_RH1:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP01A01_RunTime1 ( |
||||
|
RUN := LSWP01A01_R1, |
||||
|
RUNTIMESET := LSWP01A01_RSTV1, |
||||
|
RUNTIMERST := LSWP01A01_RST1, |
||||
|
RunTimeRec_In := LSWP01A01_RH1 |
||||
|
| |
||||
|
LSWP01A01_RH1 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP01A01_RunTime2(RUN :=LSWP01A01_R2 , RUNTIMESET :=LSWP01A01_RSTV2 , RUNTIMERST :=LSWP01A01_RST2 , RunTimeRec_In :=LSWP01A01_RH2 | LSWP01A01_RH2:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP01A01_RunTime2 ( |
||||
|
RUN := LSWP01A01_R2, |
||||
|
RUNTIMESET := LSWP01A01_RSTV2, |
||||
|
RUNTIMERST := LSWP01A01_RST2, |
||||
|
RunTimeRec_In := LSWP01A01_RH2 |
||||
|
| |
||||
|
LSWP01A01_RH2 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP01A02_RunTime1(RUN :=LSWP01A02_R1 , RUNTIMESET :=LSWP01A02_RSTV1 , RUNTIMERST :=LSWP01A02_RST1 , RunTimeRec_In :=LSWP01A02_RH1 | LSWP01A02_RH1:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP01A02_RunTime1 ( |
||||
|
RUN := LSWP01A02_R1, |
||||
|
RUNTIMESET := LSWP01A02_RSTV1, |
||||
|
RUNTIMERST := LSWP01A02_RST1, |
||||
|
RunTimeRec_In := LSWP01A02_RH1 |
||||
|
| |
||||
|
LSWP01A02_RH1 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP01A02_RunTime2(RUN :=LSWP01A02_R2 , RUNTIMESET :=LSWP01A02_RSTV2 , RUNTIMERST :=LSWP01A02_RST2 , RunTimeRec_In :=LSWP01A02_RH2 | LSWP01A02_RH2:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP01A02_RunTime2 ( |
||||
|
RUN := LSWP01A02_R2, |
||||
|
RUNTIMESET := LSWP01A02_RSTV2, |
||||
|
RUNTIMERST := LSWP01A02_RST2, |
||||
|
RunTimeRec_In := LSWP01A02_RH2 |
||||
|
| |
||||
|
LSWP01A02_RH2 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP01A03_RunTime1(RUN :=LSWP01A03_R1 , RUNTIMESET :=LSWP01A03_RSTV1 , RUNTIMERST :=LSWP01A03_RST1 , RunTimeRec_In :=LSWP01A03_RH1 | LSWP01A03_RH1:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP01A03_RunTime1 ( |
||||
|
RUN := LSWP01A03_R1, |
||||
|
RUNTIMESET := LSWP01A03_RSTV1, |
||||
|
RUNTIMERST := LSWP01A03_RST1, |
||||
|
RunTimeRec_In := LSWP01A03_RH1 |
||||
|
| |
||||
|
LSWP01A03_RH1 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP01A03_RunTime2(RUN :=LSWP01A03_R2 , RUNTIMESET :=LSWP01A03_RSTV2 , RUNTIMERST :=LSWP01A03_RST2 , RunTimeRec_In :=LSWP01A03_RH2 | LSWP01A03_RH2:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP01A03_RunTime2 ( |
||||
|
RUN := LSWP01A03_R2, |
||||
|
RUNTIMESET := LSWP01A03_RSTV2, |
||||
|
RUNTIMERST := LSWP01A03_RST2, |
||||
|
RunTimeRec_In := LSWP01A03_RH2 |
||||
|
| |
||||
|
LSWP01A03_RH2 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP01A04_RunTime1(RUN :=LSWP01A04_R1 , RUNTIMESET :=LSWP01A04_RSTV1 , RUNTIMERST :=LSWP01A04_RST1 , RunTimeRec_In :=LSWP01A04_RH1 | LSWP01A04_RH1:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP01A04_RunTime1 ( |
||||
|
RUN := LSWP01A04_R1, |
||||
|
RUNTIMESET := LSWP01A04_RSTV1, |
||||
|
RUNTIMERST := LSWP01A04_RST1, |
||||
|
RunTimeRec_In := LSWP01A04_RH1 |
||||
|
| |
||||
|
LSWP01A04_RH1 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP01A04_RunTime2(RUN :=LSWP01A04_R2 , RUNTIMESET :=LSWP01A04_RSTV2 , RUNTIMERST :=LSWP01A04_RST2 , RunTimeRec_In :=LSWP01A04_RH2 | LSWP01A04_RH2:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP01A04_RunTime2 ( |
||||
|
RUN := LSWP01A04_R2, |
||||
|
RUNTIMESET := LSWP01A04_RSTV2, |
||||
|
RUNTIMERST := LSWP01A04_RST2, |
||||
|
RunTimeRec_In := LSWP01A04_RH2 |
||||
|
| |
||||
|
LSWP01A04_RH2 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP01A05_RunTime1(RUN :=LSWP01A05_R1 , RUNTIMESET :=LSWP01A05_RSTV1 , RUNTIMERST :=LSWP01A05_RST1 , RunTimeRec_In :=LSWP01A05_RH1 | LSWP01A05_RH1:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP01A05_RunTime1 ( |
||||
|
RUN := LSWP01A05_R1, |
||||
|
RUNTIMESET := LSWP01A05_RSTV1, |
||||
|
RUNTIMERST := LSWP01A05_RST1, |
||||
|
RunTimeRec_In := LSWP01A05_RH1 |
||||
|
| |
||||
|
LSWP01A05_RH1 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP01A05_RunTime2(RUN :=LSWP01A05_R2 , RUNTIMESET :=LSWP01A05_RSTV2 , RUNTIMERST :=LSWP01A05_RST2 , RunTimeRec_In :=LSWP01A05_RH2 | LSWP01A05_RH2:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP01A05_RunTime2 ( |
||||
|
RUN := LSWP01A05_R2, |
||||
|
RUNTIMESET := LSWP01A05_RSTV2, |
||||
|
RUNTIMERST := LSWP01A05_RST2, |
||||
|
RunTimeRec_In := LSWP01A05_RH2 |
||||
|
| |
||||
|
LSWP01A05_RH2 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP01A06_RunTime1(RUN :=LSWP01A06_R1 , RUNTIMESET :=LSWP01A06_RSTV1 , RUNTIMERST :=LSWP01A06_RST1 , RunTimeRec_In :=LSWP01A06_RH1 | LSWP01A06_RH1:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP01A06_RunTime1 ( |
||||
|
RUN := LSWP01A06_R1, |
||||
|
RUNTIMESET := LSWP01A06_RSTV1, |
||||
|
RUNTIMERST := LSWP01A06_RST1, |
||||
|
RunTimeRec_In := LSWP01A06_RH1 |
||||
|
| |
||||
|
LSWP01A06_RH1 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP01A06_RunTime2(RUN :=LSWP01A06_R2 , RUNTIMESET :=LSWP01A06_RSTV2 , RUNTIMERST :=LSWP01A06_RST2 , RunTimeRec_In :=LSWP01A06_RH2 | LSWP01A06_RH2:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP01A06_RunTime2 ( |
||||
|
RUN := LSWP01A06_R2, |
||||
|
RUNTIMESET := LSWP01A06_RSTV2, |
||||
|
RUNTIMERST := LSWP01A06_RST2, |
||||
|
RunTimeRec_In := LSWP01A06_RH2 |
||||
|
| |
||||
|
LSWP01A06_RH2 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,39 @@ |
|||||
|
PROGRAM SWP |
||||
|
VAR_EXTERNAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR_GLOBAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR |
||||
|
SWP01A01_RunTime1:BS_RunTime; |
||||
|
SWP01A01_RunTime2:BS_RunTime; |
||||
|
SWP01A02_RunTime1:BS_RunTime; |
||||
|
SWP01A02_RunTime2:BS_RunTime; |
||||
|
SWP01A03_RunTime1:BS_RunTime; |
||||
|
SWP01A03_RunTime2:BS_RunTime; |
||||
|
SWP01A04_RunTime1:BS_RunTime; |
||||
|
SWP01A04_RunTime2:BS_RunTime; |
||||
|
SWP01A05_RunTime1:BS_RunTime; |
||||
|
SWP01A05_RunTime2:BS_RunTime; |
||||
|
SWP01A06_RunTime1:BS_RunTime; |
||||
|
SWP01A06_RunTime2:BS_RunTime; |
||||
|
|
||||
|
END_VAR |
||||
|
(*运行累积时间*) |
||||
|
SWP01A01_RunTime1(RUN :=LSWP01A01_R1 , RUNTIMESET :=LSWP01A01_RSTV1 , RUNTIMERST :=LSWP01A01_RST1 , RunTimeRec_In :=LSWP01A01_RH1 | LSWP01A01_RH1:= RUNTIME); |
||||
|
SWP01A01_RunTime2(RUN :=LSWP01A01_R2 , RUNTIMESET :=LSWP01A01_RSTV2 , RUNTIMERST :=LSWP01A01_RST2 , RunTimeRec_In :=LSWP01A01_RH2 | LSWP01A01_RH2:= RUNTIME); |
||||
|
SWP01A02_RunTime1(RUN :=LSWP01A02_R1 , RUNTIMESET :=LSWP01A02_RSTV1 , RUNTIMERST :=LSWP01A02_RST1 , RunTimeRec_In :=LSWP01A02_RH1 | LSWP01A02_RH1:= RUNTIME); |
||||
|
SWP01A02_RunTime2(RUN :=LSWP01A02_R2 , RUNTIMESET :=LSWP01A02_RSTV2 , RUNTIMERST :=LSWP01A02_RST2 , RunTimeRec_In :=LSWP01A02_RH2 | LSWP01A02_RH2:= RUNTIME); |
||||
|
SWP01A03_RunTime1(RUN :=LSWP01A03_R1 , RUNTIMESET :=LSWP01A03_RSTV1 , RUNTIMERST :=LSWP01A03_RST1 , RunTimeRec_In :=LSWP01A03_RH1 | LSWP01A03_RH1:= RUNTIME); |
||||
|
SWP01A03_RunTime2(RUN :=LSWP01A03_R2 , RUNTIMESET :=LSWP01A03_RSTV2 , RUNTIMERST :=LSWP01A03_RST2 , RunTimeRec_In :=LSWP01A03_RH2 | LSWP01A03_RH2:= RUNTIME); |
||||
|
SWP01A04_RunTime1(RUN :=LSWP01A04_R1 , RUNTIMESET :=LSWP01A04_RSTV1 , RUNTIMERST :=LSWP01A04_RST1 , RunTimeRec_In :=LSWP01A04_RH1 | LSWP01A04_RH1:= RUNTIME); |
||||
|
SWP01A04_RunTime2(RUN :=LSWP01A04_R2 , RUNTIMESET :=LSWP01A04_RSTV2 , RUNTIMERST :=LSWP01A04_RST2 , RunTimeRec_In :=LSWP01A04_RH2 | LSWP01A04_RH2:= RUNTIME); |
||||
|
SWP01A05_RunTime1(RUN :=LSWP01A05_R1 , RUNTIMESET :=LSWP01A05_RSTV1 , RUNTIMERST :=LSWP01A05_RST1 , RunTimeRec_In :=LSWP01A05_RH1 | LSWP01A05_RH1:= RUNTIME); |
||||
|
SWP01A05_RunTime2(RUN :=LSWP01A05_R2 , RUNTIMESET :=LSWP01A05_RSTV2 , RUNTIMERST :=LSWP01A05_RST2 , RunTimeRec_In :=LSWP01A05_RH2 | LSWP01A05_RH2:= RUNTIME); |
||||
|
SWP01A06_RunTime1(RUN :=LSWP01A06_R1 , RUNTIMESET :=LSWP01A06_RSTV1 , RUNTIMERST :=LSWP01A06_RST1 , RunTimeRec_In :=LSWP01A06_RH1 | LSWP01A06_RH1:= RUNTIME); |
||||
|
SWP01A06_RunTime2(RUN :=LSWP01A06_R2 , RUNTIMESET :=LSWP01A06_RSTV2 , RUNTIMERST :=LSWP01A06_RST2 , RunTimeRec_In :=LSWP01A06_RH2 | LSWP01A06_RH2:= RUNTIME); |
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,39 @@ |
|||||
|
PROGRAM SWP |
||||
|
VAR_EXTERNAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR_GLOBAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR |
||||
|
SWP01A01_RunTime1:BS_RunTime; |
||||
|
SWP01A01_RunTime2:BS_RunTime; |
||||
|
SWP01A02_RunTime1:BS_RunTime; |
||||
|
SWP01A02_RunTime2:BS_RunTime; |
||||
|
SWP01A03_RunTime1:BS_RunTime; |
||||
|
SWP01A03_RunTime2:BS_RunTime; |
||||
|
SWP01A04_RunTime1:BS_RunTime; |
||||
|
SWP01A04_RunTime2:BS_RunTime; |
||||
|
SWP01A05_RunTime1:BS_RunTime; |
||||
|
SWP01A05_RunTime2:BS_RunTime; |
||||
|
SWP01A06_RunTime1:BS_RunTime; |
||||
|
SWP01A06_RunTime2:BS_RunTime; |
||||
|
|
||||
|
END_VAR |
||||
|
(*运行累积时间*) |
||||
|
SWP01A01_RunTime1(RUN :=LSWP01A01_R1 , RUNTIMESET :=LSWP01A01_RSTV1 , RUNTIMERST :=LSWP01A01_RST1 , RunTimeRec_In :=LSWP01A01_RH1 | LSWP01A01_RH1:= RUNTIME); |
||||
|
SWP01A01_RunTime2(RUN :=LSWP01A01_R2 , RUNTIMESET :=LSWP01A01_RSTV2 , RUNTIMERST :=LSWP01A01_RST2 , RunTimeRec_In :=LSWP01A01_RH2 | LSWP01A01_RH2:= RUNTIME); |
||||
|
SWP01A02_RunTime1(RUN :=LSWP01A02_R1 , RUNTIMESET :=LSWP01A02_RSTV1 , RUNTIMERST :=LSWP01A02_RST1 , RunTimeRec_In :=LSWP01A02_RH1 | LSWP01A02_RH1:= RUNTIME); |
||||
|
SWP01A02_RunTime2(RUN :=LSWP01A02_R2 , RUNTIMESET :=LSWP01A02_RSTV2 , RUNTIMERST :=LSWP01A02_RST2 , RunTimeRec_In :=LSWP01A02_RH2 | LSWP01A02_RH2:= RUNTIME); |
||||
|
SWP01A03_RunTime1(RUN :=LSWP01A03_R1 , RUNTIMESET :=LSWP01A03_RSTV1 , RUNTIMERST :=LSWP01A03_RST1 , RunTimeRec_In :=LSWP01A03_RH1 | LSWP01A03_RH1:= RUNTIME); |
||||
|
SWP01A03_RunTime2(RUN :=LSWP01A03_R2 , RUNTIMESET :=LSWP01A03_RSTV2 , RUNTIMERST :=LSWP01A03_RST2 , RunTimeRec_In :=LSWP01A03_RH2 | LSWP01A03_RH2:= RUNTIME); |
||||
|
SWP01A04_RunTime1(RUN :=LSWP01A04_R1 , RUNTIMESET :=LSWP01A04_RSTV1 , RUNTIMERST :=LSWP01A04_RST1 , RunTimeRec_In :=LSWP01A04_RH1 | LSWP01A04_RH1:= RUNTIME); |
||||
|
SWP01A04_RunTime2(RUN :=LSWP01A04_R2 , RUNTIMESET :=LSWP01A04_RSTV2 , RUNTIMERST :=LSWP01A04_RST2 , RunTimeRec_In :=LSWP01A04_RH2 | LSWP01A04_RH2:= RUNTIME); |
||||
|
SWP01A05_RunTime1(RUN :=LSWP01A05_R1 , RUNTIMESET :=LSWP01A05_RSTV1 , RUNTIMERST :=LSWP01A05_RST1 , RunTimeRec_In :=LSWP01A05_RH1 | LSWP01A05_RH1:= RUNTIME); |
||||
|
SWP01A05_RunTime2(RUN :=LSWP01A05_R2 , RUNTIMESET :=LSWP01A05_RSTV2 , RUNTIMERST :=LSWP01A05_RST2 , RunTimeRec_In :=LSWP01A05_RH2 | LSWP01A05_RH2:= RUNTIME); |
||||
|
SWP01A06_RunTime1(RUN :=LSWP01A06_R1 , RUNTIMESET :=LSWP01A06_RSTV1 , RUNTIMERST :=LSWP01A06_RST1 , RunTimeRec_In :=LSWP01A06_RH1 | LSWP01A06_RH1:= RUNTIME); |
||||
|
SWP01A06_RunTime2(RUN :=LSWP01A06_R2 , RUNTIMESET :=LSWP01A06_RSTV2 , RUNTIMERST :=LSWP01A06_RST2 , RunTimeRec_In :=LSWP01A06_RH2 | LSWP01A06_RH2:= RUNTIME); |
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,5 @@ |
|||||
|
[IEC_IEC_NORM] |
||||
|
TYPE |
||||
|
|
||||
|
END_TYPE |
||||
|
|
@ -0,0 +1,101 @@ |
|||||
|
<?xml version="1.0" encoding="iso-8859-1"?> |
||||
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
||||
|
<xsl:template match="/"> |
||||
|
<html> |
||||
|
<head> |
||||
|
</head> |
||||
|
<body> |
||||
|
<!-- MAIN-Table with one column --> |
||||
|
<table> |
||||
|
<!-- iterate through the SourceConnectors --> |
||||
|
<xsl:for-each select="CFC-XREF/SourceConnector"> |
||||
|
<!-- headline-row --> |
||||
|
<tr> |
||||
|
<td> |
||||
|
<table cellspacing="0" cellpadding="0"> |
||||
|
<tr> |
||||
|
<th bgcolor="red" width="400"> |
||||
|
<b>Source</b> |
||||
|
</th> |
||||
|
<th bgcolor="green" width="400"> |
||||
|
<b>Target(s)</b> |
||||
|
</th> |
||||
|
</tr> |
||||
|
</table> |
||||
|
</td> |
||||
|
</tr> |
||||
|
<!-- source-connector-row --> |
||||
|
<tr> |
||||
|
<td> |
||||
|
<table border="1" width="800" bgcolor="#FFDDDD" cellspacing="0" cellpadding="0"> |
||||
|
<tr> |
||||
|
<th>Source</th> |
||||
|
<th>Name</th> |
||||
|
<th>Connector</th> |
||||
|
<th>Layer</th> |
||||
|
<th>PrintOn</th> |
||||
|
</tr> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="SourceData/ConnectorName"/></td> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="SourceData/FunctionBlockName"/></td> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="SourceData/FunctionBlockConnector"/></td> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="SourceData/FunctionBlockLayer"/></td> |
||||
|
<td> |
||||
|
<table align="center"> |
||||
|
<tr> |
||||
|
<td align="center" nowrap="1">Page: <xsl:apply-templates select="SourceData/PrintLocalisation/Page"/></td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td align="center" nowrap="1">Row: <xsl:apply-templates select="SourceData/PrintLocalisation/Row"/></td> |
||||
|
</tr> |
||||
|
</table> |
||||
|
</td> |
||||
|
</table> |
||||
|
</td> |
||||
|
</tr> |
||||
|
<!-- target-connectors-row --> |
||||
|
<tr> |
||||
|
<td> |
||||
|
<table width="800" cellspacing="0" cellpadding="0"> |
||||
|
<tr> |
||||
|
<td width="50"> |
||||
|
|
||||
|
</td> |
||||
|
<td width="750"> |
||||
|
<table border="1" width="750" bgcolor="#D7FFD7" cellspacing="0" cellpadding="0"> |
||||
|
<tr> |
||||
|
<th>Target</th> |
||||
|
<th>Name</th> |
||||
|
<th>Connector</th> |
||||
|
<th>Layer</th> |
||||
|
<th>PrintOn</th> |
||||
|
</tr> |
||||
|
<xsl:for-each select="TargetConnectors/TargetData"> |
||||
|
<tr align="justify"> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="ConnectorName"/></td> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="FunctionBlockName"/></td> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="FunctionBlockConnector"/></td> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="FunctionBlockLayer"/></td> |
||||
|
<td> |
||||
|
<table align="center"> |
||||
|
<tr> |
||||
|
<td align="center" nowrap="1">Page: <xsl:apply-templates select="PrintLocalisation/Page"/></td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td align="center" nowrap="1">Row: <xsl:apply-templates select="PrintLocalisation/Row"/></td> |
||||
|
</tr> |
||||
|
</table> |
||||
|
</td> |
||||
|
</tr> |
||||
|
</xsl:for-each> |
||||
|
</table> |
||||
|
</td> |
||||
|
</tr> |
||||
|
</table> |
||||
|
</td> |
||||
|
</tr> |
||||
|
</xsl:for-each> |
||||
|
</table> |
||||
|
</body> |
||||
|
</html> |
||||
|
</xsl:template> |
||||
|
</xsl:stylesheet> |
@ -0,0 +1,3 @@ |
|||||
|
2 |
||||
|
E:\公司项目\项目文档\PM23092溧水秦淮人家一期拆迁安置房项目\下位机\DDC0101\$GEN$\Resource\SCAN.CRD |
||||
|
E:\公司项目\项目文档\PM23092溧水秦淮人家一期拆迁安置房项目\下位机\DDC0101\$GEN$\Resource\SWP.CRD |
@ -0,0 +1,39 @@ |
|||||
|
[INFORMATION] |
||||
|
CONFIG= |
||||
|
HARDWARE=EXC5300 |
||||
|
SECONDHARDWARE= |
||||
|
PACK_SOURCE=0 |
||||
|
TYPE=3 |
||||
|
OPERATINGNUMBER=0 |
||||
|
OPTIMIZE=2 |
||||
|
CONNECTION=192.168.90.15 |
||||
|
MAPFILE=1 |
||||
|
[IO_EXTERNALS] |
||||
|
FILE= |
||||
|
[TASKS] |
||||
|
FILE0=\SCAN |
||||
|
FILE1=\SWP |
||||
|
COUNT=2 |
||||
|
[TASK_FILE0] |
||||
|
NETDEP=0 |
||||
|
NAME= |
||||
|
TYPE=TIMER |
||||
|
INTERRUPT_NAME= |
||||
|
PRIORITY=1 |
||||
|
TIME=300 |
||||
|
NR=0 |
||||
|
OPTIMIZE=3 |
||||
|
[TASK_FILE1] |
||||
|
NETDEP=0 |
||||
|
NAME= |
||||
|
TYPE=TIMER |
||||
|
INTERRUPT_NAME= |
||||
|
PRIORITY=2 |
||||
|
TIME=500 |
||||
|
NR=0 |
||||
|
OPTIMIZE=3 |
||||
|
[GLOBAL] |
||||
|
COUNT=0 |
||||
|
[DIRECT_GLOBAL] |
||||
|
FILE0=\OPCDA |
||||
|
COUNT=1 |
@ -0,0 +1 @@ |
|||||
|
Resource.WL |
File diff suppressed because one or more lines are too long
@ -0,0 +1,20 @@ |
|||||
|
FUNCTION_BLOCK BS_DevScan |
||||
|
|
||||
|
|
||||
|
VAR_INPUT |
||||
|
Dev_Scan_Hex : DWORD ; |
||||
|
Dev_Array : ARRAY [ 0 .. 31 ] of byte ; |
||||
|
END_VAR |
||||
|
|
||||
|
VAR_OUTPUT |
||||
|
Dev_Status : DWORD ; |
||||
|
Dev_Ratio : REAL ; |
||||
|
Dev_Ready : BOOL ; |
||||
|
Dev_Total : INT ; |
||||
|
Dev_Error : INT ; |
||||
|
HeartVavle : int ; |
||||
|
END_VAR |
||||
|
|
||||
|
|
||||
|
|
||||
|
END_FUNCTION_BLOCK |
@ -0,0 +1,16 @@ |
|||||
|
FUNCTION_BLOCK BS_GETCRC16 |
||||
|
|
||||
|
|
||||
|
VAR_INPUT |
||||
|
CRC_IN : array [ 0 .. 200 ] of byte ; |
||||
|
CRC_LEN : INT ; |
||||
|
END_VAR |
||||
|
|
||||
|
VAR_OUTPUT |
||||
|
CRC16H : byte ; |
||||
|
CRC16L : byte ; |
||||
|
END_VAR |
||||
|
|
||||
|
|
||||
|
|
||||
|
END_FUNCTION_BLOCK |
@ -0,0 +1,17 @@ |
|||||
|
FUNCTION_BLOCK BS_RunTime |
||||
|
|
||||
|
|
||||
|
VAR_INPUT |
||||
|
Run : BOOL ; |
||||
|
RunTimeSet : REAL ; |
||||
|
RunTimeRST : BOOL ; |
||||
|
RunTimeRec_In : REAL ; |
||||
|
END_VAR |
||||
|
|
||||
|
VAR_OUTPUT |
||||
|
RunTime : REAL ; |
||||
|
END_VAR |
||||
|
|
||||
|
|
||||
|
|
||||
|
END_FUNCTION_BLOCK |
@ -0,0 +1,4 @@ |
|||||
|
PROGRAM OPCDA |
||||
|
|
||||
|
|
||||
|
END_PROGRAM |
Binary file not shown.
@ -0,0 +1,48 @@ |
|||||
|
$INCLUDE_FILE |
||||
|
|
||||
|
|
||||
|
(* GLOBALE TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* GLOBALE PROTOTYPEN *) |
||||
|
|
||||
|
FUNCTION_BLOCK SHL_DWORD |
||||
|
VAR_INPUT |
||||
|
EN :BOOL; |
||||
|
IN :DWORD; |
||||
|
N :UINT; |
||||
|
END_VAR |
||||
|
VAR_OUTPUT |
||||
|
ENO :BOOL; |
||||
|
OUT :DWORD; |
||||
|
END_VAR |
||||
|
END_FUNCTION_BLOCK |
||||
|
|
||||
|
FUNCTION_BLOCK SHR_DWORD |
||||
|
VAR_INPUT |
||||
|
EN :BOOL; |
||||
|
IN :DWORD; |
||||
|
N :UINT; |
||||
|
END_VAR |
||||
|
VAR_OUTPUT |
||||
|
ENO :BOOL; |
||||
|
OUT :DWORD; |
||||
|
END_VAR |
||||
|
END_FUNCTION_BLOCK |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* EXTERNE POEs *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
$END_INCLUDE_FILE |
Binary file not shown.
@ -0,0 +1,24 @@ |
|||||
|
$INCLUDE_FILE |
||||
|
|
||||
|
|
||||
|
(* GLOBALE TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* GLOBALE PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* EXTERNE POEs *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
$END_INCLUDE_FILE |
Binary file not shown.
@ -0,0 +1,45 @@ |
|||||
|
|
||||
|
->开始编译工程配置项... |
||||
|
|
||||
|
->开始工程初始化... |
||||
|
|
||||
|
|
||||
|
->开始创建关联... |
||||
|
|
||||
|
->开始编译 ... |
||||
|
|
||||
|
->开始编译文件... |
||||
|
|
||||
|
0 错误, 0 警告. |
||||
|
|
||||
|
|
||||
|
->开始编译声明类型... |
||||
|
|
||||
|
->开始编译包含文件... |
||||
|
|
||||
|
->开始编译文件... |
||||
|
|
||||
|
->开始编译声明类型... |
||||
|
|
||||
|
->开始编译包含文件... |
||||
|
|
||||
|
->开始编译文件... |
||||
|
|
||||
|
->开始连接 ... |
||||
|
|
||||
|
->生成全局变量 ... |
||||
|
|
||||
|
->生成任务 SCAN ... |
||||
|
|
||||
|
->生成任务 SWP ... |
||||
|
|
||||
|
->生成目标文件: RESOURCE ... |
||||
|
|
||||
|
->目标文件大小: 24833 字节. |
||||
|
|
||||
|
0 错误, 0 警告. |
||||
|
|
||||
|
->生成OPC变量: 数量74 个 大小:2872 字节 |
||||
|
|
||||
|
->工程编译结束... |
||||
|
|
@ -0,0 +1,24 @@ |
|||||
|
$INCLUDE_FILE |
||||
|
|
||||
|
|
||||
|
(* GLOBALE TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* GLOBALE PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* EXTERNE POEs *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
$END_INCLUDE_FILE |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,25 @@ |
|||||
|
$INCLUDE_FILE |
||||
|
|
||||
|
|
||||
|
(* GLOBALE TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* GLOBALE PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT PROTOTYPEN *) |
||||
|
|
||||
|
$INCLUDE "E:\PROGRAMFILE\EXDRIVER\EXCONFIG\EXDRIVE\LIB\BRCON_MCFB_ED_V3.3.0.1\$GEN$\BS_DEVSCAN.PTT" |
||||
|
|
||||
|
|
||||
|
(* EXTERNE POEs *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
$END_INCLUDE_FILE |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,25 @@ |
|||||
|
$INCLUDE_FILE |
||||
|
|
||||
|
|
||||
|
(* GLOBALE TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* GLOBALE PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT PROTOTYPEN *) |
||||
|
|
||||
|
$INCLUDE "E:\PROGRAMFILE\EXDRIVER\EXCONFIG\EXDRIVE\LIB\BRCON_MCFB_ED_V3.3.0.1\$GEN$\BS_RUNTIME.PTT" |
||||
|
|
||||
|
|
||||
|
(* EXTERNE POEs *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
$END_INCLUDE_FILE |
Binary file not shown.
@ -0,0 +1,24 @@ |
|||||
|
$INCLUDE_FILE |
||||
|
|
||||
|
|
||||
|
(* GLOBALE TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* GLOBALE PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* EXTERNE POEs *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
$END_INCLUDE_FILE |
File diff suppressed because it is too large
@ -0,0 +1,79 @@ |
|||||
|
0/9 SegHardwareConfig -- 20 |
||||
|
2/10 Datasegment 2/11 248 SWP |
||||
|
2/11 Codesegment 2/12 523 |
||||
|
2/12 Initialsegment 2/11 16 |
||||
|
2/13 Datasegment 2/14 52 SWP.SWP02A01_RUNTIME1 |
||||
|
2/14 Codesegment 2/15 141 |
||||
|
2/15 Initialsegment 2/14 52 |
||||
|
2/16 Datasegment 2/17 29 SWP.SWP02A01_RUNTIME1.TIME_M |
||||
|
2/17 Codesegment 2/18 7 |
||||
|
2/18 Initialsegment 2/17 35 |
||||
|
2/19 Datasegment 2/17 29 SWP.SWP02A01_RUNTIME1.TIME_RST |
||||
|
2/20 Datasegment 2/14 52 SWP.SWP02A01_RUNTIME2 |
||||
|
2/21 Datasegment 2/17 29 SWP.SWP02A01_RUNTIME2.TIME_M |
||||
|
2/22 Datasegment 2/17 29 SWP.SWP02A01_RUNTIME2.TIME_RST |
||||
|
2/23 Datasegment 2/14 52 SWP.SWP02A02_RUNTIME1 |
||||
|
2/24 Datasegment 2/17 29 SWP.SWP02A02_RUNTIME1.TIME_M |
||||
|
2/25 Datasegment 2/17 29 SWP.SWP02A02_RUNTIME1.TIME_RST |
||||
|
2/26 Datasegment 2/14 52 SWP.SWP02A02_RUNTIME2 |
||||
|
2/27 Datasegment 2/17 29 SWP.SWP02A02_RUNTIME2.TIME_M |
||||
|
2/28 Datasegment 2/17 29 SWP.SWP02A02_RUNTIME2.TIME_RST |
||||
|
2/29 Datasegment 2/14 52 SWP.SWP02A03_RUNTIME1 |
||||
|
2/30 Datasegment 2/17 29 SWP.SWP02A03_RUNTIME1.TIME_M |
||||
|
2/31 Datasegment 2/17 29 SWP.SWP02A03_RUNTIME1.TIME_RST |
||||
|
2/32 Datasegment 2/14 52 SWP.SWP02A03_RUNTIME2 |
||||
|
2/33 Datasegment 2/17 29 SWP.SWP02A03_RUNTIME2.TIME_M |
||||
|
2/34 Datasegment 2/17 29 SWP.SWP02A03_RUNTIME2.TIME_RST |
||||
|
2/35 Datasegment 2/14 52 SWP.SWP02A04_RUNTIME1 |
||||
|
2/36 Datasegment 2/17 29 SWP.SWP02A04_RUNTIME1.TIME_M |
||||
|
2/37 Datasegment 2/17 29 SWP.SWP02A04_RUNTIME1.TIME_RST |
||||
|
2/38 Datasegment 2/14 52 SWP.SWP02A04_RUNTIME2 |
||||
|
2/39 Datasegment 2/17 29 SWP.SWP02A04_RUNTIME2.TIME_M |
||||
|
2/40 Datasegment 2/17 29 SWP.SWP02A04_RUNTIME2.TIME_RST |
||||
|
2/41 Datasegment 2/14 52 SWP.SWP02A05_RUNTIME1 |
||||
|
2/42 Datasegment 2/17 29 SWP.SWP02A05_RUNTIME1.TIME_M |
||||
|
2/43 Datasegment 2/17 29 SWP.SWP02A05_RUNTIME1.TIME_RST |
||||
|
2/44 Datasegment 2/14 52 SWP.SWP02A05_RUNTIME2 |
||||
|
2/45 Datasegment 2/17 29 SWP.SWP02A05_RUNTIME2.TIME_M |
||||
|
2/46 Datasegment 2/17 29 SWP.SWP02A05_RUNTIME2.TIME_RST |
||||
|
2/47 Datasegment 2/14 52 SWP.SWP02A06_RUNTIME1 |
||||
|
2/48 Datasegment 2/17 29 SWP.SWP02A06_RUNTIME1.TIME_M |
||||
|
2/49 Datasegment 2/17 29 SWP.SWP02A06_RUNTIME1.TIME_RST |
||||
|
2/50 Datasegment 2/14 52 SWP.SWP02A06_RUNTIME2 |
||||
|
2/51 Datasegment 2/17 29 SWP.SWP02A06_RUNTIME2.TIME_M |
||||
|
2/52 Datasegment 2/17 29 SWP.SWP02A06_RUNTIME2.TIME_RST |
||||
|
2/53 Instancetable -- 566 |
||||
|
2/54 Downloadtable -- 1041 |
||||
|
1/10 Datasegment 1/11 232 SCAN |
||||
|
1/11 Codesegment 1/12 303 |
||||
|
1/12 Initialsegment 1/11 80 |
||||
|
1/13 Datasegment 1/14 100 SCAN.BOX01_DEVSCAN |
||||
|
1/14 Codesegment 1/15 448 |
||||
|
1/15 Initialsegment 1/14 96 |
||||
|
1/16 Datasegment 1/17 20 SCAN.BOX01_DEVSCAN.SHR_D |
||||
|
1/17 Codesegment 1/18 7 |
||||
|
1/18 Initialsegment 1/17 28 |
||||
|
1/19 Datasegment 1/20 20 SCAN.BOX01_DEVSCAN.SHR_L |
||||
|
1/20 Codesegment 1/21 7 |
||||
|
1/21 Initialsegment 1/20 28 |
||||
|
1/22 Datasegment 1/23 29 SCAN.BOX01_DEVSCAN.TON1 |
||||
|
1/23 Codesegment 1/24 7 |
||||
|
1/24 Initialsegment 1/23 35 |
||||
|
1/25 Datasegment 1/14 100 SCAN.BOX02_DEVSCAN |
||||
|
1/26 Datasegment 1/17 20 SCAN.BOX02_DEVSCAN.SHR_D |
||||
|
1/27 Datasegment 1/20 20 SCAN.BOX02_DEVSCAN.SHR_L |
||||
|
1/28 Datasegment 1/23 29 SCAN.BOX02_DEVSCAN.TON1 |
||||
|
1/29 Datasegment 1/14 100 SCAN.BOX03_DEVSCAN |
||||
|
1/30 Datasegment 1/17 20 SCAN.BOX03_DEVSCAN.SHR_D |
||||
|
1/31 Datasegment 1/20 20 SCAN.BOX03_DEVSCAN.SHR_L |
||||
|
1/32 Datasegment 1/23 29 SCAN.BOX03_DEVSCAN.TON1 |
||||
|
1/33 Datasegment 1/14 100 SCAN.BOX04_DEVSCAN |
||||
|
1/34 Datasegment 1/17 20 SCAN.BOX04_DEVSCAN.SHR_D |
||||
|
1/35 Datasegment 1/20 20 SCAN.BOX04_DEVSCAN.SHR_L |
||||
|
1/36 Datasegment 1/23 29 SCAN.BOX04_DEVSCAN.TON1 |
||||
|
1/37 Datasegment 1/14 100 SCAN.BOX05_DEVSCAN |
||||
|
1/38 Datasegment 1/17 20 SCAN.BOX05_DEVSCAN.SHR_D |
||||
|
1/39 Datasegment 1/20 20 SCAN.BOX05_DEVSCAN.SHR_L |
||||
|
1/40 Datasegment 1/23 29 SCAN.BOX05_DEVSCAN.TON1 |
||||
|
1/41 Instancetable -- 354 |
||||
|
1/42 Downloadtable -- 583 |
@ -0,0 +1,497 @@ |
|||||
|
LSWP02A01_R1 OPCDA 1 1 0 1 8 0 1 0 0 %I0.0 |
||||
|
LSWP02A01_F1 OPCDA 1 1 0 1 8 1 1 0 0 %I0.1 |
||||
|
LSWP02A01_R2 OPCDA 1 1 0 1 8 2 1 0 0 %I0.2 |
||||
|
LSWP02A01_F2 OPCDA 1 1 0 1 8 3 1 0 0 %I0.3 |
||||
|
LSWP02A01_HL OPCDA 1 1 0 1 8 4 1 0 0 %I0.4 |
||||
|
LSWP02A01_LL OPCDA 1 1 0 1 8 5 1 0 0 %I0.5 |
||||
|
LSWP02A02_R1 OPCDA 1 1 0 1 24 0 1 0 0 %I16.0 |
||||
|
LSWP02A02_F1 OPCDA 1 1 0 1 24 1 1 0 0 %I16.1 |
||||
|
LSWP02A02_R2 OPCDA 1 1 0 1 24 2 1 0 0 %I16.2 |
||||
|
LSWP02A02_F2 OPCDA 1 1 0 1 24 3 1 0 0 %I16.3 |
||||
|
LSWP02A02_HL OPCDA 1 1 0 1 24 4 1 0 0 %I16.4 |
||||
|
LSWP02A02_LL OPCDA 1 1 0 1 24 5 1 0 0 %I16.5 |
||||
|
LSWP02A03_R1 OPCDA 1 1 0 1 40 0 1 0 0 %I32.0 |
||||
|
LSWP02A03_F1 OPCDA 1 1 0 1 40 1 1 0 0 %I32.1 |
||||
|
LSWP02A03_R2 OPCDA 1 1 0 1 40 2 1 0 0 %I32.2 |
||||
|
LSWP02A03_F2 OPCDA 1 1 0 1 40 3 1 0 0 %I32.3 |
||||
|
LSWP02A03_HL OPCDA 1 1 0 1 40 4 1 0 0 %I32.4 |
||||
|
LSWP02A03_LL OPCDA 1 1 0 1 40 5 1 0 0 %I32.5 |
||||
|
LSWP02A04_R1 OPCDA 1 1 0 1 56 0 1 0 0 %I48.0 |
||||
|
LSWP02A04_F1 OPCDA 1 1 0 1 56 1 1 0 0 %I48.1 |
||||
|
LSWP02A04_R2 OPCDA 1 1 0 1 56 2 1 0 0 %I48.2 |
||||
|
LSWP02A04_F2 OPCDA 1 1 0 1 56 3 1 0 0 %I48.3 |
||||
|
LSWP02A04_HL OPCDA 1 1 0 1 56 4 1 0 0 %I48.4 |
||||
|
LSWP02A04_LL OPCDA 1 1 0 1 56 5 1 0 0 %I48.5 |
||||
|
LSWP02A05_R1 OPCDA 1 1 0 1 72 0 1 0 0 %I64.0 |
||||
|
LSWP02A05_F1 OPCDA 1 1 0 1 72 1 1 0 0 %I64.1 |
||||
|
LSWP02A05_R2 OPCDA 1 1 0 1 72 2 1 0 0 %I64.2 |
||||
|
LSWP02A05_F2 OPCDA 1 1 0 1 72 3 1 0 0 %I64.3 |
||||
|
LSWP02A05_HL OPCDA 1 1 0 1 72 4 1 0 0 %I64.4 |
||||
|
LSWP02A05_LL OPCDA 1 1 0 1 72 5 1 0 0 %I64.5 |
||||
|
LSWP02A06_R1 OPCDA 1 1 0 1 88 0 1 0 0 %I80.0 |
||||
|
LSWP02A06_F1 OPCDA 1 1 0 1 88 1 1 0 0 %I80.1 |
||||
|
LSWP02A06_R2 OPCDA 1 1 0 1 88 2 1 0 0 %I80.2 |
||||
|
LSWP02A06_F2 OPCDA 1 1 0 1 88 3 1 0 0 %I80.3 |
||||
|
LSWP02A06_HL OPCDA 1 1 0 1 88 4 1 0 0 %I80.4 |
||||
|
LSWP02A06_LL OPCDA 1 1 0 1 88 5 1 0 0 %I80.5 |
||||
|
LBOX02A01_DS OPCDA 1 1 0 1 1134 0 1 0 0 %M102.0 |
||||
|
LBOX02A01_OR OPCDA 11 4 0 1 1156 0 1 0 0 %M124.0 |
||||
|
LSWP02A01_RST1 OPCDA 1 1 0 1 1200 0 1 0 0 %M168.0 |
||||
|
LSWP02A01_RSTV1 OPCDA 11 4 0 1 1204 0 1 0 0 %M172.0 |
||||
|
LSWP02A01_RH1 OPCDA 11 4 0 1 1208 0 1 0 0 %M176.0 |
||||
|
LSWP02A01_RST2 OPCDA 1 1 0 1 1212 0 1 0 0 %M180.0 |
||||
|
LSWP02A01_RSTV2 OPCDA 11 4 0 1 1216 0 1 0 0 %M184.0 |
||||
|
LSWP02A01_RH2 OPCDA 11 4 0 1 1220 0 1 0 0 %M188.0 |
||||
|
LSWP02A02_RST1 OPCDA 1 1 0 1 1224 0 1 0 0 %M192.0 |
||||
|
LSWP02A02_RSTV1 OPCDA 11 4 0 1 1228 0 1 0 0 %M196.0 |
||||
|
LSWP02A02_RH1 OPCDA 11 4 0 1 1232 0 1 0 0 %M200.0 |
||||
|
LSWP02A02_RST2 OPCDA 1 1 0 1 1236 0 1 0 0 %M204.0 |
||||
|
LSWP02A02_RSTV2 OPCDA 11 4 0 1 1240 0 1 0 0 %M208.0 |
||||
|
LSWP02A02_RH2 OPCDA 11 4 0 1 1244 0 1 0 0 %M212.0 |
||||
|
LSWP02A03_RST1 OPCDA 1 1 0 1 1248 0 1 0 0 %M216.0 |
||||
|
LSWP02A03_RSTV1 OPCDA 11 4 0 1 1252 0 1 0 0 %M220.0 |
||||
|
LSWP02A03_RH1 OPCDA 11 4 0 1 1256 0 1 0 0 %M224.0 |
||||
|
LSWP02A03_RST2 OPCDA 1 1 0 1 1260 0 1 0 0 %M228.0 |
||||
|
LSWP02A03_RSTV2 OPCDA 11 4 0 1 1264 0 1 0 0 %M232.0 |
||||
|
LSWP02A03_RH2 OPCDA 11 4 0 1 1268 0 1 0 0 %M236.0 |
||||
|
LSWP02A04_RST1 OPCDA 1 1 0 1 1272 0 1 0 0 %M240.0 |
||||
|
LSWP02A04_RSTV1 OPCDA 11 4 0 1 1276 0 1 0 0 %M244.0 |
||||
|
LSWP02A04_RH1 OPCDA 11 4 0 1 1280 0 1 0 0 %M248.0 |
||||
|
LSWP02A04_RST2 OPCDA 1 1 0 1 1284 0 1 0 0 %M252.0 |
||||
|
LSWP02A04_RSTV2 OPCDA 11 4 0 1 1288 0 1 0 0 %M256.0 |
||||
|
LSWP02A04_RH2 OPCDA 11 4 0 1 1292 0 1 0 0 %M260.0 |
||||
|
LSWP02A05_RST1 OPCDA 1 1 0 1 1296 0 1 0 0 %M264.0 |
||||
|
LSWP02A05_RSTV1 OPCDA 11 4 0 1 1300 0 1 0 0 %M268.0 |
||||
|
LSWP02A05_RH1 OPCDA 11 4 0 1 1304 0 1 0 0 %M272.0 |
||||
|
LSWP02A05_RST2 OPCDA 1 1 0 1 1308 0 1 0 0 %M276.0 |
||||
|
LSWP02A05_RSTV2 OPCDA 11 4 0 1 1312 0 1 0 0 %M280.0 |
||||
|
LSWP02A05_RH2 OPCDA 11 4 0 1 1316 0 1 0 0 %M284.0 |
||||
|
LSWP02A06_RST1 OPCDA 1 1 0 1 1320 0 1 0 0 %M288.0 |
||||
|
LSWP02A06_RSTV1 OPCDA 11 4 0 1 1324 0 1 0 0 %M292.0 |
||||
|
LSWP02A06_RH1 OPCDA 11 4 0 1 1328 0 1 0 0 %M296.0 |
||||
|
LSWP02A06_RST2 OPCDA 1 1 0 1 1332 0 1 0 0 %M300.0 |
||||
|
LSWP02A06_RSTV2 OPCDA 11 4 0 1 1336 0 1 0 0 %M304.0 |
||||
|
LSWP02A06_RH2 OPCDA 11 4 0 1 1340 0 1 0 0 %M308.0 |
||||
|
DEV_ARRAY SCAN 22 44 1 10 168 0 4 0 0 <noPI> BYTE 0..31 12 |
||||
|
BOX01_HEX SCAN 4 4 1 10 212 0 4 0 0 <noPI> |
||||
|
BOX02_HEX SCAN 4 4 1 10 216 0 4 0 0 <noPI> |
||||
|
BOX03_HEX SCAN 4 4 1 10 220 0 4 0 0 <noPI> |
||||
|
BOX04_HEX SCAN 4 4 1 10 224 0 4 0 0 <noPI> |
||||
|
BOX05_HEX SCAN 4 4 1 10 228 0 4 0 0 <noPI> |
||||
|
DEV00_IP SCAN 2 1 1 1 8032 0 1 0 0 %M7000.0 |
||||
|
DEV00_R SCAN 2 1 1 1 9032 0 1 0 0 %M8000.0 |
||||
|
DEV01_R SCAN 2 1 1 1 9033 0 1 0 0 %M8001.0 |
||||
|
DEV02_R SCAN 2 1 1 1 9034 0 1 0 0 %M8002.0 |
||||
|
DEV03_R SCAN 2 1 1 1 9035 0 1 0 0 %M8003.0 |
||||
|
DEV04_R SCAN 2 1 1 1 9036 0 1 0 0 %M8004.0 |
||||
|
DEV05_R SCAN 2 1 1 1 9037 0 1 0 0 %M8005.0 |
||||
|
DEV06_R SCAN 2 1 1 1 9038 0 1 0 0 %M8006.0 |
||||
|
DEV07_R SCAN 2 1 1 1 9039 0 1 0 0 %M8007.0 |
||||
|
DEV08_R SCAN 2 1 1 1 9040 0 1 0 0 %M8008.0 |
||||
|
DEV09_R SCAN 2 1 1 1 9041 0 1 0 0 %M8009.0 |
||||
|
DEV10_R SCAN 2 1 1 1 9042 0 1 0 0 %M8010.0 |
||||
|
DEV11_R SCAN 2 1 1 1 9043 0 1 0 0 %M8011.0 |
||||
|
DEV12_R SCAN 2 1 1 1 9044 0 1 0 0 %M8012.0 |
||||
|
DEV13_R SCAN 2 1 1 1 9045 0 1 0 0 %M8013.0 |
||||
|
DEV14_R SCAN 2 1 1 1 9046 0 1 0 0 %M8014.0 |
||||
|
DEV15_R SCAN 2 1 1 1 9047 0 1 0 0 %M8015.0 |
||||
|
DEV16_R SCAN 2 1 1 1 9048 0 1 0 0 %M8016.0 |
||||
|
DEV17_R SCAN 2 1 1 1 9049 0 1 0 0 %M8017.0 |
||||
|
DEV18_R SCAN 2 1 1 1 9050 0 1 0 0 %M8018.0 |
||||
|
DEV19_R SCAN 2 1 1 1 9051 0 1 0 0 %M8019.0 |
||||
|
DEV20_R SCAN 2 1 1 1 9052 0 1 0 0 %M8020.0 |
||||
|
DEV21_R SCAN 2 1 1 1 9053 0 1 0 0 %M8021.0 |
||||
|
DEV22_R SCAN 2 1 1 1 9054 0 1 0 0 %M8022.0 |
||||
|
DEV23_R SCAN 2 1 1 1 9055 0 1 0 0 %M8023.0 |
||||
|
DEV24_R SCAN 2 1 1 1 9056 0 1 0 0 %M8024.0 |
||||
|
DEV25_R SCAN 2 1 1 1 9057 0 1 0 0 %M8025.0 |
||||
|
DEV26_R SCAN 2 1 1 1 9058 0 1 0 0 %M8026.0 |
||||
|
DEV27_R SCAN 2 1 1 1 9059 0 1 0 0 %M8027.0 |
||||
|
DEV28_R SCAN 2 1 1 1 9060 0 1 0 0 %M8028.0 |
||||
|
DEV29_R SCAN 2 1 1 1 9061 0 1 0 0 %M8029.0 |
||||
|
DEV30_R SCAN 2 1 1 1 9062 0 1 0 0 %M8030.0 |
||||
|
DEV31_R SCAN 2 1 1 1 9063 0 1 0 0 %M8031.0 |
||||
|
LBOX02A01_OR SCAN 11 4 1 1 1156 0 8 0 0 <noPI> |
||||
|
LBOX02A01_DS SCAN 1 1 1 1 1134 0 8 0 0 <noPI> |
||||
|
DEV_SCAN_HEX SCAN.BOX01_DEVSCAN 4 4 1 13 24 0 2 0 0 <noPI> |
||||
|
DEV_ARRAY SCAN.BOX01_DEVSCAN 22 44 1 13 28 0 2 0 0 <noPI> BYTE 0..31 12 |
||||
|
DEV_STATUS SCAN.BOX01_DEVSCAN 4 4 1 13 8 0 2 0 0 <noPI> |
||||
|
DEV_RATIO SCAN.BOX01_DEVSCAN 11 4 1 13 12 0 2 0 0 <noPI> |
||||
|
DEV_READY SCAN.BOX01_DEVSCAN 1 1 1 13 16 0 2 0 0 <noPI> |
||||
|
DEV_TOTAL SCAN.BOX01_DEVSCAN 9 2 1 13 18 0 2 0 0 <noPI> |
||||
|
DEV_ERROR SCAN.BOX01_DEVSCAN 9 2 1 13 20 0 2 0 0 <noPI> |
||||
|
HEARTVAVLE SCAN.BOX01_DEVSCAN 9 2 1 13 22 0 2 0 0 <noPI> |
||||
|
I SCAN.BOX01_DEVSCAN 6 2 1 13 84 0 4 0 0 <noPI> |
||||
|
DEV_SCAN_TEMP SCAN.BOX01_DEVSCAN 4 4 1 13 88 0 4 0 0 <noPI> |
||||
|
DEV_ERROR_FLAG SCAN.BOX01_DEVSCAN 1 1 1 13 92 0 4 0 0 <noPI> |
||||
|
DEV_STATUS_TEMP SCAN.BOX01_DEVSCAN 4 4 1 13 96 0 4 0 0 <noPI> |
||||
|
IN SCAN.BOX01_DEVSCAN.TON1 1 1 1 22 16 0 2 0 0 <noPI> |
||||
|
PT SCAN.BOX01_DEVSCAN.TON1 12 4 1 22 20 0 2 0 0 <noPI> |
||||
|
Q SCAN.BOX01_DEVSCAN.TON1 1 1 1 22 8 0 2 0 0 <noPI> |
||||
|
ET SCAN.BOX01_DEVSCAN.TON1 12 4 1 22 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX01_DEVSCAN.SHR_L 1 1 1 19 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX01_DEVSCAN.SHR_L 4 4 1 19 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX01_DEVSCAN.SHR_L 6 2 1 19 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX01_DEVSCAN.SHR_L 1 1 1 19 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX01_DEVSCAN.SHR_L 4 4 1 19 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX01_DEVSCAN.SHR_D 1 1 1 16 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX01_DEVSCAN.SHR_D 4 4 1 16 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX01_DEVSCAN.SHR_D 6 2 1 16 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX01_DEVSCAN.SHR_D 1 1 1 16 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX01_DEVSCAN.SHR_D 4 4 1 16 12 0 2 0 0 <noPI> |
||||
|
DEV_SCAN_HEX SCAN.BOX02_DEVSCAN 4 4 1 25 24 0 2 0 0 <noPI> |
||||
|
DEV_ARRAY SCAN.BOX02_DEVSCAN 22 44 1 25 28 0 2 0 0 <noPI> BYTE 0..31 12 |
||||
|
DEV_STATUS SCAN.BOX02_DEVSCAN 4 4 1 25 8 0 2 0 0 <noPI> |
||||
|
DEV_RATIO SCAN.BOX02_DEVSCAN 11 4 1 25 12 0 2 0 0 <noPI> |
||||
|
DEV_READY SCAN.BOX02_DEVSCAN 1 1 1 25 16 0 2 0 0 <noPI> |
||||
|
DEV_TOTAL SCAN.BOX02_DEVSCAN 9 2 1 25 18 0 2 0 0 <noPI> |
||||
|
DEV_ERROR SCAN.BOX02_DEVSCAN 9 2 1 25 20 0 2 0 0 <noPI> |
||||
|
HEARTVAVLE SCAN.BOX02_DEVSCAN 9 2 1 25 22 0 2 0 0 <noPI> |
||||
|
I SCAN.BOX02_DEVSCAN 6 2 1 25 84 0 4 0 0 <noPI> |
||||
|
DEV_SCAN_TEMP SCAN.BOX02_DEVSCAN 4 4 1 25 88 0 4 0 0 <noPI> |
||||
|
DEV_ERROR_FLAG SCAN.BOX02_DEVSCAN 1 1 1 25 92 0 4 0 0 <noPI> |
||||
|
DEV_STATUS_TEMP SCAN.BOX02_DEVSCAN 4 4 1 25 96 0 4 0 0 <noPI> |
||||
|
IN SCAN.BOX02_DEVSCAN.TON1 1 1 1 28 16 0 2 0 0 <noPI> |
||||
|
PT SCAN.BOX02_DEVSCAN.TON1 12 4 1 28 20 0 2 0 0 <noPI> |
||||
|
Q SCAN.BOX02_DEVSCAN.TON1 1 1 1 28 8 0 2 0 0 <noPI> |
||||
|
ET SCAN.BOX02_DEVSCAN.TON1 12 4 1 28 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX02_DEVSCAN.SHR_L 1 1 1 27 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX02_DEVSCAN.SHR_L 4 4 1 27 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX02_DEVSCAN.SHR_L 6 2 1 27 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX02_DEVSCAN.SHR_L 1 1 1 27 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX02_DEVSCAN.SHR_L 4 4 1 27 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX02_DEVSCAN.SHR_D 1 1 1 26 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX02_DEVSCAN.SHR_D 4 4 1 26 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX02_DEVSCAN.SHR_D 6 2 1 26 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX02_DEVSCAN.SHR_D 1 1 1 26 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX02_DEVSCAN.SHR_D 4 4 1 26 12 0 2 0 0 <noPI> |
||||
|
DEV_SCAN_HEX SCAN.BOX03_DEVSCAN 4 4 1 29 24 0 2 0 0 <noPI> |
||||
|
DEV_ARRAY SCAN.BOX03_DEVSCAN 22 44 1 29 28 0 2 0 0 <noPI> BYTE 0..31 12 |
||||
|
DEV_STATUS SCAN.BOX03_DEVSCAN 4 4 1 29 8 0 2 0 0 <noPI> |
||||
|
DEV_RATIO SCAN.BOX03_DEVSCAN 11 4 1 29 12 0 2 0 0 <noPI> |
||||
|
DEV_READY SCAN.BOX03_DEVSCAN 1 1 1 29 16 0 2 0 0 <noPI> |
||||
|
DEV_TOTAL SCAN.BOX03_DEVSCAN 9 2 1 29 18 0 2 0 0 <noPI> |
||||
|
DEV_ERROR SCAN.BOX03_DEVSCAN 9 2 1 29 20 0 2 0 0 <noPI> |
||||
|
HEARTVAVLE SCAN.BOX03_DEVSCAN 9 2 1 29 22 0 2 0 0 <noPI> |
||||
|
I SCAN.BOX03_DEVSCAN 6 2 1 29 84 0 4 0 0 <noPI> |
||||
|
DEV_SCAN_TEMP SCAN.BOX03_DEVSCAN 4 4 1 29 88 0 4 0 0 <noPI> |
||||
|
DEV_ERROR_FLAG SCAN.BOX03_DEVSCAN 1 1 1 29 92 0 4 0 0 <noPI> |
||||
|
DEV_STATUS_TEMP SCAN.BOX03_DEVSCAN 4 4 1 29 96 0 4 0 0 <noPI> |
||||
|
IN SCAN.BOX03_DEVSCAN.TON1 1 1 1 32 16 0 2 0 0 <noPI> |
||||
|
PT SCAN.BOX03_DEVSCAN.TON1 12 4 1 32 20 0 2 0 0 <noPI> |
||||
|
Q SCAN.BOX03_DEVSCAN.TON1 1 1 1 32 8 0 2 0 0 <noPI> |
||||
|
ET SCAN.BOX03_DEVSCAN.TON1 12 4 1 32 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX03_DEVSCAN.SHR_L 1 1 1 31 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX03_DEVSCAN.SHR_L 4 4 1 31 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX03_DEVSCAN.SHR_L 6 2 1 31 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX03_DEVSCAN.SHR_L 1 1 1 31 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX03_DEVSCAN.SHR_L 4 4 1 31 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX03_DEVSCAN.SHR_D 1 1 1 30 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX03_DEVSCAN.SHR_D 4 4 1 30 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX03_DEVSCAN.SHR_D 6 2 1 30 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX03_DEVSCAN.SHR_D 1 1 1 30 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX03_DEVSCAN.SHR_D 4 4 1 30 12 0 2 0 0 <noPI> |
||||
|
DEV_SCAN_HEX SCAN.BOX04_DEVSCAN 4 4 1 33 24 0 2 0 0 <noPI> |
||||
|
DEV_ARRAY SCAN.BOX04_DEVSCAN 22 44 1 33 28 0 2 0 0 <noPI> BYTE 0..31 12 |
||||
|
DEV_STATUS SCAN.BOX04_DEVSCAN 4 4 1 33 8 0 2 0 0 <noPI> |
||||
|
DEV_RATIO SCAN.BOX04_DEVSCAN 11 4 1 33 12 0 2 0 0 <noPI> |
||||
|
DEV_READY SCAN.BOX04_DEVSCAN 1 1 1 33 16 0 2 0 0 <noPI> |
||||
|
DEV_TOTAL SCAN.BOX04_DEVSCAN 9 2 1 33 18 0 2 0 0 <noPI> |
||||
|
DEV_ERROR SCAN.BOX04_DEVSCAN 9 2 1 33 20 0 2 0 0 <noPI> |
||||
|
HEARTVAVLE SCAN.BOX04_DEVSCAN 9 2 1 33 22 0 2 0 0 <noPI> |
||||
|
I SCAN.BOX04_DEVSCAN 6 2 1 33 84 0 4 0 0 <noPI> |
||||
|
DEV_SCAN_TEMP SCAN.BOX04_DEVSCAN 4 4 1 33 88 0 4 0 0 <noPI> |
||||
|
DEV_ERROR_FLAG SCAN.BOX04_DEVSCAN 1 1 1 33 92 0 4 0 0 <noPI> |
||||
|
DEV_STATUS_TEMP SCAN.BOX04_DEVSCAN 4 4 1 33 96 0 4 0 0 <noPI> |
||||
|
IN SCAN.BOX04_DEVSCAN.TON1 1 1 1 36 16 0 2 0 0 <noPI> |
||||
|
PT SCAN.BOX04_DEVSCAN.TON1 12 4 1 36 20 0 2 0 0 <noPI> |
||||
|
Q SCAN.BOX04_DEVSCAN.TON1 1 1 1 36 8 0 2 0 0 <noPI> |
||||
|
ET SCAN.BOX04_DEVSCAN.TON1 12 4 1 36 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX04_DEVSCAN.SHR_L 1 1 1 35 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX04_DEVSCAN.SHR_L 4 4 1 35 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX04_DEVSCAN.SHR_L 6 2 1 35 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX04_DEVSCAN.SHR_L 1 1 1 35 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX04_DEVSCAN.SHR_L 4 4 1 35 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX04_DEVSCAN.SHR_D 1 1 1 34 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX04_DEVSCAN.SHR_D 4 4 1 34 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX04_DEVSCAN.SHR_D 6 2 1 34 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX04_DEVSCAN.SHR_D 1 1 1 34 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX04_DEVSCAN.SHR_D 4 4 1 34 12 0 2 0 0 <noPI> |
||||
|
DEV_SCAN_HEX SCAN.BOX05_DEVSCAN 4 4 1 37 24 0 2 0 0 <noPI> |
||||
|
DEV_ARRAY SCAN.BOX05_DEVSCAN 22 44 1 37 28 0 2 0 0 <noPI> BYTE 0..31 12 |
||||
|
DEV_STATUS SCAN.BOX05_DEVSCAN 4 4 1 37 8 0 2 0 0 <noPI> |
||||
|
DEV_RATIO SCAN.BOX05_DEVSCAN 11 4 1 37 12 0 2 0 0 <noPI> |
||||
|
DEV_READY SCAN.BOX05_DEVSCAN 1 1 1 37 16 0 2 0 0 <noPI> |
||||
|
DEV_TOTAL SCAN.BOX05_DEVSCAN 9 2 1 37 18 0 2 0 0 <noPI> |
||||
|
DEV_ERROR SCAN.BOX05_DEVSCAN 9 2 1 37 20 0 2 0 0 <noPI> |
||||
|
HEARTVAVLE SCAN.BOX05_DEVSCAN 9 2 1 37 22 0 2 0 0 <noPI> |
||||
|
I SCAN.BOX05_DEVSCAN 6 2 1 37 84 0 4 0 0 <noPI> |
||||
|
DEV_SCAN_TEMP SCAN.BOX05_DEVSCAN 4 4 1 37 88 0 4 0 0 <noPI> |
||||
|
DEV_ERROR_FLAG SCAN.BOX05_DEVSCAN 1 1 1 37 92 0 4 0 0 <noPI> |
||||
|
DEV_STATUS_TEMP SCAN.BOX05_DEVSCAN 4 4 1 37 96 0 4 0 0 <noPI> |
||||
|
IN SCAN.BOX05_DEVSCAN.TON1 1 1 1 40 16 0 2 0 0 <noPI> |
||||
|
PT SCAN.BOX05_DEVSCAN.TON1 12 4 1 40 20 0 2 0 0 <noPI> |
||||
|
Q SCAN.BOX05_DEVSCAN.TON1 1 1 1 40 8 0 2 0 0 <noPI> |
||||
|
ET SCAN.BOX05_DEVSCAN.TON1 12 4 1 40 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX05_DEVSCAN.SHR_L 1 1 1 39 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX05_DEVSCAN.SHR_L 4 4 1 39 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX05_DEVSCAN.SHR_L 6 2 1 39 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX05_DEVSCAN.SHR_L 1 1 1 39 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX05_DEVSCAN.SHR_L 4 4 1 39 12 0 2 0 0 <noPI> |
||||
|
EN SCAN.BOX05_DEVSCAN.SHR_D 1 1 1 38 8 0 2 0 0 <noPI> |
||||
|
IN SCAN.BOX05_DEVSCAN.SHR_D 4 4 1 38 16 0 2 0 0 <noPI> |
||||
|
N SCAN.BOX05_DEVSCAN.SHR_D 6 2 1 38 20 0 2 0 0 <noPI> |
||||
|
ENO SCAN.BOX05_DEVSCAN.SHR_D 1 1 1 38 9 0 2 0 0 <noPI> |
||||
|
OUT SCAN.BOX05_DEVSCAN.SHR_D 4 4 1 38 12 0 2 0 0 <noPI> |
||||
|
LSWP02A06_RSTV2 SWP 11 4 2 1 1336 0 8 1 0 <noPI> |
||||
|
LSWP02A01_RH1 SWP 11 4 2 1 1208 0 8 0 0 <noPI> |
||||
|
LSWP02A06_RSTV1 SWP 11 4 2 1 1324 0 8 1 0 <noPI> |
||||
|
LSWP02A01_RST2 SWP 1 1 2 1 1212 0 8 1 0 <noPI> |
||||
|
LSWP02A01_RST1 SWP 1 1 2 1 1200 0 8 1 0 <noPI> |
||||
|
LSWP02A02_R2 SWP 1 1 2 1 24 2 8 1 0 <noPI> |
||||
|
LSWP02A02_R1 SWP 1 1 2 1 24 0 8 1 0 <noPI> |
||||
|
LSWP02A02_RSTV2 SWP 11 4 2 1 1240 0 8 1 0 <noPI> |
||||
|
LSWP02A02_RST2 SWP 1 1 2 1 1236 0 8 1 0 <noPI> |
||||
|
LSWP02A02_RST1 SWP 1 1 2 1 1224 0 8 1 0 <noPI> |
||||
|
LSWP02A03_R2 SWP 1 1 2 1 40 2 8 1 0 <noPI> |
||||
|
LSWP02A03_R1 SWP 1 1 2 1 40 0 8 1 0 <noPI> |
||||
|
LSWP02A02_RSTV1 SWP 11 4 2 1 1228 0 8 1 0 <noPI> |
||||
|
LSWP02A04_RSTV1 SWP 11 4 2 1 1276 0 8 1 0 <noPI> |
||||
|
LSWP02A04_R2 SWP 1 1 2 1 56 2 8 1 0 <noPI> |
||||
|
LSWP02A04_R1 SWP 1 1 2 1 56 0 8 1 0 <noPI> |
||||
|
LSWP02A01_R2 SWP 1 1 2 1 8 2 8 1 0 <noPI> |
||||
|
LSWP02A01_R1 SWP 1 1 2 1 8 0 8 1 0 <noPI> |
||||
|
LSWP02A05_RSTV2 SWP 11 4 2 1 1312 0 8 1 0 <noPI> |
||||
|
LSWP02A04_RSTV2 SWP 11 4 2 1 1288 0 8 1 0 <noPI> |
||||
|
LSWP02A03_RH1 SWP 11 4 2 1 1256 0 8 0 0 <noPI> |
||||
|
LSWP02A01_RSTV2 SWP 11 4 2 1 1216 0 8 1 0 <noPI> |
||||
|
LSWP02A06_RH1 SWP 11 4 2 1 1328 0 8 0 0 <noPI> |
||||
|
LSWP02A05_RH2 SWP 11 4 2 1 1316 0 8 0 0 <noPI> |
||||
|
LSWP02A03_RH2 SWP 11 4 2 1 1268 0 8 0 0 <noPI> |
||||
|
LSWP02A03_RST2 SWP 1 1 2 1 1260 0 8 1 0 <noPI> |
||||
|
LSWP02A03_RST1 SWP 1 1 2 1 1248 0 8 1 0 <noPI> |
||||
|
LSWP02A06_R2 SWP 1 1 2 1 88 2 8 1 0 <noPI> |
||||
|
LSWP02A06_R1 SWP 1 1 2 1 88 0 8 1 0 <noPI> |
||||
|
LSWP02A05_RSTV1 SWP 11 4 2 1 1300 0 8 1 0 <noPI> |
||||
|
LSWP02A01_RSTV1 SWP 11 4 2 1 1204 0 8 1 0 <noPI> |
||||
|
LSWP02A06_RH2 SWP 11 4 2 1 1340 0 8 0 0 <noPI> |
||||
|
LSWP02A06_RST2 SWP 1 1 2 1 1332 0 8 1 0 <noPI> |
||||
|
LSWP02A06_RST1 SWP 1 1 2 1 1320 0 8 1 0 <noPI> |
||||
|
LSWP02A05_RH1 SWP 11 4 2 1 1304 0 8 0 0 <noPI> |
||||
|
LSWP02A04_RH2 SWP 11 4 2 1 1292 0 8 0 0 <noPI> |
||||
|
LSWP02A03_RSTV1 SWP 11 4 2 1 1252 0 8 1 0 <noPI> |
||||
|
LSWP02A02_RH1 SWP 11 4 2 1 1232 0 8 0 0 <noPI> |
||||
|
LSWP02A05_R2 SWP 1 1 2 1 72 2 8 1 0 <noPI> |
||||
|
LSWP02A05_R1 SWP 1 1 2 1 72 0 8 1 0 <noPI> |
||||
|
LSWP02A05_RST2 SWP 1 1 2 1 1308 0 8 1 0 <noPI> |
||||
|
LSWP02A05_RST1 SWP 1 1 2 1 1296 0 8 1 0 <noPI> |
||||
|
LSWP02A04_RH1 SWP 11 4 2 1 1280 0 8 0 0 <noPI> |
||||
|
LSWP02A03_RSTV2 SWP 11 4 2 1 1264 0 8 1 0 <noPI> |
||||
|
LSWP02A01_RH2 SWP 11 4 2 1 1220 0 8 0 0 <noPI> |
||||
|
LSWP02A02_RH2 SWP 11 4 2 1 1244 0 8 0 0 <noPI> |
||||
|
LSWP02A04_RST2 SWP 1 1 2 1 1284 0 8 1 0 <noPI> |
||||
|
LSWP02A04_RST1 SWP 1 1 2 1 1272 0 8 1 0 <noPI> |
||||
|
RUN SWP.SWP02A01_RUNTIME1 1 1 2 13 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP02A01_RUNTIME1 11 4 2 13 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP02A01_RUNTIME1 1 1 2 13 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP02A01_RUNTIME1 11 4 2 13 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP02A01_RUNTIME1 11 4 2 13 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP02A01_RUNTIME1 1 1 2 13 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP02A01_RUNTIME1 11 4 2 13 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP02A01_RUNTIME1 1 1 2 13 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP02A01_RUNTIME1 11 4 2 13 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP02A01_RUNTIME1.TIME_M 1 1 2 16 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A01_RUNTIME1.TIME_M 12 4 2 16 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A01_RUNTIME1.TIME_M 1 1 2 16 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A01_RUNTIME1.TIME_M 12 4 2 16 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP02A01_RUNTIME1.TIME_RST 1 1 2 19 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A01_RUNTIME1.TIME_RST 12 4 2 19 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A01_RUNTIME1.TIME_RST 1 1 2 19 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A01_RUNTIME1.TIME_RST 12 4 2 19 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP02A01_RUNTIME2 1 1 2 20 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP02A01_RUNTIME2 11 4 2 20 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP02A01_RUNTIME2 1 1 2 20 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP02A01_RUNTIME2 11 4 2 20 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP02A01_RUNTIME2 11 4 2 20 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP02A01_RUNTIME2 1 1 2 20 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP02A01_RUNTIME2 11 4 2 20 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP02A01_RUNTIME2 1 1 2 20 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP02A01_RUNTIME2 11 4 2 20 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP02A01_RUNTIME2.TIME_M 1 1 2 21 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A01_RUNTIME2.TIME_M 12 4 2 21 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A01_RUNTIME2.TIME_M 1 1 2 21 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A01_RUNTIME2.TIME_M 12 4 2 21 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP02A01_RUNTIME2.TIME_RST 1 1 2 22 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A01_RUNTIME2.TIME_RST 12 4 2 22 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A01_RUNTIME2.TIME_RST 1 1 2 22 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A01_RUNTIME2.TIME_RST 12 4 2 22 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP02A02_RUNTIME1 1 1 2 23 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP02A02_RUNTIME1 11 4 2 23 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP02A02_RUNTIME1 1 1 2 23 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP02A02_RUNTIME1 11 4 2 23 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP02A02_RUNTIME1 11 4 2 23 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP02A02_RUNTIME1 1 1 2 23 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP02A02_RUNTIME1 11 4 2 23 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP02A02_RUNTIME1 1 1 2 23 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP02A02_RUNTIME1 11 4 2 23 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP02A02_RUNTIME1.TIME_M 1 1 2 24 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A02_RUNTIME1.TIME_M 12 4 2 24 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A02_RUNTIME1.TIME_M 1 1 2 24 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A02_RUNTIME1.TIME_M 12 4 2 24 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP02A02_RUNTIME1.TIME_RST 1 1 2 25 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A02_RUNTIME1.TIME_RST 12 4 2 25 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A02_RUNTIME1.TIME_RST 1 1 2 25 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A02_RUNTIME1.TIME_RST 12 4 2 25 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP02A02_RUNTIME2 1 1 2 26 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP02A02_RUNTIME2 11 4 2 26 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP02A02_RUNTIME2 1 1 2 26 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP02A02_RUNTIME2 11 4 2 26 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP02A02_RUNTIME2 11 4 2 26 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP02A02_RUNTIME2 1 1 2 26 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP02A02_RUNTIME2 11 4 2 26 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP02A02_RUNTIME2 1 1 2 26 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP02A02_RUNTIME2 11 4 2 26 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP02A02_RUNTIME2.TIME_M 1 1 2 27 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A02_RUNTIME2.TIME_M 12 4 2 27 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A02_RUNTIME2.TIME_M 1 1 2 27 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A02_RUNTIME2.TIME_M 12 4 2 27 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP02A02_RUNTIME2.TIME_RST 1 1 2 28 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A02_RUNTIME2.TIME_RST 12 4 2 28 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A02_RUNTIME2.TIME_RST 1 1 2 28 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A02_RUNTIME2.TIME_RST 12 4 2 28 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP02A03_RUNTIME1 1 1 2 29 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP02A03_RUNTIME1 11 4 2 29 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP02A03_RUNTIME1 1 1 2 29 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP02A03_RUNTIME1 11 4 2 29 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP02A03_RUNTIME1 11 4 2 29 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP02A03_RUNTIME1 1 1 2 29 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP02A03_RUNTIME1 11 4 2 29 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP02A03_RUNTIME1 1 1 2 29 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP02A03_RUNTIME1 11 4 2 29 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP02A03_RUNTIME1.TIME_M 1 1 2 30 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A03_RUNTIME1.TIME_M 12 4 2 30 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A03_RUNTIME1.TIME_M 1 1 2 30 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A03_RUNTIME1.TIME_M 12 4 2 30 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP02A03_RUNTIME1.TIME_RST 1 1 2 31 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A03_RUNTIME1.TIME_RST 12 4 2 31 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A03_RUNTIME1.TIME_RST 1 1 2 31 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A03_RUNTIME1.TIME_RST 12 4 2 31 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP02A03_RUNTIME2 1 1 2 32 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP02A03_RUNTIME2 11 4 2 32 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP02A03_RUNTIME2 1 1 2 32 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP02A03_RUNTIME2 11 4 2 32 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP02A03_RUNTIME2 11 4 2 32 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP02A03_RUNTIME2 1 1 2 32 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP02A03_RUNTIME2 11 4 2 32 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP02A03_RUNTIME2 1 1 2 32 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP02A03_RUNTIME2 11 4 2 32 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP02A03_RUNTIME2.TIME_M 1 1 2 33 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A03_RUNTIME2.TIME_M 12 4 2 33 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A03_RUNTIME2.TIME_M 1 1 2 33 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A03_RUNTIME2.TIME_M 12 4 2 33 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP02A03_RUNTIME2.TIME_RST 1 1 2 34 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A03_RUNTIME2.TIME_RST 12 4 2 34 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A03_RUNTIME2.TIME_RST 1 1 2 34 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A03_RUNTIME2.TIME_RST 12 4 2 34 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP02A04_RUNTIME1 1 1 2 35 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP02A04_RUNTIME1 11 4 2 35 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP02A04_RUNTIME1 1 1 2 35 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP02A04_RUNTIME1 11 4 2 35 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP02A04_RUNTIME1 11 4 2 35 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP02A04_RUNTIME1 1 1 2 35 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP02A04_RUNTIME1 11 4 2 35 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP02A04_RUNTIME1 1 1 2 35 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP02A04_RUNTIME1 11 4 2 35 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP02A04_RUNTIME1.TIME_M 1 1 2 36 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A04_RUNTIME1.TIME_M 12 4 2 36 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A04_RUNTIME1.TIME_M 1 1 2 36 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A04_RUNTIME1.TIME_M 12 4 2 36 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP02A04_RUNTIME1.TIME_RST 1 1 2 37 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A04_RUNTIME1.TIME_RST 12 4 2 37 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A04_RUNTIME1.TIME_RST 1 1 2 37 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A04_RUNTIME1.TIME_RST 12 4 2 37 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP02A04_RUNTIME2 1 1 2 38 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP02A04_RUNTIME2 11 4 2 38 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP02A04_RUNTIME2 1 1 2 38 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP02A04_RUNTIME2 11 4 2 38 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP02A04_RUNTIME2 11 4 2 38 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP02A04_RUNTIME2 1 1 2 38 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP02A04_RUNTIME2 11 4 2 38 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP02A04_RUNTIME2 1 1 2 38 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP02A04_RUNTIME2 11 4 2 38 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP02A04_RUNTIME2.TIME_M 1 1 2 39 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A04_RUNTIME2.TIME_M 12 4 2 39 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A04_RUNTIME2.TIME_M 1 1 2 39 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A04_RUNTIME2.TIME_M 12 4 2 39 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP02A04_RUNTIME2.TIME_RST 1 1 2 40 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A04_RUNTIME2.TIME_RST 12 4 2 40 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A04_RUNTIME2.TIME_RST 1 1 2 40 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A04_RUNTIME2.TIME_RST 12 4 2 40 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP02A05_RUNTIME1 1 1 2 41 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP02A05_RUNTIME1 11 4 2 41 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP02A05_RUNTIME1 1 1 2 41 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP02A05_RUNTIME1 11 4 2 41 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP02A05_RUNTIME1 11 4 2 41 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP02A05_RUNTIME1 1 1 2 41 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP02A05_RUNTIME1 11 4 2 41 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP02A05_RUNTIME1 1 1 2 41 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP02A05_RUNTIME1 11 4 2 41 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP02A05_RUNTIME1.TIME_M 1 1 2 42 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A05_RUNTIME1.TIME_M 12 4 2 42 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A05_RUNTIME1.TIME_M 1 1 2 42 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A05_RUNTIME1.TIME_M 12 4 2 42 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP02A05_RUNTIME1.TIME_RST 1 1 2 43 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A05_RUNTIME1.TIME_RST 12 4 2 43 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A05_RUNTIME1.TIME_RST 1 1 2 43 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A05_RUNTIME1.TIME_RST 12 4 2 43 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP02A05_RUNTIME2 1 1 2 44 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP02A05_RUNTIME2 11 4 2 44 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP02A05_RUNTIME2 1 1 2 44 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP02A05_RUNTIME2 11 4 2 44 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP02A05_RUNTIME2 11 4 2 44 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP02A05_RUNTIME2 1 1 2 44 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP02A05_RUNTIME2 11 4 2 44 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP02A05_RUNTIME2 1 1 2 44 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP02A05_RUNTIME2 11 4 2 44 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP02A05_RUNTIME2.TIME_M 1 1 2 45 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A05_RUNTIME2.TIME_M 12 4 2 45 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A05_RUNTIME2.TIME_M 1 1 2 45 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A05_RUNTIME2.TIME_M 12 4 2 45 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP02A05_RUNTIME2.TIME_RST 1 1 2 46 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A05_RUNTIME2.TIME_RST 12 4 2 46 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A05_RUNTIME2.TIME_RST 1 1 2 46 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A05_RUNTIME2.TIME_RST 12 4 2 46 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP02A06_RUNTIME1 1 1 2 47 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP02A06_RUNTIME1 11 4 2 47 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP02A06_RUNTIME1 1 1 2 47 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP02A06_RUNTIME1 11 4 2 47 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP02A06_RUNTIME1 11 4 2 47 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP02A06_RUNTIME1 1 1 2 47 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP02A06_RUNTIME1 11 4 2 47 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP02A06_RUNTIME1 1 1 2 47 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP02A06_RUNTIME1 11 4 2 47 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP02A06_RUNTIME1.TIME_M 1 1 2 48 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A06_RUNTIME1.TIME_M 12 4 2 48 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A06_RUNTIME1.TIME_M 1 1 2 48 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A06_RUNTIME1.TIME_M 12 4 2 48 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP02A06_RUNTIME1.TIME_RST 1 1 2 49 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A06_RUNTIME1.TIME_RST 12 4 2 49 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A06_RUNTIME1.TIME_RST 1 1 2 49 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A06_RUNTIME1.TIME_RST 12 4 2 49 12 0 2 0 0 <noPI> |
||||
|
RUN SWP.SWP02A06_RUNTIME2 1 1 2 50 12 0 2 0 0 <noPI> |
||||
|
RUNTIMESET SWP.SWP02A06_RUNTIME2 11 4 2 50 16 0 2 0 0 <noPI> |
||||
|
RUNTIMERST SWP.SWP02A06_RUNTIME2 1 1 2 50 20 0 2 0 0 <noPI> |
||||
|
RUNTIMEREC_IN SWP.SWP02A06_RUNTIME2 11 4 2 50 24 0 2 0 0 <noPI> |
||||
|
RUNTIME SWP.SWP02A06_RUNTIME2 11 4 2 50 8 0 2 0 0 <noPI> |
||||
|
CYCLE SWP.SWP02A06_RUNTIME2 1 1 2 50 36 0 4 0 0 <noPI> |
||||
|
MINUTE SWP.SWP02A06_RUNTIME2 11 4 2 50 40 0 4 0 0 <noPI> |
||||
|
INI SWP.SWP02A06_RUNTIME2 1 1 2 50 44 0 4 0 0 <noPI> |
||||
|
RUNTIME_INI SWP.SWP02A06_RUNTIME2 11 4 2 50 48 0 4 0 0 <noPI> |
||||
|
IN SWP.SWP02A06_RUNTIME2.TIME_M 1 1 2 51 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A06_RUNTIME2.TIME_M 12 4 2 51 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A06_RUNTIME2.TIME_M 1 1 2 51 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A06_RUNTIME2.TIME_M 12 4 2 51 12 0 2 0 0 <noPI> |
||||
|
IN SWP.SWP02A06_RUNTIME2.TIME_RST 1 1 2 52 16 0 2 0 0 <noPI> |
||||
|
PT SWP.SWP02A06_RUNTIME2.TIME_RST 12 4 2 52 20 0 2 0 0 <noPI> |
||||
|
Q SWP.SWP02A06_RUNTIME2.TIME_RST 1 1 2 52 8 0 2 0 0 <noPI> |
||||
|
ET SWP.SWP02A06_RUNTIME2.TIME_RST 12 4 2 52 12 0 2 0 0 <noPI> |
@ -0,0 +1,503 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<Project name="E:\公司项目\项目文档\PM23092溧水秦淮人家一期拆迁安置房项目\下位机\DDC0201\$GEN$\Resource\Resource.PCD"> |
||||
|
<XMLVarListGenerator version="6.2.0"/> |
||||
|
<VarList> |
||||
|
<var name="LSWP02A01_R1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="8" bit="0" scope="1" qualifier="0" ref="0" procimg="%I0.0" /> |
||||
|
<var name="LSWP02A01_F1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="8" bit="1" scope="1" qualifier="0" ref="0" procimg="%I0.1" /> |
||||
|
<var name="LSWP02A01_R2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="8" bit="2" scope="1" qualifier="0" ref="0" procimg="%I0.2" /> |
||||
|
<var name="LSWP02A01_F2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="8" bit="3" scope="1" qualifier="0" ref="0" procimg="%I0.3" /> |
||||
|
<var name="LSWP02A01_HL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="8" bit="4" scope="1" qualifier="0" ref="0" procimg="%I0.4" /> |
||||
|
<var name="LSWP02A01_LL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="8" bit="5" scope="1" qualifier="0" ref="0" procimg="%I0.5" /> |
||||
|
<var name="LSWP02A02_R1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="24" bit="0" scope="1" qualifier="0" ref="0" procimg="%I16.0" /> |
||||
|
<var name="LSWP02A02_F1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="24" bit="1" scope="1" qualifier="0" ref="0" procimg="%I16.1" /> |
||||
|
<var name="LSWP02A02_R2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="24" bit="2" scope="1" qualifier="0" ref="0" procimg="%I16.2" /> |
||||
|
<var name="LSWP02A02_F2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="24" bit="3" scope="1" qualifier="0" ref="0" procimg="%I16.3" /> |
||||
|
<var name="LSWP02A02_HL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="24" bit="4" scope="1" qualifier="0" ref="0" procimg="%I16.4" /> |
||||
|
<var name="LSWP02A02_LL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="24" bit="5" scope="1" qualifier="0" ref="0" procimg="%I16.5" /> |
||||
|
<var name="LSWP02A03_R1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="40" bit="0" scope="1" qualifier="0" ref="0" procimg="%I32.0" /> |
||||
|
<var name="LSWP02A03_F1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="40" bit="1" scope="1" qualifier="0" ref="0" procimg="%I32.1" /> |
||||
|
<var name="LSWP02A03_R2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="40" bit="2" scope="1" qualifier="0" ref="0" procimg="%I32.2" /> |
||||
|
<var name="LSWP02A03_F2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="40" bit="3" scope="1" qualifier="0" ref="0" procimg="%I32.3" /> |
||||
|
<var name="LSWP02A03_HL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="40" bit="4" scope="1" qualifier="0" ref="0" procimg="%I32.4" /> |
||||
|
<var name="LSWP02A03_LL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="40" bit="5" scope="1" qualifier="0" ref="0" procimg="%I32.5" /> |
||||
|
<var name="LSWP02A04_R1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="56" bit="0" scope="1" qualifier="0" ref="0" procimg="%I48.0" /> |
||||
|
<var name="LSWP02A04_F1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="56" bit="1" scope="1" qualifier="0" ref="0" procimg="%I48.1" /> |
||||
|
<var name="LSWP02A04_R2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="56" bit="2" scope="1" qualifier="0" ref="0" procimg="%I48.2" /> |
||||
|
<var name="LSWP02A04_F2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="56" bit="3" scope="1" qualifier="0" ref="0" procimg="%I48.3" /> |
||||
|
<var name="LSWP02A04_HL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="56" bit="4" scope="1" qualifier="0" ref="0" procimg="%I48.4" /> |
||||
|
<var name="LSWP02A04_LL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="56" bit="5" scope="1" qualifier="0" ref="0" procimg="%I48.5" /> |
||||
|
<var name="LSWP02A05_R1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="72" bit="0" scope="1" qualifier="0" ref="0" procimg="%I64.0" /> |
||||
|
<var name="LSWP02A05_F1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="72" bit="1" scope="1" qualifier="0" ref="0" procimg="%I64.1" /> |
||||
|
<var name="LSWP02A05_R2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="72" bit="2" scope="1" qualifier="0" ref="0" procimg="%I64.2" /> |
||||
|
<var name="LSWP02A05_F2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="72" bit="3" scope="1" qualifier="0" ref="0" procimg="%I64.3" /> |
||||
|
<var name="LSWP02A05_HL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="72" bit="4" scope="1" qualifier="0" ref="0" procimg="%I64.4" /> |
||||
|
<var name="LSWP02A05_LL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="72" bit="5" scope="1" qualifier="0" ref="0" procimg="%I64.5" /> |
||||
|
<var name="LSWP02A06_R1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="88" bit="0" scope="1" qualifier="0" ref="0" procimg="%I80.0" /> |
||||
|
<var name="LSWP02A06_F1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="88" bit="1" scope="1" qualifier="0" ref="0" procimg="%I80.1" /> |
||||
|
<var name="LSWP02A06_R2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="88" bit="2" scope="1" qualifier="0" ref="0" procimg="%I80.2" /> |
||||
|
<var name="LSWP02A06_F2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="88" bit="3" scope="1" qualifier="0" ref="0" procimg="%I80.3" /> |
||||
|
<var name="LSWP02A06_HL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="88" bit="4" scope="1" qualifier="0" ref="0" procimg="%I80.4" /> |
||||
|
<var name="LSWP02A06_LL" path="OPCDA" type="1" size="1" program="0" segment="1" offset="88" bit="5" scope="1" qualifier="0" ref="0" procimg="%I80.5" /> |
||||
|
<var name="LBOX02A01_DS" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1134" bit="0" scope="1" qualifier="0" ref="0" procimg="%M102.0" /> |
||||
|
<var name="LBOX02A01_OR" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1156" bit="0" scope="1" qualifier="0" ref="0" procimg="%M124.0" /> |
||||
|
<var name="LSWP02A01_RST1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1200" bit="0" scope="1" qualifier="0" ref="0" procimg="%M168.0" /> |
||||
|
<var name="LSWP02A01_RSTV1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1204" bit="0" scope="1" qualifier="0" ref="0" procimg="%M172.0" /> |
||||
|
<var name="LSWP02A01_RH1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1208" bit="0" scope="1" qualifier="0" ref="0" procimg="%M176.0" /> |
||||
|
<var name="LSWP02A01_RST2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1212" bit="0" scope="1" qualifier="0" ref="0" procimg="%M180.0" /> |
||||
|
<var name="LSWP02A01_RSTV2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1216" bit="0" scope="1" qualifier="0" ref="0" procimg="%M184.0" /> |
||||
|
<var name="LSWP02A01_RH2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1220" bit="0" scope="1" qualifier="0" ref="0" procimg="%M188.0" /> |
||||
|
<var name="LSWP02A02_RST1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1224" bit="0" scope="1" qualifier="0" ref="0" procimg="%M192.0" /> |
||||
|
<var name="LSWP02A02_RSTV1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1228" bit="0" scope="1" qualifier="0" ref="0" procimg="%M196.0" /> |
||||
|
<var name="LSWP02A02_RH1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1232" bit="0" scope="1" qualifier="0" ref="0" procimg="%M200.0" /> |
||||
|
<var name="LSWP02A02_RST2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1236" bit="0" scope="1" qualifier="0" ref="0" procimg="%M204.0" /> |
||||
|
<var name="LSWP02A02_RSTV2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1240" bit="0" scope="1" qualifier="0" ref="0" procimg="%M208.0" /> |
||||
|
<var name="LSWP02A02_RH2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1244" bit="0" scope="1" qualifier="0" ref="0" procimg="%M212.0" /> |
||||
|
<var name="LSWP02A03_RST1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1248" bit="0" scope="1" qualifier="0" ref="0" procimg="%M216.0" /> |
||||
|
<var name="LSWP02A03_RSTV1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1252" bit="0" scope="1" qualifier="0" ref="0" procimg="%M220.0" /> |
||||
|
<var name="LSWP02A03_RH1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1256" bit="0" scope="1" qualifier="0" ref="0" procimg="%M224.0" /> |
||||
|
<var name="LSWP02A03_RST2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1260" bit="0" scope="1" qualifier="0" ref="0" procimg="%M228.0" /> |
||||
|
<var name="LSWP02A03_RSTV2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1264" bit="0" scope="1" qualifier="0" ref="0" procimg="%M232.0" /> |
||||
|
<var name="LSWP02A03_RH2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1268" bit="0" scope="1" qualifier="0" ref="0" procimg="%M236.0" /> |
||||
|
<var name="LSWP02A04_RST1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1272" bit="0" scope="1" qualifier="0" ref="0" procimg="%M240.0" /> |
||||
|
<var name="LSWP02A04_RSTV1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1276" bit="0" scope="1" qualifier="0" ref="0" procimg="%M244.0" /> |
||||
|
<var name="LSWP02A04_RH1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1280" bit="0" scope="1" qualifier="0" ref="0" procimg="%M248.0" /> |
||||
|
<var name="LSWP02A04_RST2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1284" bit="0" scope="1" qualifier="0" ref="0" procimg="%M252.0" /> |
||||
|
<var name="LSWP02A04_RSTV2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1288" bit="0" scope="1" qualifier="0" ref="0" procimg="%M256.0" /> |
||||
|
<var name="LSWP02A04_RH2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1292" bit="0" scope="1" qualifier="0" ref="0" procimg="%M260.0" /> |
||||
|
<var name="LSWP02A05_RST1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1296" bit="0" scope="1" qualifier="0" ref="0" procimg="%M264.0" /> |
||||
|
<var name="LSWP02A05_RSTV1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1300" bit="0" scope="1" qualifier="0" ref="0" procimg="%M268.0" /> |
||||
|
<var name="LSWP02A05_RH1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1304" bit="0" scope="1" qualifier="0" ref="0" procimg="%M272.0" /> |
||||
|
<var name="LSWP02A05_RST2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1308" bit="0" scope="1" qualifier="0" ref="0" procimg="%M276.0" /> |
||||
|
<var name="LSWP02A05_RSTV2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1312" bit="0" scope="1" qualifier="0" ref="0" procimg="%M280.0" /> |
||||
|
<var name="LSWP02A05_RH2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1316" bit="0" scope="1" qualifier="0" ref="0" procimg="%M284.0" /> |
||||
|
<var name="LSWP02A06_RST1" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1320" bit="0" scope="1" qualifier="0" ref="0" procimg="%M288.0" /> |
||||
|
<var name="LSWP02A06_RSTV1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1324" bit="0" scope="1" qualifier="0" ref="0" procimg="%M292.0" /> |
||||
|
<var name="LSWP02A06_RH1" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1328" bit="0" scope="1" qualifier="0" ref="0" procimg="%M296.0" /> |
||||
|
<var name="LSWP02A06_RST2" path="OPCDA" type="1" size="1" program="0" segment="1" offset="1332" bit="0" scope="1" qualifier="0" ref="0" procimg="%M300.0" /> |
||||
|
<var name="LSWP02A06_RSTV2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1336" bit="0" scope="1" qualifier="0" ref="0" procimg="%M304.0" /> |
||||
|
<var name="LSWP02A06_RH2" path="OPCDA" type="11" size="4" program="0" segment="1" offset="1340" bit="0" scope="1" qualifier="0" ref="0" procimg="%M308.0" /> |
||||
|
<var name="DEV_ARRAY" path="SCAN" type="22" size="44" program="1" segment="10" offset="168" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" arraytype="BYTE" dimrange="0..31" /> |
||||
|
<var name="BOX01_HEX" path="SCAN" type="4" size="4" program="1" segment="10" offset="212" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="BOX02_HEX" path="SCAN" type="4" size="4" program="1" segment="10" offset="216" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="BOX03_HEX" path="SCAN" type="4" size="4" program="1" segment="10" offset="220" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="BOX04_HEX" path="SCAN" type="4" size="4" program="1" segment="10" offset="224" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="BOX05_HEX" path="SCAN" type="4" size="4" program="1" segment="10" offset="228" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV00_IP" path="SCAN" type="2" size="1" program="1" segment="1" offset="8032" bit="0" scope="1" qualifier="0" ref="0" procimg="%M7000.0" /> |
||||
|
<var name="DEV00_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9032" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8000.0" /> |
||||
|
<var name="DEV01_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9033" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8001.0" /> |
||||
|
<var name="DEV02_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9034" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8002.0" /> |
||||
|
<var name="DEV03_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9035" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8003.0" /> |
||||
|
<var name="DEV04_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9036" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8004.0" /> |
||||
|
<var name="DEV05_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9037" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8005.0" /> |
||||
|
<var name="DEV06_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9038" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8006.0" /> |
||||
|
<var name="DEV07_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9039" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8007.0" /> |
||||
|
<var name="DEV08_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9040" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8008.0" /> |
||||
|
<var name="DEV09_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9041" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8009.0" /> |
||||
|
<var name="DEV10_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9042" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8010.0" /> |
||||
|
<var name="DEV11_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9043" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8011.0" /> |
||||
|
<var name="DEV12_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9044" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8012.0" /> |
||||
|
<var name="DEV13_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9045" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8013.0" /> |
||||
|
<var name="DEV14_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9046" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8014.0" /> |
||||
|
<var name="DEV15_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9047" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8015.0" /> |
||||
|
<var name="DEV16_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9048" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8016.0" /> |
||||
|
<var name="DEV17_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9049" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8017.0" /> |
||||
|
<var name="DEV18_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9050" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8018.0" /> |
||||
|
<var name="DEV19_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9051" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8019.0" /> |
||||
|
<var name="DEV20_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9052" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8020.0" /> |
||||
|
<var name="DEV21_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9053" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8021.0" /> |
||||
|
<var name="DEV22_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9054" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8022.0" /> |
||||
|
<var name="DEV23_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9055" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8023.0" /> |
||||
|
<var name="DEV24_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9056" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8024.0" /> |
||||
|
<var name="DEV25_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9057" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8025.0" /> |
||||
|
<var name="DEV26_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9058" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8026.0" /> |
||||
|
<var name="DEV27_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9059" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8027.0" /> |
||||
|
<var name="DEV28_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9060" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8028.0" /> |
||||
|
<var name="DEV29_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9061" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8029.0" /> |
||||
|
<var name="DEV30_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9062" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8030.0" /> |
||||
|
<var name="DEV31_R" path="SCAN" type="2" size="1" program="1" segment="1" offset="9063" bit="0" scope="1" qualifier="0" ref="0" procimg="%M8031.0" /> |
||||
|
<var name="LBOX02A01_OR" path="SCAN" type="11" size="4" program="1" segment="1" offset="1156" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LBOX02A01_DS" path="SCAN" type="1" size="1" program="1" segment="1" offset="1134" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_HEX" path="SCAN.BOX01_DEVSCAN" type="4" size="4" program="1" segment="13" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ARRAY" path="SCAN.BOX01_DEVSCAN" type="22" size="44" program="1" segment="13" offset="28" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" arraytype="BYTE" dimrange="0..31" /> |
||||
|
<var name="DEV_STATUS" path="SCAN.BOX01_DEVSCAN" type="4" size="4" program="1" segment="13" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_RATIO" path="SCAN.BOX01_DEVSCAN" type="11" size="4" program="1" segment="13" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_READY" path="SCAN.BOX01_DEVSCAN" type="1" size="1" program="1" segment="13" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_TOTAL" path="SCAN.BOX01_DEVSCAN" type="9" size="2" program="1" segment="13" offset="18" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR" path="SCAN.BOX01_DEVSCAN" type="9" size="2" program="1" segment="13" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="HEARTVAVLE" path="SCAN.BOX01_DEVSCAN" type="9" size="2" program="1" segment="13" offset="22" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="I" path="SCAN.BOX01_DEVSCAN" type="6" size="2" program="1" segment="13" offset="84" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_TEMP" path="SCAN.BOX01_DEVSCAN" type="4" size="4" program="1" segment="13" offset="88" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR_FLAG" path="SCAN.BOX01_DEVSCAN" type="1" size="1" program="1" segment="13" offset="92" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_STATUS_TEMP" path="SCAN.BOX01_DEVSCAN" type="4" size="4" program="1" segment="13" offset="96" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX01_DEVSCAN.TON1" type="1" size="1" program="1" segment="22" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SCAN.BOX01_DEVSCAN.TON1" type="12" size="4" program="1" segment="22" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SCAN.BOX01_DEVSCAN.TON1" type="1" size="1" program="1" segment="22" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SCAN.BOX01_DEVSCAN.TON1" type="12" size="4" program="1" segment="22" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX01_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="19" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX01_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="19" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX01_DEVSCAN.SHR_L" type="6" size="2" program="1" segment="19" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX01_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="19" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX01_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="19" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX01_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="16" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX01_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="16" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX01_DEVSCAN.SHR_D" type="6" size="2" program="1" segment="16" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX01_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="16" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX01_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="16" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_HEX" path="SCAN.BOX02_DEVSCAN" type="4" size="4" program="1" segment="25" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ARRAY" path="SCAN.BOX02_DEVSCAN" type="22" size="44" program="1" segment="25" offset="28" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" arraytype="BYTE" dimrange="0..31" /> |
||||
|
<var name="DEV_STATUS" path="SCAN.BOX02_DEVSCAN" type="4" size="4" program="1" segment="25" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_RATIO" path="SCAN.BOX02_DEVSCAN" type="11" size="4" program="1" segment="25" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_READY" path="SCAN.BOX02_DEVSCAN" type="1" size="1" program="1" segment="25" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_TOTAL" path="SCAN.BOX02_DEVSCAN" type="9" size="2" program="1" segment="25" offset="18" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR" path="SCAN.BOX02_DEVSCAN" type="9" size="2" program="1" segment="25" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="HEARTVAVLE" path="SCAN.BOX02_DEVSCAN" type="9" size="2" program="1" segment="25" offset="22" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="I" path="SCAN.BOX02_DEVSCAN" type="6" size="2" program="1" segment="25" offset="84" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_TEMP" path="SCAN.BOX02_DEVSCAN" type="4" size="4" program="1" segment="25" offset="88" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR_FLAG" path="SCAN.BOX02_DEVSCAN" type="1" size="1" program="1" segment="25" offset="92" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_STATUS_TEMP" path="SCAN.BOX02_DEVSCAN" type="4" size="4" program="1" segment="25" offset="96" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX02_DEVSCAN.TON1" type="1" size="1" program="1" segment="28" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SCAN.BOX02_DEVSCAN.TON1" type="12" size="4" program="1" segment="28" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SCAN.BOX02_DEVSCAN.TON1" type="1" size="1" program="1" segment="28" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SCAN.BOX02_DEVSCAN.TON1" type="12" size="4" program="1" segment="28" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX02_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="27" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX02_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="27" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX02_DEVSCAN.SHR_L" type="6" size="2" program="1" segment="27" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX02_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="27" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX02_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="27" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX02_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="26" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX02_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="26" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX02_DEVSCAN.SHR_D" type="6" size="2" program="1" segment="26" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX02_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="26" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX02_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="26" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_HEX" path="SCAN.BOX03_DEVSCAN" type="4" size="4" program="1" segment="29" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ARRAY" path="SCAN.BOX03_DEVSCAN" type="22" size="44" program="1" segment="29" offset="28" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" arraytype="BYTE" dimrange="0..31" /> |
||||
|
<var name="DEV_STATUS" path="SCAN.BOX03_DEVSCAN" type="4" size="4" program="1" segment="29" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_RATIO" path="SCAN.BOX03_DEVSCAN" type="11" size="4" program="1" segment="29" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_READY" path="SCAN.BOX03_DEVSCAN" type="1" size="1" program="1" segment="29" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_TOTAL" path="SCAN.BOX03_DEVSCAN" type="9" size="2" program="1" segment="29" offset="18" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR" path="SCAN.BOX03_DEVSCAN" type="9" size="2" program="1" segment="29" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="HEARTVAVLE" path="SCAN.BOX03_DEVSCAN" type="9" size="2" program="1" segment="29" offset="22" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="I" path="SCAN.BOX03_DEVSCAN" type="6" size="2" program="1" segment="29" offset="84" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_TEMP" path="SCAN.BOX03_DEVSCAN" type="4" size="4" program="1" segment="29" offset="88" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR_FLAG" path="SCAN.BOX03_DEVSCAN" type="1" size="1" program="1" segment="29" offset="92" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_STATUS_TEMP" path="SCAN.BOX03_DEVSCAN" type="4" size="4" program="1" segment="29" offset="96" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX03_DEVSCAN.TON1" type="1" size="1" program="1" segment="32" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SCAN.BOX03_DEVSCAN.TON1" type="12" size="4" program="1" segment="32" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SCAN.BOX03_DEVSCAN.TON1" type="1" size="1" program="1" segment="32" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SCAN.BOX03_DEVSCAN.TON1" type="12" size="4" program="1" segment="32" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX03_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="31" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX03_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="31" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX03_DEVSCAN.SHR_L" type="6" size="2" program="1" segment="31" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX03_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="31" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX03_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="31" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX03_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="30" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX03_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="30" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX03_DEVSCAN.SHR_D" type="6" size="2" program="1" segment="30" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX03_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="30" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX03_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="30" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_HEX" path="SCAN.BOX04_DEVSCAN" type="4" size="4" program="1" segment="33" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ARRAY" path="SCAN.BOX04_DEVSCAN" type="22" size="44" program="1" segment="33" offset="28" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" arraytype="BYTE" dimrange="0..31" /> |
||||
|
<var name="DEV_STATUS" path="SCAN.BOX04_DEVSCAN" type="4" size="4" program="1" segment="33" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_RATIO" path="SCAN.BOX04_DEVSCAN" type="11" size="4" program="1" segment="33" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_READY" path="SCAN.BOX04_DEVSCAN" type="1" size="1" program="1" segment="33" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_TOTAL" path="SCAN.BOX04_DEVSCAN" type="9" size="2" program="1" segment="33" offset="18" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR" path="SCAN.BOX04_DEVSCAN" type="9" size="2" program="1" segment="33" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="HEARTVAVLE" path="SCAN.BOX04_DEVSCAN" type="9" size="2" program="1" segment="33" offset="22" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="I" path="SCAN.BOX04_DEVSCAN" type="6" size="2" program="1" segment="33" offset="84" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_TEMP" path="SCAN.BOX04_DEVSCAN" type="4" size="4" program="1" segment="33" offset="88" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR_FLAG" path="SCAN.BOX04_DEVSCAN" type="1" size="1" program="1" segment="33" offset="92" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_STATUS_TEMP" path="SCAN.BOX04_DEVSCAN" type="4" size="4" program="1" segment="33" offset="96" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX04_DEVSCAN.TON1" type="1" size="1" program="1" segment="36" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SCAN.BOX04_DEVSCAN.TON1" type="12" size="4" program="1" segment="36" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SCAN.BOX04_DEVSCAN.TON1" type="1" size="1" program="1" segment="36" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SCAN.BOX04_DEVSCAN.TON1" type="12" size="4" program="1" segment="36" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX04_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="35" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX04_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="35" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX04_DEVSCAN.SHR_L" type="6" size="2" program="1" segment="35" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX04_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="35" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX04_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="35" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX04_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="34" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX04_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="34" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX04_DEVSCAN.SHR_D" type="6" size="2" program="1" segment="34" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX04_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="34" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX04_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="34" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_HEX" path="SCAN.BOX05_DEVSCAN" type="4" size="4" program="1" segment="37" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ARRAY" path="SCAN.BOX05_DEVSCAN" type="22" size="44" program="1" segment="37" offset="28" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" arraytype="BYTE" dimrange="0..31" /> |
||||
|
<var name="DEV_STATUS" path="SCAN.BOX05_DEVSCAN" type="4" size="4" program="1" segment="37" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_RATIO" path="SCAN.BOX05_DEVSCAN" type="11" size="4" program="1" segment="37" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_READY" path="SCAN.BOX05_DEVSCAN" type="1" size="1" program="1" segment="37" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_TOTAL" path="SCAN.BOX05_DEVSCAN" type="9" size="2" program="1" segment="37" offset="18" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR" path="SCAN.BOX05_DEVSCAN" type="9" size="2" program="1" segment="37" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="HEARTVAVLE" path="SCAN.BOX05_DEVSCAN" type="9" size="2" program="1" segment="37" offset="22" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="I" path="SCAN.BOX05_DEVSCAN" type="6" size="2" program="1" segment="37" offset="84" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_SCAN_TEMP" path="SCAN.BOX05_DEVSCAN" type="4" size="4" program="1" segment="37" offset="88" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_ERROR_FLAG" path="SCAN.BOX05_DEVSCAN" type="1" size="1" program="1" segment="37" offset="92" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="DEV_STATUS_TEMP" path="SCAN.BOX05_DEVSCAN" type="4" size="4" program="1" segment="37" offset="96" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX05_DEVSCAN.TON1" type="1" size="1" program="1" segment="40" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SCAN.BOX05_DEVSCAN.TON1" type="12" size="4" program="1" segment="40" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SCAN.BOX05_DEVSCAN.TON1" type="1" size="1" program="1" segment="40" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SCAN.BOX05_DEVSCAN.TON1" type="12" size="4" program="1" segment="40" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX05_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="39" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX05_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="39" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX05_DEVSCAN.SHR_L" type="6" size="2" program="1" segment="39" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX05_DEVSCAN.SHR_L" type="1" size="1" program="1" segment="39" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX05_DEVSCAN.SHR_L" type="4" size="4" program="1" segment="39" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="EN" path="SCAN.BOX05_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="38" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SCAN.BOX05_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="38" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="N" path="SCAN.BOX05_DEVSCAN.SHR_D" type="6" size="2" program="1" segment="38" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ENO" path="SCAN.BOX05_DEVSCAN.SHR_D" type="1" size="1" program="1" segment="38" offset="9" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="OUT" path="SCAN.BOX05_DEVSCAN.SHR_D" type="4" size="4" program="1" segment="38" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A06_RSTV2" path="SWP" type="11" size="4" program="2" segment="1" offset="1336" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A01_RH1" path="SWP" type="11" size="4" program="2" segment="1" offset="1208" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A06_RSTV1" path="SWP" type="11" size="4" program="2" segment="1" offset="1324" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A01_RST2" path="SWP" type="1" size="1" program="2" segment="1" offset="1212" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A01_RST1" path="SWP" type="1" size="1" program="2" segment="1" offset="1200" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A02_R2" path="SWP" type="1" size="1" program="2" segment="1" offset="24" bit="2" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A02_R1" path="SWP" type="1" size="1" program="2" segment="1" offset="24" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A02_RSTV2" path="SWP" type="11" size="4" program="2" segment="1" offset="1240" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A02_RST2" path="SWP" type="1" size="1" program="2" segment="1" offset="1236" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A02_RST1" path="SWP" type="1" size="1" program="2" segment="1" offset="1224" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A03_R2" path="SWP" type="1" size="1" program="2" segment="1" offset="40" bit="2" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A03_R1" path="SWP" type="1" size="1" program="2" segment="1" offset="40" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A02_RSTV1" path="SWP" type="11" size="4" program="2" segment="1" offset="1228" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A04_RSTV1" path="SWP" type="11" size="4" program="2" segment="1" offset="1276" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A04_R2" path="SWP" type="1" size="1" program="2" segment="1" offset="56" bit="2" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A04_R1" path="SWP" type="1" size="1" program="2" segment="1" offset="56" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A01_R2" path="SWP" type="1" size="1" program="2" segment="1" offset="8" bit="2" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A01_R1" path="SWP" type="1" size="1" program="2" segment="1" offset="8" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A05_RSTV2" path="SWP" type="11" size="4" program="2" segment="1" offset="1312" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A04_RSTV2" path="SWP" type="11" size="4" program="2" segment="1" offset="1288" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A03_RH1" path="SWP" type="11" size="4" program="2" segment="1" offset="1256" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A01_RSTV2" path="SWP" type="11" size="4" program="2" segment="1" offset="1216" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A06_RH1" path="SWP" type="11" size="4" program="2" segment="1" offset="1328" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A05_RH2" path="SWP" type="11" size="4" program="2" segment="1" offset="1316" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A03_RH2" path="SWP" type="11" size="4" program="2" segment="1" offset="1268" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A03_RST2" path="SWP" type="1" size="1" program="2" segment="1" offset="1260" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A03_RST1" path="SWP" type="1" size="1" program="2" segment="1" offset="1248" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A06_R2" path="SWP" type="1" size="1" program="2" segment="1" offset="88" bit="2" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A06_R1" path="SWP" type="1" size="1" program="2" segment="1" offset="88" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A05_RSTV1" path="SWP" type="11" size="4" program="2" segment="1" offset="1300" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A01_RSTV1" path="SWP" type="11" size="4" program="2" segment="1" offset="1204" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A06_RH2" path="SWP" type="11" size="4" program="2" segment="1" offset="1340" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A06_RST2" path="SWP" type="1" size="1" program="2" segment="1" offset="1332" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A06_RST1" path="SWP" type="1" size="1" program="2" segment="1" offset="1320" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A05_RH1" path="SWP" type="11" size="4" program="2" segment="1" offset="1304" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A04_RH2" path="SWP" type="11" size="4" program="2" segment="1" offset="1292" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A03_RSTV1" path="SWP" type="11" size="4" program="2" segment="1" offset="1252" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A02_RH1" path="SWP" type="11" size="4" program="2" segment="1" offset="1232" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A05_R2" path="SWP" type="1" size="1" program="2" segment="1" offset="72" bit="2" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A05_R1" path="SWP" type="1" size="1" program="2" segment="1" offset="72" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A05_RST2" path="SWP" type="1" size="1" program="2" segment="1" offset="1308" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A05_RST1" path="SWP" type="1" size="1" program="2" segment="1" offset="1296" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A04_RH1" path="SWP" type="11" size="4" program="2" segment="1" offset="1280" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A03_RSTV2" path="SWP" type="11" size="4" program="2" segment="1" offset="1264" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A01_RH2" path="SWP" type="11" size="4" program="2" segment="1" offset="1220" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A02_RH2" path="SWP" type="11" size="4" program="2" segment="1" offset="1244" bit="0" scope="8" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A04_RST2" path="SWP" type="1" size="1" program="2" segment="1" offset="1284" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="LSWP02A04_RST1" path="SWP" type="1" size="1" program="2" segment="1" offset="1272" bit="0" scope="8" qualifier="1" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP02A01_RUNTIME1" type="1" size="1" program="2" segment="13" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP02A01_RUNTIME1" type="11" size="4" program="2" segment="13" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP02A01_RUNTIME1" type="1" size="1" program="2" segment="13" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP02A01_RUNTIME1" type="11" size="4" program="2" segment="13" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP02A01_RUNTIME1" type="11" size="4" program="2" segment="13" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP02A01_RUNTIME1" type="1" size="1" program="2" segment="13" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP02A01_RUNTIME1" type="11" size="4" program="2" segment="13" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP02A01_RUNTIME1" type="1" size="1" program="2" segment="13" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP02A01_RUNTIME1" type="11" size="4" program="2" segment="13" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A01_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="16" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A01_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="16" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A01_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="16" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A01_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="16" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A01_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="19" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A01_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="19" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A01_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="19" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A01_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="19" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP02A01_RUNTIME2" type="1" size="1" program="2" segment="20" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP02A01_RUNTIME2" type="11" size="4" program="2" segment="20" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP02A01_RUNTIME2" type="1" size="1" program="2" segment="20" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP02A01_RUNTIME2" type="11" size="4" program="2" segment="20" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP02A01_RUNTIME2" type="11" size="4" program="2" segment="20" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP02A01_RUNTIME2" type="1" size="1" program="2" segment="20" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP02A01_RUNTIME2" type="11" size="4" program="2" segment="20" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP02A01_RUNTIME2" type="1" size="1" program="2" segment="20" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP02A01_RUNTIME2" type="11" size="4" program="2" segment="20" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A01_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="21" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A01_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="21" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A01_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="21" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A01_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="21" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A01_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="22" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A01_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="22" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A01_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="22" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A01_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="22" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP02A02_RUNTIME1" type="1" size="1" program="2" segment="23" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP02A02_RUNTIME1" type="11" size="4" program="2" segment="23" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP02A02_RUNTIME1" type="1" size="1" program="2" segment="23" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP02A02_RUNTIME1" type="11" size="4" program="2" segment="23" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP02A02_RUNTIME1" type="11" size="4" program="2" segment="23" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP02A02_RUNTIME1" type="1" size="1" program="2" segment="23" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP02A02_RUNTIME1" type="11" size="4" program="2" segment="23" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP02A02_RUNTIME1" type="1" size="1" program="2" segment="23" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP02A02_RUNTIME1" type="11" size="4" program="2" segment="23" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A02_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="24" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A02_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="24" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A02_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="24" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A02_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="24" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A02_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="25" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A02_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="25" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A02_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="25" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A02_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="25" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP02A02_RUNTIME2" type="1" size="1" program="2" segment="26" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP02A02_RUNTIME2" type="11" size="4" program="2" segment="26" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP02A02_RUNTIME2" type="1" size="1" program="2" segment="26" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP02A02_RUNTIME2" type="11" size="4" program="2" segment="26" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP02A02_RUNTIME2" type="11" size="4" program="2" segment="26" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP02A02_RUNTIME2" type="1" size="1" program="2" segment="26" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP02A02_RUNTIME2" type="11" size="4" program="2" segment="26" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP02A02_RUNTIME2" type="1" size="1" program="2" segment="26" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP02A02_RUNTIME2" type="11" size="4" program="2" segment="26" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A02_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="27" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A02_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="27" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A02_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="27" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A02_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="27" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A02_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="28" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A02_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="28" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A02_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="28" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A02_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="28" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP02A03_RUNTIME1" type="1" size="1" program="2" segment="29" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP02A03_RUNTIME1" type="11" size="4" program="2" segment="29" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP02A03_RUNTIME1" type="1" size="1" program="2" segment="29" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP02A03_RUNTIME1" type="11" size="4" program="2" segment="29" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP02A03_RUNTIME1" type="11" size="4" program="2" segment="29" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP02A03_RUNTIME1" type="1" size="1" program="2" segment="29" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP02A03_RUNTIME1" type="11" size="4" program="2" segment="29" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP02A03_RUNTIME1" type="1" size="1" program="2" segment="29" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP02A03_RUNTIME1" type="11" size="4" program="2" segment="29" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A03_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="30" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A03_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="30" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A03_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="30" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A03_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="30" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A03_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="31" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A03_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="31" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A03_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="31" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A03_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="31" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP02A03_RUNTIME2" type="1" size="1" program="2" segment="32" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP02A03_RUNTIME2" type="11" size="4" program="2" segment="32" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP02A03_RUNTIME2" type="1" size="1" program="2" segment="32" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP02A03_RUNTIME2" type="11" size="4" program="2" segment="32" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP02A03_RUNTIME2" type="11" size="4" program="2" segment="32" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP02A03_RUNTIME2" type="1" size="1" program="2" segment="32" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP02A03_RUNTIME2" type="11" size="4" program="2" segment="32" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP02A03_RUNTIME2" type="1" size="1" program="2" segment="32" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP02A03_RUNTIME2" type="11" size="4" program="2" segment="32" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A03_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="33" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A03_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="33" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A03_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="33" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A03_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="33" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A03_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="34" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A03_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="34" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A03_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="34" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A03_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="34" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP02A04_RUNTIME1" type="1" size="1" program="2" segment="35" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP02A04_RUNTIME1" type="11" size="4" program="2" segment="35" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP02A04_RUNTIME1" type="1" size="1" program="2" segment="35" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP02A04_RUNTIME1" type="11" size="4" program="2" segment="35" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP02A04_RUNTIME1" type="11" size="4" program="2" segment="35" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP02A04_RUNTIME1" type="1" size="1" program="2" segment="35" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP02A04_RUNTIME1" type="11" size="4" program="2" segment="35" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP02A04_RUNTIME1" type="1" size="1" program="2" segment="35" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP02A04_RUNTIME1" type="11" size="4" program="2" segment="35" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A04_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="36" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A04_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="36" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A04_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="36" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A04_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="36" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A04_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="37" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A04_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="37" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A04_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="37" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A04_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="37" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP02A04_RUNTIME2" type="1" size="1" program="2" segment="38" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP02A04_RUNTIME2" type="11" size="4" program="2" segment="38" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP02A04_RUNTIME2" type="1" size="1" program="2" segment="38" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP02A04_RUNTIME2" type="11" size="4" program="2" segment="38" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP02A04_RUNTIME2" type="11" size="4" program="2" segment="38" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP02A04_RUNTIME2" type="1" size="1" program="2" segment="38" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP02A04_RUNTIME2" type="11" size="4" program="2" segment="38" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP02A04_RUNTIME2" type="1" size="1" program="2" segment="38" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP02A04_RUNTIME2" type="11" size="4" program="2" segment="38" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A04_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="39" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A04_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="39" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A04_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="39" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A04_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="39" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A04_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="40" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A04_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="40" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A04_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="40" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A04_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="40" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP02A05_RUNTIME1" type="1" size="1" program="2" segment="41" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP02A05_RUNTIME1" type="11" size="4" program="2" segment="41" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP02A05_RUNTIME1" type="1" size="1" program="2" segment="41" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP02A05_RUNTIME1" type="11" size="4" program="2" segment="41" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP02A05_RUNTIME1" type="11" size="4" program="2" segment="41" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP02A05_RUNTIME1" type="1" size="1" program="2" segment="41" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP02A05_RUNTIME1" type="11" size="4" program="2" segment="41" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP02A05_RUNTIME1" type="1" size="1" program="2" segment="41" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP02A05_RUNTIME1" type="11" size="4" program="2" segment="41" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A05_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="42" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A05_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="42" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A05_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="42" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A05_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="42" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A05_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="43" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A05_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="43" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A05_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="43" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A05_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="43" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP02A05_RUNTIME2" type="1" size="1" program="2" segment="44" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP02A05_RUNTIME2" type="11" size="4" program="2" segment="44" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP02A05_RUNTIME2" type="1" size="1" program="2" segment="44" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP02A05_RUNTIME2" type="11" size="4" program="2" segment="44" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP02A05_RUNTIME2" type="11" size="4" program="2" segment="44" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP02A05_RUNTIME2" type="1" size="1" program="2" segment="44" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP02A05_RUNTIME2" type="11" size="4" program="2" segment="44" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP02A05_RUNTIME2" type="1" size="1" program="2" segment="44" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP02A05_RUNTIME2" type="11" size="4" program="2" segment="44" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A05_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="45" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A05_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="45" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A05_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="45" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A05_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="45" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A05_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="46" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A05_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="46" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A05_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="46" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A05_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="46" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP02A06_RUNTIME1" type="1" size="1" program="2" segment="47" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP02A06_RUNTIME1" type="11" size="4" program="2" segment="47" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP02A06_RUNTIME1" type="1" size="1" program="2" segment="47" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP02A06_RUNTIME1" type="11" size="4" program="2" segment="47" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP02A06_RUNTIME1" type="11" size="4" program="2" segment="47" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP02A06_RUNTIME1" type="1" size="1" program="2" segment="47" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP02A06_RUNTIME1" type="11" size="4" program="2" segment="47" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP02A06_RUNTIME1" type="1" size="1" program="2" segment="47" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP02A06_RUNTIME1" type="11" size="4" program="2" segment="47" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A06_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="48" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A06_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="48" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A06_RUNTIME1.TIME_M" type="1" size="1" program="2" segment="48" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A06_RUNTIME1.TIME_M" type="12" size="4" program="2" segment="48" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A06_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="49" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A06_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="49" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A06_RUNTIME1.TIME_RST" type="1" size="1" program="2" segment="49" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A06_RUNTIME1.TIME_RST" type="12" size="4" program="2" segment="49" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUN" path="SWP.SWP02A06_RUNTIME2" type="1" size="1" program="2" segment="50" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMESET" path="SWP.SWP02A06_RUNTIME2" type="11" size="4" program="2" segment="50" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMERST" path="SWP.SWP02A06_RUNTIME2" type="1" size="1" program="2" segment="50" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIMEREC_IN" path="SWP.SWP02A06_RUNTIME2" type="11" size="4" program="2" segment="50" offset="24" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME" path="SWP.SWP02A06_RUNTIME2" type="11" size="4" program="2" segment="50" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="CYCLE" path="SWP.SWP02A06_RUNTIME2" type="1" size="1" program="2" segment="50" offset="36" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="MINUTE" path="SWP.SWP02A06_RUNTIME2" type="11" size="4" program="2" segment="50" offset="40" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="INI" path="SWP.SWP02A06_RUNTIME2" type="1" size="1" program="2" segment="50" offset="44" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="RUNTIME_INI" path="SWP.SWP02A06_RUNTIME2" type="11" size="4" program="2" segment="50" offset="48" bit="0" scope="4" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A06_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="51" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A06_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="51" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A06_RUNTIME2.TIME_M" type="1" size="1" program="2" segment="51" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A06_RUNTIME2.TIME_M" type="12" size="4" program="2" segment="51" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="IN" path="SWP.SWP02A06_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="52" offset="16" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="PT" path="SWP.SWP02A06_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="52" offset="20" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="Q" path="SWP.SWP02A06_RUNTIME2.TIME_RST" type="1" size="1" program="2" segment="52" offset="8" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
<var name="ET" path="SWP.SWP02A06_RUNTIME2.TIME_RST" type="12" size="4" program="2" segment="52" offset="12" bit="0" scope="2" qualifier="0" ref="0" procimg="noPI" /> |
||||
|
</VarList> |
||||
|
</Project> |
@ -0,0 +1,4 @@ |
|||||
|
E:\公司项目\项目文档\PM23092溧水秦淮人家一期拆迁安置房项目\下位机\DDC0201\SCAN.POE |
||||
|
E:\PROGRAMFILE\EXDRIVER\EXCONFIG\EXDRIVE\LIB\BRCON_MCFB_ED_V3.3.0.1\BS_DEVSCAN.POE |
||||
|
|
||||
|
|
@ -0,0 +1,7 @@ |
|||||
|
PROGRAM SCAN |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,2 @@ |
|||||
|
E:\公司项目\项目文档\PM23092溧水秦淮人家一期拆迁安置房项目\下位机\DDC0201\SWP.POE |
||||
|
E:\PROGRAMFILE\EXDRIVER\EXCONFIG\EXDRIVE\LIB\BRCON_MCFB_ED_V3.3.0.1\BS_RUNTIME.POE |
@ -0,0 +1,7 @@ |
|||||
|
PROGRAM SWP |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,5 @@ |
|||||
|
E:\公司项目\项目文档\PM23092溧水秦淮人家一期拆迁安置房项目\下位机\DDCB102\TH4851.POE |
||||
|
|
||||
|
|
||||
|
E:\PROGRAMFILE\EXDRIVER\EXCONFIG\EXDRIVE\LIB\BRCON_MCFB_ED_V3.3.0.1\BS_GETCRC16.POE |
||||
|
|
@ -0,0 +1,16 @@ |
|||||
|
[PROTOTYP_PROG] |
||||
|
COUNT=2 |
||||
|
FILE1=\$GEN$\SCAN |
||||
|
FILE0=\$GEN$\SWP |
||||
|
[PROTOTYP_FB] |
||||
|
COUNT=0 |
||||
|
[PROTOTYP_FKT] |
||||
|
COUNT=0 |
||||
|
[LIBRARY] |
||||
|
FILE2=\LIB\BRCON_MCFB_ED_V3.3.0.1\BRCON_MCFB_ED_V3.3.0.1.GEN |
||||
|
COUNT=3 |
||||
|
FILE1=\LIB\BRCON_MCFB_IU_V4.0.0\BRCON_MCFB_ED_V4.0.1.GEN |
||||
|
FILE0=\LIB\sfclib\sfclib.GEN |
||||
|
[EXECUTABLE] |
||||
|
COUNT=1 |
||||
|
FILE0=\$ENV$\Resource\Resource |
@ -0,0 +1,24 @@ |
|||||
|
[MAKEFILE] |
||||
|
COUNT=1 |
||||
|
ACTIVE=\$ENV$\Resource\Resource.MAK |
||||
|
FILE0=\$ENV$\Resource\Resource |
||||
|
[LIBRARY] |
||||
|
FILE2=\LIB\BRCON_MCFB_ED_V3.3.0.1\BRCON_MCFB_ED_V3.3.0.1.VAR |
||||
|
COUNT=3 |
||||
|
FILE1=\LIB\BRCON_MCFB_IU_V4.0.0\BRCON_MCFB_ED_V4.0.1.VAR |
||||
|
FILE0=\LIB\sfclib\sfclib.VAR |
||||
|
[ENCODING] |
||||
|
UTF8=1 |
||||
|
[ST_PROGRAM] |
||||
|
COUNT=2 |
||||
|
FILE1=\SWP |
||||
|
FILE0=\SCAN |
||||
|
[DIRECT_GLOBAL] |
||||
|
COUNT=1 |
||||
|
FILE0=\OPCDA |
||||
|
[TYPEDEF] |
||||
|
COUNT=1 |
||||
|
FILE0=\USERTYPE |
||||
|
[DATPARAM_INFO] |
||||
|
SeperateGen=1 |
||||
|
Version=4.0 |
@ -0,0 +1,111 @@ |
|||||
|
$BEGIN_IT_HEADER |
||||
|
DIRECTGLOBALDEFINITIONS = 1 |
||||
|
$END_IT_HEADER |
||||
|
PROGRAM OPCDA |
||||
|
VAR_GLOBAL |
||||
|
(* IOM 0801R 地址: 0 *) |
||||
|
LSWP02A01_R1 AT%I0.0 :BOOL; (*潜污泵井SUMP-01-泵1运行状态*) |
||||
|
LSWP02A01_F1 AT%I0.1 :BOOL; (*潜污泵井SUMP-01-泵1故障状态*) |
||||
|
LSWP02A01_R2 AT%I0.2 :BOOL; (*潜污泵井SUMP-01-泵2运行状态*) |
||||
|
LSWP02A01_F2 AT%I0.3 :BOOL; (*潜污泵井SUMP-01-泵2故障状态*) |
||||
|
LSWP02A01_HL AT%I0.4 :BOOL; (*潜污泵井SUMP-01-高液位*) |
||||
|
LSWP02A01_LL AT%I0.5 :BOOL; (*潜污泵井SUMP-01-低液位*) |
||||
|
|
||||
|
|
||||
|
(* IOM 0801R 地址: 1 *) |
||||
|
LSWP02A02_R1 AT%I16.0 :BOOL; (*潜污泵井SUMP-01-泵1运行状态*) |
||||
|
LSWP02A02_F1 AT%I16.1 :BOOL; (*潜污泵井SUMP-01-泵1故障状态*) |
||||
|
LSWP02A02_R2 AT%I16.2 :BOOL; (*潜污泵井SUMP-01-泵2运行状态*) |
||||
|
LSWP02A02_F2 AT%I16.3 :BOOL; (*潜污泵井SUMP-01-泵2故障状态*) |
||||
|
LSWP02A02_HL AT%I16.4 :BOOL; (*潜污泵井SUMP-01-高液位*) |
||||
|
LSWP02A02_LL AT%I16.5 :BOOL; (*潜污泵井SUMP-01-低液位*) |
||||
|
|
||||
|
|
||||
|
(* IOM 0801R 地址: 2 *) |
||||
|
LSWP02A03_R1 AT%I32.0 :BOOL; (*潜污泵井SUMP-01-泵1运行状态*) |
||||
|
LSWP02A03_F1 AT%I32.1 :BOOL; (*潜污泵井SUMP-01-泵1故障状态*) |
||||
|
LSWP02A03_R2 AT%I32.2 :BOOL; (*潜污泵井SUMP-01-泵2运行状态*) |
||||
|
LSWP02A03_F2 AT%I32.3 :BOOL; (*潜污泵井SUMP-01-泵2故障状态*) |
||||
|
LSWP02A03_HL AT%I32.4 :BOOL; (*潜污泵井SUMP-01-高液位*) |
||||
|
LSWP02A03_LL AT%I32.5 :BOOL; (*潜污泵井SUMP-01-低液位*) |
||||
|
|
||||
|
|
||||
|
(* IOM 0801R 地址: 3 *) |
||||
|
LSWP02A04_R1 AT%I48.0 :BOOL; (*潜污泵井SUMP-01-泵1运行状态*) |
||||
|
LSWP02A04_F1 AT%I48.1 :BOOL; (*潜污泵井SUMP-01-泵1故障状态*) |
||||
|
LSWP02A04_R2 AT%I48.2 :BOOL; (*潜污泵井SUMP-01-泵2运行状态*) |
||||
|
LSWP02A04_F2 AT%I48.3 :BOOL; (*潜污泵井SUMP-01-泵2故障状态*) |
||||
|
LSWP02A04_HL AT%I48.4 :BOOL; (*潜污泵井SUMP-01-高液位*) |
||||
|
LSWP02A04_LL AT%I48.5 :BOOL; (*潜污泵井SUMP-01-低液位*) |
||||
|
|
||||
|
|
||||
|
(* IOM 0801R 地址: 4 *) |
||||
|
LSWP02A05_R1 AT%I64.0 :BOOL; (*潜污泵井SUMP-01-泵1运行状态*) |
||||
|
LSWP02A05_F1 AT%I64.1 :BOOL; (*潜污泵井SUMP-01-泵1故障状态*) |
||||
|
LSWP02A05_R2 AT%I64.2 :BOOL; (*潜污泵井SUMP-01-泵2运行状态*) |
||||
|
LSWP02A05_F2 AT%I64.3 :BOOL; (*潜污泵井SUMP-01-泵2故障状态*) |
||||
|
LSWP02A05_HL AT%I64.4 :BOOL; (*潜污泵井SUMP-01-高液位*) |
||||
|
LSWP02A05_LL AT%I64.5 :BOOL; (*潜污泵井SUMP-01-低液位*) |
||||
|
|
||||
|
|
||||
|
(* IOM 0801R 地址: 5 *) |
||||
|
LSWP02A06_R1 AT%I80.0 :BOOL; (*潜污泵井SUMP-01-泵1运行状态*) |
||||
|
LSWP02A06_F1 AT%I80.1 :BOOL; (*潜污泵井SUMP-01-泵1故障状态*) |
||||
|
LSWP02A06_R2 AT%I80.2 :BOOL; (*潜污泵井SUMP-01-泵2运行状态*) |
||||
|
LSWP02A06_F2 AT%I80.3 :BOOL; (*潜污泵井SUMP-01-泵2故障状态*) |
||||
|
LSWP02A06_HL AT%I80.4 :BOOL; (*潜污泵井SUMP-01-高液位*) |
||||
|
LSWP02A06_LL AT%I80.5 :BOOL; (*潜污泵井SUMP-01-低液位*) |
||||
|
|
||||
|
|
||||
|
LBOX02A01_DS AT%M102.0 :BOOL; (*控制箱B01-模块地址状态*) |
||||
|
LBOX02A01_OR AT%M124.0 :REAL; (*控制箱B00-模块在线比例*) |
||||
|
|
||||
|
|
||||
|
LSWP02A01_RST1 AT%M168.0 :BOOL; (*潜污泵井02A01-运行时间累积重置1*) |
||||
|
LSWP02A01_RSTV1 AT%M172.0 :REAL; (*潜污泵井02A01-运行时间累积重置值1*) |
||||
|
LSWP02A01_RH1 AT%M176.0 :REAL; (*潜污泵井02A01-运行时间累积值1*) |
||||
|
LSWP02A01_RST2 AT%M180.0 :BOOL; (*潜污泵井02A01-运行时间累积重置2*) |
||||
|
LSWP02A01_RSTV2 AT%M184.0 :REAL; (*潜污泵井02A01-运行时间累积重置值2*) |
||||
|
LSWP02A01_RH2 AT%M188.0 :REAL; (*潜污泵井02A01-运行时间累积值2*) |
||||
|
|
||||
|
LSWP02A02_RST1 AT%M192.0 :BOOL; (*潜污泵井02A02-运行时间累积重置1*) |
||||
|
LSWP02A02_RSTV1 AT%M196.0 :REAL; (*潜污泵井02A02-运行时间累积重置值1*) |
||||
|
LSWP02A02_RH1 AT%M200.0 :REAL; (*潜污泵井02A02-运行时间累积值1*) |
||||
|
LSWP02A02_RST2 AT%M204.0 :BOOL; (*潜污泵井02A02-运行时间累积重置2*) |
||||
|
LSWP02A02_RSTV2 AT%M208.0 :REAL; (*潜污泵井02A02-运行时间累积重置值2*) |
||||
|
LSWP02A02_RH2 AT%M212.0 :REAL; (*潜污泵井02A02-运行时间累积值2*) |
||||
|
|
||||
|
LSWP02A03_RST1 AT%M216.0 :BOOL; (*潜污泵井02A03-运行时间累积重置1*) |
||||
|
LSWP02A03_RSTV1 AT%M220.0 :REAL; (*潜污泵井02A03-运行时间累积重置值1*) |
||||
|
LSWP02A03_RH1 AT%M224.0 :REAL; (*潜污泵井02A03-运行时间累积值1*) |
||||
|
LSWP02A03_RST2 AT%M228.0 :BOOL; (*潜污泵井02A03-运行时间累积重置2*) |
||||
|
LSWP02A03_RSTV2 AT%M232.0 :REAL; (*潜污泵井02A03-运行时间累积重置值2*) |
||||
|
LSWP02A03_RH2 AT%M236.0 :REAL; (*潜污泵井02A03-运行时间累积值2*) |
||||
|
|
||||
|
LSWP02A04_RST1 AT%M240.0 :BOOL; (*潜污泵井02A04-运行时间累积重置1*) |
||||
|
LSWP02A04_RSTV1 AT%M244.0 :REAL; (*潜污泵井02A04-运行时间累积重置值1*) |
||||
|
LSWP02A04_RH1 AT%M248.0 :REAL; (*潜污泵井02A04-运行时间累积值1*) |
||||
|
LSWP02A04_RST2 AT%M252.0 :BOOL; (*潜污泵井02A04-运行时间累积重置2*) |
||||
|
LSWP02A04_RSTV2 AT%M256.0 :REAL; (*潜污泵井02A04-运行时间累积重置值2*) |
||||
|
LSWP02A04_RH2 AT%M260.0 :REAL; (*潜污泵井02A04-运行时间累积值2*) |
||||
|
|
||||
|
LSWP02A05_RST1 AT%M264.0 :BOOL; (*潜污泵井02A05-运行时间累积重置1*) |
||||
|
LSWP02A05_RSTV1 AT%M268.0 :REAL; (*潜污泵井02A05-运行时间累积重置值1*) |
||||
|
LSWP02A05_RH1 AT%M272.0 :REAL; (*潜污泵井02A05-运行时间累积值1*) |
||||
|
LSWP02A05_RST2 AT%M276.0 :BOOL; (*潜污泵井02A05-运行时间累积重置2*) |
||||
|
LSWP02A05_RSTV2 AT%M280.0 :REAL; (*潜污泵井02A05-运行时间累积重置值2*) |
||||
|
LSWP02A05_RH2 AT%M284.0 :REAL; (*潜污泵井02A05-运行时间累积值2*) |
||||
|
|
||||
|
LSWP02A06_RST1 AT%M288.0 :BOOL; (*潜污泵井02A06-运行时间累积重置1*) |
||||
|
LSWP02A06_RSTV1 AT%M292.0 :REAL; (*潜污泵井02A06-运行时间累积重置值1*) |
||||
|
LSWP02A06_RH1 AT%M296.0 :REAL; (*潜污泵井02A06-运行时间累积值1*) |
||||
|
LSWP02A06_RST2 AT%M300.0 :BOOL; (*潜污泵井02A06-运行时间累积重置2*) |
||||
|
LSWP02A06_RSTV2 AT%M304.0 :REAL; (*潜污泵井02A06-运行时间累积重置值2*) |
||||
|
LSWP02A06_RH2 AT%M308.0 :REAL; (*潜污泵井02A06-运行时间累积值2*) |
||||
|
|
||||
|
|
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,11 @@ |
|||||
|
[WATCH_ENTRIES] |
||||
|
FILE0=OPCDA.LIESB1A05_CO |
||||
|
COMMENT0=" |
||||
|
FILE1=OPCDA.LIESB1A04_CO |
||||
|
COMMENT1=" |
||||
|
FILE2=OPCDA.LIESB1A03_CO |
||||
|
COMMENT2=" |
||||
|
FILE3=OPCDA.LIESB1A02_CO |
||||
|
COMMENT3=" |
||||
|
FILE4=OPCDA.LIESB1A01_CO |
||||
|
COMMENT4=" |
@ -0,0 +1,150 @@ |
|||||
|
PROGRAM SCAN |
||||
|
VAR_EXTERNAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR_GLOBAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR |
||||
|
Dev_Array :array[0..31] of byte; |
||||
|
BOX01_DevScan :BS_DevScan; |
||||
|
BOX02_DevScan :BS_DevScan; |
||||
|
BOX03_DevScan :BS_DevScan; |
||||
|
BOX04_DevScan :BS_DevScan; |
||||
|
BOX05_DevScan :BS_DevScan; |
||||
|
|
||||
|
BOX01_Hex :DWORD ; |
||||
|
BOX02_Hex :DWORD ; |
||||
|
BOX03_Hex :DWORD ; |
||||
|
BOX04_Hex :DWORD ; |
||||
|
BOX05_Hex :DWORD ; |
||||
|
|
||||
|
DEV00_IP AT%M7000.0 :BYTE; |
||||
|
DEV00_R AT%M8000.0 :BYTE; |
||||
|
DEV01_R AT%M8001.0 :BYTE; |
||||
|
DEV02_R AT%M8002.0 :BYTE; |
||||
|
DEV03_R AT%M8003.0 :BYTE; |
||||
|
DEV04_R AT%M8004.0 :BYTE; |
||||
|
DEV05_R AT%M8005.0 :BYTE; |
||||
|
DEV06_R AT%M8006.0 :BYTE; |
||||
|
DEV07_R AT%M8007.0 :BYTE; |
||||
|
DEV08_R AT%M8008.0 :BYTE; |
||||
|
DEV09_R AT%M8009.0 :BYTE; |
||||
|
DEV10_R AT%M8010.0 :BYTE; |
||||
|
DEV11_R AT%M8011.0 :BYTE; |
||||
|
DEV12_R AT%M8012.0 :BYTE; |
||||
|
DEV13_R AT%M8013.0 :BYTE; |
||||
|
DEV14_R AT%M8014.0 :BYTE; |
||||
|
DEV15_R AT%M8015.0 :BYTE; |
||||
|
DEV16_R AT%M8016.0 :BYTE; |
||||
|
DEV17_R AT%M8017.0 :BYTE; |
||||
|
DEV18_R AT%M8018.0 :BYTE; |
||||
|
DEV19_R AT%M8019.0 :BYTE; |
||||
|
DEV20_R AT%M8020.0 :BYTE; |
||||
|
DEV21_R AT%M8021.0 :BYTE; |
||||
|
DEV22_R AT%M8022.0 :BYTE; |
||||
|
DEV23_R AT%M8023.0 :BYTE; |
||||
|
DEV24_R AT%M8024.0 :BYTE; |
||||
|
DEV25_R AT%M8025.0 :BYTE; |
||||
|
DEV26_R AT%M8026.0 :BYTE; |
||||
|
DEV27_R AT%M8027.0 :BYTE; |
||||
|
DEV28_R AT%M8028.0 :BYTE; |
||||
|
DEV29_R AT%M8029.0 :BYTE; |
||||
|
DEV30_R AT%M8030.0 :BYTE; |
||||
|
DEV31_R AT%M8031.0 :BYTE; |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
(*Automatically declared*) |
||||
|
VAR_EXTERNAL |
||||
|
LBOX02A01_OR : REAL; |
||||
|
LBOX02A01_DS : BOOL; |
||||
|
END_VAR |
||||
|
(** **) |
||||
|
(** {*模块地址分配设定,分别对应0~31号地址模块,从右起*} **) |
||||
|
(** {* 3 2 1 *} **) |
||||
|
(** {*10987654321098765432109876543210*} **) |
||||
|
(** BOX01_Hex :=2#00000000000000000000000000111111 ; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD 2#00000000000000000000000000111111 |
||||
|
ST BOX01_Hex |
||||
|
|
||||
|
(** **) |
||||
|
(** {*模块扫描功能块关联*} **) |
||||
|
(** BOX01_DevScan( Dev_Array:= Dev_Array , Dev_Scan_Hex:= BOX01_Hex | LBOX02A01_DS:= Dev_Ready, LBOX02A01_OR:= Dev_Ratio ); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL BOX01_DevScan ( |
||||
|
Dev_Array := Dev_Array, |
||||
|
Dev_Scan_Hex := BOX01_Hex |
||||
|
| |
||||
|
LBOX02A01_DS := Dev_Ready, |
||||
|
LBOX02A01_OR := Dev_Ratio |
||||
|
) |
||||
|
|
||||
|
(** **) |
||||
|
(** {****************************************************默认段****************************************************} **) |
||||
|
(** {*模块设备状态关联*} **) |
||||
|
(** Dev_Array[0] :=DEV00_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV00_R |
||||
|
ST Dev_Array[0] |
||||
|
|
||||
|
(** Dev_Array[1] :=DEV01_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV01_R |
||||
|
ST Dev_Array[1] |
||||
|
|
||||
|
(** Dev_Array[2] :=DEV02_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV02_R |
||||
|
ST Dev_Array[2] |
||||
|
|
||||
|
(** Dev_Array[3] :=DEV03_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV03_R |
||||
|
ST Dev_Array[3] |
||||
|
|
||||
|
(** Dev_Array[4] :=DEV04_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV04_R |
||||
|
ST Dev_Array[4] |
||||
|
|
||||
|
(** Dev_Array[5] :=DEV05_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV05_R |
||||
|
ST Dev_Array[5] |
||||
|
|
||||
|
(** Dev_Array[6] :=DEV06_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV06_R |
||||
|
ST Dev_Array[6] |
||||
|
|
||||
|
(** Dev_Array[7] :=DEV07_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV07_R |
||||
|
ST Dev_Array[7] |
||||
|
|
||||
|
(** Dev_Array[8] :=DEV08_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV08_R |
||||
|
ST Dev_Array[8] |
||||
|
|
||||
|
(** Dev_Array[9] :=DEV09_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV09_R |
||||
|
ST Dev_Array[9] |
||||
|
|
||||
|
(** Dev_Array[10]:=DEV10_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV10_R |
||||
|
ST Dev_Array[10] |
||||
|
|
||||
|
(** Dev_Array[11]:=DEV11_R; **) |
||||
|
(* assign - Stmt *) |
||||
|
LD DEV11_R |
||||
|
ST Dev_Array[11] |
||||
|
|
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,83 @@ |
|||||
|
PROGRAM SCAN |
||||
|
VAR_EXTERNAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR_GLOBAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR |
||||
|
Dev_Array :array[0..31] of byte; |
||||
|
BOX01_DevScan :BS_DevScan; |
||||
|
BOX02_DevScan :BS_DevScan; |
||||
|
BOX03_DevScan :BS_DevScan; |
||||
|
BOX04_DevScan :BS_DevScan; |
||||
|
BOX05_DevScan :BS_DevScan; |
||||
|
|
||||
|
BOX01_Hex :DWORD ; |
||||
|
BOX02_Hex :DWORD ; |
||||
|
BOX03_Hex :DWORD ; |
||||
|
BOX04_Hex :DWORD ; |
||||
|
BOX05_Hex :DWORD ; |
||||
|
|
||||
|
DEV00_IP AT%M7000.0 :BYTE; |
||||
|
DEV00_R AT%M8000.0 :BYTE; |
||||
|
DEV01_R AT%M8001.0 :BYTE; |
||||
|
DEV02_R AT%M8002.0 :BYTE; |
||||
|
DEV03_R AT%M8003.0 :BYTE; |
||||
|
DEV04_R AT%M8004.0 :BYTE; |
||||
|
DEV05_R AT%M8005.0 :BYTE; |
||||
|
DEV06_R AT%M8006.0 :BYTE; |
||||
|
DEV07_R AT%M8007.0 :BYTE; |
||||
|
DEV08_R AT%M8008.0 :BYTE; |
||||
|
DEV09_R AT%M8009.0 :BYTE; |
||||
|
DEV10_R AT%M8010.0 :BYTE; |
||||
|
DEV11_R AT%M8011.0 :BYTE; |
||||
|
DEV12_R AT%M8012.0 :BYTE; |
||||
|
DEV13_R AT%M8013.0 :BYTE; |
||||
|
DEV14_R AT%M8014.0 :BYTE; |
||||
|
DEV15_R AT%M8015.0 :BYTE; |
||||
|
DEV16_R AT%M8016.0 :BYTE; |
||||
|
DEV17_R AT%M8017.0 :BYTE; |
||||
|
DEV18_R AT%M8018.0 :BYTE; |
||||
|
DEV19_R AT%M8019.0 :BYTE; |
||||
|
DEV20_R AT%M8020.0 :BYTE; |
||||
|
DEV21_R AT%M8021.0 :BYTE; |
||||
|
DEV22_R AT%M8022.0 :BYTE; |
||||
|
DEV23_R AT%M8023.0 :BYTE; |
||||
|
DEV24_R AT%M8024.0 :BYTE; |
||||
|
DEV25_R AT%M8025.0 :BYTE; |
||||
|
DEV26_R AT%M8026.0 :BYTE; |
||||
|
DEV27_R AT%M8027.0 :BYTE; |
||||
|
DEV28_R AT%M8028.0 :BYTE; |
||||
|
DEV29_R AT%M8029.0 :BYTE; |
||||
|
DEV30_R AT%M8030.0 :BYTE; |
||||
|
DEV31_R AT%M8031.0 :BYTE; |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
(*模块地址分配设定,分别对应0~31号地址模块,从右起*) |
||||
|
(* 3 2 1 *) |
||||
|
(*10987654321098765432109876543210*) |
||||
|
BOX01_Hex :=2#00000000000000000000000000111111 ; |
||||
|
|
||||
|
(*模块扫描功能块关联*) |
||||
|
BOX01_DevScan( Dev_Array:= Dev_Array , Dev_Scan_Hex:= BOX01_Hex | LBOX02A01_DS:= Dev_Ready, LBOX02A01_OR:= Dev_Ratio ); |
||||
|
|
||||
|
(****************************************************默认段****************************************************) |
||||
|
(*模块设备状态关联*) |
||||
|
Dev_Array[0] :=DEV00_R; |
||||
|
Dev_Array[1] :=DEV01_R; |
||||
|
Dev_Array[2] :=DEV02_R; |
||||
|
Dev_Array[3] :=DEV03_R; |
||||
|
Dev_Array[4] :=DEV04_R; |
||||
|
Dev_Array[5] :=DEV05_R; |
||||
|
Dev_Array[6] :=DEV06_R; |
||||
|
Dev_Array[7] :=DEV07_R; |
||||
|
Dev_Array[8] :=DEV08_R; |
||||
|
Dev_Array[9] :=DEV09_R; |
||||
|
Dev_Array[10]:=DEV10_R; |
||||
|
Dev_Array[11]:=DEV11_R; |
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,83 @@ |
|||||
|
PROGRAM SCAN |
||||
|
VAR_EXTERNAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR_GLOBAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR |
||||
|
Dev_Array :array[0..31] of byte; |
||||
|
BOX01_DevScan :BS_DevScan; |
||||
|
BOX02_DevScan :BS_DevScan; |
||||
|
BOX03_DevScan :BS_DevScan; |
||||
|
BOX04_DevScan :BS_DevScan; |
||||
|
BOX05_DevScan :BS_DevScan; |
||||
|
|
||||
|
BOX01_Hex :DWORD ; |
||||
|
BOX02_Hex :DWORD ; |
||||
|
BOX03_Hex :DWORD ; |
||||
|
BOX04_Hex :DWORD ; |
||||
|
BOX05_Hex :DWORD ; |
||||
|
|
||||
|
DEV00_IP AT%M7000.0 :BYTE; |
||||
|
DEV00_R AT%M8000.0 :BYTE; |
||||
|
DEV01_R AT%M8001.0 :BYTE; |
||||
|
DEV02_R AT%M8002.0 :BYTE; |
||||
|
DEV03_R AT%M8003.0 :BYTE; |
||||
|
DEV04_R AT%M8004.0 :BYTE; |
||||
|
DEV05_R AT%M8005.0 :BYTE; |
||||
|
DEV06_R AT%M8006.0 :BYTE; |
||||
|
DEV07_R AT%M8007.0 :BYTE; |
||||
|
DEV08_R AT%M8008.0 :BYTE; |
||||
|
DEV09_R AT%M8009.0 :BYTE; |
||||
|
DEV10_R AT%M8010.0 :BYTE; |
||||
|
DEV11_R AT%M8011.0 :BYTE; |
||||
|
DEV12_R AT%M8012.0 :BYTE; |
||||
|
DEV13_R AT%M8013.0 :BYTE; |
||||
|
DEV14_R AT%M8014.0 :BYTE; |
||||
|
DEV15_R AT%M8015.0 :BYTE; |
||||
|
DEV16_R AT%M8016.0 :BYTE; |
||||
|
DEV17_R AT%M8017.0 :BYTE; |
||||
|
DEV18_R AT%M8018.0 :BYTE; |
||||
|
DEV19_R AT%M8019.0 :BYTE; |
||||
|
DEV20_R AT%M8020.0 :BYTE; |
||||
|
DEV21_R AT%M8021.0 :BYTE; |
||||
|
DEV22_R AT%M8022.0 :BYTE; |
||||
|
DEV23_R AT%M8023.0 :BYTE; |
||||
|
DEV24_R AT%M8024.0 :BYTE; |
||||
|
DEV25_R AT%M8025.0 :BYTE; |
||||
|
DEV26_R AT%M8026.0 :BYTE; |
||||
|
DEV27_R AT%M8027.0 :BYTE; |
||||
|
DEV28_R AT%M8028.0 :BYTE; |
||||
|
DEV29_R AT%M8029.0 :BYTE; |
||||
|
DEV30_R AT%M8030.0 :BYTE; |
||||
|
DEV31_R AT%M8031.0 :BYTE; |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
(*模块地址分配设定,分别对应0~31号地址模块,从右起*) |
||||
|
(* 3 2 1 *) |
||||
|
(*10987654321098765432109876543210*) |
||||
|
BOX01_Hex :=2#00000000000000000000000000111111 ; |
||||
|
|
||||
|
(*模块扫描功能块关联*) |
||||
|
BOX01_DevScan( Dev_Array:= Dev_Array , Dev_Scan_Hex:= BOX01_Hex | LBOX02A01_DS:= Dev_Ready, LBOX02A01_OR:= Dev_Ratio ); |
||||
|
|
||||
|
(****************************************************默认段****************************************************) |
||||
|
(*模块设备状态关联*) |
||||
|
Dev_Array[0] :=DEV00_R; |
||||
|
Dev_Array[1] :=DEV01_R; |
||||
|
Dev_Array[2] :=DEV02_R; |
||||
|
Dev_Array[3] :=DEV03_R; |
||||
|
Dev_Array[4] :=DEV04_R; |
||||
|
Dev_Array[5] :=DEV05_R; |
||||
|
Dev_Array[6] :=DEV06_R; |
||||
|
Dev_Array[7] :=DEV07_R; |
||||
|
Dev_Array[8] :=DEV08_R; |
||||
|
Dev_Array[9] :=DEV09_R; |
||||
|
Dev_Array[10]:=DEV10_R; |
||||
|
Dev_Array[11]:=DEV11_R; |
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,211 @@ |
|||||
|
PROGRAM SWP |
||||
|
VAR_EXTERNAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR_GLOBAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR |
||||
|
SWP02A01_RunTime1:BS_RunTime; |
||||
|
SWP02A01_RunTime2:BS_RunTime; |
||||
|
SWP02A02_RunTime1:BS_RunTime; |
||||
|
SWP02A02_RunTime2:BS_RunTime; |
||||
|
SWP02A03_RunTime1:BS_RunTime; |
||||
|
SWP02A03_RunTime2:BS_RunTime; |
||||
|
SWP02A04_RunTime1:BS_RunTime; |
||||
|
SWP02A04_RunTime2:BS_RunTime; |
||||
|
SWP02A05_RunTime1:BS_RunTime; |
||||
|
SWP02A05_RunTime2:BS_RunTime; |
||||
|
SWP02A06_RunTime1:BS_RunTime; |
||||
|
SWP02A06_RunTime2:BS_RunTime; |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
(*Automatically declared*) |
||||
|
VAR_EXTERNAL |
||||
|
LSWP02A06_RSTV2 : REAL; |
||||
|
LSWP02A01_RH1 : REAL; |
||||
|
LSWP02A06_RSTV1 : REAL; |
||||
|
LSWP02A01_RST2 : BOOL; |
||||
|
LSWP02A01_RST1 : BOOL; |
||||
|
LSWP02A02_R2 : BOOL; |
||||
|
LSWP02A02_R1 : BOOL; |
||||
|
LSWP02A02_RSTV2 : REAL; |
||||
|
LSWP02A02_RST2 : BOOL; |
||||
|
LSWP02A02_RST1 : BOOL; |
||||
|
LSWP02A03_R2 : BOOL; |
||||
|
LSWP02A03_R1 : BOOL; |
||||
|
LSWP02A02_RSTV1 : REAL; |
||||
|
LSWP02A04_RSTV1 : REAL; |
||||
|
LSWP02A04_R2 : BOOL; |
||||
|
LSWP02A04_R1 : BOOL; |
||||
|
LSWP02A01_R2 : BOOL; |
||||
|
LSWP02A01_R1 : BOOL; |
||||
|
LSWP02A05_RSTV2 : REAL; |
||||
|
LSWP02A04_RSTV2 : REAL; |
||||
|
LSWP02A03_RH1 : REAL; |
||||
|
LSWP02A01_RSTV2 : REAL; |
||||
|
LSWP02A06_RH1 : REAL; |
||||
|
LSWP02A05_RH2 : REAL; |
||||
|
LSWP02A03_RH2 : REAL; |
||||
|
LSWP02A03_RST2 : BOOL; |
||||
|
LSWP02A03_RST1 : BOOL; |
||||
|
LSWP02A06_R2 : BOOL; |
||||
|
LSWP02A06_R1 : BOOL; |
||||
|
LSWP02A05_RSTV1 : REAL; |
||||
|
LSWP02A01_RSTV1 : REAL; |
||||
|
LSWP02A06_RH2 : REAL; |
||||
|
LSWP02A06_RST2 : BOOL; |
||||
|
LSWP02A06_RST1 : BOOL; |
||||
|
LSWP02A05_RH1 : REAL; |
||||
|
LSWP02A04_RH2 : REAL; |
||||
|
LSWP02A03_RSTV1 : REAL; |
||||
|
LSWP02A02_RH1 : REAL; |
||||
|
LSWP02A05_R2 : BOOL; |
||||
|
LSWP02A05_R1 : BOOL; |
||||
|
LSWP02A05_RST2 : BOOL; |
||||
|
LSWP02A05_RST1 : BOOL; |
||||
|
LSWP02A04_RH1 : REAL; |
||||
|
LSWP02A03_RSTV2 : REAL; |
||||
|
LSWP02A01_RH2 : REAL; |
||||
|
LSWP02A02_RH2 : REAL; |
||||
|
LSWP02A04_RST2 : BOOL; |
||||
|
LSWP02A04_RST1 : BOOL; |
||||
|
END_VAR |
||||
|
(** {*ÔËÐÐÀÛ»ýʱ¼ä*} **) |
||||
|
(** SWP02A01_RunTime1(RUN :=LSWP02A01_R1 , RUNTIMESET :=LSWP02A01_RSTV1 , RUNTIMERST :=LSWP02A01_RST1 , RunTimeRec_In :=LSWP02A01_RH1 | LSWP02A01_RH1:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP02A01_RunTime1 ( |
||||
|
RUN := LSWP02A01_R1, |
||||
|
RUNTIMESET := LSWP02A01_RSTV1, |
||||
|
RUNTIMERST := LSWP02A01_RST1, |
||||
|
RunTimeRec_In := LSWP02A01_RH1 |
||||
|
| |
||||
|
LSWP02A01_RH1 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP02A01_RunTime2(RUN :=LSWP02A01_R2 , RUNTIMESET :=LSWP02A01_RSTV2 , RUNTIMERST :=LSWP02A01_RST2 , RunTimeRec_In :=LSWP02A01_RH2 | LSWP02A01_RH2:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP02A01_RunTime2 ( |
||||
|
RUN := LSWP02A01_R2, |
||||
|
RUNTIMESET := LSWP02A01_RSTV2, |
||||
|
RUNTIMERST := LSWP02A01_RST2, |
||||
|
RunTimeRec_In := LSWP02A01_RH2 |
||||
|
| |
||||
|
LSWP02A01_RH2 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP02A02_RunTime1(RUN :=LSWP02A02_R1 , RUNTIMESET :=LSWP02A02_RSTV1 , RUNTIMERST :=LSWP02A02_RST1 , RunTimeRec_In :=LSWP02A02_RH1 | LSWP02A02_RH1:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP02A02_RunTime1 ( |
||||
|
RUN := LSWP02A02_R1, |
||||
|
RUNTIMESET := LSWP02A02_RSTV1, |
||||
|
RUNTIMERST := LSWP02A02_RST1, |
||||
|
RunTimeRec_In := LSWP02A02_RH1 |
||||
|
| |
||||
|
LSWP02A02_RH1 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP02A02_RunTime2(RUN :=LSWP02A02_R2 , RUNTIMESET :=LSWP02A02_RSTV2 , RUNTIMERST :=LSWP02A02_RST2 , RunTimeRec_In :=LSWP02A02_RH2 | LSWP02A02_RH2:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP02A02_RunTime2 ( |
||||
|
RUN := LSWP02A02_R2, |
||||
|
RUNTIMESET := LSWP02A02_RSTV2, |
||||
|
RUNTIMERST := LSWP02A02_RST2, |
||||
|
RunTimeRec_In := LSWP02A02_RH2 |
||||
|
| |
||||
|
LSWP02A02_RH2 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP02A03_RunTime1(RUN :=LSWP02A03_R1 , RUNTIMESET :=LSWP02A03_RSTV1 , RUNTIMERST :=LSWP02A03_RST1 , RunTimeRec_In :=LSWP02A03_RH1 | LSWP02A03_RH1:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP02A03_RunTime1 ( |
||||
|
RUN := LSWP02A03_R1, |
||||
|
RUNTIMESET := LSWP02A03_RSTV1, |
||||
|
RUNTIMERST := LSWP02A03_RST1, |
||||
|
RunTimeRec_In := LSWP02A03_RH1 |
||||
|
| |
||||
|
LSWP02A03_RH1 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP02A03_RunTime2(RUN :=LSWP02A03_R2 , RUNTIMESET :=LSWP02A03_RSTV2 , RUNTIMERST :=LSWP02A03_RST2 , RunTimeRec_In :=LSWP02A03_RH2 | LSWP02A03_RH2:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP02A03_RunTime2 ( |
||||
|
RUN := LSWP02A03_R2, |
||||
|
RUNTIMESET := LSWP02A03_RSTV2, |
||||
|
RUNTIMERST := LSWP02A03_RST2, |
||||
|
RunTimeRec_In := LSWP02A03_RH2 |
||||
|
| |
||||
|
LSWP02A03_RH2 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP02A04_RunTime1(RUN :=LSWP02A04_R1 , RUNTIMESET :=LSWP02A04_RSTV1 , RUNTIMERST :=LSWP02A04_RST1 , RunTimeRec_In :=LSWP02A04_RH1 | LSWP02A04_RH1:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP02A04_RunTime1 ( |
||||
|
RUN := LSWP02A04_R1, |
||||
|
RUNTIMESET := LSWP02A04_RSTV1, |
||||
|
RUNTIMERST := LSWP02A04_RST1, |
||||
|
RunTimeRec_In := LSWP02A04_RH1 |
||||
|
| |
||||
|
LSWP02A04_RH1 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP02A04_RunTime2(RUN :=LSWP02A04_R2 , RUNTIMESET :=LSWP02A04_RSTV2 , RUNTIMERST :=LSWP02A04_RST2 , RunTimeRec_In :=LSWP02A04_RH2 | LSWP02A04_RH2:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP02A04_RunTime2 ( |
||||
|
RUN := LSWP02A04_R2, |
||||
|
RUNTIMESET := LSWP02A04_RSTV2, |
||||
|
RUNTIMERST := LSWP02A04_RST2, |
||||
|
RunTimeRec_In := LSWP02A04_RH2 |
||||
|
| |
||||
|
LSWP02A04_RH2 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP02A05_RunTime1(RUN :=LSWP02A05_R1 , RUNTIMESET :=LSWP02A05_RSTV1 , RUNTIMERST :=LSWP02A05_RST1 , RunTimeRec_In :=LSWP02A05_RH1 | LSWP02A05_RH1:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP02A05_RunTime1 ( |
||||
|
RUN := LSWP02A05_R1, |
||||
|
RUNTIMESET := LSWP02A05_RSTV1, |
||||
|
RUNTIMERST := LSWP02A05_RST1, |
||||
|
RunTimeRec_In := LSWP02A05_RH1 |
||||
|
| |
||||
|
LSWP02A05_RH1 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP02A05_RunTime2(RUN :=LSWP02A05_R2 , RUNTIMESET :=LSWP02A05_RSTV2 , RUNTIMERST :=LSWP02A05_RST2 , RunTimeRec_In :=LSWP02A05_RH2 | LSWP02A05_RH2:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP02A05_RunTime2 ( |
||||
|
RUN := LSWP02A05_R2, |
||||
|
RUNTIMESET := LSWP02A05_RSTV2, |
||||
|
RUNTIMERST := LSWP02A05_RST2, |
||||
|
RunTimeRec_In := LSWP02A05_RH2 |
||||
|
| |
||||
|
LSWP02A05_RH2 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP02A06_RunTime1(RUN :=LSWP02A06_R1 , RUNTIMESET :=LSWP02A06_RSTV1 , RUNTIMERST :=LSWP02A06_RST1 , RunTimeRec_In :=LSWP02A06_RH1 | LSWP02A06_RH1:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP02A06_RunTime1 ( |
||||
|
RUN := LSWP02A06_R1, |
||||
|
RUNTIMESET := LSWP02A06_RSTV1, |
||||
|
RUNTIMERST := LSWP02A06_RST1, |
||||
|
RunTimeRec_In := LSWP02A06_RH1 |
||||
|
| |
||||
|
LSWP02A06_RH1 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
(** SWP02A06_RunTime2(RUN :=LSWP02A06_R2 , RUNTIMESET :=LSWP02A06_RSTV2 , RUNTIMERST :=LSWP02A06_RST2 , RunTimeRec_In :=LSWP02A06_RH2 | LSWP02A06_RH2:= RUNTIME); **) |
||||
|
(* call - Stmt *) |
||||
|
CAL SWP02A06_RunTime2 ( |
||||
|
RUN := LSWP02A06_R2, |
||||
|
RUNTIMESET := LSWP02A06_RSTV2, |
||||
|
RUNTIMERST := LSWP02A06_RST2, |
||||
|
RunTimeRec_In := LSWP02A06_RH2 |
||||
|
| |
||||
|
LSWP02A06_RH2 := RUNTIME |
||||
|
) |
||||
|
|
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,39 @@ |
|||||
|
PROGRAM SWP |
||||
|
VAR_EXTERNAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR_GLOBAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR |
||||
|
SWP02A01_RunTime1:BS_RunTime; |
||||
|
SWP02A01_RunTime2:BS_RunTime; |
||||
|
SWP02A02_RunTime1:BS_RunTime; |
||||
|
SWP02A02_RunTime2:BS_RunTime; |
||||
|
SWP02A03_RunTime1:BS_RunTime; |
||||
|
SWP02A03_RunTime2:BS_RunTime; |
||||
|
SWP02A04_RunTime1:BS_RunTime; |
||||
|
SWP02A04_RunTime2:BS_RunTime; |
||||
|
SWP02A05_RunTime1:BS_RunTime; |
||||
|
SWP02A05_RunTime2:BS_RunTime; |
||||
|
SWP02A06_RunTime1:BS_RunTime; |
||||
|
SWP02A06_RunTime2:BS_RunTime; |
||||
|
|
||||
|
END_VAR |
||||
|
(*运行累积时间*) |
||||
|
SWP02A01_RunTime1(RUN :=LSWP02A01_R1 , RUNTIMESET :=LSWP02A01_RSTV1 , RUNTIMERST :=LSWP02A01_RST1 , RunTimeRec_In :=LSWP02A01_RH1 | LSWP02A01_RH1:= RUNTIME); |
||||
|
SWP02A01_RunTime2(RUN :=LSWP02A01_R2 , RUNTIMESET :=LSWP02A01_RSTV2 , RUNTIMERST :=LSWP02A01_RST2 , RunTimeRec_In :=LSWP02A01_RH2 | LSWP02A01_RH2:= RUNTIME); |
||||
|
SWP02A02_RunTime1(RUN :=LSWP02A02_R1 , RUNTIMESET :=LSWP02A02_RSTV1 , RUNTIMERST :=LSWP02A02_RST1 , RunTimeRec_In :=LSWP02A02_RH1 | LSWP02A02_RH1:= RUNTIME); |
||||
|
SWP02A02_RunTime2(RUN :=LSWP02A02_R2 , RUNTIMESET :=LSWP02A02_RSTV2 , RUNTIMERST :=LSWP02A02_RST2 , RunTimeRec_In :=LSWP02A02_RH2 | LSWP02A02_RH2:= RUNTIME); |
||||
|
SWP02A03_RunTime1(RUN :=LSWP02A03_R1 , RUNTIMESET :=LSWP02A03_RSTV1 , RUNTIMERST :=LSWP02A03_RST1 , RunTimeRec_In :=LSWP02A03_RH1 | LSWP02A03_RH1:= RUNTIME); |
||||
|
SWP02A03_RunTime2(RUN :=LSWP02A03_R2 , RUNTIMESET :=LSWP02A03_RSTV2 , RUNTIMERST :=LSWP02A03_RST2 , RunTimeRec_In :=LSWP02A03_RH2 | LSWP02A03_RH2:= RUNTIME); |
||||
|
SWP02A04_RunTime1(RUN :=LSWP02A04_R1 , RUNTIMESET :=LSWP02A04_RSTV1 , RUNTIMERST :=LSWP02A04_RST1 , RunTimeRec_In :=LSWP02A04_RH1 | LSWP02A04_RH1:= RUNTIME); |
||||
|
SWP02A04_RunTime2(RUN :=LSWP02A04_R2 , RUNTIMESET :=LSWP02A04_RSTV2 , RUNTIMERST :=LSWP02A04_RST2 , RunTimeRec_In :=LSWP02A04_RH2 | LSWP02A04_RH2:= RUNTIME); |
||||
|
SWP02A05_RunTime1(RUN :=LSWP02A05_R1 , RUNTIMESET :=LSWP02A05_RSTV1 , RUNTIMERST :=LSWP02A05_RST1 , RunTimeRec_In :=LSWP02A05_RH1 | LSWP02A05_RH1:= RUNTIME); |
||||
|
SWP02A05_RunTime2(RUN :=LSWP02A05_R2 , RUNTIMESET :=LSWP02A05_RSTV2 , RUNTIMERST :=LSWP02A05_RST2 , RunTimeRec_In :=LSWP02A05_RH2 | LSWP02A05_RH2:= RUNTIME); |
||||
|
SWP02A06_RunTime1(RUN :=LSWP02A06_R1 , RUNTIMESET :=LSWP02A06_RSTV1 , RUNTIMERST :=LSWP02A06_RST1 , RunTimeRec_In :=LSWP02A06_RH1 | LSWP02A06_RH1:= RUNTIME); |
||||
|
SWP02A06_RunTime2(RUN :=LSWP02A06_R2 , RUNTIMESET :=LSWP02A06_RSTV2 , RUNTIMERST :=LSWP02A06_RST2 , RunTimeRec_In :=LSWP02A06_RH2 | LSWP02A06_RH2:= RUNTIME); |
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,39 @@ |
|||||
|
PROGRAM SWP |
||||
|
VAR_EXTERNAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR_GLOBAL |
||||
|
|
||||
|
END_VAR |
||||
|
|
||||
|
VAR |
||||
|
SWP02A01_RunTime1:BS_RunTime; |
||||
|
SWP02A01_RunTime2:BS_RunTime; |
||||
|
SWP02A02_RunTime1:BS_RunTime; |
||||
|
SWP02A02_RunTime2:BS_RunTime; |
||||
|
SWP02A03_RunTime1:BS_RunTime; |
||||
|
SWP02A03_RunTime2:BS_RunTime; |
||||
|
SWP02A04_RunTime1:BS_RunTime; |
||||
|
SWP02A04_RunTime2:BS_RunTime; |
||||
|
SWP02A05_RunTime1:BS_RunTime; |
||||
|
SWP02A05_RunTime2:BS_RunTime; |
||||
|
SWP02A06_RunTime1:BS_RunTime; |
||||
|
SWP02A06_RunTime2:BS_RunTime; |
||||
|
|
||||
|
END_VAR |
||||
|
(*运行累积时间*) |
||||
|
SWP02A01_RunTime1(RUN :=LSWP02A01_R1 , RUNTIMESET :=LSWP02A01_RSTV1 , RUNTIMERST :=LSWP02A01_RST1 , RunTimeRec_In :=LSWP02A01_RH1 | LSWP02A01_RH1:= RUNTIME); |
||||
|
SWP02A01_RunTime2(RUN :=LSWP02A01_R2 , RUNTIMESET :=LSWP02A01_RSTV2 , RUNTIMERST :=LSWP02A01_RST2 , RunTimeRec_In :=LSWP02A01_RH2 | LSWP02A01_RH2:= RUNTIME); |
||||
|
SWP02A02_RunTime1(RUN :=LSWP02A02_R1 , RUNTIMESET :=LSWP02A02_RSTV1 , RUNTIMERST :=LSWP02A02_RST1 , RunTimeRec_In :=LSWP02A02_RH1 | LSWP02A02_RH1:= RUNTIME); |
||||
|
SWP02A02_RunTime2(RUN :=LSWP02A02_R2 , RUNTIMESET :=LSWP02A02_RSTV2 , RUNTIMERST :=LSWP02A02_RST2 , RunTimeRec_In :=LSWP02A02_RH2 | LSWP02A02_RH2:= RUNTIME); |
||||
|
SWP02A03_RunTime1(RUN :=LSWP02A03_R1 , RUNTIMESET :=LSWP02A03_RSTV1 , RUNTIMERST :=LSWP02A03_RST1 , RunTimeRec_In :=LSWP02A03_RH1 | LSWP02A03_RH1:= RUNTIME); |
||||
|
SWP02A03_RunTime2(RUN :=LSWP02A03_R2 , RUNTIMESET :=LSWP02A03_RSTV2 , RUNTIMERST :=LSWP02A03_RST2 , RunTimeRec_In :=LSWP02A03_RH2 | LSWP02A03_RH2:= RUNTIME); |
||||
|
SWP02A04_RunTime1(RUN :=LSWP02A04_R1 , RUNTIMESET :=LSWP02A04_RSTV1 , RUNTIMERST :=LSWP02A04_RST1 , RunTimeRec_In :=LSWP02A04_RH1 | LSWP02A04_RH1:= RUNTIME); |
||||
|
SWP02A04_RunTime2(RUN :=LSWP02A04_R2 , RUNTIMESET :=LSWP02A04_RSTV2 , RUNTIMERST :=LSWP02A04_RST2 , RunTimeRec_In :=LSWP02A04_RH2 | LSWP02A04_RH2:= RUNTIME); |
||||
|
SWP02A05_RunTime1(RUN :=LSWP02A05_R1 , RUNTIMESET :=LSWP02A05_RSTV1 , RUNTIMERST :=LSWP02A05_RST1 , RunTimeRec_In :=LSWP02A05_RH1 | LSWP02A05_RH1:= RUNTIME); |
||||
|
SWP02A05_RunTime2(RUN :=LSWP02A05_R2 , RUNTIMESET :=LSWP02A05_RSTV2 , RUNTIMERST :=LSWP02A05_RST2 , RunTimeRec_In :=LSWP02A05_RH2 | LSWP02A05_RH2:= RUNTIME); |
||||
|
SWP02A06_RunTime1(RUN :=LSWP02A06_R1 , RUNTIMESET :=LSWP02A06_RSTV1 , RUNTIMERST :=LSWP02A06_RST1 , RunTimeRec_In :=LSWP02A06_RH1 | LSWP02A06_RH1:= RUNTIME); |
||||
|
SWP02A06_RunTime2(RUN :=LSWP02A06_R2 , RUNTIMESET :=LSWP02A06_RSTV2 , RUNTIMERST :=LSWP02A06_RST2 , RunTimeRec_In :=LSWP02A06_RH2 | LSWP02A06_RH2:= RUNTIME); |
||||
|
|
||||
|
END_PROGRAM |
@ -0,0 +1,5 @@ |
|||||
|
[IEC_IEC_NORM] |
||||
|
TYPE |
||||
|
|
||||
|
END_TYPE |
||||
|
|
@ -0,0 +1,101 @@ |
|||||
|
<?xml version="1.0" encoding="iso-8859-1"?> |
||||
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
||||
|
<xsl:template match="/"> |
||||
|
<html> |
||||
|
<head> |
||||
|
</head> |
||||
|
<body> |
||||
|
<!-- MAIN-Table with one column --> |
||||
|
<table> |
||||
|
<!-- iterate through the SourceConnectors --> |
||||
|
<xsl:for-each select="CFC-XREF/SourceConnector"> |
||||
|
<!-- headline-row --> |
||||
|
<tr> |
||||
|
<td> |
||||
|
<table cellspacing="0" cellpadding="0"> |
||||
|
<tr> |
||||
|
<th bgcolor="red" width="400"> |
||||
|
<b>Source</b> |
||||
|
</th> |
||||
|
<th bgcolor="green" width="400"> |
||||
|
<b>Target(s)</b> |
||||
|
</th> |
||||
|
</tr> |
||||
|
</table> |
||||
|
</td> |
||||
|
</tr> |
||||
|
<!-- source-connector-row --> |
||||
|
<tr> |
||||
|
<td> |
||||
|
<table border="1" width="800" bgcolor="#FFDDDD" cellspacing="0" cellpadding="0"> |
||||
|
<tr> |
||||
|
<th>Source</th> |
||||
|
<th>Name</th> |
||||
|
<th>Connector</th> |
||||
|
<th>Layer</th> |
||||
|
<th>PrintOn</th> |
||||
|
</tr> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="SourceData/ConnectorName"/></td> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="SourceData/FunctionBlockName"/></td> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="SourceData/FunctionBlockConnector"/></td> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="SourceData/FunctionBlockLayer"/></td> |
||||
|
<td> |
||||
|
<table align="center"> |
||||
|
<tr> |
||||
|
<td align="center" nowrap="1">Page: <xsl:apply-templates select="SourceData/PrintLocalisation/Page"/></td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td align="center" nowrap="1">Row: <xsl:apply-templates select="SourceData/PrintLocalisation/Row"/></td> |
||||
|
</tr> |
||||
|
</table> |
||||
|
</td> |
||||
|
</table> |
||||
|
</td> |
||||
|
</tr> |
||||
|
<!-- target-connectors-row --> |
||||
|
<tr> |
||||
|
<td> |
||||
|
<table width="800" cellspacing="0" cellpadding="0"> |
||||
|
<tr> |
||||
|
<td width="50"> |
||||
|
|
||||
|
</td> |
||||
|
<td width="750"> |
||||
|
<table border="1" width="750" bgcolor="#D7FFD7" cellspacing="0" cellpadding="0"> |
||||
|
<tr> |
||||
|
<th>Target</th> |
||||
|
<th>Name</th> |
||||
|
<th>Connector</th> |
||||
|
<th>Layer</th> |
||||
|
<th>PrintOn</th> |
||||
|
</tr> |
||||
|
<xsl:for-each select="TargetConnectors/TargetData"> |
||||
|
<tr align="justify"> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="ConnectorName"/></td> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="FunctionBlockName"/></td> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="FunctionBlockConnector"/></td> |
||||
|
<td align="center" nowrap="1"><xsl:apply-templates select="FunctionBlockLayer"/></td> |
||||
|
<td> |
||||
|
<table align="center"> |
||||
|
<tr> |
||||
|
<td align="center" nowrap="1">Page: <xsl:apply-templates select="PrintLocalisation/Page"/></td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<td align="center" nowrap="1">Row: <xsl:apply-templates select="PrintLocalisation/Row"/></td> |
||||
|
</tr> |
||||
|
</table> |
||||
|
</td> |
||||
|
</tr> |
||||
|
</xsl:for-each> |
||||
|
</table> |
||||
|
</td> |
||||
|
</tr> |
||||
|
</table> |
||||
|
</td> |
||||
|
</tr> |
||||
|
</xsl:for-each> |
||||
|
</table> |
||||
|
</body> |
||||
|
</html> |
||||
|
</xsl:template> |
||||
|
</xsl:stylesheet> |
@ -0,0 +1,3 @@ |
|||||
|
2 |
||||
|
E:\公司项目\项目文档\PM23092溧水秦淮人家一期拆迁安置房项目\下位机\DDC0201\$GEN$\Resource\SCAN.CRD |
||||
|
E:\公司项目\项目文档\PM23092溧水秦淮人家一期拆迁安置房项目\下位机\DDC0201\$GEN$\Resource\SWP.CRD |
@ -0,0 +1,39 @@ |
|||||
|
[INFORMATION] |
||||
|
CONFIG= |
||||
|
HARDWARE=EXC5300 |
||||
|
SECONDHARDWARE= |
||||
|
PACK_SOURCE=0 |
||||
|
TYPE=3 |
||||
|
OPERATINGNUMBER=0 |
||||
|
OPTIMIZE=2 |
||||
|
CONNECTION=192.168.90.15 |
||||
|
MAPFILE=1 |
||||
|
[IO_EXTERNALS] |
||||
|
FILE= |
||||
|
[TASKS] |
||||
|
FILE0=\SCAN |
||||
|
FILE1=\SWP |
||||
|
COUNT=2 |
||||
|
[TASK_FILE0] |
||||
|
NETDEP=0 |
||||
|
NAME= |
||||
|
TYPE=TIMER |
||||
|
INTERRUPT_NAME= |
||||
|
PRIORITY=1 |
||||
|
TIME=300 |
||||
|
NR=0 |
||||
|
OPTIMIZE=3 |
||||
|
[TASK_FILE1] |
||||
|
NETDEP=0 |
||||
|
NAME= |
||||
|
TYPE=TIMER |
||||
|
INTERRUPT_NAME= |
||||
|
PRIORITY=2 |
||||
|
TIME=500 |
||||
|
NR=0 |
||||
|
OPTIMIZE=3 |
||||
|
[GLOBAL] |
||||
|
COUNT=0 |
||||
|
[DIRECT_GLOBAL] |
||||
|
FILE0=\OPCDA |
||||
|
COUNT=1 |
@ -0,0 +1 @@ |
|||||
|
Resource.WL |
File diff suppressed because one or more lines are too long
@ -0,0 +1,20 @@ |
|||||
|
FUNCTION_BLOCK BS_DevScan |
||||
|
|
||||
|
|
||||
|
VAR_INPUT |
||||
|
Dev_Scan_Hex : DWORD ; |
||||
|
Dev_Array : ARRAY [ 0 .. 31 ] of byte ; |
||||
|
END_VAR |
||||
|
|
||||
|
VAR_OUTPUT |
||||
|
Dev_Status : DWORD ; |
||||
|
Dev_Ratio : REAL ; |
||||
|
Dev_Ready : BOOL ; |
||||
|
Dev_Total : INT ; |
||||
|
Dev_Error : INT ; |
||||
|
HeartVavle : int ; |
||||
|
END_VAR |
||||
|
|
||||
|
|
||||
|
|
||||
|
END_FUNCTION_BLOCK |
@ -0,0 +1,16 @@ |
|||||
|
FUNCTION_BLOCK BS_GETCRC16 |
||||
|
|
||||
|
|
||||
|
VAR_INPUT |
||||
|
CRC_IN : array [ 0 .. 200 ] of byte ; |
||||
|
CRC_LEN : INT ; |
||||
|
END_VAR |
||||
|
|
||||
|
VAR_OUTPUT |
||||
|
CRC16H : byte ; |
||||
|
CRC16L : byte ; |
||||
|
END_VAR |
||||
|
|
||||
|
|
||||
|
|
||||
|
END_FUNCTION_BLOCK |
@ -0,0 +1,17 @@ |
|||||
|
FUNCTION_BLOCK BS_RunTime |
||||
|
|
||||
|
|
||||
|
VAR_INPUT |
||||
|
Run : BOOL ; |
||||
|
RunTimeSet : REAL ; |
||||
|
RunTimeRST : BOOL ; |
||||
|
RunTimeRec_In : REAL ; |
||||
|
END_VAR |
||||
|
|
||||
|
VAR_OUTPUT |
||||
|
RunTime : REAL ; |
||||
|
END_VAR |
||||
|
|
||||
|
|
||||
|
|
||||
|
END_FUNCTION_BLOCK |
@ -0,0 +1,4 @@ |
|||||
|
PROGRAM OPCDA |
||||
|
|
||||
|
|
||||
|
END_PROGRAM |
Binary file not shown.
@ -0,0 +1,48 @@ |
|||||
|
$INCLUDE_FILE |
||||
|
|
||||
|
|
||||
|
(* GLOBALE TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT TYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* GLOBALE PROTOTYPEN *) |
||||
|
|
||||
|
FUNCTION_BLOCK SHL_DWORD |
||||
|
VAR_INPUT |
||||
|
EN :BOOL; |
||||
|
IN :DWORD; |
||||
|
N :UINT; |
||||
|
END_VAR |
||||
|
VAR_OUTPUT |
||||
|
ENO :BOOL; |
||||
|
OUT :DWORD; |
||||
|
END_VAR |
||||
|
END_FUNCTION_BLOCK |
||||
|
|
||||
|
FUNCTION_BLOCK SHR_DWORD |
||||
|
VAR_INPUT |
||||
|
EN :BOOL; |
||||
|
IN :DWORD; |
||||
|
N :UINT; |
||||
|
END_VAR |
||||
|
VAR_OUTPUT |
||||
|
ENO :BOOL; |
||||
|
OUT :DWORD; |
||||
|
END_VAR |
||||
|
END_FUNCTION_BLOCK |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* PROJEKT PROTOTYPEN *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
(* EXTERNE POEs *) |
||||
|
|
||||
|
|
||||
|
|
||||
|
$END_INCLUDE_FILE |
Binary file not shown.
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue