Commit b78c81cd authored by claes's avatar claes

*** empty log message ***

parent f0aa08dc
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
! pwrb_c_pb_module.wb_load -- Defines the class Pb_Module.
!
! PROVIEW/R
! Copyright (C) 1996 by Comator Process AB.
!
!
SObject pwrb:Class
!/**
! @Version 1.0
! @Group IO,IO_Profibus
! @Summary Configuration of a Profibus module
! Configuration of a Profibus module.
!
!*/
Object Pb_Module $ClassDef 426
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Flags |= pwr_mClassDef_IOCard
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "Pb_Module"
EndBody
!/**
! Optional description.
!*/
Object Description $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! Module specification.
!*/
Object Specification $Attribute 2
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! @Summary Process that handles the card. Plc(1), rt_io_comm(2) or application process(4).
! Process that handles the card.
!
! 1: The card is read by the plc process, and is handled by a specific
! thread in the plc, which is specified in the ThreadObject attribute.
! 2: The card is read by the rt_io_comm process.
! 4: The card is handled by an application program.
!*/
Object Process $Attribute 3
Body SysBody
Attr TypeRef = "pwrs:Type-$UInt32"
EndBody
EndObject
!/**
! @Summary Plc thread that handles the card.
! The PlcThread object of the plc thread that handles the card.
! The card is read with the scantime of the thread.
!*/
Object ThreadObject $Attribute 4
Body SysBody
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
!/**
! Communication status.
!*/
Object Status $Attribute 5
Body SysBody
Attr TypeRef = "pwrs:Type-$Status"
EndBody
EndObject
!/**
! @Summary A URL to the data sheet for the equipment in this object.
! A URL to the data sheet for the equipment of this object.
! The data sheet can be displayed from the popup menu for this object.
!*/
Object DataSheet $Attribute 6
Body SysBody
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
EndObject
Object Template Pb_Module
Body RtBody
Attr Process = 1
EndBody
EndObject
Object IoMethods $RtMethod
Object IoCardInit $Method
Body SysBody
Attr MethodName = "Pb_Module-IoCardInit"
EndBody
EndObject
Object IoCardClose $Method
Body SysBody
Attr MethodName = "Pb_Module-IoCardClose"
EndBody
EndObject
Object IoCardRead $Method
Body SysBody
Attr MethodName = "Pb_Module-IoCardRead"
EndBody
EndObject
Object IoCardWrite $Method
Body SysBody
Attr MethodName = "Pb_Module-IoCardWrite"
EndBody
EndObject
EndObject
EndObject
EndSObject
! pwrb_td_datarepenum.wb_load -- Defines the enum type DataRepEmum
!
! PROVIEW/R
! Copyright (C) 1996 by Comator Process AB.
!
! <Description>.
!
SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Enumeration for data element representation.
!*/
Object DataRepEnum $TypeDef 32
Body SysBody
Attr TypeRef = "pwrs:Type-$Enum"
Attr PgmName = "DataRepEnum"
EndBody
!/**
! 32-bit signed integer.
!*/
Object Int32 $Value
Body SysBody
Attr PgmName = "Int32"
Attr Text = "Int32"
Attr Value = 0
EndBody
EndObject
!/**
! 32-bit unsigned integer.
!*/
Object UInt32 $Value
Body SysBody
Attr PgmName = "UInt32"
Attr Text = "UInt32"
Attr Value = 1
EndBody
EndObject
!/**
! 16-bit signed integer.
!*/
Object Int16 $Value
Body SysBody
Attr PgmName = "Int16"
Attr Text = "Int16"
Attr Value = 2
EndBody
EndObject
!/**
! 16-bit unsigned integer.
!*/
Object UInt16 $Value
Body SysBody
Attr PgmName = "UInt16"
Attr Text = "UInt16"
Attr Value = 3
EndBody
EndObject
!/**
! 8-bit signed integer.
!*/
Object Int8 $Value
Body SysBody
Attr PgmName = "Int8"
Attr Text = "Int8"
Attr Value = 4
EndBody
EndObject
!/**
! 8-bit unsigned integer.
!*/
Object UInt8 $Value
Body SysBody
Attr PgmName = "UInt8"
Attr Text = "UInt8"
Attr Value = 5
EndBody
EndObject
!/**
! A single bit.
!*/
Object Bit $Value
Body SysBody
Attr PgmName = "Bit"
Attr Text = "Bit"
Attr Value = 6
EndBody
EndObject
!/**
! 32-bit float.
!*/
Object Float32 $Value
Body SysBody
Attr PgmName = "Float32"
Attr Text = "Float32"
Attr Value = 7
EndBody
EndObject
!/**
! 64-bit float.
!*/
Object Float64 $Value
Body SysBody
Attr PgmName = "Float64"
Attr Text = "Float64"
Attr Value = 8
EndBody
EndObject
EndObject
EndSObject
! pwrb_td_floatrepenum.wb_load -- Defines the enum type FloatRepEmum
!
! PROVIEW/R
! Copyright (C) 1996 by Comator Process AB.
!
! <Description>.
!
SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Enumeration for float element representation.
!*/
Object FloatRepEnum $TypeDef 33
Body SysBody
Attr TypeRef = "pwrs:Type-$Enum"
Attr PgmName = "FloatRepEnum"
EndBody
!/**
! Intel float.
!*/
Object FloatIntel $Value
Body SysBody
Attr PgmName = "FloatIntel"
Attr Text = "FloatIntel"
Attr Value = 0
EndBody
EndObject
!/**
! IEEE float.
!*/
Object FloatIEEE $Value
Body SysBody
Attr PgmName = "FloatIEEE"
Attr Text = "FloatIEEE"
Attr Value = 1
EndBody
EndObject
EndObject
EndSObject
! pwrs_c_method.wb_load -- Defines the class $Method.
!
! PROVIEW/R
! Copyright (C) 1996 by Comator Process AB.
!
! <Description>.
SObject pwrs:Class
!/**
! @Group ClassDefinition
! Definition of a method.
!*/
Object $Method $ClassDef pwr_eCix_Method
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_SysBody
Attr Flags |= pwr_mClassDef_System
EndBody
Object SysBody $ObjBodyDef 1
Body SysBody
Attr StructName = "Method"
EndBody
!/**
! The name of the method.
!*/
Object MethodName $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! Arguments transferred to the method.
!*/
Object MethodArguments $Attribute 2
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 5
EndBody
EndObject
EndObject
Object Template $Method
Body SysBody
EndBody
EndObject
EndObject
EndSObject
! pwrs_c_rtmethod.wb_load -- Defines the class RtMethod.
!
! PROVIEW/R
! Copyright (C) 1996 by Comator Process AB.
!
SObject pwrs:Class
!/**
! @Group ClassDefinition
! Root of a runtime method defintion tree.
!*/
Object $RtMethod $ClassDef pwr_eCix_RtMethod
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_SysBody
Attr Flags |= pwr_mClassDef_System
EndBody
EndObject
EndSObject
...@@ -238,6 +238,11 @@ palette ClassNavigatorPalette ...@@ -238,6 +238,11 @@ palette ClassNavigatorPalette
class $MenuSeparator class $MenuSeparator
class $RtMenu class $RtMenu
} }
menu Method
{
class $Method
class $RtMethod
}
menu AllClasses menu AllClasses
{ {
classvolume pwrs classvolume pwrs
...@@ -619,7 +624,8 @@ palette PlcEditorPalette ...@@ -619,7 +624,8 @@ palette PlcEditorPalette
class ContactorFo class ContactorFo
class SafetySwitchFo class SafetySwitchFo
class CircuitBreakerFo class CircuitBreakerFo
class TempsensorFo class TempSensorFo
class BaseSensorFo
class CompModeFo class CompModeFo
class RunTimeCounterFo class RunTimeCounterFo
class FanCbCoSsFo class FanCbCoSsFo
......
...@@ -72,6 +72,9 @@ menu Values ...@@ -72,6 +72,9 @@ menu Values
subgraph ValueInputSmall pwr_exe:pwr_valueinputsmall.pwsg 50 subgraph ValueInputSmall pwr_exe:pwr_valueinputsmall.pwsg 50
subgraph ValueInputMedium pwr_exe:pwr_valueinputmedium.pwsg 51 subgraph ValueInputMedium pwr_exe:pwr_valueinputmedium.pwsg 51
subgraph ValueInputLarge pwr_exe:pwr_valueinputlarge.pwsg 52 subgraph ValueInputLarge pwr_exe:pwr_valueinputlarge.pwsg 52
subgraph ValueInputSmallRd pwr_exe:pwr_valueinputsmallrd.pwsg 50
subgraph ValueInputMediumRd pwr_exe:pwr_valueinputmediumrd.pwsg 51
subgraph ValueInputLargeRd pwr_exe:pwr_valueinputlargerd.pwsg 52
subgraph ValueLong pwr_exe:pwr_valuelong.pwsg 49 subgraph ValueLong pwr_exe:pwr_valuelong.pwsg 49
subgraph ValueReliefDown pwr_exe:pwr_valuereliefdown.pwsg 51 subgraph ValueReliefDown pwr_exe:pwr_valuereliefdown.pwsg 51
subgraph ValueReliefUp pwr_exe:pwr_valuereliefup.pwsg 51 subgraph ValueReliefUp pwr_exe:pwr_valuereliefup.pwsg 51
......
1
100 131.03
135 131.03
101 20
102 -213
103 -65
104 24.8163
136 24.8163
105 100
106 -40
107 -12
108 4.4
109 -0.2
110 1.5
111 -0.2
116 0
117 0
118 195
119 74
120 1
121 Claes context
122 0
126 0.1
127 0.1
128 1
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4001
134
22
2200 0
2201 0
2202 pwr_valueinputlargerd
2203 300
2205 0
2204
2206 0
2207
2208
2209 0
2210 0
2211 0
2212 0
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 1024
2236 4096
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 1
2220
2230 0
2231 0
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 0
2233 1
2234 1
2235 0
2243 0
2244
1
100 1
101 1
102 65532
103 0
99
99
123
2
99
124
2
99
125
2
26
2604
2600 4.4
2601 -0.2
2602 1.5
2603 -0.2
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 4.4
701 -0.2
99
7
700 -0.2
701 -0.2
99
7
700 -0.2
701 1.5
99
7
700 0
701 1.3
99
7
700 0
701 0
99
7
700 4.2
701 0
99
7
700 4.4
701 -0.2
99
99
99
2608 0
2609 31
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
99
26
2604
2600 4.4
2601 -0.2
2602 1.5
2603 -0.2
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 -0.2
701 1.5
99
7
700 4.4
701 1.5
99
7
700 4.4
701 -0.2
99
7
700 4.2
701 0
99
7
700 4.2
701 1.3
99
7
700 0
701 1.3
99
7
700 -0.2
701 1.5
99
99
99
2608 0
2609 31
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 1
2620 0
99
19
1904
1900 4.2
1901 0
1902 1.3
1903 0
1908 0
1909 21
1910 21
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 4.2
701 1.3
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
23
2304
2300 0.662822
2301 0.362822
2302 0.965145
2303 0.665145
2305
9
900 6
901 304
904 0
902 A1
903
7
700 0.362822
701 0.965145
99
99
2306
5
500 2
501 1
504 1
505 0
502
7
700 0.362822
701 0.665145
99
503
7
700 0.662822
701 0.965145
99
99
2307
13
1300 1
1301 304
1306 0
1302 6
1305 1
1303
7
700 1
701 1.35
99
1304 0
99
2308
28
2800 1
2801 0
2802 -0.637178
2803 0
2804 1
2805 -0.384855
2806 0
99
99
99
99
123
2
3
300 pwr_valueinputlargerd
301
2
26
2604
2600 4.4
2601 -0.2
2602 1.5
2603 -0.2
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 4.4
701 -0.2
99
7
700 -0.2
701 -0.2
99
7
700 -0.2
701 1.5
99
7
700 0
701 1.3
99
7
700 0
701 0
99
7
700 4.2
701 0
99
7
700 4.4
701 -0.2
99
99
99
2608 0
2609 31
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
99
26
2604
2600 4.4
2601 -0.2
2602 1.5
2603 -0.2
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 -0.2
701 1.5
99
7
700 4.4
701 1.5
99
7
700 4.4
701 -0.2
99
7
700 4.2
701 0
99
7
700 4.2
701 1.3
99
7
700 0
701 1.3
99
7
700 -0.2
701 1.5
99
99
99
2608 0
2609 31
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 1
2620 0
99
19
1904
1900 4.2
1901 0
1902 1.3
1903 0
1908 0
1909 21
1910 21
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 4.2
701 1.3
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
29
2907
13
1300 1
1301 304
1306 0
1302 6
1305 1
1303
7
700 1
701 1.35
99
1304 0
99
2908
28
2800 1
2801 0
2802 -0.637178
2803 0
2804 1
2805 -0.384855
2806 0
99
99
99
302 0
305 0
306
307
304 0
303
308 1024
321 4096
309 0
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 0
311 0
312
314
315 1
316 1
317 0
318 0
319 0
320 0
328 0
329
1
100 1
101 1
102 65532
103 0
99
99
99
99
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
100 20 100 20
135 20 135 20
101 20 101 20
102 -1 102 -89
103 -2 103 -60
104 7.1048 104 3.861
136 7.1048 136 3.861
105 100 105 100
106 0 106 -17
107 0 107 -11
108 3 108 3
109 0 109 0
110 1 110 1
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
116 0 116 0
117 0 117 0
118 199 118 199
119 154 119 75
120 1 120 0
121 Claes context 121 Claes context
122 0 122 0
126 1 126 1
...@@ -78,287 +78,20 @@ pwr_exe: ...@@ -78,287 +78,20 @@ pwr_exe:
2233 1 2233 1
2234 1 2234 1
2235 0 2235 0
2243 0
2244
1
100 1
101 1
102 65532
103 0
99
99 99
123 123
2 2
99 99
124 124
2 2
4
400 cc_3_1_1
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_4_1
401 3
402 1
403 142
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_0_5_1
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_1
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_4_13_0
401 3
402 1
403 134
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_5_13_0
401 3
402 1
403 134
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_14_0
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_0_0
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_5_14_0
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_0_0
401 3
402 1
403 0
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_0_5_18_0
401 0
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_18_0
401 3
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_3_33_0
401 3
402 1
403 304
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_3_3_0_0
401 3
402 1
403 0
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_0_1_1
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_1_0_0
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_5_33_0
401 3
402 1
403 304
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_34_0
401 3
402 1
403 108
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_34_0
401 3
402 1
403 108
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_4_0_0
401 0
402 1
403 0
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_0_4_67_0
401 0
402 1
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_4_67_0
401 3
402 1
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_4_67_20
401 3
402 0
403 204
404 4
405 1.6
406 2.4
407 2
408 0
99
4
400 cc_3_4_67_5
401 3
402 0
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_1_19_0
401 3
402 1
403 176
404 1
405 0.4
406 0.6
407 0.5
408 0
99
99 99
125 125
2 2
...@@ -373,9 +106,11 @@ pwr_exe: ...@@ -373,9 +106,11 @@ pwr_exe:
1910 41 1910 41
1911 1 1911 1
1915 0 1915 0
1913 5 1913 10
1916 2 1916 2
1914 0 1914 0
1918 0
1917 0
1907 0 1907 0
1906 1906
1905 1905
...@@ -416,6 +151,7 @@ pwr_exe: ...@@ -416,6 +151,7 @@ pwr_exe:
9 9
900 3 900 3
901 304 901 304
904 0
902 A1 902 A1
903 903
7 7
...@@ -444,6 +180,7 @@ pwr_exe: ...@@ -444,6 +180,7 @@ pwr_exe:
13 13
1300 1 1300 1
1301 304 1301 304
1306 0
1302 3 1302 3
1305 1 1305 1
1303 1303
......
...@@ -15,9 +15,11 @@ ...@@ -15,9 +15,11 @@
1910 41 1910 41
1911 1 1911 1
1915 0 1915 0
1913 5 1913 10
1916 2 1916 2
1914 0 1914 0
1918 0
1917 0
1907 0 1907 0
1906 1906
1905 1905
...@@ -53,6 +55,7 @@ ...@@ -53,6 +55,7 @@
13 13
1300 1 1300 1
1301 304 1301 304
1306 0
1302 3 1302 3
1305 1 1305 1
1303 1303
...@@ -100,6 +103,14 @@ ...@@ -100,6 +103,14 @@
318 0 318 0
319 0 319 0
320 0 320 0
328 0
329
1
100 1
101 1
102 65532
103 0
99
99 99
99 99
99 99
1
100 167.931
135 167.931
101 20
102 -106
103 -135
104 31.8051
136 31.8051
105 100
106 -20
107 -25
108 3.15
109 -0.15
110 1.15
111 -0.15
116 0
117 0
118 196
119 74
120 0
121 Claes context
122 0
126 0.05
127 0.05
128 1
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4001
134
22
2200 0
2201 0
2202 pwr_valueinputmediumrd
2203 300
2205 0
2204
2206 0
2207
2208
2209 0
2210 0
2211 0
2212 0
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 1024
2236 4096
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 1
2220
2230 0
2231 0
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 0
2233 1
2234 1
2235 0
2243 0
2244
1
100 1
101 1
102 65532
103 0
99
99
123
2
99
124
2
99
125
2
26
2604
2600 3.15
2601 -0.15
2602 1.15
2603 -0.15
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 -0.15
701 1.15
99
7
700 3.15
701 1.15
99
7
700 3.15
701 -0.15
99
7
700 3
701 0
99
7
700 3
701 1
99
7
700 0
701 1
99
7
700 -0.15
701 1.15
99
99
99
2608 0
2609 31
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 1
2620 0
99
26
2604
2600 3.15
2601 -0.15
2602 1.15
2603 -0.15
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 3
701 0
99
7
700 3.15
701 -0.15
99
7
700 -0.15
701 -0.15
99
7
700 -0.15
701 1.15
99
7
700 0
701 1
99
7
700 0
701 0
99
7
700 3
701 0
99
99
99
2608 0
2609 31
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
99
19
1904
1900 3
1901 0
1902 1
1903 0
1908 0
1909 21
1910 21
1911 1
1915 0
1913 10
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 3
701 1
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
23
2304
2300 0.65
2301 0.35
2302 0.8
2303 0.5
2305
9
900 3
901 304
904 0
902 A1
903
7
700 0.35
701 0.8
99
99
2306
5
500 2
501 1
504 1
505 0
502
7
700 0.35
701 0.5
99
503
7
700 0.65
701 0.8
99
99
2307
13
1300 1
1301 304
1306 0
1302 3
1305 1
1303
7
700 1
701 1.35
99
1304 0
99
2308
28
2800 1
2801 0
2802 -0.65
2803 0
2804 1
2805 -0.55
2806 0
99
99
99
99
123
2
3
300 pwr_valueinputmediumrd
301
2
26
2604
2600 3.15
2601 -0.15
2602 1.15
2603 -0.15
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 -0.15
701 1.15
99
7
700 3.15
701 1.15
99
7
700 3.15
701 -0.15
99
7
700 3
701 0
99
7
700 3
701 1
99
7
700 0
701 1
99
7
700 -0.15
701 1.15
99
99
99
2608 0
2609 31
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 1
2620 0
99
26
2604
2600 3.15
2601 -0.15
2602 1.15
2603 -0.15
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 3
701 0
99
7
700 3.15
701 -0.15
99
7
700 -0.15
701 -0.15
99
7
700 -0.15
701 1.15
99
7
700 0
701 1
99
7
700 0
701 0
99
7
700 3
701 0
99
99
99
2608 0
2609 31
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
99
19
1904
1900 3
1901 0
1902 1
1903 0
1908 0
1909 21
1910 21
1911 1
1915 0
1913 10
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 3
701 1
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
29
2907
13
1300 1
1301 304
1306 0
1302 3
1305 1
1303
7
700 1
701 1.35
99
1304 0
99
2908
28
2800 1
2801 0
2802 -0.65
2803 0
2804 1
2805 -0.55
2806 0
99
99
99
302 0
305 0
306
307
304 0
303
308 1024
321 4096
309 0
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 0
311 0
312
314
315 1
316 1
317 0
318 0
319 0
320 0
328 0
329
1
100 1
101 1
102 65532
103 0
99
99
99
99
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
100 20 100 20
135 20 135 20
101 20 101 20
102 -1 102 -111
103 -1 103 -176
104 7.1048 104 3.861
136 7.1048 136 3.861
105 100 105 100
106 0 106 -21
107 0 107 -33
108 2.3 108 2.3
109 0 109 0
110 0.7 110 0.7
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
116 0 116 0
117 0 117 0
118 199 118 199
119 155 119 75
120 1 120 0
121 Claes context 121 Claes context
122 0 122 0
126 1 126 1
...@@ -78,287 +78,20 @@ pwr_exe: ...@@ -78,287 +78,20 @@ pwr_exe:
2233 1 2233 1
2234 1 2234 1
2235 0 2235 0
2243 0
2244
1
100 1
101 1
102 65532
103 0
99
99 99
123 123
2 2
99 99
124 124
2 2
4
400 cc_3_1_1
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_4_1
401 3
402 1
403 142
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_0_5_1
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_1
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_4_13_0
401 3
402 1
403 134
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_5_13_0
401 3
402 1
403 134
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_14_0
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_0_0
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_5_14_0
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_0_0
401 3
402 1
403 0
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_0_5_18_0
401 0
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_18_0
401 3
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_3_33_0
401 3
402 1
403 304
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_3_3_0_0
401 3
402 1
403 0
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_0_1_1
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_1_0_0
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_5_33_0
401 3
402 1
403 304
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_34_0
401 3
402 1
403 108
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_34_0
401 3
402 1
403 108
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_4_0_0
401 0
402 1
403 0
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_0_4_67_0
401 0
402 1
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_4_67_0
401 3
402 1
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_4_67_20
401 3
402 0
403 204
404 4
405 1.6
406 2.4
407 2
408 0
99
4
400 cc_3_4_67_5
401 3
402 0
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_1_19_0
401 3
402 1
403 176
404 1
405 0.4
406 0.6
407 0.5
408 0
99
99 99
125 125
2 2
...@@ -373,9 +106,11 @@ pwr_exe: ...@@ -373,9 +106,11 @@ pwr_exe:
1910 41 1910 41
1911 1 1911 1
1915 0 1915 0
1913 5 1913 15
1916 2 1916 2
1914 0 1914 0
1918 0
1917 0
1907 0 1907 0
1906 1906
1905 1905
...@@ -416,6 +151,7 @@ pwr_exe: ...@@ -416,6 +151,7 @@ pwr_exe:
9 9
900 1 900 1
901 304 901 304
904 0
902 A1 902 A1
903 903
7 7
...@@ -444,6 +180,7 @@ pwr_exe: ...@@ -444,6 +180,7 @@ pwr_exe:
13 13
1300 1 1300 1
1301 304 1301 304
1306 0
1302 1 1302 1
1305 1 1305 1
1303 1303
......
...@@ -15,9 +15,11 @@ ...@@ -15,9 +15,11 @@
1910 41 1910 41
1911 1 1911 1
1915 0 1915 0
1913 5 1913 15
1916 2 1916 2
1914 0 1914 0
1918 0
1917 0
1907 0 1907 0
1906 1906
1905 1905
...@@ -53,6 +55,7 @@ ...@@ -53,6 +55,7 @@
13 13
1300 1 1300 1
1301 304 1301 304
1306 0
1302 1 1302 1
1305 1 1305 1
1303 1303
...@@ -100,6 +103,14 @@ ...@@ -100,6 +103,14 @@
318 0 318 0
319 0 319 0
320 0 320 0
328 0
329
1
100 1
101 1
102 65532
103 0
99
99 99
99 99
99 99
1
100 313.041
135 313.041
101 20
102 -165
103 -115
104 59.2881
136 59.2881
105 100
106 -31
107 -21
108 2.45
109 -0.15
110 0.85
111 -0.15
116 0
117 0
118 195
119 74
120 0
121 Claes context
122 0
126 0.05
127 0.05
128 1
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4001
134
22
2200 0
2201 1
2202 pwr_valueinputsmallrd
2203 300
2205 0
2204
2206 0
2207
2208
2209 0
2210 0
2211 0
2212 0
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 1024
2236 4096
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 1
2220
2230 0
2231 0
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 0
2233 1
2234 1
2235 0
2243 0
2244
1
100 1
101 1
102 65532
103 0
99
99
123
2
99
124
2
99
125
2
19
1904
1900 2.3
1901 0
1902 0.7
1903 0
1908 0
1909 21
1910 21
1911 1
1915 0
1913 15
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 2.3
701 0.7
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
23
2304
2300 0.584667
2301 0.284667
2302 0.578222
2303 0.278222
2305
9
900 1
901 304
904 0
902 A1
903
7
700 0.284667
701 0.578222
99
99
2306
5
500 2
501 1
504 1
505 0
502
7
700 0.284667
701 0.278222
99
503
7
700 0.584667
701 0.578222
99
99
2307
13
1300 1
1301 304
1306 0
1302 1
1305 1
1303
7
700 1
701 1.35
99
1304 0
99
2308
28
2800 1
2801 0
2802 -0.715333
2803 0
2804 1
2805 -0.771778
2806 0
99
99
26
2604
2600 2.45
2601 -0.15
2602 0.85
2603 -0.15
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 2.3
701 0
99
7
700 2.45
701 -0.15
99
7
700 -0.15
701 -0.15
99
7
700 -0.15
701 0.85
99
7
700 0
701 0.7
99
7
700 0
701 0
99
7
700 2.3
701 0
99
99
99
2608 0
2609 31
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
99
26
2604
2600 2.45
2601 -0.15
2602 0.85
2603 -0.15
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 -0.15
701 0.85
99
7
700 2.45
701 0.85
99
7
700 2.45
701 -0.15
99
7
700 2.3
701 0
99
7
700 2.3
701 0.7
99
7
700 0
701 0.7
99
7
700 -0.15
701 0.85
99
99
99
2608 0
2609 31
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 1
2620 0
99
99
99
123
2
3
300 pwr_valueinputsmallrd
301
2
19
1904
1900 2.3
1901 0
1902 0.7
1903 0
1908 0
1909 21
1910 21
1911 1
1915 0
1913 15
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 2.3
701 0.7
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
29
2907
13
1300 1
1301 304
1306 0
1302 1
1305 1
1303
7
700 1
701 1.35
99
1304 0
99
2908
28
2800 1
2801 0
2802 -0.715333
2803 0
2804 1
2805 -0.771778
2806 0
99
99
26
2604
2600 2.45
2601 -0.15
2602 0.85
2603 -0.15
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 2.3
701 0
99
7
700 2.45
701 -0.15
99
7
700 -0.15
701 -0.15
99
7
700 -0.15
701 0.85
99
7
700 0
701 0.7
99
7
700 0
701 0
99
7
700 2.3
701 0
99
99
99
2608 0
2609 31
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
99
26
2604
2600 2.45
2601 -0.15
2602 0.85
2603 -0.15
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 -0.15
701 0.85
99
7
700 2.45
701 0.85
99
7
700 2.45
701 -0.15
99
7
700 2.3
701 0
99
7
700 2.3
701 0.7
99
7
700 0
701 0.7
99
7
700 -0.15
701 0.85
99
99
99
2608 0
2609 31
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 1
2620 0
99
99
302 0
305 0
306
307
304 0
303
308 1024
321 4096
309 0
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 0
311 0
312
314
315 1
316 1
317 0
318 0
319 0
320 0
328 0
329
1
100 1
101 1
102 65532
103 0
99
99
99
99
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
101 20 101 20
102 -3 102 -3
103 -4 103 -4
104 7.1048 104 3.861
136 7.1048 136 3.861
105 100 105 100
106 -1 106 0
107 -1 107 0
108 4.2 108 4.2
109 0.05 109 0.05
110 1.35 110 1.35
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
116 0 116 0
117 0 117 0
118 199 118 199
119 155 119 75
120 0 120 0
121 Claes context 121 Claes context
122 0 122 0
...@@ -78,287 +78,20 @@ pwr_exe: ...@@ -78,287 +78,20 @@ pwr_exe:
2233 1 2233 1
2234 1 2234 1
2235 0 2235 0
2243 0
2244
1
100 1
101 1
102 65532
103 0
99
99 99
123 123
2 2
99 99
124 124
2 2
4
400 cc_3_1_1
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_4_1
401 3
402 1
403 142
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_0_5_1
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_1
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_4_13_0
401 3
402 1
403 134
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_5_13_0
401 3
402 1
403 134
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_14_0
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_0_0
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_5_14_0
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_0_0
401 3
402 1
403 0
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_0_5_18_0
401 0
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_18_0
401 3
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_3_33_0
401 3
402 1
403 304
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_3_3_0_0
401 3
402 1
403 0
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_0_1_1
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_1_0_0
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_5_33_0
401 3
402 1
403 304
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_34_0
401 3
402 1
403 108
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_34_0
401 3
402 1
403 108
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_4_0_0
401 0
402 1
403 0
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_0_4_67_0
401 0
402 1
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_4_67_0
401 3
402 1
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_4_67_20
401 3
402 0
403 204
404 4
405 1.6
406 2.4
407 2
408 0
99
4
400 cc_3_4_67_5
401 3
402 0
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_1_19_0
401 3
402 1
403 176
404 1
405 0.4
406 0.6
407 0.5
408 0
99
99 99
125 125
2 2
...@@ -373,9 +106,11 @@ pwr_exe: ...@@ -373,9 +106,11 @@ pwr_exe:
1910 41 1910 41
1911 1 1911 1
1915 0 1915 0
1913 5 1913 10
1916 2 1916 2
1914 0 1914 0
1918 0
1917 0
1907 0 1907 0
1906 1906
1905 1905
...@@ -416,6 +151,7 @@ pwr_exe: ...@@ -416,6 +151,7 @@ pwr_exe:
9 9
900 6 900 6
901 304 901 304
904 0
902 A1 902 A1
903 903
7 7
...@@ -444,6 +180,7 @@ pwr_exe: ...@@ -444,6 +180,7 @@ pwr_exe:
13 13
1300 1 1300 1
1301 304 1301 304
1306 0
1302 6 1302 6
1305 1 1305 1
1303 1303
......
...@@ -15,9 +15,11 @@ ...@@ -15,9 +15,11 @@
1910 41 1910 41
1911 1 1911 1
1915 0 1915 0
1913 5 1913 10
1916 2 1916 2
1914 0 1914 0
1918 0
1917 0
1907 0 1907 0
1906 1906
1905 1905
...@@ -53,6 +55,7 @@ ...@@ -53,6 +55,7 @@
13 13
1300 1 1300 1
1301 304 1301 304
1306 0
1302 6 1302 6
1305 1 1305 1
1303 1303
...@@ -100,6 +103,14 @@ ...@@ -100,6 +103,14 @@
318 0 318 0
319 0 319 0
320 0 320 0
328 0
329
1
100 1
101 1
102 65532
103 0
99
99 99
99 99
99 99
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
101 20 101 20
102 -1 102 -1
103 -2 103 -2
104 7.1048 104 3.861
136 7.1048 136 3.861
105 100 105 100
106 0 106 0
107 0 107 0
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
116 0 116 0
117 0 117 0
118 199 118 199
119 154 119 76
120 1 120 1
121 Claes context 121 Claes context
122 0 122 0
...@@ -78,287 +78,20 @@ pwr_exe: ...@@ -78,287 +78,20 @@ pwr_exe:
2233 1 2233 1
2234 1 2234 1
2235 0 2235 0
2243 0
2244
1
100 1
101 1
102 65532
103 0
99
99 99
123 123
2 2
99 99
124 124
2 2
4
400 cc_3_1_1
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_4_1
401 3
402 1
403 142
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_0_5_1
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_1
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_4_13_0
401 3
402 1
403 134
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_5_13_0
401 3
402 1
403 134
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_14_0
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_0_0
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_5_14_0
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_0_0
401 3
402 1
403 0
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_0_5_18_0
401 0
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_18_0
401 3
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_3_33_0
401 3
402 1
403 304
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_3_3_0_0
401 3
402 1
403 0
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_0_1_1
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_1_0_0
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_5_33_0
401 3
402 1
403 304
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_34_0
401 3
402 1
403 108
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_34_0
401 3
402 1
403 108
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_4_0_0
401 0
402 1
403 0
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_0_4_67_0
401 0
402 1
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_4_67_0
401 3
402 1
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_4_67_20
401 3
402 0
403 204
404 4
405 1.6
406 2.4
407 2
408 0
99
4
400 cc_3_4_67_5
401 3
402 0
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_1_19_0
401 3
402 1
403 176
404 1
405 0.4
406 0.6
407 0.5
408 0
99
99 99
125 125
2 2
...@@ -373,9 +106,11 @@ pwr_exe: ...@@ -373,9 +106,11 @@ pwr_exe:
1910 41 1910 41
1911 1 1911 1
1915 0 1915 0
1913 5 1913 10
1916 2 1916 2
1914 0 1914 0
1918 0
1917 0
1907 0 1907 0
1906 1906
1905 1905
...@@ -416,6 +151,7 @@ pwr_exe: ...@@ -416,6 +151,7 @@ pwr_exe:
9 9
900 3 900 3
901 304 901 304
904 0
902 A1 902 A1
903 903
7 7
...@@ -444,6 +180,7 @@ pwr_exe: ...@@ -444,6 +180,7 @@ pwr_exe:
13 13
1300 1 1300 1
1301 304 1301 304
1306 0
1302 3 1302 3
1305 1 1305 1
1303 1303
......
...@@ -15,9 +15,11 @@ ...@@ -15,9 +15,11 @@
1910 41 1910 41
1911 1 1911 1
1915 0 1915 0
1913 5 1913 10
1916 2 1916 2
1914 0 1914 0
1918 0
1917 0
1907 0 1907 0
1906 1906
1905 1905
...@@ -53,6 +55,7 @@ ...@@ -53,6 +55,7 @@
13 13
1300 1 1300 1
1301 304 1301 304
1306 0
1302 3 1302 3
1305 1 1305 1
1303 1303
...@@ -100,6 +103,14 @@ ...@@ -100,6 +103,14 @@
318 0 318 0
319 0 319 0
320 0 320 0
328 0
329
1
100 1
101 1
102 65532
103 0
99
99 99
99 99
99 99
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
101 20 101 20
102 -1 102 -1
103 -1 103 -1
104 7.1048 104 3.861
136 7.1048 136 3.861
105 100 105 100
106 0 106 0
107 0 107 0
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
116 0 116 0
117 0 117 0
118 199 118 199
119 155 119 76
120 1 120 1
121 Claes context 121 Claes context
122 0 122 0
...@@ -78,287 +78,20 @@ pwr_exe: ...@@ -78,287 +78,20 @@ pwr_exe:
2233 1 2233 1
2234 1 2234 1
2235 0 2235 0
2243 0
2244
1
100 1
101 1
102 65532
103 0
99
99 99
123 123
2 2
99 99
124 124
2 2
4
400 cc_3_1_1
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_4_1
401 3
402 1
403 142
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_0_5_1
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_1
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_4_13_0
401 3
402 1
403 134
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_5_13_0
401 3
402 1
403 134
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_14_0
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_0_0
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_5_14_0
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_0_0
401 3
402 1
403 0
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_0_5_18_0
401 0
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_18_0
401 3
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_3_33_0
401 3
402 1
403 304
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_3_3_0_0
401 3
402 1
403 0
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_0_1_1
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_1_0_0
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_5_33_0
401 3
402 1
403 304
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_34_0
401 3
402 1
403 108
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_34_0
401 3
402 1
403 108
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_4_0_0
401 0
402 1
403 0
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_0_4_67_0
401 0
402 1
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_4_67_0
401 3
402 1
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_4_67_20
401 3
402 0
403 204
404 4
405 1.6
406 2.4
407 2
408 0
99
4
400 cc_3_4_67_5
401 3
402 0
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_1_19_0
401 3
402 1
403 176
404 1
405 0.4
406 0.6
407 0.5
408 0
99
99 99
125 125
2 2
...@@ -373,9 +106,11 @@ pwr_exe: ...@@ -373,9 +106,11 @@ pwr_exe:
1910 41 1910 41
1911 1 1911 1
1915 0 1915 0
1913 5 1913 15
1916 2 1916 2
1914 0 1914 0
1918 0
1917 0
1907 0 1907 0
1906 1906
1905 1905
...@@ -416,6 +151,7 @@ pwr_exe: ...@@ -416,6 +151,7 @@ pwr_exe:
9 9
900 1 900 1
901 304 901 304
904 0
902 A1 902 A1
903 903
7 7
...@@ -444,6 +180,7 @@ pwr_exe: ...@@ -444,6 +180,7 @@ pwr_exe:
13 13
1300 1 1300 1
1301 304 1301 304
1306 0
1302 1 1302 1
1305 1 1305 1
1303 1303
......
...@@ -15,9 +15,11 @@ ...@@ -15,9 +15,11 @@
1910 41 1910 41
1911 1 1911 1
1915 0 1915 0
1913 5 1913 15
1916 2 1916 2
1914 0 1914 0
1918 0
1917 0
1907 0 1907 0
1906 1906
1905 1905
...@@ -53,6 +55,7 @@ ...@@ -53,6 +55,7 @@
13 13
1300 1 1300 1
1301 304 1301 304
1306 0
1302 1 1302 1
1305 1 1305 1
1303 1303
...@@ -100,6 +103,14 @@ ...@@ -100,6 +103,14 @@
318 0 318 0
319 0 319 0
320 0 320 0
328 0
329
1
100 1
101 1
102 65532
103 0
99
99 99
99 99
99 99
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment