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
5938c3ff
Commit
5938c3ff
authored
Jan 23, 2018
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tlog wb_load-files merged
parent
64367f53
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
1462 additions
and
2183 deletions
+1462
-2183
tlog/wbl/tlog/src/os_templ/hw_templ/makefile
tlog/wbl/tlog/src/os_templ/hw_templ/makefile
+9
-96
tlog/wbl/tlog/src/tlog.wb_load
tlog/wbl/tlog/src/tlog.wb_load
+1453
-0
tlog/wbl/tlog/src/tlog_c_atlog.wb_load
tlog/wbl/tlog/src/tlog_c_atlog.wb_load
+0
-158
tlog/wbl/tlog/src/tlog_c_catlog.wb_load
tlog/wbl/tlog/src/tlog_c_catlog.wb_load
+0
-151
tlog/wbl/tlog/src/tlog_c_cdtlog.wb_load
tlog/wbl/tlog/src/tlog_c_cdtlog.wb_load
+0
-151
tlog/wbl/tlog/src/tlog_c_chgatlog.wb_load
tlog/wbl/tlog/src/tlog_c_chgatlog.wb_load
+0
-139
tlog/wbl/tlog/src/tlog_c_chgotlog.wb_load
tlog/wbl/tlog/src/tlog_c_chgotlog.wb_load
+0
-142
tlog/wbl/tlog/src/tlog_c_cotlog.wb_load
tlog/wbl/tlog/src/tlog_c_cotlog.wb_load
+0
-151
tlog/wbl/tlog/src/tlog_c_dtlog.wb_load
tlog/wbl/tlog/src/tlog_c_dtlog.wb_load
+0
-154
tlog/wbl/tlog/src/tlog_c_execplcoff.wb_load
tlog/wbl/tlog/src/tlog_c_execplcoff.wb_load
+0
-123
tlog/wbl/tlog/src/tlog_c_execplcon.wb_load
tlog/wbl/tlog/src/tlog_c_execplcon.wb_load
+0
-123
tlog/wbl/tlog/src/tlog_c_tlogconfigure.wb_load
tlog/wbl/tlog/src/tlog_c_tlogconfigure.wb_load
+0
-85
tlog/wbl/tlog/src/tlog_c_tlogexecalloff.wb_load
tlog/wbl/tlog/src/tlog_c_tlogexecalloff.wb_load
+0
-128
tlog/wbl/tlog/src/tlog_c_tlogexecallon.wb_load
tlog/wbl/tlog/src/tlog_c_tlogexecallon.wb_load
+0
-128
tlog/wbl/tlog/src/tlog_c_tlogmodify.wb_load
tlog/wbl/tlog/src/tlog_c_tlogmodify.wb_load
+0
-147
tlog/wbl/tlog/src/tlog_c_tlogopen.wb_load
tlog/wbl/tlog/src/tlog_c_tlogopen.wb_load
+0
-156
tlog/wbl/tlog/src/tlog_ch_tlogclasses.wb_load
tlog/wbl/tlog/src/tlog_ch_tlogclasses.wb_load
+0
-41
tlog/wbl/tlog/src/tlog_l_base.wb_load
tlog/wbl/tlog/src/tlog_l_base.wb_load
+0
-71
tlog/wbl/tlog/src/tlog_v.wb_load
tlog/wbl/tlog/src/tlog_v.wb_load
+0
-39
No files found.
tlog/wbl/tlog/src/os_templ/hw_templ/makefile
View file @
5938c3ff
# makefile -- <short description>
#
# PROVIEW/R
# Copyright (C) 1996 by Comator Process AB.
#
# <Description>.
#
include
$(pwre_dir_symbols)
ifndef
variables_mk
-include
$(pwre_kroot)/tools/bld/src/$(os_name)/$(hw_name)/variables.mk
endif
ifndef
variables_mk
include
$(pwre_kroot)/tools/bld/src/$(os_name)/variables.mk
endif
-include
$(pwre_kroot)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
if
ndef
rules_mk
-include
$(pwre_kroot)/tools/bld/src/$(os_name)/$(
hw_name)/rules
.mk
if
eq
($($(type_name)_generic_mk),)
-include
$(pwre_kroot)/tools/bld/src/$(os_name)/$(
type_name)_generic
.mk
endif
ifndef
rules_mk
include
$(pwre_kroot)/tools/bld/src/$(os_name)/rules.mk
endif
.PHONY
:
all init copy lib exe dirs clean realclean
\
$(clean_wbl)
all
:
init copy exe | silent
init
:
dirs | silent
copy
:
$(inc_dir)/pwr_tlogclasses.h
\
$(inc_dir)/pwr_tlogclasses.hpp
\
| silent
lib
:
$(load_dir)/tlog.dbs | silent
exe
:
$(doc_dir)/en_us/orm/tlog_allclasses.html
\
$(exe_dir)/en_us/tlog_xtthelp.dat
\
$(exe_dir)/sv_se/tlog_xtthelp.dat
\
| silent
dirs
:
$(bld_dir)$(dir_ext)
clean
:
realclean
:
clean $(clean_wbl)
silent
:
@
:
$(load_dir)/tlog.dbs
:
@
echo
"Generating loadfile for tlog"
@
export
pwr_load
=
$(pwr_eload)
;
\
wb_cmd
-q
-i
create snapshot
$(wblflags)
/file
=
\"
$(pwre_sroot)
/wbl/tlog/src/
\"
/out
=
\"
$(target)
\"
/depend
=
\"
$(bld_dir)
/tlog.d_wbl
\"
@
chmod
a+w
$(target)
$(inc_dir)/pwr_tlogclasses.h
:
@
echo
"Generating struct files for tlog classes..."
@
$(co_convert)
-so
-d
$(inc_dir)
-y
$(bld_dir)
/tlog.d_h_wbl
"
$(pwre_sroot)
/wbl/tlog/src/tlog_c_*.wb_load"
$(inc_dir)/pwr_tlogclasses.hpp
:
@
echo
"Generating hpp files for tlog classes..."
@
$(co_convert)
-po
-d
$(inc_dir)
-y
$(bld_dir)
/tlog.d_hpp_wbl
"
$(pwre_sroot)
/wbl/tlog/src/tlog_c_*.wb_load"
ifeq
($($(type_name)_generic_mk),)
include
$(pwre_kroot)/tools/bld/src/$(type_name)_generic.mk
endif
$(doc_dir)/en_us/orm/tlog_allclasses.html
:
@
echo
"Generating html files for tlog classes en_us..."
@
$(co_convert)
-w
-d
$(doc_dir)
/en_us/orm
-y
$(bld_dir)
/tlog.d_html_wbl
"
$(pwre_sroot)
/wbl/tlog/src/tlog_c_*.wb_load"
@
echo
"Generating html files for tlog structs en_us..."
@
$(co_convert)
-c
-d
$(doc_dir)
/en_us/orm
$(inc_dir)
/pwr_tlogclasses.h
@
echo
"Generating html files for tlog code en_us..."
@
$(co_convert)
-c
-d
$(doc_dir)
/en_us/orm
"
$(pwre_sroot)
/lib/rs/src/rs_plc_macro_tlog.h"
@
$(co_convert)
-c
-d
$(doc_dir)
/en_us/orm
"
$(pwre_sroot)
/lib/rs/src/rs_plc_tlog*.c"
@
echo
"Generating html files for tlog classes sv_se..."
@
$(co_convert)
-w
-l
sv_se
-d
$(doc_dir)
/sv_se/orm
"
$(pwre_sroot)
/wbl/tlog/src/tlog_c_*.wb_load"
@
echo
"Generating html files for tlog structs sv_se..."
@
$(co_convert)
-c
-d
$(doc_dir)
/sv_se/orm
$(inc_dir)
/pwr_tlogclasses.h
@
echo
"Generating html files for tlog code sv_se..."
@
$(co_convert)
-c
-d
$(doc_dir)
/sv_se/orm
"
$(pwre_sroot)
/lib/rs/src/rs_plc_macro_tlog.h"
@
$(co_convert)
-c
-d
$(doc_dir)
/sv_se/orm
"
$(pwre_sroot)
/lib/rs/src/rs_plc_tlog*.c"
@
echo
"Generating postscript file for tlog classes..."
@
$(co_convert)
-q
-d
$(doc_dir)
/en_us
"
$(pwre_sroot)
/wbl/tlog/src/tlog_*.wb_load"
-include
../../special.mk
-include
../special.mk
-include
special.mk
$(exe_dir)/en_us/tlog_xtthelp.dat
:
@
echo
"Generating xtt help files for tlog classes en_us"
@
$(co_convert)
-x
-d
$(exe_dir)
/en_us
-y
$(bld_dir)
/tlog.d_en_us_xtthelp_wbl
"
$(pwre_sroot)
/wbl/tlog/src/tlog_c_*.wb_load"
$(exe_dir)/sv_se/tlog_xtthelp.dat
:
@
echo
"Generating xtt help files for tlog classes sv_se"
@
$(co_convert)
-x
-d
$(exe_dir)
/sv_se
-y
$(bld_dir)
/tlog.d_sv_se_xtthelp_wbl
"
$(pwre_sroot)
/wbl/tlog/src/tlog_c_*.wb_load"
clean_wbl
:
@
if
[
-e
$(load_dir)
/tlog.dbs
]
;
then
\
$(rm)
$(rmflags)
$(load_dir)
/tlog.dbs
;
\
fi
$(bld_dir)$(dir_ext)
:
@
$(mkdir)
$(mkdirflags)
$(
basename
$@
)
-include
$(bld_dir)/tlog.d_h_wbl
-include
$(bld_dir)/tlog.d_hpp_wbl
-include
$(bld_dir)/tlog.d_html_wbl
-include
$(bld_dir)/tlog.d_en_us_xtthelp_wbl
-include
$(bld_dir)/tlog.d_sv_se_xtthelp_wbl
-include
$(bld_dir)/tlog.d_wbl
tlog/wbl/tlog/src/tlog.wb_load
0 → 100644
View file @
5938c3ff
Volume TLog $ClassVolume 0.0.1.2
Body SysBody 01-JAN-1970 01:00:00.00
Attr NextOix = "_X24"
EndBody
Object Class $ClassHier 1 23-JAN-2018 16:53:33.00
Object AtLog $ClassDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Editor = 2
Attr Method = 6
Attr Flags = 144
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "AtLog"
EndBody
Object In $Input 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "In"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object InOld $Intern 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "InOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object Limit $Intern 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "Limit"
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object UpSignal $Intern 4 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "UpSignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object DownSignal $Intern 5 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "DownSignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object UpTime $Intern 6 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "UpTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object DownTime $Intern 7 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "DownTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object UpText $Intern 8 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "UpText"
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object DownText $Intern 9 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "DownText"
Attr TypeRef = "pwrs:Type-$String40"
EndBody
EndObject
Object Attribute $Intern 10 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "Attribute"
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
EndBody
Object ShowUpText $Intern 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ShowUpText"
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Flags = 2048
Attr Class = "pwrs:Class-$PlcNode"
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr object_type = 111
Attr parameters[0] = 1
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 0
Attr executeordermethod = 0
Attr objname = "AtLog"
Attr graphname = "AtLog"
EndBody
EndObject
Object Template AtLog 2147975168 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
EndBody
Body DevBody 01-JAN-1970 01:00:00.00
EndBody
EndObject
EndObject
Object CAtLog $ClassDef 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Editor = 2
Attr Method = 6
Attr Flags = 144
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "CAtLog"
EndBody
Object In $Input 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "In"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object Cond $Input 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "Cond"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "con"
EndBody
EndObject
Object CondOld $Intern 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "CondOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogSignal $Intern 4 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogSignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 5 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object LogText $Intern 6 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogText"
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object Attribute $Intern 7 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "Attribute"
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
Object LogValue $Intern 8 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogValue"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
EndBody
Object ShowLogText $Intern 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ShowLogText"
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Flags = 2048
Attr Class = "pwrs:Class-$PlcNode"
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode 4 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr object_type = 107
Attr parameters[0] = 2
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr graphmethod = 15
Attr graphindex = 1
Attr default_mask[0] = 3
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 0
Attr executeordermethod = 0
Attr objname = "CAtLog"
Attr graphname = "CAtLog"
EndBody
EndObject
Object Template CAtLog 2148499456 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
EndBody
Body DevBody 01-JAN-1970 01:00:00.00
EndBody
EndObject
EndObject
Object CDtLog $ClassDef 5 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Editor = 2
Attr Method = 6
Attr Flags = 144
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "CDtLog"
EndBody
Object In $Input 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "In"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object Cond $Input 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "Cond"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "con"
EndBody
EndObject
Object CondOld $Intern 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "CondOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogSignal $Intern 4 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogSignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 5 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object LogText $Intern 6 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogText"
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object Attribute $Intern 7 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "Attribute"
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
Object LogValue $Intern 8 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogValue"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
EndBody
Object ShowLogText $Intern 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ShowLogText"
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Flags = 2048
Attr Class = "pwrs:Class-$PlcNode"
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode 6 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr object_type = 108
Attr parameters[0] = 2
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr graphmethod = 15
Attr graphindex = 1
Attr default_mask[0] = 3
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 0
Attr executeordermethod = 0
Attr objname = "CDtLog"
Attr graphname = "CDtLog"
EndBody
EndObject
Object Template CDtLog 2149023744 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
EndBody
Body DevBody 01-JAN-1970 01:00:00.00
Attr ShowLogText = 1
EndBody
EndObject
EndObject
Object ChgAtLog $ClassDef 7 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Editor = 2
Attr Method = 6
Attr Flags = 144
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "ChgAtLog"
EndBody
Object In $Input 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "In"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object InOld $Intern 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "InOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object LogSignal $Intern 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogSignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 4 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object LogText $Intern 5 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogText"
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object LogValue $Intern 6 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogValue"
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object Attribute $Intern 7 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "Attribute"
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
EndBody
Object ShowLogText $Intern 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ShowLogText"
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Flags = 2048
Attr Class = "pwrs:Class-$PlcNode"
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode 8 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr object_type = 11
Attr parameters[0] = 1
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 0
Attr executeordermethod = 0
Attr objname = "ChgAtLog"
Attr graphname = "ChgAtLog"
EndBody
EndObject
Object Template ChgAtLog 2149548032 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
EndBody
Body DevBody 01-JAN-1970 01:00:00.00
EndBody
EndObject
EndObject
Object ChgOtLog $ClassDef 9 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Editor = 2
Attr Method = 6
Attr Flags = 208
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "ChgOtLog"
EndBody
Object In $Input 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "In"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
Object InOld $Intern 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "InOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
Object LogSignal $Intern 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogSignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 4 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object LogText $Intern 5 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogText"
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object Attribute $Intern 6 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "Attribute"
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
Object LogValue $Intern 7 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogValue"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
EndBody
Object ShowLogText $Intern 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ShowLogText"
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Flags = 2048
Attr Class = "pwrs:Class-$PlcNode"
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode 10 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr object_type = 11
Attr parameters[0] = 1
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 0
Attr executeordermethod = 0
Attr objname = "ChgOtLog"
Attr graphname = "ChgOtLog"
EndBody
EndObject
Object Template ChgOtLog 2150072320 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
EndBody
Body DevBody 01-JAN-1970 01:00:00.00
EndBody
EndObject
EndObject
Object COtLog $ClassDef 11 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Editor = 2
Attr Method = 6
Attr Flags = 208
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "COtLog"
EndBody
Object In $Input 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "In"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
Object Cond $Input 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "Cond"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "con"
EndBody
EndObject
Object CondOld $Intern 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "CondOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogSignal $Intern 4 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogSignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 5 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object LogText $Intern 6 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogText"
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object Attribute $Intern 7 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "Attribute"
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
Object LogValue $Intern 8 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogValue"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
EndBody
Object ShowLogText $Intern 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ShowLogText"
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Flags = 2048
Attr Class = "pwrs:Class-$PlcNode"
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode 12 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr object_type = 106
Attr parameters[0] = 2
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr graphmethod = 15
Attr graphindex = 1
Attr default_mask[0] = 3
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 0
Attr executeordermethod = 0
Attr objname = "COtLog"
Attr graphname = "COtLog"
EndBody
EndObject
Object Template COtLog 2150596608 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
EndBody
Body DevBody 01-JAN-1970 01:00:00.00
EndBody
EndObject
EndObject
Object DtLog $ClassDef 13 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Editor = 2
Attr Method = 6
Attr Flags = 144
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "DtLog"
EndBody
Object In $Input 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "In"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "InOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object UpSignal $Intern 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "UpSignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object DownSignal $Intern 4 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "DownSignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object UpTime $Intern 5 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "UpTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object DownTime $Intern 6 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "DownTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object UpText $Intern 7 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "UpText"
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object DownText $Intern 8 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "DownText"
Attr TypeRef = "pwrs:Type-$String40"
EndBody
EndObject
Object Attribute $Intern 9 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "Attribute"
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
EndBody
Object ShowUpText $Intern 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ShowUpText"
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Flags = 2048
Attr Class = "pwrs:Class-$PlcNode"
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode 14 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr object_type = 112
Attr parameters[0] = 1
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 0
Attr executeordermethod = 0
Attr objname = "DtLog"
Attr graphname = "DtLog"
EndBody
EndObject
Object Template DtLog 2151120896 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
EndBody
Body DevBody 01-JAN-1970 01:00:00.00
Attr ShowUpText = 1
EndBody
EndObject
EndObject
Object ExecPlcOff $ClassDef 15 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Editor = 2
Attr Method = 6
Attr Flags = 80
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "ExecPlcOff"
EndBody
Object In $Input 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "In"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object SetOff $Output 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "SetOff"
Attr Flags = 1040
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "InOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
EndBody
Object PlcPgmObject $Intern 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "PlcPgmObject"
Attr TypeRef = "pwrs:Type-$Objid"
Attr NiNaAnnot = 1
Attr NiNaSegments = 1
EndBody
EndObject
Object PlcPgmObjectSegments $Intern 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "PlcPgmObjectSegments"
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
Object PlcNode $Buffer 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Flags = 2048
Attr Class = "pwrs:Class-$PlcNode"
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode 16 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr object_type = 102
Attr parameters[0] = 1
Attr parameters[1] = 0
Attr parameters[2] = 1
Attr parameters[3] = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 0
Attr devbody_annotation = 1
Attr compmethod = 48
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 0
Attr executeordermethod = 0
Attr objname = "EXPOFF"
Attr graphname = "EXPOFF"
EndBody
EndObject
Object Template ExecPlcOff 2151645184 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
EndBody
Body DevBody 01-JAN-1970 01:00:00.00
Attr PlcPgmObjectSegments = 2
EndBody
EndObject
EndObject
Object ExecPlcOn $ClassDef 17 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Editor = 2
Attr Method = 6
Attr Flags = 80
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "ExecPlcOn"
EndBody
Object In $Input 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "In"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object SetOn $Output 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "SetOn"
Attr Flags = 1040
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "InOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
EndBody
Object PlcPgmObject $Intern 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "PlcPgmObject"
Attr TypeRef = "pwrs:Type-$Objid"
Attr NiNaAnnot = 1
Attr NiNaSegments = 1
EndBody
EndObject
Object PlcPgmObjectSegments $Intern 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "PlcPgmObjectSegments"
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
Object PlcNode $Buffer 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Flags = 2048
Attr Class = "pwrs:Class-$PlcNode"
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode 18 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr object_type = 103
Attr parameters[0] = 1
Attr parameters[1] = 0
Attr parameters[2] = 1
Attr parameters[3] = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 0
Attr devbody_annotation = 1
Attr compmethod = 48
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 0
Attr executeordermethod = 0
Attr objname = "EXPON"
Attr graphname = "EXPON"
EndBody
EndObject
Object Template ExecPlcOn 2152169472 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
EndBody
Body DevBody 01-JAN-1970 01:00:00.00
Attr PlcPgmObjectSegments = 2
EndBody
EndObject
EndObject
Object TLogConfigure $ClassDef 19 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Method = 1
Attr Flags = 80
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "TLogConfigure"
EndBody
Object TLogDirectory $Attribute 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "TLogDirectory"
Attr Size = 40
Attr TypeRef = "pwrs:Type-$String40"
EndBody
EndObject
Object UserObject $Attribute 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "UserObject"
Attr Size = 8
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
Object On $Attribute 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "On"
Attr Size = 4
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object CycleTime $Attribute 4 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "CycleTime"
Attr Size = 4
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object AutoAck $Attribute 5 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "AutoAck"
Attr Size = 4
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
EndObject
Object Template TLogConfigure 2152693760 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
Attr TLogDirectory = "pwrp_tlog:"
Attr On = 1
Attr AutoAck = 1
EndBody
EndObject
EndObject
Object TLogExecAllOff $ClassDef 22 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Editor = 2
Attr Method = 2
Attr Flags = 16
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "TLogExecAllOff"
EndBody
Object In $Input 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "In"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ExecOff $Output 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ExecOff"
Attr Flags = 1040
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "InOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ExecOffOld $Intern 4 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ExecOffOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ExecOffSignal $Intern 5 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ExecOffSignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 6 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
EndBody
Object PlcNode $Buffer 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Flags = 2048
Attr Class = "pwrs:Class-$PlcNode"
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode 21 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr object_type = 104
Attr parameters[0] = 1
Attr parameters[1] = 0
Attr parameters[2] = 1
Attr parameters[3] = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 1
Attr segname_annotation = 1
Attr compmethod = 5
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 0
Attr executeordermethod = 0
Attr objname = "EXOFF"
Attr graphname = "EXOFF"
EndBody
EndObject
Object Template TLogExecAllOff 2153480192 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
EndBody
Body DevBody 01-JAN-1970 01:00:00.00
EndBody
EndObject
EndObject
Object TLogExecAllOn $ClassDef 24 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Editor = 2
Attr Method = 2
Attr Flags = 16
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "TLogExecAllOn"
EndBody
Object In $Input 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "In"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ExecOn $Output 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ExecOn"
Attr Flags = 1040
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "InOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ExecOnOld $Intern 4 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ExecOnOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ExecOnSignal $Intern 5 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ExecOnSignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 6 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "LogTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
EndBody
Object PlcNode $Buffer 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Flags = 2048
Attr Class = "pwrs:Class-$PlcNode"
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode 22 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr object_type = 105
Attr parameters[0] = 1
Attr parameters[1] = 0
Attr parameters[2] = 1
Attr parameters[3] = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 1
Attr segname_annotation = 1
Attr compmethod = 5
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 0
Attr executeordermethod = 0
Attr objname = "EXON"
Attr graphname = "EXON"
EndBody
EndObject
Object Template TLogExecAllOn 2154004480 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
EndBody
Body DevBody 01-JAN-1970 01:00:00.00
EndBody
EndObject
EndObject
Object TLogModify $ClassDef 26 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Editor = 2
Attr Method = 2
Attr Flags = 80
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "TLogModify"
EndBody
Object In $Input 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "In"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "InOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ModifySignal $Intern 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ModifySignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object UnModifySignal $Intern 4 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "UnModifySignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ModifyTime $Intern 5 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "ModifyTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object UnModifyTime $Intern 6 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "UnModifyTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object TLogOpenObject $Intern 7 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "TLogOpenObject"
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
Object TLogSelectList $Intern 8 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "TLogSelectList"
Attr Flags = 2
Attr Elements = 10
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
Object AlarmSelectList $Intern 9 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "AlarmSelectList"
Attr Flags = 2
Attr Elements = 10
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
EndBody
Object PlcNode $Buffer 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Flags = 2048
Attr Class = "pwrs:Class-$PlcNode"
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode 23 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr object_type = 109
Attr parameters[0] = 1
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr compmethod = 5
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 0
Attr executeordermethod = 0
Attr objname = "TLMOD"
Attr graphname = "TLMOD"
EndBody
EndObject
Object Template TLogModify 2154528768 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
EndBody
Body DevBody 01-JAN-1970 01:00:00.00
EndBody
EndObject
EndObject
Object TLogOpen $ClassDef 28 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Editor = 2
Attr Method = 2
Attr Flags = 80
EndBody
Object RtBody $ObjBodyDef 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr StructName = "TLogOpen"
EndBody
Object In $Input 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "In"
Attr Flags = 2128
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object FileOpen $Output 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "FileOpen"
Attr Flags = 1040
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object FileOpenOld $Intern 3 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "FileOpenOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 4 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "InOld"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object OpenSignal $Intern 5 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "OpenSignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object CloseSignal $Intern 6 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "CloseSignal"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object OpenTime $Intern 7 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "OpenTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object CloseTime $Intern 8 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "CloseTime"
Attr Flags = 2064
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object TLogSelectList $Intern 9 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "TLogSelectList"
Attr Flags = 2
Attr Elements = 10
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
Object AlarmSelectList $Intern 10 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr PgmName = "AlarmSelectList"
Attr Flags = 2
Attr Elements = 10
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
EndBody
Object PlcNode $Buffer 1 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr Flags = 2048
Attr Class = "pwrs:Class-$PlcNode"
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode 24 23-JAN-2018 16:53:33.00
Body SysBody 01-JAN-1970 01:00:00.00
Attr object_type = 110
Attr parameters[0] = 1
Attr parameters[1] = 0
Attr parameters[2] = 1
Attr parameters[3] = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr compmethod = 5
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr connectmethod = 0
Attr executeordermethod = 0
Attr objname = "TLOPEN"
Attr graphname = "TLOPEN"
EndBody
EndObject
Object Template TLogOpen 2155053056 23-JAN-2018 16:53:33.00
Body RtBody 01-JAN-1970 01:00:00.00
EndBody
Body DevBody 01-JAN-1970 01:00:00.00
EndBody
EndObject
EndObject
EndObject
EndVolume
tlog/wbl/tlog/src/tlog_c_atlog.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_AtLog.wb_load -- Defines the class AtLog.
!
SObject TLog:Class
Object AtLog $ClassDef 1
Body SysBody
Attr Editor = pwr_eEditor_PlcEd
Attr Method = pwr_eMethod_RtConnectionsAndDevBodies
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "AtLog"
EndBody
Object In $Input 1
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object InOld $Intern 2
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object Limit $Intern 3
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object UpSignal $Intern 4
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object DownSignal $Intern 5
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object UpTime $Intern 6
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object DownTime $Intern 7
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object UpText $Intern 8
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object DownText $Intern 9
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
EndBody
EndObject
Object Attribute $Intern 10
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
Object ShowUpText $Intern 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode
Body SysBody
Attr object_type = 111
Attr parameters[0] = 1
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr subwindows = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr objname = "AtLog"
Attr graphname = "AtLog"
Attr debugpar = ""
EndBody
EndObject
!
! Template object
!
Object Template AtLog
Body DevBody
Attr ShowUpText = 0
EndBody
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_c_catlog.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_CAtLog.wb_load -- Defines the class CAtLog.
!
SObject TLog:Class
Object CAtLog $ClassDef 3
Body SysBody
Attr Editor = pwr_eEditor_PlcEd
Attr Method = pwr_eMethod_RtConnectionsAndDevBodies
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "CAtLog"
EndBody
Object In $Input 1
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object Cond $Input 2
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "con"
EndBody
EndObject
Object CondOld $Intern 3
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogSignal $Intern 4
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 5
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object LogText $Intern 6
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object Attribute $Intern 7
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
Object LogValue $Intern 8
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
Object ShowLogText $Intern 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode
Body SysBody
Attr object_type = 107
Attr parameters[0] = 2
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr subwindows = 0
Attr graphmethod = 15
Attr graphindex = 1
Attr default_mask[0] = 3
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr objname = "CAtLog"
Attr graphname = "CAtLog"
Attr debugpar = ""
EndBody
EndObject
!
! Template object
!
Object Template CAtLog
Body DevBody
Attr ShowLogText = 0
EndBody
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_c_cdtlog.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_CDtLog.wb_load -- Defines the class CDtLog.
!
SObject TLog:Class
Object CDtLog $ClassDef 5
Body SysBody
Attr Editor = pwr_eEditor_PlcEd
Attr Method = pwr_eMethod_RtConnectionsAndDevBodies
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "CDtLog"
EndBody
Object In $Input 1
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object Cond $Input 2
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "con"
EndBody
EndObject
Object CondOld $Intern 3
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogSignal $Intern 4
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 5
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object LogText $Intern 6
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object Attribute $Intern 7
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
Object LogValue $Intern 8
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
Object ShowLogText $Intern 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode
Body SysBody
Attr object_type = 108
Attr parameters[0] = 2
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr subwindows = 0
Attr graphmethod = 15
Attr graphindex = 1
Attr default_mask[0] = 3
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr objname = "CDtLog"
Attr graphname = "CDtLog"
Attr debugpar = ""
EndBody
EndObject
!
! Template object
!
Object Template CDtLog
Body DevBody
Attr ShowLogText = 1
EndBody
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_c_chgatlog.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_ChgAtLog.wb_load -- Defines the class ChgAtLog.
!
SObject TLog:Class
Object ChgAtLog $ClassDef 7
Body SysBody
Attr Editor = pwr_eEditor_PlcEd
Attr Method = pwr_eMethod_RtConnectionsAndDevBodies
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "ChgAtLog"
EndBody
Object In $Input 1
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object InOld $Intern 2
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object LogSignal $Intern 3
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 4
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object LogText $Intern 5
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object LogValue $Intern 6
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object Attribute $Intern 7
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
Object ShowLogText $Intern 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2
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] = 1
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr subwindows = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr objname = "ChgAtLog"
Attr graphname = "ChgAtLog"
Attr debugpar = ""
EndBody
EndObject
!
! Template object
!
Object Template ChgAtLog
Body DevBody
Attr ShowLogText = 0
EndBody
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_c_chgotlog.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_ChgOtLog.wb_load -- Defines the class ChgOtLog.
!
SObject TLog:Class
Object ChgOtLog $ClassDef 9
Body SysBody
Attr Editor = pwr_eEditor_PlcEd
Attr Method = pwr_eMethod_RtConnectionsAndDevBodies
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "ChgOtLog"
EndBody
Object In $Input 1
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
Object InOld $Intern 2
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
Object LogSignal $Intern 3
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 4
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object LogText $Intern 5
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object Attribute $Intern 6
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
Object LogValue $Intern 7
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
Object ShowLogText $Intern 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2
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] = 1
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr subwindows = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr objname = "ChgOtLog"
Attr graphname = "ChgOtLog"
Attr debugpar = ""
EndBody
EndObject
!
! Template object
!
Object Template ChgOtLog
Body DevBody
Attr ShowLogText = 0
EndBody
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_c_cotlog.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_COtLog.wb_load -- Defines the class COtLog.
!
SObject TLog:Class
Object COtLog $ClassDef 11
Body SysBody
Attr Editor = pwr_eEditor_PlcEd
Attr Method = pwr_eMethod_RtConnectionsAndDevBodies
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "COtLog"
EndBody
Object In $Input 1
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
Object Cond $Input 2
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "con"
EndBody
EndObject
Object CondOld $Intern 3
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogSignal $Intern 4
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 5
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object LogText $Intern 6
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object Attribute $Intern 7
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
Object LogValue $Intern 8
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
Object ShowLogText $Intern 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode
Body SysBody
Attr object_type = 106
Attr parameters[0] = 2
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr subwindows = 0
Attr graphmethod = 15
Attr graphindex = 1
Attr default_mask[0] = 3
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr objname = "COtLog"
Attr graphname = "COtLog"
Attr debugpar = ""
EndBody
EndObject
!
! Template object
!
Object Template COtLog
Body DevBody
Attr ShowLogText = 0
EndBody
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_c_dtlog.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_DtLog.wb_load -- Defines the class DtLog.
!
SObject TLog:Class
Object DtLog $ClassDef 13
Body SysBody
Attr Editor = pwr_eEditor_PlcEd
Attr Method = pwr_eMethod_RtConnectionsAndDevBodies
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "DtLog"
EndBody
Object In $Input 1
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 2
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object UpSignal $Intern 3
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object DownSignal $Intern 4
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object UpTime $Intern 5
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object DownTime $Intern 6
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object UpText $Intern 7
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
Attr NiNaAnnot = 2
Attr NiNaCond = 1
EndBody
EndObject
Object DownText $Intern 8
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
EndBody
EndObject
Object Attribute $Intern 9
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
Object ShowUpText $Intern 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object PlcNode $Buffer 2
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode
Body SysBody
Attr object_type = 112
Attr parameters[0] = 1
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr subwindows = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr rtbody_annotation = 1
Attr compmethod = 47
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr objname = "DtLog"
Attr graphname = "DtLog"
Attr debugpar = ""
EndBody
EndObject
!
! Template object
!
Object Template DtLog
Body DevBody
Attr ShowUpText = 1
EndBody
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_c_execplcoff.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_ExecPlcOff.wb_load -- Defines the class ExecPlcOff.
!
SObject TLog:Class
Object ExecPlcOff $ClassDef 15
Body SysBody
Attr Editor = pwr_eEditor_PlcEd
Attr Method = pwr_eMethod_RtConnectionsAndDevBodies
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "ExecPlcOff"
EndBody
Object In $Input 1
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object SetOff $Output 2
Body SysBody
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 3
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
Object PlcPgmObject $Intern 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Objid"
Attr NiNaAnnot = 1
Attr NiNaSegments = 1
EndBody
EndObject
Object PlcPgmObjectSegments $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 = 102
Attr parameters[0] = 1
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] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 0
Attr devbody_annotation = 1
Attr compmethod = 48
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr objname = "EXPOFF"
Attr graphname = "EXPOFF"
Attr debugpar = ""
EndBody
EndObject
!
! Template object
!
Object Template ExecPlcOff
Body DevBody
Attr PlcPgmObjectSegments = 2
EndBody
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_c_execplcon.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_ExecPlcOn.wb_load -- Defines the class ExecPlcOn.
!
SObject TLog:Class
Object ExecPlcOn $ClassDef 17
Body SysBody
Attr Editor = pwr_eEditor_PlcEd
Attr Method = pwr_eMethod_RtConnectionsAndDevBodies
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "ExecPlcOn"
EndBody
Object In $Input 1
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object SetOn $Output 2
Body SysBody
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 3
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
Object PlcPgmObject $Intern 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Objid"
Attr NiNaAnnot = 1
Attr NiNaSegments = 1
EndBody
EndObject
Object PlcPgmObjectSegments $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 = 103
Attr parameters[0] = 1
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] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 0
Attr devbody_annotation = 1
Attr compmethod = 48
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr objname = "EXPON"
Attr graphname = "EXPON"
Attr debugpar = ""
EndBody
EndObject
!
! Template object
!
Object Template ExecPlcOn
Body DevBody
Attr PlcPgmObjectSegments = 2
EndBody
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_c_tlogconfigure.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_TLogConfigure.wb_load -- Defines the class TLogConfigure.
!
SObject TLog:Class
Object TLogConfigure $ClassDef 19
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "TLogConfigure"
EndBody
Object TLogDirectory $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
EndBody
EndObject
Object UserObject $Attribute 2
Body SysBody
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
Object On $Attribute 3
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object CycleTime $Attribute 4
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object AutoAck $Attribute 5
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
EndObject
!
! Template object
!
Object Template TLogConfigure
Body RtBody
Attr TLogDirectory = "pwrp_tlog:"
Attr On = 1
Attr AutoAck = 1
EndBody
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_c_tlogexecalloff.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_TLogExecAllOff.wb_load -- Defines the class TLogExecAllOff.
!
SObject TLog:Class
Object TLogExecAllOff $ClassDef 22
Body SysBody
Attr Editor = pwr_eEditor_PlcEd
Attr Method = pwr_eMethod_Connections
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "TLogExecAllOff"
EndBody
Object In $Input 1
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ExecOff $Output 2
Body SysBody
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 3
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ExecOffOld $Intern 4
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ExecOffSignal $Intern 5
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 6
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
Object PlcNode $Buffer 1
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode
Body SysBody
Attr object_type = 104
Attr parameters[0] = 1
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] = 1
Attr default_mask[1] = 1
Attr segname_annotation = 1
Attr compmethod = 5
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr objname = "EXOFF"
Attr graphname = "EXOFF"
Attr debugpar = ""
EndBody
EndObject
!
! Template object
!
Object Template TLogExecAllOff
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_c_tlogexecallon.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_TLogExecAllOn.wb_load -- Defines the class TLogExecAllOn.
!
SObject TLog:Class
Object TLogExecAllOn $ClassDef 24
Body SysBody
Attr Editor = pwr_eEditor_PlcEd
Attr Method = pwr_eMethod_Connections
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "TLogExecAllOn"
EndBody
Object In $Input 1
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ExecOn $Output 2
Body SysBody
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 3
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ExecOnOld $Intern 4
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ExecOnSignal $Intern 5
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object LogTime $Intern 6
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
Object PlcNode $Buffer 1
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode
Body SysBody
Attr object_type = 105
Attr parameters[0] = 1
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] = 1
Attr default_mask[1] = 1
Attr segname_annotation = 1
Attr compmethod = 5
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr objname = "EXON"
Attr graphname = "EXON"
Attr debugpar = ""
EndBody
EndObject
!
! Template object
!
Object Template TLogExecAllOn
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_c_tlogmodify.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_TLogModify.wb_load -- Defines the class TLogModify.
!
SObject TLog:Class
Object TLogModify $ClassDef 26
Body SysBody
Attr Editor = pwr_eEditor_PlcEd
Attr Method = pwr_eMethod_Connections
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "TLogModify"
EndBody
Object In $Input 1
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 2
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ModifySignal $Intern 3
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object UnModifySignal $Intern 4
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object ModifyTime $Intern 5
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object UnModifyTime $Intern 6
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object TLogOpenObject $Intern 7
Body SysBody
Attr TypeRef = "pwrs:Type-$Objid"
EndBody
EndObject
Object TLogSelectList $Intern 8
Body SysBody
Attr TypeRef = "pwrs:Type-$Objid"
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 10
EndBody
EndObject
Object AlarmSelectList $Intern 9
Body SysBody
Attr TypeRef = "pwrs:Type-$Objid"
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 10
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
Object PlcNode $Buffer 1
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode
Body SysBody
Attr object_type = 109
Attr parameters[0] = 1
Attr parameters[1] = 0
Attr parameters[2] = 0
Attr parameters[3] = 0
Attr subwindows = 0
Attr graphmethod = 7
Attr graphindex = 1
Attr default_mask[0] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr compmethod = 5
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr objname = "TLMOD"
Attr graphname = "TLMOD"
Attr debugpar = ""
EndBody
EndObject
!
! Template object
!
Object Template TLogModify
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_c_tlogopen.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_c_TLogOpen.wb_load -- Defines the class TLogOpen.
!
SObject TLog:Class
Object TLogOpen $ClassDef 28
Body SysBody
Attr Editor = pwr_eEditor_PlcEd
Attr Method = pwr_eMethod_Connections
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "TLogOpen"
EndBody
Object In $Input 1
Body SysBody
Attr Flags |= PWR_MASK_RTVIRTUAL
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object FileOpen $Output 2
Body SysBody
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object FileOpenOld $Intern 3
Body SysBody
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object InOld $Intern 4
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object OpenSignal $Intern 5
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object CloseSignal $Intern 6
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
Object OpenTime $Intern 7
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object CloseTime $Intern 8
Body SysBody
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_STATE
Attr TypeRef = "pwrs:Type-$Time"
EndBody
EndObject
Object TLogSelectList $Intern 9
Body SysBody
Attr TypeRef = "pwrs:Type-$Objid"
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 10
EndBody
EndObject
Object AlarmSelectList $Intern 10
Body SysBody
Attr TypeRef = "pwrs:Type-$Objid"
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 10
EndBody
EndObject
EndObject
Object DevBody $ObjBodyDef 2
Object PlcNode $Buffer 1
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
EndObject
Object GraphPlcNode $GraphPlcNode
Body SysBody
Attr object_type = 110
Attr parameters[0] = 1
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] = 1
Attr default_mask[1] = 0
Attr segname_annotation = 1
Attr compmethod = 5
Attr compindex = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr objname = "TLOPEN"
Attr graphname = "TLOPEN"
Attr debugpar = ""
EndBody
EndObject
!
! Template object
!
Object Template TLogOpen
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_ch_tlogclasses.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_ch_tlogclasses.wb_load -- TLog:Class hierarchy.
!
SObject TLog:
Object Class $ClassHier
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_l_base.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
SObject wb:layout-Configurator-w1-AllClasses
Object TLog $GroupRef
EndObject
EndSObject
!
!
SObject wb:layout-PlcEditor-w1-Simulate
Object TLog $Group
Object AtLog $Group
EndObject
Object CAtLog $Group
EndObject
Object CDtLog $Group
EndObject
Object ChgAtLog $Group
EndObject
Object ChgOtLog $Group
EndObject
Object COtLog $Group
EndObject
Object DtLog $Group
EndObject
Object ExecPlcOn $Group
EndObject
Object ExecPlcOff $Group
EndObject
Object TLogExecAllOn $Group
EndObject
Object TLogExecAllOff $Group
EndObject
Object TLogOpen $Group
EndObject
Object TLogModify $Group
EndObject
EndObject
EndSObject
\ No newline at end of file
tlog/wbl/tlog/src/tlog_v.wb_load
deleted
100644 → 0
View file @
64367f53
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2017 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.
!
! tlog_v.wb_load -- Loads the tlog volume
!
Volume TLog pwr_eClass_ClassVolume 0.0.1.2
EndVolume
\ No newline at end of file
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