Commit fa6c56ad authored by Claes Sjofors's avatar Claes Sjofors

Classes for constant analog and integer values added, ConstAv and ConstIv

parent eea95f12
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2012 SSAB EMEA AB.
!
! This file is part of Proview.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with Proview. If not, see <http://www.gnu.org/licenses/>
!
! Linking Proview statically or dynamically with other modules is
! making a combined work based on Proview. Thus, the terms and
! conditions of the GNU General Public License cover the whole
! combination.
!
! In addition, as a special exception, the copyright holders of
! Proview give you permission to, from the build function in the
! Proview Configurator, combine Proview with modules generated by the
! Proview PLC Editor to a PLC program, regardless of the license
! terms of these modules. You may copy and distribute the resulting
! combined work under the terms of your choice, provided that every
! copy of the combined work is accompanied by a complete copy of
! the source code of Proview (the version used to produce the
! combined work), being distributed under the terms of the GNU
! General Public License plus this exception.
!
! pwrb_c_constav.wb_load -- Defines the class ConstAv.
!
SObject pwrb:Class
!/**
! @Version 1.0
! @Group PlantConfiguration,Signals
! @Summary Constant Analog value
! Constant analog value.
!
! Configures constant analog value in the Plant Configuration.
! The integer value can't be modified from the HMI in runtime.
!
! It is though possible to modify a ConstAv from the PLC program.
!
!*/
Object ConstAv $ClassDef 607
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
Attr PopEditor = 1
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "ConstAv"
EndBody
!/**
! Optional text, for example, the name of the signal or
! what it represents.
!*/
Object Description $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! Actual value.
!*/
Object ActualValue $Attribute 2
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
Attr Flags |= PWR_MASK_CONST
EndBody
EndObject
!/**
! Engineering unit of ActualValue.
!*/
Object Unit $Attribute 5
Body SysBody
Attr TypeRef = "pwrs:Type-$String16"
EndBody
EndObject
!/**
! The lower respectively upper limits in the bar graph at
! presentation of ActualValue in the object display.
!*/
Object NoOfDecimals $Attribute 6
Body SysBody
Attr TypeRef = "pwrs:Type-$UInt8"
EndBody
EndObject
!/**
! @Summary A XttGraph object that will open a graph for this object.
! A XttGraph object that will open a graph that contains data for
! this object. This graph can be opened from the popup menu for
! this object.
!*/
Object DefGraph $Attribute 9
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
!/**
! @Summary A help topic for this hierarchy.
! A help topic in the xtt help file that contains help for this hierarchy.
! The help can be displayed from the popup menu for this object.
!*/
Object HelpTopic $Attribute 12
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
EndBody
EndObject
EndObject
EndObject
EndSObject
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2012 SSAB EMEA AB.
!
! This file is part of Proview.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with Proview. If not, see <http://www.gnu.org/licenses/>
!
! Linking Proview statically or dynamically with other modules is
! making a combined work based on Proview. Thus, the terms and
! conditions of the GNU General Public License cover the whole
! combination.
!
! In addition, as a special exception, the copyright holders of
! Proview give you permission to, from the build function in the
! Proview Configurator, combine Proview with modules generated by the
! Proview PLC Editor to a PLC program, regardless of the license
! terms of these modules. You may copy and distribute the resulting
! combined work under the terms of your choice, provided that every
! copy of the combined work is accompanied by a complete copy of
! the source code of Proview (the version used to produce the
! combined work), being distributed under the terms of the GNU
! General Public License plus this exception.
!
! pwrb_c_constiv.wb_load -- Defines the class ConstIv.
!
SObject pwrb:Class
!/**
! @Version 1.0
! @Group PlantConfiguration,Signals
! @Summary Constant Integer value
! Constant integer value.
!
! Configures constant integer value in the Plant Configuration.
! The integer value can't be modified from the HMI in runtime.
!
! It is though possible to modify a ConstIv from the PLC program.
!
!*/
Object ConstIv $ClassDef 608
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
Attr PopEditor = 1
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "ConstIv"
EndBody
!/**
! Optional text, for example, the name of the signal or
! what it represents.
!*/
Object Description $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! Actual value.
!*/
Object ActualValue $Attribute 2
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
Attr Flags |= PWR_MASK_CONST
EndBody
EndObject
!/**
! Engineering unit of ActualValue.
!*/
Object Unit $Attribute 5
Body SysBody
Attr TypeRef = "pwrs:Type-$String16"
EndBody
EndObject
!/**
! @Summary A XttGraph object that will open a graph for this object.
! A XttGraph object that will open a graph that contains data for
! this object. This graph can be opened from the popup menu for
! this object.
!*/
Object DefGraph $Attribute 9
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
!/**
! @Summary A help topic for this hierarchy.
! A help topic in the xtt help file that contains help for this hierarchy.
! The help can be displayed from the popup menu for this object.
!*/
Object HelpTopic $Attribute 12
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
EndBody
EndObject
EndObject
EndObject
EndSObject
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2012 SSAB EMEA AB.
!
! This file is part of Proview.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with Proview. If not, see <http://www.gnu.org/licenses/>
!
! Linking Proview statically or dynamically with other modules is
! making a combined work based on Proview. Thus, the terms and
! conditions of the GNU General Public License cover the whole
! combination.
!
! In addition, as a special exception, the copyright holders of
! Proview give you permission to, from the build function in the
! Proview Configurator, combine Proview with modules generated by the
! Proview PLC Editor to a PLC program, regardless of the license
! terms of these modules. You may copy and distribute the resulting
! combined work under the terms of your choice, provided that every
! copy of the combined work is accompanied by a complete copy of
! the source code of Proview (the version used to produce the
! combined work), being distributed under the terms of the GNU
! General Public License plus this exception.
!
! pwrb_c_getconstav.wb_load -- Defines the class GetConstAv.
!
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Plc,PlcIO
! @Summary Get constant analog value
! Get Constant analog value
! @image orm_getconstav_fo.png
!
! Fetches the value of a ConstAv object.
!
! @b See also
! @classlink ConstAv pwrb_constav.html
!*/
Object GetConstAv $ClassDef 609
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_DevBodyOnly
Attr Flags = pwr_mClassDef_DevOnly
EndBody
Object RtBody $ObjBodyDef 1
!/**
! Used by the PLC Editor.
!*/
Object Status $Output 1
Body SysBody
Attr PgmName = "ActualValue"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_DEVBODYREF
Attr TypeRef = "pwrs:Type-$Float32"
Attr GraphName = "val"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
!/**
! Used by the PLC Editor. Specifies the complete name of
! the current ConstAv object.
!*/
Object AvObject $Intern 1
Body SysBody
Attr PgmName = "AvObject"
Attr TypeRef = "pwrs:Type-$AttrRef"
Attr NiNaAnnot = 1
Attr NiNaSegments = 1
EndBody
EndObject
!/**
! Specifies how many segments of the ConstAv object name that
! is to be displayed in the symbol of the GetConstAv object.
! The segments are counted from behind.
!*/
Object AvObjectSegments $Intern 2
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
Object PlcNode $Buffer 3
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode
Body SysBody
Attr object_type = 260
Attr parameters[0] = 0
Attr parameters[1] = 0
Attr parameters[2] = 1
Attr parameters[3] = 0
Attr subwindows = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 0
Attr default_mask[1] = 1
Attr segname_annotation = 0
Attr devbody_annotation = 1
Attr compmethod = 8
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 6
Attr executeordermethod = 0
Attr objname = "GetConstAv"
Attr graphname = "ConstAv"
EndBody
EndObject
Object Template GetConstAv
Body DevBody
Attr AvObjectSegments = 2
EndBody
EndObject
EndObject
EndSObject
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2012 SSAB EMEA AB.
!
! This file is part of Proview.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with Proview. If not, see <http://www.gnu.org/licenses/>
!
! Linking Proview statically or dynamically with other modules is
! making a combined work based on Proview. Thus, the terms and
! conditions of the GNU General Public License cover the whole
! combination.
!
! In addition, as a special exception, the copyright holders of
! Proview give you permission to, from the build function in the
! Proview Configurator, combine Proview with modules generated by the
! Proview PLC Editor to a PLC program, regardless of the license
! terms of these modules. You may copy and distribute the resulting
! combined work under the terms of your choice, provided that every
! copy of the combined work is accompanied by a complete copy of
! the source code of Proview (the version used to produce the
! combined work), being distributed under the terms of the GNU
! General Public License plus this exception.
!
! pwrb_c_getconstav.wb_load -- Defines the class GetConstIv.
!
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Plc,PlcIO
! @Summary Get constant analog value
! Get Constant analog value
! @image orm_getconstav_fo.png
!
! Fetches the value of a ConstAv object.
!
! @b See also
! @classlink ConstIv pwrb_constiv.html
!*/
Object GetConstIv $ClassDef 610
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_DevBodyOnly
Attr Flags = pwr_mClassDef_DevOnly
EndBody
Object RtBody $ObjBodyDef 1
!/**
! Used by the PLC Editor.
!*/
Object Status $Output 1
Body SysBody
Attr PgmName = "ActualValue"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_DEVBODYREF
Attr TypeRef = "pwrs:Type-$Float32"
Attr GraphName = "val"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
!/**
! Used by the PLC Editor. Specifies the complete name of
! the current ConstIv object.
!*/
Object IvObject $Intern 1
Body SysBody
Attr PgmName = "IvObject"
Attr TypeRef = "pwrs:Type-$AttrRef"
Attr NiNaAnnot = 1
Attr NiNaSegments = 1
EndBody
EndObject
!/**
! Specifies how many segments of the ConstIv object name that
! is to be displayed in the symbol of the GetConstIv object.
! The segments are counted from behind.
!*/
Object IvObjectSegments $Intern 2
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
Object PlcNode $Buffer 3
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode
Body SysBody
Attr object_type = 11
Attr parameters[0] = 0
Attr parameters[1] = 0
Attr parameters[2] = 1
Attr parameters[3] = 0
Attr subwindows = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 0
Attr default_mask[1] = 1
Attr segname_annotation = 0
Attr devbody_annotation = 1
Attr compmethod = 8
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 21
Attr executeordermethod = 0
Attr objname = "GetConstIv"
Attr graphname = "ConstIv"
EndBody
EndObject
Object Template GetConstIv
Body DevBody
Attr IvObjectSegments = 2
EndBody
EndObject
EndObject
EndSObject
......@@ -38,6 +38,8 @@ palette NavigatorPalette
class Av
class ATv
class Co
class ConstAv
class ConstIv
class Di
class Do
class Dv
......@@ -875,6 +877,7 @@ palette PlcEditorPalette
class GetAp
class GetApPtr
class GetAv
class GetConstAv
class StoAo
class StoAp
class StoApPtr
......@@ -935,6 +938,7 @@ palette PlcEditorPalette
class CStoIo
class CStoIp
class CStoIv
class GetConstIv
class GetIi
class GetIo
class GetIp
......
......@@ -144,6 +144,8 @@ static crrgen_tRefList reflist[] = {
{ pwr_cClass_CStoDTp, "DevBody", "Object", crrgen_eType_Write, crrgen_eTable_Object, 0},
{ pwr_cClass_reset_so, "DevBody", "OrderObject", crrgen_eType_Read, crrgen_eTable_Object, 1},
{ pwr_cClass_GetData, "DevBody", "DataObject", crrgen_eType_Ref, crrgen_eTable_Object, 0},
{ pwr_cClass_GetConstAv, "DevBody", "AvObject", crrgen_eType_Read, crrgen_eTable_Object, 0},
{ pwr_cClass_GetConstIv, "DevBody", "IvObject", crrgen_eType_Read, crrgen_eTable_Object, 0},
{ pwr_cClass_Di, "RtBody", "SigChanCon", crrgen_eType_Ref, crrgen_eTable_Object, 0},
{ pwr_cClass_Do, "RtBody", "SigChanCon", crrgen_eType_Ref, crrgen_eTable_Object, 0},
{ pwr_cClass_Po, "RtBody", "SigChanCon", crrgen_eType_Ref, crrgen_eTable_Object, 0},
......
......@@ -7135,6 +7135,26 @@ int gcg_comp_m8( gcg_ctx gcgctx, vldh_t_node node)
/* Insert io object in ioread list */
gcg_aref_insert( gcgctx, attrref, GCG_PREFIX_REF, node);
return GSX__SUCCESS;
case pwr_cClass_GetConstAv:
if ( cid != pwr_cClass_ConstAv) {
gcg_error_msg( gcgctx, GSX__REFCLASS, node);
return GSX__NEXTNODE;
}
/* Insert io object in ioread list */
gcg_aref_insert( gcgctx, attrref, GCG_PREFIX_REF, node);
return GSX__SUCCESS;
break;
case pwr_cClass_GetConstIv:
if ( cid != pwr_cClass_ConstIv) {
gcg_error_msg( gcgctx, GSX__REFCLASS, node);
return GSX__NEXTNODE;
}
/* Insert io object in ioread list */
gcg_aref_insert( gcgctx, attrref, GCG_PREFIX_REF, node);
return GSX__SUCCESS;
break;
default:
gcg_error_msg( gcgctx, GSX__REFCLASS, node);
return GSX__NEXTNODE;
......
......@@ -559,7 +559,7 @@ int gobj_get_object_m6( WFoe *foe, vldh_t_node node, unsigned long index)
sts = ldh_GetAttrRefTid( ldhses, &attrref, &cid);
if (EVEN(sts)) return sts;
if ( cid != pwr_cClass_Av) {
if ( !(cid == pwr_cClass_Av || cid == pwr_cClass_ConstAv)) {
foe->message( "Selected object is not an Av object");
BEEP;
return 0;
......@@ -1159,6 +1159,10 @@ int gobj_get_object_m14( WFoe *foe, vldh_t_node node, unsigned long index)
strcpy( parname, "AvObject");
create_classid = pwr_cClass_GetAv;
break;
case pwr_cClass_ConstAv:
strcpy( parname, "AvObject");
create_classid = pwr_cClass_GetConstAv;
break;
default:
foe->message( "Select an analog signal or attribute in the navigator");
BEEP;
......@@ -1876,7 +1880,7 @@ int gobj_get_object_m21( WFoe *foe, vldh_t_node node, unsigned long index)
sts = ldh_GetAttrRefTid( ldhses, &attrref, &cid);
if (EVEN(sts)) return sts;
if ( cid != pwr_cClass_Iv) {
if ( !(cid == pwr_cClass_Iv || cid == pwr_cClass_ConstIv)) {
foe->message( "Selected object is not a Iv object");
BEEP;
return 0;
......@@ -2072,6 +2076,10 @@ int gobj_get_object_m24( WFoe *foe, vldh_t_node node, unsigned long index)
strcpy( parname, "IvObject");
create_classid = pwr_cClass_GetIv;
break;
case pwr_cClass_ConstIv:
strcpy( parname, "IvObject");
create_classid = pwr_cClass_GetConstIv;
break;
default:
foe->message( "Select an integer signal or attribute in the navigator");
BEEP;
......
......@@ -734,6 +734,9 @@ int WAttNav::crossref()
case pwr_cClass_Ii:
case pwr_cClass_Io:
case pwr_cClass_Co:
case pwr_cClass_Sv:
case pwr_cClass_ATv:
case pwr_cClass_DTv:
sts = WNav::crr_signal( brow, ldhses, NULL, name, NULL);
break;
default:
......
......@@ -708,6 +708,9 @@ int WItemBaseObject::open_crossref( WNav *wnav, double x, double y)
case pwr_cClass_Iv:
case pwr_cClass_Ii:
case pwr_cClass_Io:
case pwr_cClass_Sv:
case pwr_cClass_ATv:
case pwr_cClass_DTv:
sts = wnav->crr_signal( wnav->brow, wnav->ldhses, NULL, name, node);
break;
default:
......@@ -2672,6 +2675,9 @@ int WItemAttrObject::open_crossref( WNav *wnav, double x, double y)
case pwr_cClass_Iv:
case pwr_cClass_Ii:
case pwr_cClass_Io:
case pwr_cClass_Sv:
case pwr_cClass_ATv:
case pwr_cClass_DTv:
sts = wnav->crr_signal( wnav->brow, wnav->ldhses, NULL, aname, node);
break;
default:
......
0! DefaultWidth 825
0! DefaultHeight 147
1
100 20
135 20
101 20
102 -122
103 -86
104 3.7377
136 3.7377
105 100
106 -22
107 -16
108 41.5278
109 0.65
110 7.41662
111 0.95
116 0
117 0
118 126
119 113
120 1
121 Claes context
122 0
126 1
127 1
128 0
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4510
138 3
139 2
134
22
2200 0
2201 56
2202 pwr_c_constav
2203 51
2205 0
2204
2206 0
2207
2208
2209 0.2
2210 0.8
2211 41.5
2212 8.2
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 0
2246 0
2236 0
2247 0
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 0
2220
2230 0
2231 1
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 700
2227
2228 0
2229 1
2233 1
2234 1
2235 1
2243 0
2248 0
2245 0
2244
99
123
2
3
300 pwr_mbopenobject
301
2
19
1904
1900 0.8
1901 -3.407e-15
1902 0.8
1903 1.38708e-14
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.6
1901 0.2
1902 0.6
1903 0.2
1908 39
1909 38
1910 38
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 0
502
7
700 3.8
701 12.2
99
503
7
700 4.2
701 12.6
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.6
2001 0.2
2002 0.3
2003 0.3
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 4.2
701 12.3
99
603
7
700 3.8
701 12.3
99
99
2008
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbtrend
301
2
19
1904
1900 0.8
1901 4.44089e-16
1902 0.8
1903 1.77636e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.6
2001 0.2
2002 0.6
2003 0.6
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.6
701 0.6
99
603
7
700 0.2
701 0.6
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.6
2001 0.6
2002 0.6
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.6
701 0.2
99
603
7
700 0.6
701 0.6
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 0.6
2601 0.15
2602 0.45
2603 0.35
2605
25
2500 39
2501 1
2503 0
2504 0
2502
2
7
700 0.6
701 0.45
99
7
700 0.5
701 0.45
99
7
700 0.4
701 0.35
99
7
700 0.25
701 0.45
99
7
700 0.15
701 0.35
99
99
99
2608 39
2609 39
2610 39
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
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 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbfast
301
2
19
1904
1900 0.8
1901 4.44089e-16
1902 0.8
1903 1.77636e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.6
2001 0.2
2002 0.6
2003 0.6
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.6
701 0.6
99
603
7
700 0.2
701 0.6
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.2
2001 0.2
2002 0.6
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.6
701 0.2
99
603
7
700 0.6
701 0.6
99
99
2008
28
2800 1
2801 0
2802 -0.4
2803 0
2804 1
2805 2.98023e-09
2806 0
99
99
26
2604
2600 0.65
2601 0.2
2602 0.5
2603 0.35
2605
25
2500 39
2501 1
2503 0
2504 0
2502
2
7
700 0.2
701 0.4
99
7
700 0.3
701 0.35
99
7
700 0.45
701 0.5
99
7
700 0.55
701 0.45
99
7
700 0.65
701 0.5
99
99
99
2608 39
2609 39
2610 39
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
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 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbphoto
301
2
19
1904
1900 0.8
1901 -2.66454e-15
1902 0.8
1903 5.32907e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.6
1901 0.2
1902 0.6
1903 0.2
1908 39
1909 2
1910 2
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 0
502
7
700 0.2
701 0.2
99
503
7
700 0.6
701 0.6
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
24
2404
2400 0.5
2401 0.35
2402 0.45
2403 0.3
2408 39
2409 39
2410 39
2411 0
2415 0
2413 5
2416 2
2414 0
2417 0
2421 0
2418 0
2419 4
2420 0
2422 0
2407 0
2406
2405
8
802 39
803 1
800 0
801 360
806 1
804
7
700 0.25
701 0.3
99
805
7
700 0.4
701 0.45
99
99
2412
28
2800 1
2801 0
2802 0.1
2803 0
2804 1
2805 3.46945e-17
2806 0
99
99
26
2604
2600 0.6
2601 0.35
2602 0.6
2603 0.4
2605
25
2500 39
2501 1
2503 1
2504 0
2502
2
7
700 0.35
701 0.6
99
7
700 0.35
701 0.4
99
7
700 0.6
701 0.4
99
7
700 0.6
701 0.6
99
7
700 0.35
701 0.6
99
99
99
2608 39
2609 39
2610 39
2611 0
2616 0
2614 5
2617 2
2615 0
2618 0
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 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbdatasheet
301
2
19
1904
1900 0.8
1901 -8.88178e-16
1902 0.8
1903 3.55271e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.55
1901 0.25
1902 0.6
1903 0.2
1908 39
1909 39
1910 39
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 0
502
7
700 4.9
701 12.2
99
503
7
700 5.2
701 12.6
99
99
1912
28
2800 1
2801 0
2802 -4.65
2803 0
2804 1
2805 -12
2806 0
99
99
26
2604
2600 0.35
2601 0.25
2602 0.4
2603 0.2
2605
25
2500 39
2501 1
2503 1
2504 0
2502
2
7
700 4.9
701 12.4
99
7
700 5
701 12.2
99
7
700 4.9
701 12.2
99
7
700 4.9
701 12.4
99
99
99
2608 39
2609 39
2610 39
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
2607 0
2606
2612
28
2800 1
2801 0
2802 -4.65
2803 0
2804 1
2805 -12
2806 0
99
2613 0
2619 0
2620 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbcircuitdiagram
301
2
19
1904
1900 0.8
1901 4.88498e-15
1902 0.8
1903 -1.42109e-14
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.65
1901 0.15
1902 0.6
1903 0.25
1908 39
1909 39
1910 39
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 0
502
7
700 0.15
701 0.25
99
503
7
700 0.65
701 0.6
99
99
1912
28
2800 1
2801 0
2802 -6.93889e-18
2803 0
2804 1
2805 -1.73472e-17
2806 0
99
99
20
2004
2000 0.65
2001 0.15
2002 0.55
2003 0.55
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.65
701 0.55
99
603
7
700 0.15
701 0.55
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.45
2001 0.15
2002 0.35
2003 0.35
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.45
701 0.35
99
603
7
700 0.15
701 0.35
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.45
2001 0.45
2002 0.45
2003 0.35
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.45
701 0.45
99
603
7
700 0.45
701 0.35
99
99
2008
28
2800 1
2801 0
2802 -4.14599e-16
2803 0
2804 1
2805 -5.20417e-18
2806 0
99
99
19
1904
1900 0.45
1901 0.25
1902 0.5
1903 0.45
1908 39
1909 39
1910 39
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 1
502
7
700 0.25
701 0.45
99
503
7
700 0.45
701 0.5
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.45
2001 0.45
2002 0.35
2003 0.35
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.45
701 0.35
99
603
7
700 0.45
701 0.35
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.65
2001 0.45
2002 0.4
2003 0.4
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.65
701 0.4
99
603
7
700 0.45
701 0.4
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.65
2001 0.45
2002 0.3
2003 0.3
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.65
701 0.3
99
603
7
700 0.45
701 0.3
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbrtnavigator
301
2
19
1904
1900 0.8
1901 2.22045e-15
1902 0.8
1903 -1.24345e-14
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.4
1901 0.2
1902 0.35
1903 0.2
1908 39
1909 39
1910 39
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 1
502
7
700 6.8
701 12.2
99
503
7
700 7
701 12.35
99
99
1912
28
2800 1
2801 0
2802 -6.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.5
1901 0.3
1902 0.65
1903 0.4
1908 39
1909 39
1910 39
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 1
502
7
700 6.9
701 12.4
99
503
7
700 7.1
701 12.65
99
99
1912
28
2800 1
2801 0
2802 -6.6
2803 0
2804 1
2805 -12
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbhelpclass
301
2
19
1904
1900 0.8
1901 1.33227e-15
1902 0.8
1903 -3.55271e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
26
2604
2600 0.5
2601 0.3
2602 0.5
2603 0.25
2605
25
2500 39
2501 1
2503 0
2504 0
2502
2
7
700 7.9
701 12.3
99
7
700 7.9
701 12.25
99
7
700 8.1
701 12.25
99
7
700 8.1
701 12.4
99
7
700 8
701 12.4
99
7
700 8
701 12.5
99
99
99
2608 39
2609 39
2610 39
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
2607 0
2606
2612
28
2800 1
2801 0
2802 -7.6
2803 0
2804 1
2805 -12
2806 0
99
2613 0
2619 0
2620 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
20
2004
2000 0.4
2001 0.4
2002 0.5886
2003 0.55
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 7.99799
701 12.6107
99
603
7
700 7.99799
701 12.5721
99
99
2008
28
2800 1
2801 0
2802 -7.59799
2803 0
2804 1
2805 -12.0221
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbblockevents
301
2
19
1904
1900 0.8
1901 3.9968e-15
1902 0.8
1903 -1.59872e-14
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.4
2001 0.4
2002 0.5886
2003 0.55
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 7.99799
701 12.6107
99
603
7
700 7.99799
701 12.5721
99
99
2008
28
2800 1
2801 0
2802 -7.59799
2803 0
2804 1
2805 -12.0221
2806 0
99
99
20
2004
2000 0.4
2001 0.4
2002 0.45
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 9
701 12.45
99
603
7
700 9
701 12.2
99
99
2008
28
2800 1
2801 0
2802 -8.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.6
2001 0.2
2002 0.6
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 10.2
701 12.6
99
603
7
700 9.8
701 12.2
99
99
2008
28
2800 1
2801 0
2802 -9.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.6
2001 0.2
2002 0.6
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 10.2
701 12.2
99
603
7
700 9.8
701 12.6
99
99
2008
28
2800 1
2801 0
2802 -9.6
2803 0
2804 1
2805 -12
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbhistevent
301
2
19
1904
1900 0.8
1901 3.10862e-15
1902 0.8
1903 -1.42109e-14
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.4
2001 0.4
2002 0.5886
2003 0.55
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 7.99799
701 12.6107
99
603
7
700 7.99799
701 12.5721
99
99
2008
28
2800 1
2801 0
2802 -7.59799
2803 0
2804 1
2805 -12.0221
2806 0
99
99
26
2604
2600 0.6
2601 0.2
2602 0.6
2603 0.2
2605
25
2500 39
2501 1
2503 0
2504 0
2502
2
7
700 0.3
701 0.6
99
7
700 0.2
701 0.6
99
7
700 0.4
701 0.2
99
7
700 0.6
701 0.6
99
7
700 0.5
701 0.6
99
99
99
2608 39
2609 36
2610 36
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
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 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
20
2004
2000 0.4
2001 0.4
2002 0.45
2003 0.3
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.4
701 0.45
99
603
7
700 0.4
701 0.3
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbnote
301
2
19
1904
1900 0.8
1901 0
1902 0.8
1903 1.77636e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.4
2001 0.4
2002 0.5886
2003 0.55
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 7.99799
701 12.6107
99
603
7
700 7.99799
701 12.5721
99
99
2008
28
2800 1
2801 0
2802 -7.59799
2803 0
2804 1
2805 -12.0221
2806 0
99
99
20
2004
2000 0.4
2001 0.4
2002 0.45
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.4
701 0.45
99
603
7
700 0.4
701 0.2
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbhelp
301
2
19
1904
1900 0.8
1901 -2.66454e-15
1902 0.8
1903 5.32907e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.4
2001 0.4
2002 0.2386
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 7.99799
701 12.6107
99
603
7
700 7.99799
701 12.5721
99
99
2008
28
2800 1
2801 0
2802 -7.59799
2803 0
2804 1
2805 -12.3721
2806 0
99
99
20
2004
2000 0.440995
2001 0.340995
2002 0.55
2003 0.55
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.45
701 0.5
99
603
7
700 0.35
701 0.5
99
99
2008
28
2800 1
2801 0
2802 -0.00900531
2803 0
2804 1
2805 0.05
2806 0
99
99
26
2604
2600 0.4
2601 0.35
2602 0.55
2603 0.35
2605
25
2500 39
2501 1
2503 0
2504 0
2502
2
7
700 0.4
701 0.5
99
7
700 0.4
701 0.3
99
7
700 0.35
701 0.3
99
99
99
2608 39
2609 2
2610 2
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
2607 0
2606
2612
28
2800 1
2801 0
2802 1.38778e-17
2803 0
2804 1
2805 0.05
2806 0
99
2613 0
2619 0
2620 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_valuelong
301
2
19
1904
1900 26.6
1901 0
1902 0.7
1903 0
1908 0
1909 41
1910 41
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 26.6
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
1307 0
99
2908
28
2800 1
2801 0
2802 -0.715333
2803 0
2804 1
2805 -0.771778
2806 0
99
2901 2
99
99
302 0
304 0
303
305 0
306
307
308 1024
330 0
321 0
331 0
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
332 0
99
3
300 pwr_mbcrossreferences
301
2
19
1904
1900 0.8
1901 3.9968e-15
1902 0.8
1903 1.77636e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.6
1901 0.4
1902 0.6
1903 0.2
1908 39
1909 39
1910 39
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 0
502
7
700 0.4
701 0.2
99
503
7
700 0.6
701 0.6
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.6
2001 0.4
2002 0.3
2003 0.3
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.6
701 0.3
99
603
7
700 0.4
701 0.3
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.3
2001 0.2
2002 0.4
2003 0.4
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.3
701 0.4
99
603
7
700 0.2
701 0.4
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 0.4
2601 0.3
2602 0.5
2603 0.3
2605
25
2500 39
2501 1
2503 1
2504 0
2502
2
7
700 0.3
701 0.3
99
7
700 0.3
701 0.5
99
7
700 0.4
701 0.4
99
7
700 0.3
701 0.3
99
99
99
2608 39
2609 39
2610 39
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
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 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
26
2604
2600 0.2
2601 0.1
2602 0.5
2603 0.3
2605
25
2500 39
2501 1
2503 1
2504 0
2502
2
7
700 0.2
701 0.3
99
7
700 0.1
701 0.4
99
7
700 0.2
701 0.5
99
7
700 0.2
701 0.3
99
99
99
2608 39
2609 39
2610 39
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
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 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_valuemedium
301
2
19
1904
1900 3
1901 0
1902 1
1903 0
1908 0
1909 41
1910 41
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
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
1307 0
99
2908
28
2800 1
2801 0
2802 -0.65
2803 0
2804 1
2805 -0.55
2806 0
99
2901 2
99
99
302 0
304 0
303
305 0
306
307
308 1024
330 0
321 0
331 0
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
332 0
99
3
300 pwr_framethin
301
2
20
2004
2000 8
2001 1
2002 0
2003 0
2009 108
2010 0
2005
6
600 108
601 1
602
7
700 8
701 0
99
603
7
700 1
701 0
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 1
2001 1
2002 4
2003 0
2009 108
2010 0
2005
6
600 108
601 1
602
7
700 1
701 4
99
603
7
700 1
701 0
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 8
2001 1
2002 4
2003 4
2009 40
2010 0
2005
6
600 40
601 1
602
7
700 8
701 4
99
603
7
700 1
701 4
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 8
2001 8
2002 4
2003 0
2009 40
2010 0
2005
6
600 40
601 1
602
7
700 8
701 4
99
603
7
700 8
701 0
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 0
309 0
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 1
311 0
312
314
315 1
316 1
317 0
318 0
319 0
320 0
328 0
332 0
99
3
300 pwr_valueinputmedium
301
2
19
1904
1900 3
1901 0
1902 1
1903 0
1908 0
1909 41
1910 41
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
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
1307 0
99
2908
28
2800 1
2801 0
2802 -0.65
2803 0
2804 1
2805 -0.55
2806 0
99
2901 2
99
99
302 0
304 0
303
305 0
306
307
308 1024
330 0
321 4096
331 0
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
332 0
99
99
124
2
99
125
2
30
3004 O49
3000 5.5
3001 1.1
3002 3.08703
3003 2.23703
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 4
901 303
904 0
902 Description
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 2.91434e-16
2803 0
2804 1
2805 0.437029
2806 0
99
99
30
3004 O50
3000 5.55
3001 1.1
3002 5.36639
3003 4.51639
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 4
901 303
904 0
902 ActualValue
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 2.91434e-16
2803 0
2804 1
2805 2.71639
2806 0
99
99
27
2703 56
2704 51
2722 10000
2705 51
2723 10000
2706 56
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuemedium
1002 O8
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 11.478
1007 6.8
1008 6.78485
1009 5.78485
1013 11.478
1014 6.8
1015 6.78485
1016 5.78485
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.9
701 4.25
99
1010 $object.Unit##String80
1011 %s
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1.55932
2801 0
2802 6.8
2803 0
2804 1
2805 5.78485
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
12
1200 $object.Unit##String80
1201 %s
1202 1
1203 1
1204 0
99
99
99
30
3004 O52
3000 2.65
3001 1.1
3002 6.62159
3003 5.77159
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 4
901 303
904 0
902 Unit
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 5.13478e-16
2803 0
2804 1
2805 3.97159
2806 0
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_framethin
1002 O14
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 12.0507
1007 0.702273
1008 7.41662
1009 3.77596
1013 -1e+37
1014 1e+37
1015 -1e+37
1016 1e+37
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 0.926254
701 5.72292
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1.62121
2801 0
2802 -0.918937
2803 0
2804 0.910164
2805 3.77596
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
27
2703 46
2704 41
2722 10000
2705 41
2723 10000
2706 46
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuelong
1002 O25
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 41.5278
1007 6.69297
1008 3.16867
1009 2.21412
1013 41.5278
1014 6.69297
1015 3.16867
1016 2.21412
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.69297
701 2.21866
99
1010 $object.Description##String80
1011 %s
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1.30958
2801 0
2802 6.69297
2803 0
2804 1.36364
2805 2.21412
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
12
1200 $object.Description##String80
1201 %s
1202 1
1203 1
1204 0
99
99
99
27
2703 47
2704 10000
2722 10000
2705 10000
2723 10000
2706 47
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valueinputmedium
1002 O33
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 11.4925
1007 6.8
1008 5.5
1009 4.5
1013 11.4925
1014 6.8
1015 5.5
1016 4.5
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 7.45
701 -0.25
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1.56417
2801 0
2802 6.8
2803 0
2804 1
2805 4.5
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1024
105 0
101 0
106 0
102 6
103 0
12
1200 $object.ActualValue##Float32
1201 %10.3f
1202 1
1203 1
1204 0
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbopenobject
1002 O34
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 10.375
1007 9.575
1008 1.75
1009 0.95
1013 10.375
1014 9.575
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 0
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 9.575
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Open Object"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Open Object"/object=$object
99
62
6200 Open Object
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbtrend
1002 O35
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 3.43333
1007 2.63333
1008 1.75
1009 0.95
1013 3.43333
1014 2.63333
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 2.5
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 2.63333
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Trend"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Trend"/object=$object
99
62
6200 Trend
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbfast
1002 O36
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 4.425
1007 3.625
1008 1.75
1009 0.95
1013 4.425
1014 3.625
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 3.5
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 3.625
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Fast"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Fast"/object=$object
99
62
6200 Fast
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbphoto
1002 O37
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 5.41667
1007 4.61667
1008 1.75
1009 0.95
1013 5.41667
1014 4.61667
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 4.5
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 4.61667
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Photo"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Photo"/object=$object
99
62
6200 Photo
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbdatasheet
1002 O38
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 6.40833
1007 5.60833
1008 1.75
1009 0.95
1013 6.40833
1014 5.60833
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 5.5
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 5.60833
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="DataSheet"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="DataSheet"/object=$object
99
62
6200 DataSheet
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbcircuitdiagram
1002 O39
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 12.3583
1007 11.5583
1008 1.75
1009 0.95
1013 12.3583
1014 11.5583
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 7.5
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 11.5583
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65535
103 0
9
900 $cmd(check method/method="CircuitDiagram"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="CircuitDiagram"/object=$object
99
62
6200 CircuitDiagram
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbrtnavigator
1002 O40
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 9.38333
1007 8.58333
1008 1.75
1009 0.95
1013 9.38333
1014 8.58333
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 8.5
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 8.58333
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="RtNavigator"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="RtNavigator"/object=$object
99
62
6200 RtNavigator
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbhelpclass
1002 O41
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 13.35
1007 12.55
1008 1.75
1009 0.95
1013 13.35
1014 12.55
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 10
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 12.55
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Help Class"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Help Class"/object=$object
99
62
6200 Help Class
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbblockevents
1002 O42
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 8.39167
1007 7.59167
1008 1.75
1009 0.95
1013 8.39167
1014 7.59167
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 12
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 7.59167
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Block Events..."/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Block Events..."/object=$object
99
62
6200 Block Events
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbhistevent
1002 O43
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 7.4
1007 6.6
1008 1.75
1009 0.95
1013 7.4
1014 6.6
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 8.65
701 2.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 6.6
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Hist Event..."/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Hist Event..."/object=$object
99
62
6200 Hist Event
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbnote
1002 O44
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 2.44167
1007 1.64167
1008 1.75
1009 0.95
1013 2.44167
1014 1.64167
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 4.7
701 2.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 1.64167
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Note"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Note"/object=$object
99
62
6200 Note
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbhelp
1002 O45
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 1.45
1007 0.65
1008 1.75
1009 0.95
1013 1.45
1014 0.65
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 3.55
701 2.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 0.65
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 128
105 0
101 8256
106 0
102 65532
103 0
9
900 $cmd(check method/method="Help"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Help"/object=$object
99
62
6200 Help
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbcrossreferences
1002 O46
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 11.3667
1007 10.5667
1008 1.75
1009 0.95
1013 11.3667
1014 10.5667
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 10.6
701 -0.1
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 10.5667
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 128
105 0
101 8256
106 0
102 65532
103 0
9
900 $cmd(check method/method="Crossreferences"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Crossreferences"/object=$object
99
62
6200 Crossreferences
99
99
99
99
99
0! DefaultWidth 825
0! DefaultHeight 147
1
100 20
135 20
101 20
102 -122
103 -86
104 3.7377
136 3.7377
105 100
106 -22
107 -16
108 41.5278
109 0.65
110 7.41662
111 0.95
116 0
117 0
118 126
119 113
120 1
121 Claes context
122 0
126 1
127 1
128 0
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4510
138 3
139 2
134
22
2200 0
2201 56
2202 pwr_c_constiv
2203 51
2205 0
2204
2206 0
2207
2208
2209 0.2
2210 0.8
2211 41.5
2212 8.2
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 0
2246 0
2236 0
2247 0
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 0
2220
2230 0
2231 1
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 700
2227
2228 0
2229 1
2233 1
2234 1
2235 1
2243 0
2248 0
2245 0
2244
99
123
2
3
300 pwr_mbopenobject
301
2
19
1904
1900 0.8
1901 -3.407e-15
1902 0.8
1903 1.38708e-14
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.6
1901 0.2
1902 0.6
1903 0.2
1908 39
1909 38
1910 38
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 0
502
7
700 3.8
701 12.2
99
503
7
700 4.2
701 12.6
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.6
2001 0.2
2002 0.3
2003 0.3
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 4.2
701 12.3
99
603
7
700 3.8
701 12.3
99
99
2008
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbtrend
301
2
19
1904
1900 0.8
1901 4.44089e-16
1902 0.8
1903 1.77636e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.6
2001 0.2
2002 0.6
2003 0.6
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.6
701 0.6
99
603
7
700 0.2
701 0.6
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.6
2001 0.6
2002 0.6
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.6
701 0.2
99
603
7
700 0.6
701 0.6
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 0.6
2601 0.15
2602 0.45
2603 0.35
2605
25
2500 39
2501 1
2503 0
2504 0
2502
2
7
700 0.6
701 0.45
99
7
700 0.5
701 0.45
99
7
700 0.4
701 0.35
99
7
700 0.25
701 0.45
99
7
700 0.15
701 0.35
99
99
99
2608 39
2609 39
2610 39
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
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 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbfast
301
2
19
1904
1900 0.8
1901 4.44089e-16
1902 0.8
1903 1.77636e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.6
2001 0.2
2002 0.6
2003 0.6
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.6
701 0.6
99
603
7
700 0.2
701 0.6
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.2
2001 0.2
2002 0.6
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.6
701 0.2
99
603
7
700 0.6
701 0.6
99
99
2008
28
2800 1
2801 0
2802 -0.4
2803 0
2804 1
2805 2.98023e-09
2806 0
99
99
26
2604
2600 0.65
2601 0.2
2602 0.5
2603 0.35
2605
25
2500 39
2501 1
2503 0
2504 0
2502
2
7
700 0.2
701 0.4
99
7
700 0.3
701 0.35
99
7
700 0.45
701 0.5
99
7
700 0.55
701 0.45
99
7
700 0.65
701 0.5
99
99
99
2608 39
2609 39
2610 39
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
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 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbphoto
301
2
19
1904
1900 0.8
1901 -2.66454e-15
1902 0.8
1903 5.32907e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.6
1901 0.2
1902 0.6
1903 0.2
1908 39
1909 2
1910 2
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 0
502
7
700 0.2
701 0.2
99
503
7
700 0.6
701 0.6
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
24
2404
2400 0.5
2401 0.35
2402 0.45
2403 0.3
2408 39
2409 39
2410 39
2411 0
2415 0
2413 5
2416 2
2414 0
2417 0
2421 0
2418 0
2419 4
2420 0
2422 0
2407 0
2406
2405
8
802 39
803 1
800 0
801 360
806 1
804
7
700 0.25
701 0.3
99
805
7
700 0.4
701 0.45
99
99
2412
28
2800 1
2801 0
2802 0.1
2803 0
2804 1
2805 3.46945e-17
2806 0
99
99
26
2604
2600 0.6
2601 0.35
2602 0.6
2603 0.4
2605
25
2500 39
2501 1
2503 1
2504 0
2502
2
7
700 0.35
701 0.6
99
7
700 0.35
701 0.4
99
7
700 0.6
701 0.4
99
7
700 0.6
701 0.6
99
7
700 0.35
701 0.6
99
99
99
2608 39
2609 39
2610 39
2611 0
2616 0
2614 5
2617 2
2615 0
2618 0
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 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbdatasheet
301
2
19
1904
1900 0.8
1901 -8.88178e-16
1902 0.8
1903 3.55271e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.55
1901 0.25
1902 0.6
1903 0.2
1908 39
1909 39
1910 39
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 0
502
7
700 4.9
701 12.2
99
503
7
700 5.2
701 12.6
99
99
1912
28
2800 1
2801 0
2802 -4.65
2803 0
2804 1
2805 -12
2806 0
99
99
26
2604
2600 0.35
2601 0.25
2602 0.4
2603 0.2
2605
25
2500 39
2501 1
2503 1
2504 0
2502
2
7
700 4.9
701 12.4
99
7
700 5
701 12.2
99
7
700 4.9
701 12.2
99
7
700 4.9
701 12.4
99
99
99
2608 39
2609 39
2610 39
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
2607 0
2606
2612
28
2800 1
2801 0
2802 -4.65
2803 0
2804 1
2805 -12
2806 0
99
2613 0
2619 0
2620 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbcircuitdiagram
301
2
19
1904
1900 0.8
1901 4.88498e-15
1902 0.8
1903 -1.42109e-14
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.65
1901 0.15
1902 0.6
1903 0.25
1908 39
1909 39
1910 39
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 0
502
7
700 0.15
701 0.25
99
503
7
700 0.65
701 0.6
99
99
1912
28
2800 1
2801 0
2802 -6.93889e-18
2803 0
2804 1
2805 -1.73472e-17
2806 0
99
99
20
2004
2000 0.65
2001 0.15
2002 0.55
2003 0.55
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.65
701 0.55
99
603
7
700 0.15
701 0.55
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.45
2001 0.15
2002 0.35
2003 0.35
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.45
701 0.35
99
603
7
700 0.15
701 0.35
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.45
2001 0.45
2002 0.45
2003 0.35
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.45
701 0.45
99
603
7
700 0.45
701 0.35
99
99
2008
28
2800 1
2801 0
2802 -4.14599e-16
2803 0
2804 1
2805 -5.20417e-18
2806 0
99
99
19
1904
1900 0.45
1901 0.25
1902 0.5
1903 0.45
1908 39
1909 39
1910 39
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 1
502
7
700 0.25
701 0.45
99
503
7
700 0.45
701 0.5
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.45
2001 0.45
2002 0.35
2003 0.35
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.45
701 0.35
99
603
7
700 0.45
701 0.35
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.65
2001 0.45
2002 0.4
2003 0.4
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.65
701 0.4
99
603
7
700 0.45
701 0.4
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.65
2001 0.45
2002 0.3
2003 0.3
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.65
701 0.3
99
603
7
700 0.45
701 0.3
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbrtnavigator
301
2
19
1904
1900 0.8
1901 2.22045e-15
1902 0.8
1903 -1.24345e-14
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.4
1901 0.2
1902 0.35
1903 0.2
1908 39
1909 39
1910 39
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 1
502
7
700 6.8
701 12.2
99
503
7
700 7
701 12.35
99
99
1912
28
2800 1
2801 0
2802 -6.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.5
1901 0.3
1902 0.65
1903 0.4
1908 39
1909 39
1910 39
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 1
502
7
700 6.9
701 12.4
99
503
7
700 7.1
701 12.65
99
99
1912
28
2800 1
2801 0
2802 -6.6
2803 0
2804 1
2805 -12
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbhelpclass
301
2
19
1904
1900 0.8
1901 1.33227e-15
1902 0.8
1903 -3.55271e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
26
2604
2600 0.5
2601 0.3
2602 0.5
2603 0.25
2605
25
2500 39
2501 1
2503 0
2504 0
2502
2
7
700 7.9
701 12.3
99
7
700 7.9
701 12.25
99
7
700 8.1
701 12.25
99
7
700 8.1
701 12.4
99
7
700 8
701 12.4
99
7
700 8
701 12.5
99
99
99
2608 39
2609 39
2610 39
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
2607 0
2606
2612
28
2800 1
2801 0
2802 -7.6
2803 0
2804 1
2805 -12
2806 0
99
2613 0
2619 0
2620 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
20
2004
2000 0.4
2001 0.4
2002 0.5886
2003 0.55
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 7.99799
701 12.6107
99
603
7
700 7.99799
701 12.5721
99
99
2008
28
2800 1
2801 0
2802 -7.59799
2803 0
2804 1
2805 -12.0221
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbblockevents
301
2
19
1904
1900 0.8
1901 3.9968e-15
1902 0.8
1903 -1.59872e-14
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.4
2001 0.4
2002 0.5886
2003 0.55
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 7.99799
701 12.6107
99
603
7
700 7.99799
701 12.5721
99
99
2008
28
2800 1
2801 0
2802 -7.59799
2803 0
2804 1
2805 -12.0221
2806 0
99
99
20
2004
2000 0.4
2001 0.4
2002 0.45
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 9
701 12.45
99
603
7
700 9
701 12.2
99
99
2008
28
2800 1
2801 0
2802 -8.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.6
2001 0.2
2002 0.6
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 10.2
701 12.6
99
603
7
700 9.8
701 12.2
99
99
2008
28
2800 1
2801 0
2802 -9.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.6
2001 0.2
2002 0.6
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 10.2
701 12.2
99
603
7
700 9.8
701 12.6
99
99
2008
28
2800 1
2801 0
2802 -9.6
2803 0
2804 1
2805 -12
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbhistevent
301
2
19
1904
1900 0.8
1901 3.10862e-15
1902 0.8
1903 -1.42109e-14
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.4
2001 0.4
2002 0.5886
2003 0.55
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 7.99799
701 12.6107
99
603
7
700 7.99799
701 12.5721
99
99
2008
28
2800 1
2801 0
2802 -7.59799
2803 0
2804 1
2805 -12.0221
2806 0
99
99
26
2604
2600 0.6
2601 0.2
2602 0.6
2603 0.2
2605
25
2500 39
2501 1
2503 0
2504 0
2502
2
7
700 0.3
701 0.6
99
7
700 0.2
701 0.6
99
7
700 0.4
701 0.2
99
7
700 0.6
701 0.6
99
7
700 0.5
701 0.6
99
99
99
2608 39
2609 36
2610 36
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
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 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
20
2004
2000 0.4
2001 0.4
2002 0.45
2003 0.3
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.4
701 0.45
99
603
7
700 0.4
701 0.3
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbnote
301
2
19
1904
1900 0.8
1901 0
1902 0.8
1903 1.77636e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.4
2001 0.4
2002 0.5886
2003 0.55
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 7.99799
701 12.6107
99
603
7
700 7.99799
701 12.5721
99
99
2008
28
2800 1
2801 0
2802 -7.59799
2803 0
2804 1
2805 -12.0221
2806 0
99
99
20
2004
2000 0.4
2001 0.4
2002 0.45
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.4
701 0.45
99
603
7
700 0.4
701 0.2
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mbhelp
301
2
19
1904
1900 0.8
1901 -2.66454e-15
1902 0.8
1903 5.32907e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
20
2004
2000 0.4
2001 0.4
2002 0.2386
2003 0.2
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 7.99799
701 12.6107
99
603
7
700 7.99799
701 12.5721
99
99
2008
28
2800 1
2801 0
2802 -7.59799
2803 0
2804 1
2805 -12.3721
2806 0
99
99
20
2004
2000 0.440995
2001 0.340995
2002 0.55
2003 0.55
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.45
701 0.5
99
603
7
700 0.35
701 0.5
99
99
2008
28
2800 1
2801 0
2802 -0.00900531
2803 0
2804 1
2805 0.05
2806 0
99
99
26
2604
2600 0.4
2601 0.35
2602 0.55
2603 0.35
2605
25
2500 39
2501 1
2503 0
2504 0
2502
2
7
700 0.4
701 0.5
99
7
700 0.4
701 0.3
99
7
700 0.35
701 0.3
99
99
99
2608 39
2609 2
2610 2
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
2607 0
2606
2612
28
2800 1
2801 0
2802 1.38778e-17
2803 0
2804 1
2805 0.05
2806 0
99
2613 0
2619 0
2620 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_valuelong
301
2
19
1904
1900 26.6
1901 0
1902 0.7
1903 0
1908 0
1909 41
1910 41
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 26.6
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
1307 0
99
2908
28
2800 1
2801 0
2802 -0.715333
2803 0
2804 1
2805 -0.771778
2806 0
99
2901 2
99
99
302 0
304 0
303
305 0
306
307
308 1024
330 0
321 0
331 0
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
332 0
99
3
300 pwr_mbcrossreferences
301
2
19
1904
1900 0.8
1901 3.9968e-15
1902 0.8
1903 1.77636e-15
1908 0
1909 34
1910 34
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3.6
701 12
99
503
7
700 4.4
701 12.8
99
99
1912
28
2800 1
2801 0
2802 -3.6
2803 0
2804 1
2805 -12
2806 0
99
99
19
1904
1900 0.6
1901 0.4
1902 0.6
1903 0.2
1908 39
1909 39
1910 39
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 39
501 1
504 1
505 0
502
7
700 0.4
701 0.2
99
503
7
700 0.6
701 0.6
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.6
2001 0.4
2002 0.3
2003 0.3
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.6
701 0.3
99
603
7
700 0.4
701 0.3
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 0.3
2001 0.2
2002 0.4
2003 0.4
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.3
701 0.4
99
603
7
700 0.2
701 0.4
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 0.4
2601 0.3
2602 0.5
2603 0.3
2605
25
2500 39
2501 1
2503 1
2504 0
2502
2
7
700 0.3
701 0.3
99
7
700 0.3
701 0.5
99
7
700 0.4
701 0.4
99
7
700 0.3
701 0.3
99
99
99
2608 39
2609 39
2610 39
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
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 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
26
2604
2600 0.2
2601 0.1
2602 0.5
2603 0.3
2605
25
2500 39
2501 1
2503 1
2504 0
2502
2
7
700 0.2
701 0.3
99
7
700 0.1
701 0.4
99
7
700 0.2
701 0.5
99
7
700 0.2
701 0.3
99
99
99
2608 39
2609 39
2610 39
2611 1
2616 0
2614 5
2617 2
2615 0
2618 0
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 0
2621 0
2622 0
2623 0
2624 4
2625 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 0
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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_valuemedium
301
2
19
1904
1900 3
1901 0
1902 1
1903 0
1908 0
1909 41
1910 41
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
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
1307 0
99
2908
28
2800 1
2801 0
2802 -0.65
2803 0
2804 1
2805 -0.55
2806 0
99
2901 2
99
99
302 0
304 0
303
305 0
306
307
308 1024
330 0
321 0
331 0
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
332 0
99
3
300 pwr_framethin
301
2
20
2004
2000 8
2001 1
2002 0
2003 0
2009 108
2010 0
2005
6
600 108
601 1
602
7
700 8
701 0
99
603
7
700 1
701 0
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 1
2001 1
2002 4
2003 0
2009 108
2010 0
2005
6
600 108
601 1
602
7
700 1
701 4
99
603
7
700 1
701 0
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 8
2001 1
2002 4
2003 4
2009 40
2010 0
2005
6
600 40
601 1
602
7
700 8
701 4
99
603
7
700 1
701 4
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004
2000 8
2001 8
2002 4
2003 0
2009 40
2010 0
2005
6
600 40
601 1
602
7
700 8
701 4
99
603
7
700 8
701 0
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 0
309 0
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 1
311 0
312
314
315 1
316 1
317 0
318 0
319 0
320 0
328 0
332 0
99
3
300 pwr_valueinputmedium
301
2
19
1904
1900 3
1901 0
1902 1
1903 0
1908 0
1909 41
1910 41
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
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
1307 0
99
2908
28
2800 1
2801 0
2802 -0.65
2803 0
2804 1
2805 -0.55
2806 0
99
2901 2
99
99
302 0
304 0
303
305 0
306
307
308 1024
330 0
321 4096
331 0
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
332 0
99
99
124
2
99
125
2
30
3004 O49
3000 5.5
3001 1.1
3002 3.08703
3003 2.23703
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 4
901 303
904 0
902 Description
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 2.91434e-16
2803 0
2804 1
2805 0.437029
2806 0
99
99
30
3004 O50
3000 5.55
3001 1.1
3002 5.36639
3003 4.51639
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 4
901 303
904 0
902 ActualValue
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 2.91434e-16
2803 0
2804 1
2805 2.71639
2806 0
99
99
27
2703 56
2704 51
2722 10000
2705 51
2723 10000
2706 56
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuemedium
1002 O8
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 11.478
1007 6.8
1008 6.78485
1009 5.78485
1013 11.478
1014 6.8
1015 6.78485
1016 5.78485
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.9
701 4.25
99
1010 $object.Unit##String80
1011 %s
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1.55932
2801 0
2802 6.8
2803 0
2804 1
2805 5.78485
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
12
1200 $object.Unit##String80
1201 %s
1202 1
1203 1
1204 0
99
99
99
30
3004 O52
3000 2.65
3001 1.1
3002 6.62159
3003 5.77159
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 4
901 303
904 0
902 Unit
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 5.13478e-16
2803 0
2804 1
2805 3.97159
2806 0
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_framethin
1002 O14
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 12.0507
1007 0.702273
1008 7.41662
1009 3.77596
1013 -1e+37
1014 1e+37
1015 -1e+37
1016 1e+37
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 0.926254
701 5.72292
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1.62121
2801 0
2802 -0.918937
2803 0
2804 0.910164
2805 3.77596
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
27
2703 46
2704 41
2722 10000
2705 41
2723 10000
2706 46
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuelong
1002 O25
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 41.5278
1007 6.69297
1008 3.16867
1009 2.21412
1013 41.5278
1014 6.69297
1015 3.16867
1016 2.21412
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.69297
701 2.21866
99
1010 $object.Description##String80
1011 %s
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1.30958
2801 0
2802 6.69297
2803 0
2804 1.36364
2805 2.21412
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
12
1200 $object.Description##String80
1201 %s
1202 1
1203 1
1204 0
99
99
99
27
2703 47
2704 10000
2722 10000
2705 10000
2723 10000
2706 47
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valueinputmedium
1002 O33
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 11.4925
1007 6.8
1008 5.5
1009 4.5
1013 11.4925
1014 6.8
1015 5.5
1016 4.5
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 7.45
701 -0.25
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1.56417
2801 0
2802 6.8
2803 0
2804 1
2805 4.5
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1024
105 0
101 0
106 0
102 6
103 0
12
1200 $object.ActualValue##Int32
1201 %d
1202 1
1203 1
1204 0
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbopenobject
1002 O34
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 10.375
1007 9.575
1008 1.75
1009 0.95
1013 10.375
1014 9.575
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 0
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 9.575
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Open Object"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Open Object"/object=$object
99
62
6200 Open Object
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbtrend
1002 O35
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 3.43333
1007 2.63333
1008 1.75
1009 0.95
1013 3.43333
1014 2.63333
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 2.5
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 2.63333
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Trend"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Trend"/object=$object
99
62
6200 Trend
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbfast
1002 O36
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 4.425
1007 3.625
1008 1.75
1009 0.95
1013 4.425
1014 3.625
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 3.5
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 3.625
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Fast"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Fast"/object=$object
99
62
6200 Fast
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbphoto
1002 O37
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 5.41667
1007 4.61667
1008 1.75
1009 0.95
1013 5.41667
1014 4.61667
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 4.5
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 4.61667
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Photo"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Photo"/object=$object
99
62
6200 Photo
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbdatasheet
1002 O38
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 6.40833
1007 5.60833
1008 1.75
1009 0.95
1013 6.40833
1014 5.60833
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 5.5
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 5.60833
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="DataSheet"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="DataSheet"/object=$object
99
62
6200 DataSheet
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbcircuitdiagram
1002 O39
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 12.3583
1007 11.5583
1008 1.75
1009 0.95
1013 12.3583
1014 11.5583
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 7.5
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 11.5583
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65535
103 0
9
900 $cmd(check method/method="CircuitDiagram"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="CircuitDiagram"/object=$object
99
62
6200 CircuitDiagram
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbrtnavigator
1002 O40
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 9.38333
1007 8.58333
1008 1.75
1009 0.95
1013 9.38333
1014 8.58333
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 8.5
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 8.58333
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="RtNavigator"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="RtNavigator"/object=$object
99
62
6200 RtNavigator
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbhelpclass
1002 O41
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 13.35
1007 12.55
1008 1.75
1009 0.95
1013 13.35
1014 12.55
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 10
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 12.55
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Help Class"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Help Class"/object=$object
99
62
6200 Help Class
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbblockevents
1002 O42
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 8.39167
1007 7.59167
1008 1.75
1009 0.95
1013 8.39167
1014 7.59167
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 12
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 7.59167
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 1
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Block Events..."/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Block Events..."/object=$object
99
62
6200 Block Events
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbhistevent
1002 O43
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 7.4
1007 6.6
1008 1.75
1009 0.95
1013 7.4
1014 6.6
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 8.65
701 2.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 6.6
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Hist Event..."/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Hist Event..."/object=$object
99
62
6200 Hist Event
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbnote
1002 O44
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 2.44167
1007 1.64167
1008 1.75
1009 0.95
1013 2.44167
1014 1.64167
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 4.7
701 2.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 1.64167
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
9
900 $cmd(check method/method="Note"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Note"/object=$object
99
62
6200 Note
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbhelp
1002 O45
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 1.45
1007 0.65
1008 1.75
1009 0.95
1013 1.45
1014 0.65
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 3.55
701 2.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 0.65
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 128
105 0
101 8256
106 0
102 65532
103 0
9
900 $cmd(check method/method="Help"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Help"/object=$object
99
62
6200 Help
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 19
2709 19
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_mbcrossreferences
1002 O46
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 11.3667
1007 10.5667
1008 1.75
1009 0.95
1013 11.3667
1014 10.5667
1015 1.75
1016 0.95
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 10.6
701 -0.1
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 10.5667
2803 0
2804 1
2805 0.95
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 128
105 0
101 8256
106 0
102 65532
103 0
9
900 $cmd(check method/method="Crossreferences"/object=$object)
901 1
902 1
903 1
99
55
5500 call method/method="Crossreferences"/object=$object
99
62
6200 Crossreferences
99
99
99
99
99
......@@ -1193,6 +1193,9 @@ int ItemAttrObject::open_crossref( XNavBrow *brow, double x, double y)
case pwr_cClass_Ii:
case pwr_cClass_Io:
case pwr_cClass_Co:
case pwr_cClass_Sv:
case pwr_cClass_ATv:
case pwr_cClass_DTv:
sts = xnav_crr_signal( brow, file, aname, node);
break;
default:
......
......@@ -138,6 +138,9 @@ int XCrr::crossref()
case pwr_cClass_Ii:
case pwr_cClass_Io:
case pwr_cClass_Co:
case pwr_cClass_Sv:
case pwr_cClass_ATv:
case pwr_cClass_DTv:
sts = xnav_crr_signal( xcrrnav->brow, file, name, NULL);
break;
default:
......
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