Commit 65cb47fd authored by claes's avatar claes

*** empty log message ***

parent d2019efe
exe : $(doc_dir)/sv_se/orm/pwr_basecomponentclasses_h.html \
$(doc_dir)/en_us/orm/pwr_basecomponentclasses_h.html \
$(doc_dir)/sv_se/orm/pwr_basecomponentclasses_hpp.html \
$(doc_dir)/en_us/orm/pwr_basecomponentclasses_hpp.html
$(doc_dir)/sv_se/orm/pwr_basecomponentclasses_h.html : $(inc_dir)/pwr_basecomponentclasses.h
@ echo "Generating html files for struct sv_se..."
@ co_convert -c -d $(doc_dir)/sv_se/orm "$(source)"
$(doc_dir)/en_us/orm/pwr_basecomponentclasses_h.html : $(inc_dir)/pwr_basecomponentclasses.h
@ echo "Generating html files for struct en_us..."
@ co_convert -c -d $(doc_dir)/en_us/orm "$(source)"
$(doc_dir)/sv_se/orm/pwr_basecomponentclasses_hpp.html : $(inc_dir)/pwr_basecomponentclasses.hpp
@ echo "Generating html files for struct sv_se..."
@ co_convert -c -d $(doc_dir)/sv_se/orm "$(source)"
$(doc_dir)/en_us/orm/pwr_basecomponentclasses_hpp.html : $(inc_dir)/pwr_basecomponentclasses.hpp
@ echo "Generating html files for struct en_us..."
@ co_convert -c -d $(doc_dir)/en_us/orm "$(source)"
...@@ -10,3 +10,7 @@ endif ...@@ -10,3 +10,7 @@ endif
ifeq ($($(type_name)_generic_mk),) ifeq ($($(type_name)_generic_mk),)
include $(pwre_kroot)/tools/bld/src/$(type_name)_generic.mk include $(pwre_kroot)/tools/bld/src/$(type_name)_generic.mk
endif endif
-include ../../special.mk
-include ../special.mk
-include special.mk
...@@ -62,6 +62,7 @@ $(doc_dir)/en_us/orm/remote_allclasses.html : ...@@ -62,6 +62,7 @@ $(doc_dir)/en_us/orm/remote_allclasses.html :
@ co_convert -w -d $(doc_dir)/en_us/orm -g $(pwre_sroot)/wbl/remote/src/cnv_setup.dat "$(pwre_sroot)/wbl/remote/src/remote_*.wb_load" @ co_convert -w -d $(doc_dir)/en_us/orm -g $(pwre_sroot)/wbl/remote/src/cnv_setup.dat "$(pwre_sroot)/wbl/remote/src/remote_*.wb_load"
@ echo "Generating html files for remote structs en_us..." @ echo "Generating html files for remote structs en_us..."
@ co_convert -c -d $(doc_dir)/en_us/orm $(inc_dir)/pwr_remoteclasses.h @ co_convert -c -d $(doc_dir)/en_us/orm $(inc_dir)/pwr_remoteclasses.h
@ co_convert -c -d $(doc_dir)/en_us/orm $(inc_dir)/pwr_remoteclasses.hpp
@ echo "Generating html files for remote code en_us..." @ echo "Generating html files for remote code en_us..."
@ co_convert -c -d $(doc_dir)/en_us/orm "$(pwre_sroot)/lib/rs/src/rs_plc_macro_remote.h" @ co_convert -c -d $(doc_dir)/en_us/orm "$(pwre_sroot)/lib/rs/src/rs_plc_macro_remote.h"
@ co_convert -c -d $(doc_dir)/en_us/orm "$(pwre_sroot)/lib/rs/src/rs_plc_*.c" @ co_convert -c -d $(doc_dir)/en_us/orm "$(pwre_sroot)/lib/rs/src/rs_plc_*.c"
...@@ -69,6 +70,7 @@ $(doc_dir)/en_us/orm/remote_allclasses.html : ...@@ -69,6 +70,7 @@ $(doc_dir)/en_us/orm/remote_allclasses.html :
@ co_convert -w -l sv_se -d $(doc_dir)/sv_se/orm -g $(pwre_sroot)/wbl/remote/src/cnv_setup.dat "$(pwre_sroot)/wbl/remote/src/remote_*.wb_load" @ co_convert -w -l sv_se -d $(doc_dir)/sv_se/orm -g $(pwre_sroot)/wbl/remote/src/cnv_setup.dat "$(pwre_sroot)/wbl/remote/src/remote_*.wb_load"
@ echo "Generating html files for remote structs sv_se..." @ echo "Generating html files for remote structs sv_se..."
@ co_convert -c -d $(doc_dir)/sv_se/orm $(inc_dir)/pwr_remoteclasses.h @ co_convert -c -d $(doc_dir)/sv_se/orm $(inc_dir)/pwr_remoteclasses.h
@ co_convert -c -d $(doc_dir)/sv_se/orm $(inc_dir)/pwr_remoteclasses.hpp
@ echo "Generating html files for remote code sv_se..." @ echo "Generating html files for remote code sv_se..."
@ co_convert -c -d $(doc_dir)/sv_se/orm "$(pwre_sroot)/lib/rs/src/rs_plc_macro_remote.h" @ co_convert -c -d $(doc_dir)/sv_se/orm "$(pwre_sroot)/lib/rs/src/rs_plc_macro_remote.h"
@ co_convert -c -d $(doc_dir)/sv_se/orm "$(pwre_sroot)/lib/rs/src/rs_plc_*.c" @ co_convert -c -d $(doc_dir)/sv_se/orm "$(pwre_sroot)/lib/rs/src/rs_plc_*.c"
......
! !
! Proview $Id: remote_c_remtransrcv.wb_load,v 1.1 2006-01-12 06:39:33 claes Exp $ ! Proview $Id: remote_c_remtransrcv.wb_load,v 1.2 2006-01-26 08:16:39 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB. ! Copyright (C) 2005 SSAB Oxelsund AB.
! !
! This program is free software; you can redistribute it and/or ! This program is free software; you can redistribute it and/or
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
SObject Remote:Class SObject Remote:Class
!/** !/**
! @Version 1.0 ! @Version 1.0
! @Code rs_plc_macro_nmps.h ! @Code remote_plc_macro.h
! @Group Remote,Plc ! @Group Remote,Plc
! @Summary Supervision of a receive RemTrans object and unpacks the receive buffer. ! @Summary Supervision of a receive RemTrans object and unpacks the receive buffer.
! The object supervises a receive RemTrans object. ! The object supervises a receive RemTrans object.
......
! !
! Proview $Id: remote_c_remtranssend.wb_load,v 1.1 2006-01-12 06:39:33 claes Exp $ ! Proview $Id: remote_c_remtranssend.wb_load,v 1.2 2006-01-26 08:16:39 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB. ! Copyright (C) 2005 SSAB Oxelsund AB.
! !
! This program is free software; you can redistribute it and/or ! This program is free software; you can redistribute it and/or
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
SObject Remote:Class SObject Remote:Class
!/** !/**
! @Version 1.0 ! @Version 1.0
! @Code rs_plc_macro_nmps.h ! @Code remote_plc_macro.h
! @Group Remote,Plc ! @Group Remote,Plc
! @Summary Fill and send a remtrans buffer. ! @Summary Fill and send a remtrans buffer.
! Fill a remtrans buffer and mark the RemTrans object for send. ! Fill a remtrans buffer and mark the RemTrans object for send.
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
116 0 116 0
117 0 117 0
118 199 118 199
119 217 119 155
120 0 120 1
121 Claes context 121 Claes context
122 0 122 0
126 1 126 1
...@@ -78,290 +78,70 @@ pwr_exe: ...@@ -78,290 +78,70 @@ pwr_exe:
2233 1 2233 1
2234 1 2234 1
2235 0 2235 0
2243 0
2244
1
100 1
101 1
102 33619964
103 0
99
99 99
123 123
2 2
99 99
124 124
2 2
4
400 cc_3_1_1
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_4_1
401 3
402 1
403 142
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_0_5_1
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_1
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_4_13_0
401 3
402 1
403 134
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_5_13_0
401 3
402 1
403 134
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_14_0
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_0_0
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_5_14_0
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_0_0
401 3
402 1
403 0
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_0_5_18_0
401 0
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_18_0
401 3
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_3_33_0
401 3
402 1
403 304
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_3_3_0_0
401 3
402 1
403 0
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_0_1_1
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_1_0_0
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_5_33_0
401 3
402 1
403 304
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_34_0
401 3
402 1
403 108
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_34_0
401 3
402 1
403 108
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_4_0_0
401 0
402 1
403 0
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_0_4_67_0
401 0
402 1
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_4_67_0
401 3
402 1
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_4_67_20
401 3
402 0
403 204
404 4
405 1.6
406 2.4
407 2
408 0
99
4
400 cc_3_4_67_5
401 3
402 0
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_1_19_0
401 3
402 1
403 176
404 1
405 0.4
406 0.6
407 0.5
408 0
99
99 99
125 125
2 2
19
1904
1900 2
1901 0
1902 2
1903 0
1908 0
1909 2
1910 2
1911 1
1915 0
1913 5
1916 2
1914 0
1918 1
1919 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 0
502
7
700 0
701 0
99
503
7
700 2
701 2
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26 26
2604 2604
2600 2 2600 2
...@@ -406,6 +186,7 @@ pwr_exe: ...@@ -406,6 +186,7 @@ pwr_exe:
2614 5 2614 5
2617 2 2617 2
2615 0 2615 0
2618 0
2607 0 2607 0
2606 2606
2612 2612
...@@ -419,6 +200,8 @@ pwr_exe: ...@@ -419,6 +200,8 @@ pwr_exe:
2806 0 2806 0
99 99
2613 0 2613 0
2619 0
2620 0
99 99
20 20
2004 2004
...@@ -427,6 +210,7 @@ pwr_exe: ...@@ -427,6 +210,7 @@ pwr_exe:
2002 1 2002 1
2003 1 2003 1
2009 0 2009 0
2010 0
2005 2005
6 6
600 0 600 0
......
...@@ -4,6 +4,53 @@ ...@@ -4,6 +4,53 @@
300 pwr_filter 300 pwr_filter
301 301
2 2
19
1904
1900 2
1901 0
1902 2
1903 0
1908 0
1909 2
1910 2
1911 1
1915 0
1913 5
1916 2
1914 0
1918 1
1919 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 0
502
7
700 0
701 0
99
503
7
700 2
701 2
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26 26
2604 2604
2600 2 2600 2
...@@ -48,6 +95,7 @@ ...@@ -48,6 +95,7 @@
2614 5 2614 5
2617 2 2617 2
2615 0 2615 0
2618 0
2607 0 2607 0
2606 2606
2612 2612
...@@ -61,6 +109,8 @@ ...@@ -61,6 +109,8 @@
2806 0 2806 0
99 99
2613 0 2613 0
2619 0
2620 0
99 99
20 20
2004 2004
...@@ -69,6 +119,7 @@ ...@@ -69,6 +119,7 @@
2002 1 2002 1
2003 1 2003 1
2009 0 2009 0
2010 0
2005 2005
6 6
600 0 600 0
...@@ -164,6 +215,14 @@ ...@@ -164,6 +215,14 @@
318 0 318 0
319 0 319 0
320 0 320 0
328 0
329
1
100 1
101 1
102 33619964
103 0
99
99 99
99 99
99 99
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
116 0 116 0
117 0 117 0
118 199 118 199
119 138 119 155
120 0 120 1
121 Claes context 121 Claes context
122 0 122 0
126 0.5 126 0.5
...@@ -50,9 +50,9 @@ pwrp_pop: ...@@ -50,9 +50,9 @@ pwrp_pop:
pwrp_exe: pwrp_exe:
ssab_exe: ssab_exe:
pwr_exe: pwr_exe:
2215 0 2215 4
2236 0 2236 0
2216 0 2216 176
2221 0 2221 0
2237 0 2237 0
2238 0 2238 0
...@@ -78,290 +78,70 @@ pwr_exe: ...@@ -78,290 +78,70 @@ pwr_exe:
2233 1 2233 1
2234 1 2234 1
2235 0 2235 0
2243 0
2244
1
100 1
101 1
102 33619964
103 0
99
99 99
123 123
2 2
99 99
124 124
2 2
4
400 cc_3_1_1
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_4_1
401 3
402 1
403 142
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_0_5_1
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_1
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_4_13_0
401 3
402 1
403 134
404 4
405 1.6
406 2.4
407 0.5
408 0
99
4
400 cc_3_5_13_0
401 3
402 1
403 134
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_14_0
401 3
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_0_0
401 3
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_5_14_0
401 0
402 1
403 142
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_0_0
401 3
402 1
403 0
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_0_5_18_0
401 0
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_18_0
401 3
402 1
403 172
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_3_33_0
401 3
402 1
403 304
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_3_3_0_0
401 3
402 1
403 0
404 3
405 1.2
406 1.8
407 0.5
408 0
99
4
400 cc_0_1_1
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_0_1_0_0
401 0
402 1
403 0
404 1
405 0.4
406 0.6
407 0.5
408 0
99
4
400 cc_3_5_33_0
401 3
402 1
403 304
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_5_34_0
401 3
402 1
403 108
404 5
405 2
406 3
407 0.5
408 0
99
4
400 cc_3_1_34_0
401 3
402 1
403 108
404 1
405 0.4
406 0.6
407 0.5
408 0
99 99
4 125
400 cc_0_4_0_0 2
401 0 19
402 1 1904
403 0 1900 0.5
404 4 1901 -0.5
405 1.6 1902 0
406 2.4 1903 -1
407 0.5 1908 0
408 0 1909 2
99 1910 2
4 1911 1
400 cc_0_4_67_0 1915 0
401 0 1913 5
402 1 1916 2
403 204 1914 0
404 4 1918 1
405 1.6 1919 0
406 2.4 1917 0
407 0.5 1907 0
408 0 1906
99 1905
4 5
400 cc_3_4_67_0 500 0
401 3 501 1
402 1 504 1
403 204 505 0
404 4 502
405 1.6 7
406 2.4 700 -0.5
407 0.5 701 -1
408 0
99 99
4 503
400 cc_3_4_67_20 7
401 3 700 0.5
402 0 701 0
403 204
404 4
405 1.6
406 2.4
407 2
408 0
99 99
4
400 cc_3_4_67_5
401 3
402 0
403 204
404 4
405 1.6
406 2.4
407 0.5
408 0
99 99
4 1912
400 cc_3_1_19_0 28
401 3 2800 1
402 1 2801 0
403 176 2802 0
404 1 2803 0
405 0.4 2804 1
406 0.6 2805 0
407 0.5 2806 0
408 0
99 99
99 99
125
2
26 26
2604 2604
2600 0.5 2600 0.5
......
...@@ -4,6 +4,53 @@ ...@@ -4,6 +4,53 @@
300 pwr_pressureswitch 300 pwr_pressureswitch
301 301
2 2
19
1904
1900 0.5
1901 -0.5
1902 0
1903 -1
1908 0
1909 2
1910 2
1911 1
1915 0
1913 5
1916 2
1914 0
1918 1
1919 0
1917 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 0
502
7
700 -0.5
701 -1
99
503
7
700 0.5
701 0
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26 26
2604 2604
2600 0.5 2600 0.5
...@@ -89,9 +136,9 @@ ...@@ -89,9 +136,9 @@
307 307
304 0 304 0
303 303
308 0 308 4
321 0 321 0
309 0 309 176
313 0 313 0
322 0 322 0
323 0 323 0
...@@ -109,6 +156,14 @@ ...@@ -109,6 +156,14 @@
318 0 318 0
319 0 319 0
320 0 320 0
328 0
329
1
100 1
101 1
102 33619964
103 0
99
99 99
99 99
99 99
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment