Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
664b90ef
Commit
664b90ef
authored
May 20, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial import of mcomp
parent
dc0bc158
Changes
15
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
64020 additions
and
0 deletions
+64020
-0
src/wbl/mcomp/src/abb.wb_load
src/wbl/mcomp/src/abb.wb_load
+9389
-0
src/wbl/mcomp/src/os_linux/hw_x86/makefile
src/wbl/mcomp/src/os_linux/hw_x86/makefile
+244
-0
src/wbl/mcomp/src/othermanufacturer.wb_load
src/wbl/mcomp/src/othermanufacturer.wb_load
+152
-0
src/wbl/mcomp/src/othermanufacturer_sv_se.txt
src/wbl/mcomp/src/othermanufacturer_sv_se.txt
+7
-0
src/wbl/mcomp/src/pwr_acs800.pwg
src/wbl/mcomp/src/pwr_acs800.pwg
+979
-0
src/wbl/mcomp/src/pwr_acs800.pwsg
src/wbl/mcomp/src/pwr_acs800.pwsg
+820
-0
src/wbl/mcomp/src/pwr_c_abb_acs800.pwg
src/wbl/mcomp/src/pwr_c_abb_acs800.pwg
+9473
-0
src/wbl/mcomp/src/pwr_c_abb_acs800pump1.pwg
src/wbl/mcomp/src/pwr_c_abb_acs800pump1.pwg
+29548
-0
src/wbl/mcomp/src/pwr_c_ssab_safetyswitch.pwg
src/wbl/mcomp/src/pwr_c_ssab_safetyswitch.pwg
+10700
-0
src/wbl/mcomp/src/pwr_safetyswitch2.pwg
src/wbl/mcomp/src/pwr_safetyswitch2.pwg
+630
-0
src/wbl/mcomp/src/pwr_safetyswitch2.pwsg
src/wbl/mcomp/src/pwr_safetyswitch2.pwsg
+471
-0
src/wbl/mcomp/src/pwr_safetyswitch2__p2.pwg
src/wbl/mcomp/src/pwr_safetyswitch2__p2.pwg
+858
-0
src/wbl/mcomp/src/pwr_safetyswitch2__p2.pwsg
src/wbl/mcomp/src/pwr_safetyswitch2__p2.pwsg
+699
-0
src/wbl/mcomp/src/siemens.wb_load
src/wbl/mcomp/src/siemens.wb_load
+34
-0
src/wbl/mcomp/src/telemecanique.wb_load
src/wbl/mcomp/src/telemecanique.wb_load
+16
-0
No files found.
src/wbl/mcomp/src/abb.wb_load
0 → 100644
View file @
664b90ef
This diff is collapsed.
Click to expand it.
src/wbl/mcomp/src/os_linux/hw_x86/makefile
0 → 100644
View file @
664b90ef
# makefile -- <short description>
# PROVIEW/R
# Copyright (C) 1996 by Comator Process AB.
#
# <Description>.
#
include
$(pwre_dir_symbols)
ifndef
variables_mk
-include
$(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/variables.mk
endif
ifndef
variables_mk
include
$(pwre_sroot)/tools/bld/src/$(os_name)/variables.mk
endif
ifndef
rules_mk
-include
$(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/rules.mk
endif
ifndef
rules_mk
include
$(pwre_sroot)/tools/bld/src/$(os_name)/rules.mk
endif
.PHONY
:
all init copy lib exe clean realclean
\
$(clean_wbl)
all
:
init copy exe
init
:
copy
:
$(inc_dir)/pwr_othermanufacturerclasses.h
\
$(inc_dir)/pwr_othermanufacturerclasses.hpp
\
$(inc_dir)/pwr_abbclasses.h
\
$(inc_dir)/pwr_abbclasses.hpp
\
$(inc_dir)/pwr_siemensclasses.h
\
$(inc_dir)/pwr_siemensclasses.hpp
\
$(inc_dir)/pwr_telemecaniqueclasses.h
\
$(inc_dir)/pwr_telemecaniqueclasses.hpp
lib
:
$(load_dir)/othermanufacturer.dbs
\
$(load_dir)/abb.dbs
\
$(load_dir)/siemens.dbs
\
$(load_dir)/telemecanique.dbs
exe
:
$(doc_dir)/en_us/orm/othermanufacturer_allclasses.html
\
$(doc_dir)/sv_se/orm/othermanufacturer_allclasses.html
\
$(exe_dir)/en_us/othermanufacturer_xtthelp.dat
\
$(exe_dir)/sv_se/othermanufacturer_xtthelp.dat
\
$(doc_dir)/en_us/orm/abb_allclasses.html
\
$(doc_dir)/sv_se/orm/abb_allclasses.html
\
$(exe_dir)/en_us/abb_xtthelp.dat
\
$(exe_dir)/sv_se/abb_xtthelp.dat
\
$(doc_dir)/en_us/orm/siemens_allclasses.html
\
$(doc_dir)/sv_se/orm/siemens_allclasses.html
\
$(exe_dir)/en_us/siemens_xtthelp.dat
\
$(exe_dir)/sv_se/siemens_xtthelp.dat
\
$(doc_dir)/en_us/orm/telemecanique_allclasses.html
\
$(doc_dir)/sv_se/orm/telemecanique_allclasses.html
\
$(exe_dir)/en_us/telemecanique_xtthelp.dat
\
$(exe_dir)/sv_se/telemecanique_xtthelp.dat
clean
:
realclean
:
clean clean_othermanufacturer_xtthelp clean_othermanufacturer_html clean_othermanufacturerclasses
#
# OtherManufacturer
#
$(load_dir)/othermanufacturer.dbs
:
../../othermanufacturer.wb_load
@
echo
"Generating snapshot for othermanufacturer"
@
wb_cmd create snapshot /file
=
\"
$(source)
\"
/out
=
\"
$(target)
\"
@
chmod
a+w
$(target)
$(inc_dir)/pwr_othermanufacturerclasses.h
:
../../othermanufacturer.wb_load
@
echo
"Generating struct files for othermanufacturer classes..."
@
co_convert
-sv
-d
$(inc_dir)
"
$(source)
"
$(inc_dir)/pwr_othermanufacturerclasses.hpp
:
../../othermanufacturer.wb_load
@
echo
"Generating hpp files for othermanufacturer classes..."
@
co_convert
-po
-d
$(inc_dir)
"
$(source)
"
$(doc_dir)/en_us/orm/othermanufacturer_allclasses.html
:
../../othermanufacturer.wb_load
@
echo
"Generating html files for othermanufacturer classes en_us..."
@
co_convert
-w
-d
$(doc_dir)
/en_us/orm
-g
$(pwre_sroot)
/wbl/mcomp/src/cnv_setup.dat
"
$(source)
"
@
co_convert
-c
-d
$(doc_dir)
/en_us/orm
$(inc_dir)
/pwr_othermanufacturerclasses.h
@
co_convert
-c
-d
$(doc_dir)
/en_us/orm
$(inc_dir)
/pwr_othermanufacturerclasses.hpp
@
echo
"Generating html files for othermanufacturer classes sv_se..."
@
co_convert
-w
-l
sv_se
-d
$(doc_dir)
/sv_se/orm
-g
$(pwre_sroot)
/wbl/mcomp/src/cnv_setup.dat
"
$(source)
"
@
co_convert
-c
-d
$(doc_dir)
/sv_se/orm
$(inc_dir)
/pwr_othermanufacturerclasses.h
@
co_convert
-c
-d
$(doc_dir)
/sv_se/orm
$(inc_dir)
/pwr_othermanufacturerclasses.hpp
@
echo
"Generating postscript file for othermanufacturer classes..."
@
co_convert
-q
-d
$(doc_dir)
/en_us
"
$(source)
"
@
co_convert
-q
-l
sv_se
-d
$(doc_dir)
/sv_se
"
$(source)
"
$(exe_dir)/en_us/othermanufacturer_xtthelp.dat
:
../../othermanufacturer.wb_load
@
echo
"Generating xtt help files for othermanufacturer classes en_us"
@
co_convert
-x
-d
$(exe_dir)
/en_us
"
$(source)
"
$(exe_dir)/sv_se/othermanufacturer_xtthelp.dat
:
../../othermanufacturer.wb_load
@
echo
"Generating xtt help files for othermanufacturer classes sv_se"
@
co_convert
-x
-l
sv_se
-d
$(exe_dir)
/sv_se
"
$(source)
"
#
# ABB
#
$(load_dir)/abb.dbs
:
../../abb.wb_load
@
echo
"Generating snapshot for abb"
@
wb_cmd create snapshot /file
=
\"
$(source)
\"
/out
=
\"
$(target)
\"
@
chmod
a+w
$(target)
$(inc_dir)/pwr_abbclasses.h
:
../../abb.wb_load
@
echo
"Generating struct files for abb classes..."
@
co_convert
-sv
-d
$(inc_dir)
"
$(source)
"
$(inc_dir)/pwr_abbclasses.hpp
:
../../abb.wb_load
@
echo
"Generating hpp files for abb classes..."
@
co_convert
-po
-d
$(inc_dir)
"
$(source)
"
$(doc_dir)/en_us/orm/abb_allclasses.html
:
../../abb.wb_load
@
echo
"Generating html files for abb classes en_us..."
@
co_convert
-w
-d
$(doc_dir)
/en_us/orm
-g
$(pwre_sroot)
/wbl/mcomp/src/cnv_setup.dat
"
$(source)
"
@
co_convert
-c
-d
$(doc_dir)
/en_us/orm
$(inc_dir)
/pwr_abbclasses.h
@
co_convert
-c
-d
$(doc_dir)
/en_us/orm
$(inc_dir)
/pwr_abbclasses.hpp
@
echo
"Generating html files for abb classes sv_se..."
@
co_convert
-w
-l
sv_se
-d
$(doc_dir)
/sv_se/orm
-g
$(pwre_sroot)
/wbl/mcomp/src/cnv_setup.dat
"
$(source)
"
@
co_convert
-c
-d
$(doc_dir)
/sv_se/orm
$(inc_dir)
/pwr_abbclasses.h
@
co_convert
-c
-d
$(doc_dir)
/sv_se/orm
$(inc_dir)
/pwr_abbclasses.hpp
@
echo
"Generating postscript file for abb classes..."
@
co_convert
-q
-d
$(doc_dir)
/en_us
"
$(source)
"
@
co_convert
-q
-l
sv_se
-d
$(doc_dir)
/sv_se
"
$(source)
"
$(exe_dir)/en_us/abb_xtthelp.dat
:
../../abb.wb_load
@
echo
"Generating xtt help files for abb classes en_us"
@
co_convert
-x
-d
$(exe_dir)
/en_us
"
$(source)
"
$(exe_dir)/sv_se/abb_xtthelp.dat
:
../../abb.wb_load
@
echo
"Generating xtt help files for abb classes sv_se"
@
co_convert
-x
-l
sv_se
-d
$(exe_dir)
/sv_se
"
$(source)
"
#
# Siemens
#
$(load_dir)/siemens.dbs
:
../../siemens.wb_load
@
echo
"Generating snapshot for siemens"
@
wb_cmd create snapshot /file
=
\"
$(source)
\"
/out
=
\"
$(target)
\"
@
chmod
a+w
$(target)
$(inc_dir)/pwr_siemensclasses.h
:
../../siemens.wb_load
@
echo
"Generating struct files for siemens classes..."
@
co_convert
-sv
-d
$(inc_dir)
"
$(source)
"
$(inc_dir)/pwr_siemensclasses.hpp
:
../../siemens.wb_load
@
echo
"Generating hpp files for siemens classes..."
@
co_convert
-po
-d
$(inc_dir)
"
$(source)
"
$(doc_dir)/en_us/orm/siemens_allclasses.html
:
../../siemens.wb_load
@
echo
"Generating html files for siemens classes en_us..."
@
co_convert
-w
-d
$(doc_dir)
/en_us/orm
-g
$(pwre_sroot)
/wbl/mcomp/src/cnv_setup.dat
"
$(source)
"
@
co_convert
-c
-d
$(doc_dir)
/en_us/orm
$(inc_dir)
/pwr_siemensclasses.h
@
co_convert
-c
-d
$(doc_dir)
/en_us/orm
$(inc_dir)
/pwr_siemensclasses.hpp
@
echo
"Generating html files for siemens classes sv_se..."
@
co_convert
-w
-l
sv_se
-d
$(doc_dir)
/sv_se/orm
-g
$(pwre_sroot)
/wbl/mcomp/src/cnv_setup.dat
"
$(source)
"
@
co_convert
-c
-d
$(doc_dir)
/sv_se/orm
$(inc_dir)
/pwr_siemensclasses.h
@
co_convert
-c
-d
$(doc_dir)
/sv_se/orm
$(inc_dir)
/pwr_siemensclasses.hpp
@
echo
"Generating postscript file for siemens classes..."
@
co_convert
-q
-d
$(doc_dir)
/en_us
"
$(source)
"
@
co_convert
-q
-l
sv_se
-d
$(doc_dir)
/sv_se
"
$(source)
"
$(exe_dir)/en_us/siemens_xtthelp.dat
:
../../siemens.wb_load
@
echo
"Generating xtt help files for siemens classes en_us"
@
co_convert
-x
-d
$(exe_dir)
/en_us
"
$(source)
"
$(exe_dir)/sv_se/siemens_xtthelp.dat
:
../../siemens.wb_load
@
echo
"Generating xtt help files for siemens classes sv_se"
@
co_convert
-x
-l
sv_se
-d
$(exe_dir)
/sv_se
"
$(source)
"
#
# Telemecanique
#
$(load_dir)/telemecanique.dbs
:
../../telemecanique.wb_load
@
echo
"Generating snapshot for telemecanique"
@
wb_cmd create snapshot /file
=
\"
$(source)
\"
/out
=
\"
$(target)
\"
@
chmod
a+w
$(target)
$(inc_dir)/pwr_telemecaniqueclasses.h
:
../../telemecanique.wb_load
@
echo
"Generating struct files for telemecanique classes..."
@
co_convert
-sv
-d
$(inc_dir)
"
$(source)
"
$(inc_dir)/pwr_telemecaniqueclasses.hpp
:
../../telemecanique.wb_load
@
echo
"Generating hpp files for telemecanique classes..."
@
co_convert
-po
-d
$(inc_dir)
"
$(source)
"
$(doc_dir)/en_us/orm/telemecanique_allclasses.html
:
../../telemecanique.wb_load
@
echo
"Generating html files for telemecanique classes en_us..."
@
co_convert
-w
-d
$(doc_dir)
/en_us/orm
-g
$(pwre_sroot)
/wbl/mcomp/src/cnv_setup.dat
"
$(source)
"
@
co_convert
-c
-d
$(doc_dir)
/en_us/orm
$(inc_dir)
/pwr_telemecaniqueclasses.h
@
co_convert
-c
-d
$(doc_dir)
/en_us/orm
$(inc_dir)
/pwr_telemecaniqueclasses.hpp
@
echo
"Generating html files for telemecanique classes sv_se..."
@
co_convert
-w
-l
sv_se
-d
$(doc_dir)
/sv_se/orm
-g
$(pwre_sroot)
/wbl/mcomp/src/cnv_setup.dat
"
$(source)
"
@
co_convert
-c
-d
$(doc_dir)
/sv_se/orm
$(inc_dir)
/pwr_telemecaniqueclasses.h
@
co_convert
-c
-d
$(doc_dir)
/sv_se/orm
$(inc_dir)
/pwr_telemecaniqueclasses.hpp
@
echo
"Generating postscript file for telemecanique classes..."
@
co_convert
-q
-d
$(doc_dir)
/en_us
"
$(source)
"
@
co_convert
-q
-l
sv_se
-d
$(doc_dir)
/sv_se
"
$(source)
"
$(exe_dir)/en_us/telemecanique_xtthelp.dat
:
../../telemecanique.wb_load
@
echo
"Generating xtt help files for telemecanique classes en_us"
@
co_convert
-x
-d
$(exe_dir)
/en_us
"
$(source)
"
$(exe_dir)/sv_se/telemecanique_xtthelp.dat
:
../../telemecanique.wb_load
@
echo
"Generating xtt help files for telemecanique classes sv_se"
@
co_convert
-x
-l
sv_se
-d
$(exe_dir)
/sv_se
"
$(source)
"
#
# Clean
#
clean_othermanufacturer_xtthelp
:
@
if
[
-e
$(exe_dir)
/en_us/othermanufacturer_xtthelp.dat
]
;
then
\
$(rm)
$(rmflags)
$(exe_dir)
/en_us/othermanufacturer_xtthelp.dat
;
\
fi
clean_othermanufacturer_html
:
@
if
[
-e
$(doc_dir)
/orm/en_us/othermanufacturer_allclasses.html
]
;
then
\
$(rm)
$(rmflags)
$(doc_dir)
/orm/othermanufacturer_
*
.html
;
\
fi
clean_othermanufacturerclasses
:
@
if
[
-e
$(inc_dir)
/pwr_othermanufacturerclasses.h
]
;
then
\
$(rm)
$(rmflags)
$(inc_dir)
/pwr_systemclasses.h
;
\
$(rm)
$(rmflags)
$(inc_dir)
/othermanufacturer_c_
*
.h
;
\
fi
clean_wbl
:
@
if
[
-e
$(load_dir)
/othermanufacturer.dbs
]
;
then
\
$(rm)
$(rmflags)
$(load_dir)
/othermanufacturer.dbs
;
\
fi
src/wbl/mcomp/src/othermanufacturer.wb_load
0 → 100644
View file @
664b90ef
Volume OtherManufacturer $ClassVolume 0.0.250.1
Body SysBody
Attr NextOix = "_X1"
Attr NextCix = "_X8"
EndBody
Object Class $ClassHier 1
!/**
! @Version 1.0
! @Group Valves
! @Author cs
! @Summary Ventim Butterfly Valve VM3001.
! EBRO Butterfly Valve VM3001.
!
!*/
Object Ventim_Valve_VM3001 $ClassDef 1
Body SysBody
Attr Editor = 0
Attr Method = 0
Attr Flags = 16
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "Ventim_Valve_VM3001"
Attr NextAix = "_X2"
EndBody
!/**
! @Summary Base class.
! Base class.
!*/
Object Super $Attribute 1
Body SysBody
Attr PgmName = "Super"
Attr Flags = 393216
Attr TypeRef = "BaseComponent:Class-ManualValve2Switch"
EndBody
EndObject
EndObject
Object Template Ventim_Valve_VM3001 2147975168
Body RtBody
Attr Super.SwitchOpen.Description = "Valve is open"
Attr Super.SwitchClosed.Description = "Valve is closed"
Attr Super.DataSheet = "$pwr_lang/datasheet/ventim_valve_vm3001.pdf"
EndBody
EndObject
EndObject
Object Cewe_SafetySwitch_KSA_LBAS $ClassDef 2
Body SysBody
Attr Editor = 0
Attr Method = 0
Attr Flags = 16
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "Cewe_SafetySwitch_KSA_LBAS"
Attr NextAix = "_X3"
EndBody
Object Super $Attribute 2
Body SysBody
Attr PgmName = "Super"
Attr Flags = 393216
Attr TypeRef = "BaseComponent:Class-SafetySwitch"
EndBody
EndObject
EndObject
Object Template Cewe_SafetySwitch_KSA_LBAS 2148237312
Body RtBody
Attr Super.DataSheet = "$pwr_lang/datasheet/cewe_safetyswitch_ksa_lbas.pdf"
EndBody
EndObject
EndObject
Object Legrand_CircuitBreaker_DX $ClassDef 3
Body SysBody
Attr Editor = 0
Attr Method = 0
Attr Flags = 16
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "Legrand_CircuitBreaker_DX"
Attr NextAix = "_X4"
EndBody
Object Super $Attribute 3
Body SysBody
Attr PgmName = "Super"
Attr Flags = 393216
Attr TypeRef = "BaseComponent:Class-CircuitBreaker"
EndBody
EndObject
EndObject
Object Template Legrand_CircuitBreaker_DX 2148499456
Body RtBody
Attr Super.DataSheet = "$pwr_lang/datasheet/legrand_circuitbreaker_dx.pdf"
EndBody
EndObject
EndObject
!/**
! For basic description see
! @classlink Contactor basecomponent_contactor.html
!*/
Object Omron_Contactor_J7KN $ClassDef 4
Body SysBody
Attr Editor = 0
Attr Method = 0
Attr Flags = 16
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "Omron_Contactor_J7KN"
Attr NextAix = "_X5"
EndBody
Object Super $Attribute 4
Body SysBody
Attr PgmName = "Super"
Attr Flags = 393216
Attr TypeRef = "BaseComponent:Class-Contactor"
EndBody
EndObject
EndObject
Object Template Omron_Contactor_J7KN 2148761600
Body RtBody
Attr Super.DataSheet = "$pwr_lang/datasheet/omron_contactor_j7kn.pdf"
EndBody
EndObject
EndObject
Object Ssab_SafetySwitch $ClassDef 7
Body SysBody
Attr Editor = 0
Attr Method = 0
Attr Flags = 16
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "Ssab_SafetySwitch"
Attr NextAix = "_X2"
EndBody
Object Super $Attribute 1
Body SysBody
Attr PgmName = "Super"
Attr Flags = 393216
Attr TypeRef = "BaseComponent:Class-SafetySwitch"
EndBody
EndObject
EndObject
Object Template Ssab_SafetySwitch 2149548032
Body RtBody
Attr Super.Specification = "SSAB SafetySwitch"
Attr Super.DataSheet = "$pwr_lang/datasheet/ssab_safetyswitch.pdf"
EndBody
EndObject
EndObject
EndObject
EndVolume
src/wbl/mcomp/src/othermanufacturer_sv_se.txt
0 → 100644
View file @
664b90ef
<class>Omron_Contactor_J7KN
Funktion och attribut r rvda av basklassen Contactor. Se
<attr>Super
Basklass
</attr>
</class>
\ No newline at end of file
src/wbl/mcomp/src/pwr_acs800.pwg
0 → 100644
View file @
664b90ef
1
100 20
135 20
101 20
102 -377
103 -295
104 4.6729
136 4.6729
105 100
106 -88
107 -68
108 3
109 0
110 5
111 0
116 0
117 0
118 199
119 146
120 0
121 Claes context
122 0
126 0.1
127 0.1
128 1
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4001
134
22
2200 4
2201 0
2202 pwr_acs800
2203 300
2205 0
2204
2206 0
2207
2208
2209 0
2210 0
2211 0
2212 0
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 0
2236 0
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 1
2220
2230 0
2231 0
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 0
2233 1
2234 1
2235 0
2243 0
2244
1
100 1
101 1
102 65532
103 0
99
99
123
2
99
124
2
99
125
2
19
1904
1900 3
1901 0
1902 5
1903 0
1908 0
1909 32
1910 32
1911 1
1915 0
1913 3
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 3
701 5
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 2.15
2601 0.85
2602 3.05
2603 0.95
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 2.15
701 3.05
99
7
700 2.15
701 0.95
99
7
700 2.1
701 1
99
7
700 2.1
701 3
99
7
700 0.9
701 3
99
7
700 0.85
701 3.05
99
7
700 2.15
701 3.05
99
99
99
2608 0
2609 32
2610 32
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 1
2620 0
99
26
2604
2600 2.15
2601 0.85
2602 3.05
2603 0.95
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.85
701 0.95
99
7
700 2.15
701 0.95
99
7
700 2.1
701 1
99
7
700 0.9
701 1
99
7
700 0.9
701 3
99
7
700 0.85
701 3.05
99
7
700 0.85
701 0.95
99
99
99
2608 0
2609 32
2610 32
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 1
99
26
2604
2600 1.65
2601 1.35
2602 1
2603 0.8
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 1.3
701 1
99
7
700 1.3
701 0.9
99
7
700 1.4
701 0.8
99
7
700 1.5
701 0.8
99
7
700 1.6
701 0.9
99
7
700 1.6
701 1
99
99
99
2608 0
2609 36
2610 36
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0.05
2803 0
2804 1
2805 1.19209e-08
2806 0
99
2613 0
2619 0
2620 0
99
19
1904
1900 2.1
1901 0.9
1902 3
1903 1
1908 0
1909 34
1910 34
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0.9
701 1
99
503
7
700 2.1
701 3
99
99
1912
28
2800 1
2801 0
2802 -7.11237e-17
2803 0
2804 1
2805 -5.27356e-16
2806 0
99
99
19
1904
1900 2
1901 1
1902 1.8
1903 1.4
1908 0
1909 37
1910 37
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 1
701 1.4
99
503
7
700 2
701 1.8
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
19
1904
1900 1.9
1901 1.1
1902 1.8
1903 1.6
1908 0
1909 39
1910 39
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 1.1
701 1.6
99
503
7
700 1.9
701 1.8
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 0.35
2601 0.2
2602 0.503649
2603 0.353649
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.2
701 0.35
99
7
700 0.25
701 0.2
99
7
700 0.3
701 0.2
99
7
700 0.35
701 0.35
99
7
700 0.2
701 0.35
99
99
99
2608 0
2609 177
2610 177
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0.153649
2806 0
99
2613 0
2619 0
2620 0
99
19
1904
1900 0.455074
1901 0.355074
1902 0.503649
1903 0.353649
1908 0
1909 177
1910 177
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0.4
701 0.2
99
503
7
700 0.5
701 0.35
99
99
1912
28
2800 1
2801 0
2802 -0.0449261
2803 0
2804 1
2805 0.153649
2806 0
99
99
19
1904
1900 0.568316
1901 0.468316
1902 0.503649
1903 0.353649
1908 0
1909 177
1910 177
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0.4
701 0.2
99
503
7
700 0.5
701 0.35
99
99
1912
28
2800 1
2801 0
2802 0.0683163
2803 0
2804 1
2805 0.153649
2806 0
99
99
26
2604
2600 2.17593
2601 0.852878
2602 0.94582
2603 0.940353
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.852878
701 0.940353
99
7
700 2.17593
701 0.94582
99
99
99
2608 0
2609 177
2610 177
2611 0
2616 1
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
99
21
2104
2100 0.3
2101 -0.3
2102 2.8
2103 2.2
2105
8
802 0
803 2
800 0
801 360
806 0
804
7
700 -0.3
701 -0.3
99
805
7
700 0.3
701 0.3
99
99
2106
12
1200 0
1201 2
1202
7
700 0
701 2.5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
99
21
2104
2100 1.8
2101 1.2
2102 0.3
2103 -0.3
2105
8
802 0
803 2
800 0
801 360
806 0
804
7
700 -0.3
701 -0.3
99
805
7
700 0.3
701 0.3
99
99
2106
12
1200 1
1201 4
1202
7
700 1.5
701 0
99
1203
1204 0
1205
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
99
21
2104
2100 3.3
2101 2.7
2102 2.8
2103 2.2
2105
8
802 0
803 2
800 0
801 360
806 0
804
7
700 -0.3
701 -0.3
99
805
7
700 0.3
701 0.3
99
99
2106
12
1200 2
1201 1
1202
7
700 3
701 2.5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
99
21
2104
2100 1.8
2101 1.2
2102 5.3
2103 4.7
2105
8
802 0
803 2
800 0
801 360
806 0
804
7
700 -0.3
701 -0.3
99
805
7
700 0.3
701 0.3
99
99
2106
12
1200 3
1201 3
1202
7
700 1.5
701 5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
99
19
1904
1900 2.83696
1901 2.37539
1902 0.472827
1903 0.348991
1908 0
1909 25
1910 25
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 2.37539
701 0.348991
99
503
7
700 2.83696
701 0.472827
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 1.6
2601 1.4
2602 4
2603 3.8
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 1.5
701 3.8
99
7
700 1.4
701 4
99
7
700 1.6
701 4
99
7
700 1.5
701 3.8
99
99
99
2608 0
2609 6
2610 6
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 0
99
99
99
src/wbl/mcomp/src/pwr_acs800.pwsg
0 → 100644
View file @
664b90ef
123
2
3
300 pwr_acs800
301
2
19
1904
1900 3
1901 0
1902 5
1903 0
1908 0
1909 32
1910 32
1911 1
1915 0
1913 3
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 3
701 5
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 2.15
2601 0.85
2602 3.05
2603 0.95
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 2.15
701 3.05
99
7
700 2.15
701 0.95
99
7
700 2.1
701 1
99
7
700 2.1
701 3
99
7
700 0.9
701 3
99
7
700 0.85
701 3.05
99
7
700 2.15
701 3.05
99
99
99
2608 0
2609 32
2610 32
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 1
2620 0
99
26
2604
2600 2.15
2601 0.85
2602 3.05
2603 0.95
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.85
701 0.95
99
7
700 2.15
701 0.95
99
7
700 2.1
701 1
99
7
700 0.9
701 1
99
7
700 0.9
701 3
99
7
700 0.85
701 3.05
99
7
700 0.85
701 0.95
99
99
99
2608 0
2609 32
2610 32
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 1
99
26
2604
2600 1.65
2601 1.35
2602 1
2603 0.8
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 1.3
701 1
99
7
700 1.3
701 0.9
99
7
700 1.4
701 0.8
99
7
700 1.5
701 0.8
99
7
700 1.6
701 0.9
99
7
700 1.6
701 1
99
99
99
2608 0
2609 36
2610 36
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0.05
2803 0
2804 1
2805 1.19209e-08
2806 0
99
2613 0
2619 0
2620 0
99
19
1904
1900 2.1
1901 0.9
1902 3
1903 1
1908 0
1909 34
1910 34
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0.9
701 1
99
503
7
700 2.1
701 3
99
99
1912
28
2800 1
2801 0
2802 -7.11237e-17
2803 0
2804 1
2805 -5.27356e-16
2806 0
99
99
19
1904
1900 2
1901 1
1902 1.8
1903 1.4
1908 0
1909 37
1910 37
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 1
701 1.4
99
503
7
700 2
701 1.8
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
19
1904
1900 1.9
1901 1.1
1902 1.8
1903 1.6
1908 0
1909 39
1910 39
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 1.1
701 1.6
99
503
7
700 1.9
701 1.8
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 0.35
2601 0.2
2602 0.503649
2603 0.353649
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.2
701 0.35
99
7
700 0.25
701 0.2
99
7
700 0.3
701 0.2
99
7
700 0.35
701 0.35
99
7
700 0.2
701 0.35
99
99
99
2608 0
2609 177
2610 177
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0.153649
2806 0
99
2613 0
2619 0
2620 0
99
19
1904
1900 0.455074
1901 0.355074
1902 0.503649
1903 0.353649
1908 0
1909 177
1910 177
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0.4
701 0.2
99
503
7
700 0.5
701 0.35
99
99
1912
28
2800 1
2801 0
2802 -0.0449261
2803 0
2804 1
2805 0.153649
2806 0
99
99
19
1904
1900 0.568316
1901 0.468316
1902 0.503649
1903 0.353649
1908 0
1909 177
1910 177
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0.4
701 0.2
99
503
7
700 0.5
701 0.35
99
99
1912
28
2800 1
2801 0
2802 0.0683163
2803 0
2804 1
2805 0.153649
2806 0
99
99
26
2604
2600 2.17593
2601 0.852878
2602 0.94582
2603 0.940353
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.852878
701 0.940353
99
7
700 2.17593
701 0.94582
99
99
99
2608 0
2609 177
2610 177
2611 0
2616 1
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
99
12
1200 0
1201 2
1202
7
700 0
701 2.5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
12
1200 1
1201 4
1202
7
700 1.5
701 0
99
1203
1204 0
1205
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
12
1200 2
1201 1
1202
7
700 3
701 2.5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
12
1200 3
1201 3
1202
7
700 1.5
701 5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
19
1904
1900 2.83696
1901 2.37539
1902 0.472827
1903 0.348991
1908 0
1909 25
1910 25
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1917 1
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 2.37539
701 0.348991
99
503
7
700 2.83696
701 0.472827
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604
2600 1.6
2601 1.4
2602 4
2603 3.8
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 1.5
701 3.8
99
7
700 1.4
701 4
99
7
700 1.6
701 4
99
7
700 1.5
701 3.8
99
99
99
2608 0
2609 6
2610 6
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 0
99
99
302 0
305 0
306
307
304 0
303
308 0
321 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
329
1
100 1
101 1
102 65532
103 0
99
99
99
99
src/wbl/mcomp/src/pwr_c_abb_acs800.pwg
0 → 100644
View file @
664b90ef
This diff is collapsed.
Click to expand it.
src/wbl/mcomp/src/pwr_c_abb_acs800pump1.pwg
0 → 100644
View file @
664b90ef
This diff is collapsed.
Click to expand it.
src/wbl/mcomp/src/pwr_c_ssab_safetyswitch.pwg
0 → 100644
View file @
664b90ef
This diff is collapsed.
Click to expand it.
src/wbl/mcomp/src/pwr_safetyswitch2.pwg
0 → 100644
View file @
664b90ef
1
100 36.4998
135 36.4998
101 20
102 -176
103 -96
104 12.9662
136 12.9662
105 100
106 -62
107 -34
108 3
109 0
110 3
111 0
116 0
117 0
118 199
119 128
120 0
121 Claes context
122 0
126 0.1
127 0.1
128 1
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4001
134
22
2200 4
2201 0
2202 pwr_safetyswitch2
2203 300
2205 0
2204
2206 0
2207
2208
2209 0
2210 0
2211 0
2212 0
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 32768
2236 0
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 1
2220
2230 0
2231 0
2222 pwr_safetyswitch2__p2
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 0
2233 1
2234 1
2235 0
2243 0
2244
1
100 1
101 1
102 65532
103 0
99
99
123
2
99
124
2
99
125
2
19
1904
1900 3
1901 0
1902 3
1903 0
1908 0
1909 33
1910 33
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 3
701 3
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
21
2104
2100 0.3
2101 -0.3
2102 1.8
2103 1.2
2105
8
802 0
803 2
800 0
801 360
806 0
804
7
700 -0.3
701 -0.3
99
805
7
700 0.3
701 0.3
99
99
2106
12
1200 0
1201 2
1202
7
700 -1
701 1.5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 1
2803 0
2804 1
2805 2.4529e-15
2806 0
99
99
99
21
2104
2100 3.3
2101 2.7
2102 1.8
2103 1.2
2105
8
802 0
803 2
800 0
801 360
806 0
804
7
700 -0.3
701 -0.3
99
805
7
700 0.3
701 0.3
99
99
2106
12
1200 1
1201 1
1202
7
700 4
701 1.5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 -1
2803 0
2804 1
2805 2.70617e-15
2806 0
99
99
99
21
2104
2100 1.8
2101 1.2
2102 0.3
2103 -0.3
2105
8
802 0
803 2
800 0
801 360
806 0
804
7
700 -0.3
701 -0.3
99
805
7
700 0.3
701 0.3
99
99
2106
12
1200 2
1201 4
1202
7
700 1.5
701 -1
99
1203
1204 0
1205
28
2800 1
2801 0
2802 1.99493e-15
2803 0
2804 1
2805 1
2806 0
99
99
99
21
2104
2100 1.8
2101 1.2
2102 3.3
2103 2.7
2105
8
802 0
803 2
800 0
801 360
806 0
804
7
700 -0.3
701 -0.3
99
805
7
700 0.3
701 0.3
99
99
2106
12
1200 3
1201 3
1202
7
700 1.5
701 4
99
1203
1204 0
1205
28
2800 1
2801 0
2802 6.80012e-16
2803 0
2804 1
2805 -1
2806 0
99
99
99
30
3004
3000 2.85583
3001 2.62571
3002 1.74568
3003 1.26773
3008 0
3007 0
3006
3005
9
900 1
901 304
904 0
902 0
903
7
700 0.8
701 0.2
99
99
3009
28
2800 1
2801 0
2802 1.82571
2803 0
2804 1
2805 1.45717
2806 0
99
99
24
2404
2400 2.5
2401 0.5
2402 2.5
2403 0.5
2408 0
2409 36
2410 36
2411 1
2415 0
2413 8
2416 2
2414 0
2417 0
2407 0
2406
2405
8
802 0
803 1
800 0
801 360
806 1
804
7
700 0.5
701 0.5
99
805
7
700 2.5
701 2.5
99
99
2412
28
2800 1
2801 0
2802 -2.77556e-17
2803 0
2804 1
2805 -4.85723e-17
2806 0
99
99
26
2604
2600 2.1
2601 1.8
2602 2.4
2603 0.7
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 2.1
701 0.9
99
7
700 2.1
701 0.9
99
7
700 2.1
701 2.2
99
7
700 1.8
701 2.4
99
7
700 1.8
701 0.7
99
99
99
2608 0
2609 36
2610 36
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
99
19
1904
1900 1.8
1901 1.2
1902 2.5
1903 0.5
1908 0
1909 36
1910 36
1911 1
1915 0
1913 23
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 1.2
701 0.5
99
503
7
700 1.8
701 2.5
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
30
3004
3000 1.60233
3001 1.37221
3002 0.550013
3003 0.072066
3008 0
3007 0
3006
3005
9
900 1
901 304
904 0
902 1
903
7
700 0.8
701 0.2
99
99
3009
28
2800 1
2801 0
2802 0.572208
2803 0
2804 1
2805 0.261504
2806 0
99
99
20
2004
2000 1.5
2001 1.5
2002 1.2
2003 0.5
2009 3
2010 0
2005
6
600 3
601 2
602
7
700 1.5
701 0.7
99
603
7
700 1.5
701 0
99
99
2008
28
2800 1
2801 0
2802 1.58207e-15
2803 0
2804 1
2805 0.5
2806 0
99
99
24
2404
2400 2.8
2401 2.3
2402 0.7
2403 0.2
2408 0
2409 38
2410 38
2411 1
2415 0
2413 15
2416 2
2414 0
2417 0
2407 0
2406
2405
8
802 0
803 1
800 0
801 360
806 1
804
7
700 2.3
701 0.2
99
805
7
700 2.8
701 0.7
99
99
2412
28
2800 1
2801 0
2802 6.34909e-16
2803 0
2804 1
2805 5.20417e-17
2806 0
99
99
99
99
src/wbl/mcomp/src/pwr_safetyswitch2.pwsg
0 → 100644
View file @
664b90ef
123
2
3
300 pwr_safetyswitch2
301
2
19
1904
1900 3
1901 0
1902 3
1903 0
1908 0
1909 33
1910 33
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 3
701 3
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
12
1200 0
1201 2
1202
7
700 -1
701 1.5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 1
2803 0
2804 1
2805 2.4529e-15
2806 0
99
99
12
1200 1
1201 1
1202
7
700 4
701 1.5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 -1
2803 0
2804 1
2805 2.70617e-15
2806 0
99
99
12
1200 2
1201 4
1202
7
700 1.5
701 -1
99
1203
1204 0
1205
28
2800 1
2801 0
2802 1.99493e-15
2803 0
2804 1
2805 1
2806 0
99
99
12
1200 3
1201 3
1202
7
700 1.5
701 4
99
1203
1204 0
1205
28
2800 1
2801 0
2802 6.80012e-16
2803 0
2804 1
2805 -1
2806 0
99
99
30
3004
3000 2.85583
3001 2.62571
3002 1.74568
3003 1.26773
3008 0
3007 0
3006
3005
9
900 1
901 304
904 0
902 0
903
7
700 0.8
701 0.2
99
99
3009
28
2800 1
2801 0
2802 1.82571
2803 0
2804 1
2805 1.45717
2806 0
99
99
24
2404
2400 2.5
2401 0.5
2402 2.5
2403 0.5
2408 0
2409 36
2410 36
2411 1
2415 0
2413 8
2416 2
2414 0
2417 0
2407 0
2406
2405
8
802 0
803 1
800 0
801 360
806 1
804
7
700 0.5
701 0.5
99
805
7
700 2.5
701 2.5
99
99
2412
28
2800 1
2801 0
2802 -2.77556e-17
2803 0
2804 1
2805 -4.85723e-17
2806 0
99
99
26
2604
2600 2.1
2601 1.8
2602 2.4
2603 0.7
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 2.1
701 0.9
99
7
700 2.1
701 0.9
99
7
700 2.1
701 2.2
99
7
700 1.8
701 2.4
99
7
700 1.8
701 0.7
99
99
99
2608 0
2609 36
2610 36
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
99
19
1904
1900 1.8
1901 1.2
1902 2.5
1903 0.5
1908 0
1909 36
1910 36
1911 1
1915 0
1913 23
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 1.2
701 0.5
99
503
7
700 1.8
701 2.5
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
30
3004
3000 1.60233
3001 1.37221
3002 0.550013
3003 0.072066
3008 0
3007 0
3006
3005
9
900 1
901 304
904 0
902 1
903
7
700 0.8
701 0.2
99
99
3009
28
2800 1
2801 0
2802 0.572208
2803 0
2804 1
2805 0.261504
2806 0
99
99
20
2004
2000 1.5
2001 1.5
2002 1.2
2003 0.5
2009 3
2010 0
2005
6
600 3
601 2
602
7
700 1.5
701 0.7
99
603
7
700 1.5
701 0
99
99
2008
28
2800 1
2801 0
2802 1.58207e-15
2803 0
2804 1
2805 0.5
2806 0
99
99
24
2404
2400 2.8
2401 2.3
2402 0.7
2403 0.2
2408 0
2409 38
2410 38
2411 1
2415 0
2413 15
2416 2
2414 0
2417 0
2407 0
2406
2405
8
802 0
803 1
800 0
801 360
806 1
804
7
700 2.3
701 0.2
99
805
7
700 2.8
701 0.7
99
99
2412
28
2800 1
2801 0
2802 6.34909e-16
2803 0
2804 1
2805 5.20417e-17
2806 0
99
99
99
302 0
305 0
306
307
304 0
303
308 32768
321 0
309 0
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 0
311 0
312
314 pwr_safetyswitch2__p2
315 1
316 1
317 0
318 0
319 0
320 0
328 0
329
1
100 1
101 1
102 65532
103 0
99
99
99
99
src/wbl/mcomp/src/pwr_safetyswitch2__p2.pwg
0 → 100644
View file @
664b90ef
1
100 36.4998
135 36.4998
101 20
102 -176
103 -96
104 12.9662
136 12.9662
105 100
106 -62
107 -34
108 3
109 0
110 3
111 0
116 0
117 0
118 199
119 128
120 1
121 Claes context
122 0
126 0.1
127 0.1
128 1
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4001
134
22
2200 0
2201 0
2202 pwr_safetyswitch2__p2
2203 300
2205 0
2204
2206 0
2207
2208
2209 0
2210 0
2211 0
2212 0
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 32768
2236 0
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 1
2220
2230 0
2231 0
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 0
2233 1
2234 1
2235 0
2243 0
2244
1
100 1
101 1
102 65532
103 0
99
99
123
2
99
124
2
99
125
2
19
1904
1900 3
1901 0
1902 3
1903 0
1908 0
1909 33
1910 33
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 3
701 3
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
21
2104
2100 0.3
2101 -0.3
2102 1.8
2103 1.2
2105
8
802 0
803 2
800 0
801 360
806 0
804
7
700 -0.3
701 -0.3
99
805
7
700 0.3
701 0.3
99
99
2106
12
1200 0
1201 2
1202
7
700 -1
701 1.5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 1
2803 0
2804 1
2805 -6.03684e-16
2806 0
99
99
99
21
2104
2100 3.3
2101 2.7
2102 1.8
2103 1.2
2105
8
802 0
803 2
800 0
801 360
806 0
804
7
700 -0.3
701 -0.3
99
805
7
700 0.3
701 0.3
99
99
2106
12
1200 1
1201 1
1202
7
700 4
701 1.5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 -1
2803 0
2804 1
2805 -8.25728e-16
2806 0
99
99
99
21
2104
2100 1.8
2101 1.2
2102 0.3
2103 -0.3
2105
8
802 0
803 2
800 0
801 360
806 0
804
7
700 -0.3
701 -0.3
99
805
7
700 0.3
701 0.3
99
99
2106
12
1200 2
1201 4
1202
7
700 1.5
701 -1
99
1203
1204 0
1205
28
2800 1
2801 0
2802 7.5287e-16
2803 0
2804 1
2805 1
2806 0
99
99
99
21
2104
2100 1.8
2101 1.2
2102 3.3
2103 2.7
2105
8
802 0
803 2
800 0
801 360
806 0
804
7
700 -0.3
701 -0.3
99
805
7
700 0.3
701 0.3
99
99
2106
12
1200 3
1201 3
1202
7
700 1.5
701 4
99
1203
1204 0
1205
28
2800 1
2801 0
2802 7.5287e-16
2803 0
2804 1
2805 -1
2806 0
99
99
99
30
3004
3000 2.89095
3001 2.62973
3002 1.75731
3003 1.21478
3008 0
3007 0
3006
3005
9
900 1
901 304
904 0
902 0
903
7
700 0.8
701 0.2
99
99
3009
28
2800 1
2801 0
2802 1.82973
2803 0
2804 1
2805 1.45685
2806 0
99
99
24
2404
2400 2.5
2401 0.5
2402 2.5
2403 0.5
2408 0
2409 36
2410 36
2411 1
2415 0
2413 8
2416 2
2414 0
2417 0
2407 0
2406
2405
8
802 0
803 1
800 0
801 360
806 1
804
7
700 0.5
701 0.5
99
805
7
700 2.5
701 2.5
99
99
2412
28
2800 1
2801 0
2802 -9.05526e-16
2803 0
2804 1
2805 -1.52656e-16
2806 0
99
99
26
2604
2600 2.4
2601 0.7
2602 2.1
2603 1.8
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 2.1
701 0.9
99
7
700 2.1
701 0.9
99
7
700 2.1
701 2.2
99
7
700 1.8
701 2.4
99
7
700 1.8
701 0.7
99
99
99
2608 0
2609 36
2610 36
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 -0
2801 -1
2802 3.1
2803 1
2804 -0
2805 -3.81639e-17
2806 -270
99
2613 0
2619 0
2620 1
99
30
3004
3000 1.63157
3001 1.37035
3002 0.56227
3003 0.0197348
3008 0
3007 0
3006
3005
9
900 1
901 304
904 0
902 1
903
7
700 0.8
701 0.2
99
99
3009
28
2800 1
2801 0
2802 0.570354
2803 0
2804 1
2805 0.2618
2806 0
99
99
26
2604
2600 1
2601 0.3
2602 2
2603 1
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.2
701 0.7
99
7
700 0.2
701 -0.1
99
7
700 0.4
701 -0.3
99
7
700 0.7
701 -0.3
99
7
700 0.9
701 -0.1
99
7
700 0.9
701 0.7
99
7
700 0.8
701 0.7
99
7
700 0.8
701 -0.1
99
7
700 0.7
701 -0.2
99
7
700 0.4
701 -0.2
99
7
700 0.3
701 -0.1
99
7
700 0.3
701 0.7
99
99
99
2608 0
2609 176
2610 176
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0.1
2803 0
2804 1
2805 1.3
2806 0
99
2613 0
2619 0
2620 0
99
19
1904
1900 1.15
1901 0.15
1902 2.8
1903 2
1908 0
1909 176
1910 176
1911 1
1915 0
1913 12
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0.2
99
503
7
700 1
701 1
99
99
1912
28
2800 1
2801 0
2802 0.15
2803 0
2804 1
2805 1.8
2806 0
99
99
26
2604
2600 0.800756
2601 0.5
2602 2.54949
2603 2.15
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.5
701 0.6
99
7
700 0.5
701 0.8
99
7
700 0.6
701 0.8
99
7
700 0.6
701 0.6
99
7
700 0.649155
701 0.600022
99
7
700 0.699778
701 0.553866
99
7
700 0.699778
701 0.440711
99
7
700 0.652133
701 0.400511
99
7
700 0.455333
701 0.401489
99
7
700 0.399022
701 0.446667
99
7
700 0.399022
701 0.550889
99
7
700 0.440934
701 0.598713
99
7
700 0.5
701 0.6
99
99
99
2608 0
2609 0
2610 0
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0.100978
2803 0
2804 1
2805 1.74949
2806 0
99
2613 1
2619 0
2620 0
99
19
1904
1900 2.5
1901 0.5
1902 1.8
1903 1.2
1908 0
1909 36
1910 36
1911 1
1915 0
1913 23
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 1.2
701 0.5
99
503
7
700 1.8
701 2.5
99
99
1912
28
2800 -0
2801 -1
2802 3
2803 1
2804 -0
2805 0
2806 -270
99
99
20
2004
2000 2.5
2001 1.8
2002 1.5
2003 1.5
2009 3
2010 0
2005
6
600 3
601 2
602
7
700 1.5
701 0.7
99
603
7
700 1.5
701 0
99
99
2008
28
2800 -0
2801 -1
2802 2.5
2803 1
2804 -0
2805 4.44089e-16
2806 -270
99
99
24
2404
2400 2.8
2401 2.3
2402 0.7
2403 0.2
2408 0
2409 295
2410 295
2411 1
2415 0
2413 15
2416 2
2414 0
2417 0
2407 0
2406
2405
8
802 0
803 1
800 0
801 360
806 1
804
7
700 2.3
701 0.2
99
805
7
700 2.8
701 0.7
99
99
2412
28
2800 1
2801 0
2802 6.66134e-16
2803 0
2804 1
2805 -3.1225e-17
2806 0
99
99
99
99
src/wbl/mcomp/src/pwr_safetyswitch2__p2.pwsg
0 → 100644
View file @
664b90ef
123
2
3
300 pwr_safetyswitch2__p2
301
2
19
1904
1900 3
1901 0
1902 3
1903 0
1908 0
1909 33
1910 33
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 3
701 3
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
12
1200 0
1201 2
1202
7
700 -1
701 1.5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 1
2803 0
2804 1
2805 -6.03684e-16
2806 0
99
99
12
1200 1
1201 1
1202
7
700 4
701 1.5
99
1203
1204 0
1205
28
2800 1
2801 0
2802 -1
2803 0
2804 1
2805 -8.25728e-16
2806 0
99
99
12
1200 2
1201 4
1202
7
700 1.5
701 -1
99
1203
1204 0
1205
28
2800 1
2801 0
2802 7.5287e-16
2803 0
2804 1
2805 1
2806 0
99
99
12
1200 3
1201 3
1202
7
700 1.5
701 4
99
1203
1204 0
1205
28
2800 1
2801 0
2802 7.5287e-16
2803 0
2804 1
2805 -1
2806 0
99
99
30
3004
3000 2.89095
3001 2.62973
3002 1.75731
3003 1.21478
3008 0
3007 0
3006
3005
9
900 1
901 304
904 0
902 0
903
7
700 0.8
701 0.2
99
99
3009
28
2800 1
2801 0
2802 1.82973
2803 0
2804 1
2805 1.45685
2806 0
99
99
24
2404
2400 2.5
2401 0.5
2402 2.5
2403 0.5
2408 0
2409 36
2410 36
2411 1
2415 0
2413 8
2416 2
2414 0
2417 0
2407 0
2406
2405
8
802 0
803 1
800 0
801 360
806 1
804
7
700 0.5
701 0.5
99
805
7
700 2.5
701 2.5
99
99
2412
28
2800 1
2801 0
2802 -9.05526e-16
2803 0
2804 1
2805 -1.52656e-16
2806 0
99
99
26
2604
2600 2.4
2601 0.7
2602 2.1
2603 1.8
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 2.1
701 0.9
99
7
700 2.1
701 0.9
99
7
700 2.1
701 2.2
99
7
700 1.8
701 2.4
99
7
700 1.8
701 0.7
99
99
99
2608 0
2609 36
2610 36
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 -0
2801 -1
2802 3.1
2803 1
2804 -0
2805 -3.81639e-17
2806 -270
99
2613 0
2619 0
2620 1
99
30
3004
3000 1.63157
3001 1.37035
3002 0.56227
3003 0.0197348
3008 0
3007 0
3006
3005
9
900 1
901 304
904 0
902 1
903
7
700 0.8
701 0.2
99
99
3009
28
2800 1
2801 0
2802 0.570354
2803 0
2804 1
2805 0.2618
2806 0
99
99
26
2604
2600 1
2601 0.3
2602 2
2603 1
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.2
701 0.7
99
7
700 0.2
701 -0.1
99
7
700 0.4
701 -0.3
99
7
700 0.7
701 -0.3
99
7
700 0.9
701 -0.1
99
7
700 0.9
701 0.7
99
7
700 0.8
701 0.7
99
7
700 0.8
701 -0.1
99
7
700 0.7
701 -0.2
99
7
700 0.4
701 -0.2
99
7
700 0.3
701 -0.1
99
7
700 0.3
701 0.7
99
99
99
2608 0
2609 176
2610 176
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0.1
2803 0
2804 1
2805 1.3
2806 0
99
2613 0
2619 0
2620 0
99
19
1904
1900 1.15
1901 0.15
1902 2.8
1903 2
1908 0
1909 176
1910 176
1911 1
1915 0
1913 12
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0.2
99
503
7
700 1
701 1
99
99
1912
28
2800 1
2801 0
2802 0.15
2803 0
2804 1
2805 1.8
2806 0
99
99
26
2604
2600 0.800756
2601 0.5
2602 2.54949
2603 2.15
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0.5
701 0.6
99
7
700 0.5
701 0.8
99
7
700 0.6
701 0.8
99
7
700 0.6
701 0.6
99
7
700 0.649155
701 0.600022
99
7
700 0.699778
701 0.553866
99
7
700 0.699778
701 0.440711
99
7
700 0.652133
701 0.400511
99
7
700 0.455333
701 0.401489
99
7
700 0.399022
701 0.446667
99
7
700 0.399022
701 0.550889
99
7
700 0.440934
701 0.598713
99
7
700 0.5
701 0.6
99
99
99
2608 0
2609 0
2610 0
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0.100978
2803 0
2804 1
2805 1.74949
2806 0
99
2613 1
2619 0
2620 0
99
19
1904
1900 2.5
1901 0.5
1902 1.8
1903 1.2
1908 0
1909 36
1910 36
1911 1
1915 0
1913 23
1916 2
1914 0
1918 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 1.2
701 0.5
99
503
7
700 1.8
701 2.5
99
99
1912
28
2800 -0
2801 -1
2802 3
2803 1
2804 -0
2805 0
2806 -270
99
99
20
2004
2000 2.5
2001 1.8
2002 1.5
2003 1.5
2009 3
2010 0
2005
6
600 3
601 2
602
7
700 1.5
701 0.7
99
603
7
700 1.5
701 0
99
99
2008
28
2800 -0
2801 -1
2802 2.5
2803 1
2804 -0
2805 4.44089e-16
2806 -270
99
99
24
2404
2400 2.8
2401 2.3
2402 0.7
2403 0.2
2408 0
2409 295
2410 295
2411 1
2415 0
2413 15
2416 2
2414 0
2417 0
2407 0
2406
2405
8
802 0
803 1
800 0
801 360
806 1
804
7
700 2.3
701 0.2
99
805
7
700 2.8
701 0.7
99
99
2412
28
2800 1
2801 0
2802 6.66134e-16
2803 0
2804 1
2805 -3.1225e-17
2806 0
99
99
99
302 0
305 0
306
307
304 0
303
308 32768
321 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
329
1
100 1
101 1
102 65532
103 0
99
99
99
99
src/wbl/mcomp/src/siemens.wb_load
0 → 100644
View file @
664b90ef
Volume Siemens $ClassVolume 0.0.250.3
Body SysBody
Attr NextOix = "_X1"
Attr NextCix = "_X2"
EndBody
Object Class $ClassHier 1
Object Siemens_Motor_1LA $ClassDef 1
Body SysBody
Attr Editor = 0
Attr Method = 0
Attr Flags = 16
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "Siemens_Motor_1LA"
Attr NextAix = "_X2"
EndBody
Object Super $Attribute 1
Body SysBody
Attr PgmName = "Super"
Attr Flags = 393216
Attr TypeRef = "BaseComponent:Class-Motor"
EndBody
EndObject
EndObject
Object Template Siemens_Motor_1LA 2147975168
Body RtBody
Attr Super.Specification = "1LA"
Attr Super.DataSheet = "$pwr_lang/datasheet/siemens_motor_1la.pdf"
EndBody
EndObject
EndObject
EndObject
EndVolume
src/wbl/mcomp/src/telemecanique.wb_load
0 → 100644
View file @
664b90ef
Volume Telemecanique $ClassVolume 0.0.250.4
Body SysBody
Attr NextOix = "_X1"
Attr NextCix = "_X2"
EndBody
Object Class $ClassHier 1
Object Dum2 $ClassDef 1
Body SysBody
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
EndBody
EndObject
EndObject
EndObject
EndVolume
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment