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
3e599866
Commit
3e599866
authored
Nov 08, 2011
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Server rt_post for email and sms added
parent
fd93b6eb
Changes
25
Show whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
4940 additions
and
369 deletions
+4940
-369
src/exe/rt_emon/src/rt_emon.c
src/exe/rt_emon/src/rt_emon.c
+7
-2
src/exe/rt_ini/src/ini.c
src/exe/rt_ini/src/ini.c
+4
-0
src/exe/rt_post/src/os_templ/hw_templ/makefile
src/exe/rt_post/src/os_templ/hw_templ/makefile
+15
-0
src/exe/rt_post/src/os_templ/link_rule.mk
src/exe/rt_post/src/os_templ/link_rule.mk
+9
-0
src/exe/rt_post/src/rt_post.cpp
src/exe/rt_post/src/rt_post.cpp
+544
-0
src/exe/rt_post/src/rt_post.h
src/exe/rt_post/src/rt_post.h
+111
-0
src/exe/rt_sevhistmon/src/rt_sevhistmon.cpp
src/exe/rt_sevhistmon/src/rt_sevhistmon.cpp
+11
-4
src/exp/inc/src/pwr_class.h
src/exp/inc/src/pwr_class.h
+5
-5
src/lib/co/src/co_user.h
src/lib/co/src/co_user.h
+2
-0
src/lib/rt/src/rt_c_node.c
src/lib/rt/src/rt_c_node.c
+3
-1
src/lib/rt/src/rt_errh.h
src/lib/rt/src/rt_errh.h
+22
-20
src/lib/rt/src/rt_mh_net.x
src/lib/rt/src/rt_mh_net.x
+3
-1
src/lib/rt/src/rt_mh_outunit.c
src/lib/rt/src/rt_mh_outunit.c
+5
-0
src/wbl/pwrb/src/pwrb_c_a_symboldefinition.wb_load
src/wbl/pwrb/src/pwrb_c_a_symboldefinition.wb_load
+75
-0
src/wbl/pwrb/src/pwrb_c_asup.wb_load
src/wbl/pwrb/src/pwrb_c_asup.wb_load
+9
-0
src/wbl/pwrb/src/pwrb_c_cyclesup.wb_load
src/wbl/pwrb/src/pwrb_c_cyclesup.wb_load
+9
-0
src/wbl/pwrb/src/pwrb_c_dsup.wb_load
src/wbl/pwrb/src/pwrb_c_dsup.wb_load
+9
-0
src/wbl/pwrb/src/pwrb_c_nodelinksup.wb_load
src/wbl/pwrb/src/pwrb_c_nodelinksup.wb_load
+9
-0
src/wbl/pwrb/src/pwrb_c_opplace.wb_load
src/wbl/pwrb/src/pwrb_c_opplace.wb_load
+1
-1
src/wbl/pwrb/src/pwrb_c_postconfig.wb_load
src/wbl/pwrb/src/pwrb_c_postconfig.wb_load
+150
-0
src/wbl/pwrb/src/pwrb_td_eventflagsmask.wb_load
src/wbl/pwrb/src/pwrb_td_eventflagsmask.wb_load
+22
-0
src/wbl/pwrs/src/pwrs_c_node.wb_load
src/wbl/pwrs/src/pwrs_c_node.wb_load
+5
-5
wb/lib/wb/src/wb_lfu.cpp
wb/lib/wb/src/wb_lfu.cpp
+1
-0
xtt/exp/ge/src/pwr_c_node.pwg
xtt/exp/ge/src/pwr_c_node.pwg
+1923
-330
xtt/exp/ge/src/pwr_c_postconfig.pwg
xtt/exp/ge/src/pwr_c_postconfig.pwg
+1986
-0
No files found.
src/exe/rt_emon/src/rt_emon.c
View file @
3e599866
...
@@ -159,6 +159,7 @@ struct s_Active {
...
@@ -159,6 +159,7 @@ struct s_Active {
mh_eEvent
event
;
mh_eEvent
event
;
pwr_tAttrRef
eventSound
;
pwr_tAttrRef
eventSound
;
pwr_tString256
eventMoreText
;
pwr_tString256
eventMoreText
;
pwr_tString256
receiver
;
pwr_tBoolean
local
;
pwr_tBoolean
local
;
sEventTab
*
detect_etp
;
sEventTab
*
detect_etp
;
sEventTab
*
return_etp
;
sEventTab
*
return_etp
;
...
@@ -257,6 +258,7 @@ struct s_Sup {
...
@@ -257,6 +258,7 @@ struct s_Sup {
mh_mEventFlags
EventFlags
pwr_dAlignW
;
mh_mEventFlags
EventFlags
pwr_dAlignW
;
pwr_tAttrRef
Sound
pwr_dAlignW
;
pwr_tAttrRef
Sound
pwr_dAlignW
;
pwr_tText256
MoreText
pwr_dAlignW
;
pwr_tText256
MoreText
pwr_dAlignW
;
pwr_tString40
Recipient
pwr_dAlignW
;
/* Internal attributes */
/* Internal attributes */
pwr_sAttrRef
Attribute
pwr_dAlignW
;
pwr_sAttrRef
Attribute
pwr_dAlignW
;
mh_uEventInfo
AlarmStatus
pwr_dAlignW
;
mh_uEventInfo
AlarmStatus
pwr_dAlignW
;
...
@@ -1630,6 +1632,7 @@ formatSupEvent (
...
@@ -1630,6 +1632,7 @@ formatSupEvent (
mp
->
Object
=
sp
->
link
.
object
;
mp
->
Object
=
sp
->
link
.
object
;
mp
->
SupObject
=
sp
->
link
.
supObject
;
mp
->
SupObject
=
sp
->
link
.
supObject
;
strncpy
(
mp
->
EventName
,
sp
->
link
.
eventName
,
sizeof
(
mp
->
EventName
));
strncpy
(
mp
->
EventName
,
sp
->
link
.
eventName
,
sizeof
(
mp
->
EventName
));
strncpy
(
mp
->
Receiver
,
sup
->
Recipient
,
sizeof
(
mp
->
Receiver
));
memcpy
(
&
mp
->
SupInfo
.
mh_uSupInfo_u
,
sp
->
supInfoP
,
sp
->
supInfoSize
);
memcpy
(
&
mp
->
SupInfo
.
mh_uSupInfo_u
,
sp
->
supInfoP
,
sp
->
supInfoSize
);
*
size
=
sizeof
(
mh_sMessage
);
*
size
=
sizeof
(
mh_sMessage
);
...
@@ -2639,7 +2642,8 @@ initSupActiveCB (
...
@@ -2639,7 +2642,8 @@ initSupActiveCB (
sts
=
gdh_AttrrefToName
(
&
Object
,
sp
->
link
.
objName
,
sizeof
(
sp
->
link
.
objName
),
cdh_mNName
);
sts
=
gdh_AttrrefToName
(
&
Object
,
sp
->
link
.
objName
,
sizeof
(
sp
->
link
.
objName
),
cdh_mNName
);
if
(
EVEN
(
sts
))
if
(
EVEN
(
sts
))
errh_Error
(
"Couldn't get name for supervised object
\n
%m"
,
sts
);
errh_Error
(
"Couldn't get name for supervised object, %s
\n
%m"
,
cdh_ObjidToString
(
0
,
SupObject
->
Objid
,
1
),
sts
);
strncpy
(
sp
->
link
.
eventName
,
sp
->
link
.
objName
,
sizeof
(
sp
->
link
.
eventName
));
strncpy
(
sp
->
link
.
eventName
,
sp
->
link
.
objName
,
sizeof
(
sp
->
link
.
eventName
));
cdh_ToUpper
(
sp
->
link
.
objName
,
NULL
);
cdh_ToUpper
(
sp
->
link
.
objName
,
NULL
);
...
@@ -2718,7 +2722,8 @@ initSupActiveCB (
...
@@ -2718,7 +2722,8 @@ initSupActiveCB (
&
sp
->
attribute
,
(
pwr_tAddress
*
)
&
sp
->
actualValue
,
&
sp
->
attrDlid
&
sp
->
attribute
,
(
pwr_tAddress
*
)
&
sp
->
actualValue
,
&
sp
->
attrDlid
);
);
if
(
EVEN
(
sts
))
{
if
(
EVEN
(
sts
))
{
errh_Error
(
"%s
\n
%m"
,
"Couldn't link to supervised attribute"
,
sts
);
errh_Error
(
"%s, %s
\n
%m"
,
"Couldn't link to supervised attribute"
,
cdh_ObjidToString
(
0
,
SupObject
->
Objid
,
1
),
sts
);
sp
->
agent
=
mh_eAgent_None
;
sp
->
agent
=
mh_eAgent_None
;
}
}
}
}
...
...
src/exe/rt_ini/src/ini.c
View file @
3e599866
...
@@ -124,6 +124,7 @@
...
@@ -124,6 +124,7 @@
# define cPrio_sysmon (cPrio_base + 16)
# define cPrio_sysmon (cPrio_base + 16)
# define cPrio_opc_server (cPrio_base + 15)
# define cPrio_opc_server (cPrio_base + 15)
# define cPrio_statussrv (cPrio_base + 15)
# define cPrio_statussrv (cPrio_base + 15)
# define cPrio_post (cPrio_base + 5)
# define cPrio_sevhistmon (cPrio_base + 15)
# define cPrio_sevhistmon (cPrio_base + 15)
# define cPrio_sev_server (cPrio_base + 15)
# define cPrio_sev_server (cPrio_base + 15)
# define cPrio_plc_init (cPrio_base + 5)
# define cPrio_plc_init (cPrio_base + 5)
...
@@ -2094,6 +2095,9 @@ ini_ProcTable (
...
@@ -2094,6 +2095,9 @@ ini_ProcTable (
pp
=
ini_ProcInsert
(
sts
,
cp
,
"pwr_statussrv"
,
"pwr_statussrv_%d"
,
0
,
1
,
"rt_statussrv"
,
cPrio_statussrv
,
0
,
""
);
pp
=
ini_ProcInsert
(
sts
,
cp
,
"pwr_statussrv"
,
"pwr_statussrv_%d"
,
0
,
1
,
"rt_statussrv"
,
cPrio_statussrv
,
0
,
""
);
pp
->
proc
.
flags
.
b
.
system
=
1
;
pp
->
proc
.
flags
.
b
.
system
=
1
;
pp
=
ini_ProcInsert
(
sts
,
cp
,
"pwr_post"
,
"pwr_post_%d"
,
0
,
1
,
"rt_post"
,
cPrio_post
,
0
,
""
);
pp
->
proc
.
flags
.
b
.
system
=
1
;
pp
=
ini_ProcInsert
(
sts
,
cp
,
"pwr_sevhistmon"
,
"pwr_sevhistmon_%d"
,
0
,
1
,
"rt_sevhistmon"
,
cPrio_sevhistmon
,
0
,
""
);
pp
=
ini_ProcInsert
(
sts
,
cp
,
"pwr_sevhistmon"
,
"pwr_sevhistmon_%d"
,
0
,
1
,
"rt_sevhistmon"
,
cPrio_sevhistmon
,
0
,
""
);
pp
->
proc
.
flags
.
b
.
system
=
1
;
pp
->
proc
.
flags
.
b
.
system
=
1
;
...
...
src/exe/rt_post/src/os_templ/hw_templ/makefile
0 → 100644
View file @
3e599866
include
$(pwre_dir_symbols)
-include
$(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
ifeq
($($(type_name)_generic_mk),)
-include
$(pwre_sroot)/tools/bld/src/$(os_name)/$(type_name)_generic.mk
endif
ifeq
($($(type_name)_generic_mk),)
include
$(pwre_sroot)/tools/bld/src/$(type_name)_generic.mk
endif
-include
../../special.mk
-include
../special.mk
-include
special.mk
src/exe/rt_post/src/os_templ/link_rule.mk
0 → 100644
View file @
3e599866
ifndef
link_rule_mk
link_rule_mk
:=
1
link
=
$(ldxx)
$(linkflags)
$(domap)
-o
$(export_exe)
\
$(export_obj)
$(objects)
$(rt_msg_objs)
\
$(pwr_obj)
/rt_io_user.o
\
$(pwre_conf_libdir)
$(pwre_conf_libpwrrt)
$(pwre_conf_lib)
endif
src/exe/rt_post/src/rt_post.cpp
0 → 100644
View file @
3e599866
/*
* Proview Open Source Process Control.
* Copyright (C) 2005-2011 SSAB Oxelosund 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.
*/
#include <math.h>
#include <float.h>
#include <stdlib.h>
#include "rt_post.h"
#include "co_error.h"
#include "rt_gdh.h"
#include "co_cdh.h"
#include "co_time.h"
#include "co_dcli.h"
#include "rt_errh.h"
#include "rt_qcom.h"
#include "rt_ini_event.h"
#include "rt_aproc.h"
#include "rt_pwr_msg.h"
#include "rt_qcom_msg.h"
#include "rt_mh_util.h"
static
rt_post
*
post
=
0
;
typedef
union
alau_Event
ala_uEvent
;
union
alau_Event
{
mh_sMsgInfo
Info
;
mh_sAck
Ack
;
mh_sMessage
Msg
;
mh_sReturn
Return
;
mh_sBlock
Block
;
};
void
rt_post
::
open
()
{
pwr_tStatus
sts
;
pwr_tObjid
oid
;
pwr_tFileName
filename
;
// Open server configuration object PostConfig
sts
=
gdh_GetClassList
(
pwr_cClass_PostConfig
,
&
oid
);
if
(
ODD
(
sts
))
{
sts
=
gdh_ObjidToPointer
(
oid
,
(
void
**
)
&
conf
);
if
(
EVEN
(
sts
))
throw
co_error
(
sts
);
aproc_RegisterObject
(
oid
);
}
else
{
errh_Info
(
"No Post configuration"
);
conf
->
Status
=
0
;
exit
(
0
);
}
conf
->
Status
=
PWR__SRVSTARTUP
;
// Connect to mh
mh_UtilWaitForMh
();
sts
=
mh_OutunitConnect
(
oid
,
mh_eOutunitType_Post
,
0
,
mh_ack_bc
,
mh_alarm_bc
,
mh_block_bc
,
mh_cancel_bc
,
mh_clear_alarmlist_bc
,
mh_clear_blocklist_bc
,
mh_info_bc
,
mh_return_bc
);
if
(
EVEN
(
sts
))
{
errh_Error
(
"Post terminated: %m"
,
sts
);
conf
->
Status
=
sts
;
exit
(
0
);
}
// Load user database
sts
=
gdh_GetObjectInfo
(
"pwrNode-System.SystemGroup"
,
&
systemgroup
,
sizeof
(
systemgroup
));
if
(
EVEN
(
sts
))
{
errh_Error
(
"Post terminated: %m"
,
sts
);
conf
->
Status
=
sts
;
exit
(
0
);
}
udb
=
new
GeUser
();
sts
=
dcli_get_defaultfilename
(
user_cFilename
,
filename
,
""
);
udb
->
load
(
filename
);
conf
->
Status
=
PWR__SRUN
;
}
void
rt_post
::
close
()
{
mh_OutunitDisconnect
();
}
void
rt_post
::
scan
()
{
pwr_tStatus
sts
=
1
;
while
(
ODD
(
sts
))
sts
=
mh_OutunitReceive
();
aproc_TimeStamp
(
scantime
(),
5
);
}
void
rt_post
::
init
(
qcom_sQid
*
qid
)
{
qcom_sQid
qini
;
qcom_sQattr
qAttr
;
pwr_tStatus
sts
;
sts
=
gdh_Init
(
"rt_post"
);
if
(
EVEN
(
sts
))
{
errh_Fatal
(
"gdh_Init, %m"
,
sts
);
exit
(
sts
);
}
errh_Init
(
"pwr_post"
,
errh_eAnix_post
);
errh_SetStatus
(
PWR__SRVSTARTUP
);
if
(
!
qcom_Init
(
&
sts
,
0
,
"pwr_post"
))
{
errh_Fatal
(
"qcom_Init, %m"
,
sts
);
errh_SetStatus
(
PWR__SRVTERM
);
exit
(
sts
);
}
qAttr
.
type
=
qcom_eQtype_private
;
qAttr
.
quota
=
100
;
if
(
!
qcom_CreateQ
(
&
sts
,
qid
,
&
qAttr
,
"events"
))
{
errh_Fatal
(
"qcom_CreateQ, %m"
,
sts
);
errh_SetStatus
(
PWR__SRVTERM
);
exit
(
sts
);
}
qini
=
qcom_cQini
;
if
(
!
qcom_Bind
(
&
sts
,
qid
,
&
qini
))
{
errh_Fatal
(
"qcom_Bind(Qini), %m"
,
sts
);
errh_SetStatus
(
PWR__SRVTERM
);
exit
(
-
1
);
}
}
pwr_tStatus
rt_post
::
mh_ack_bc
(
mh_sAck
*
MsgP
)
{
return
1
;
}
pwr_tStatus
rt_post
::
mh_return_bc
(
mh_sReturn
*
MsgP
)
{
return
1
;
}
pwr_tStatus
rt_post
::
mh_alarm_bc
(
mh_sMessage
*
MsgP
)
{
ala_uEvent
*
event
=
(
ala_uEvent
*
)
MsgP
;
int
sts
;
char
str
[
256
];
char
user
[
80
];
char
group
[
80
];
char
*
s
;
pwr_tTime
etime
,
current
;
pwr_tDeltaTime
diff
;
int
rcvnum
;
char
rcv_array
[
10
][
80
];
if
(
!
post
||
post
->
conf
->
Disable
)
return
1
;
if
(
!
event
->
Info
.
EventFlags
&
pwr_mEventFlagsMask_Email
||
!
event
->
Info
.
EventFlags
&
pwr_mEventFlagsMask_SMS
)
return
1
;
// Skip events older than 10 minutes
etime
=
net_NetTimeToTime
(
&
event
->
Info
.
EventTime
);
time_GetTime
(
&
current
);
time_Adiff
(
&
diff
,
&
current
,
&
etime
);
if
(
time_DToFloat
(
0
,
&
diff
)
>
600
)
return
1
;
// Check if already handled
if
(
event
->
Info
.
EventFlags
&
pwr_mEventFlagsMask_Email
)
{
if
(
post
->
email_check
(
&
event
->
Info
.
Id
))
return
1
;
else
post
->
email_register
(
&
event
->
Info
.
Id
);
}
if
(
event
->
Info
.
EventFlags
&
pwr_mEventFlagsMask_SMS
)
{
if
(
post
->
sms_check
(
&
event
->
Info
.
Id
))
return
1
;
else
post
->
sms_register
(
&
event
->
Info
.
Id
);
}
post
->
replace_symbol
(
str
,
event
->
Msg
.
Receiver
);
rcvnum
=
dcli_parse
(
str
,
","
,
""
,
(
char
*
)
rcv_array
,
sizeof
(
rcv_array
)
/
sizeof
(
rcv_array
[
0
]),
sizeof
(
rcv_array
[
0
]),
0
);
for
(
int
i
=
0
;
i
<
rcvnum
;
i
++
)
{
dcli_trim
(
str
,
rcv_array
[
i
]);
s
=
strrchr
(
str
,
'.'
);
if
(
s
)
{
*
s
=
0
;
strncpy
(
group
,
post
->
systemgroup
,
sizeof
(
group
));
strncat
(
group
,
"."
,
sizeof
(
group
));
strncat
(
group
,
str
,
sizeof
(
group
));
strncpy
(
user
,
s
+
1
,
sizeof
(
user
));
}
else
{
strncpy
(
group
,
post
->
systemgroup
,
sizeof
(
group
));
strncpy
(
user
,
str
,
sizeof
(
user
));
}
SystemName
*
sn
=
new
SystemName
(
group
);
sts
=
sn
->
parse
();
if
(
EVEN
(
sts
))
{
delete
sn
;
errh_Error
(
"Post systemgroup parse error, %m"
,
sts
);
continue
;
}
SystemList
*
sl
=
post
->
udb
->
find_system
(
sn
);
delete
sn
;
if
(
!
sl
)
{
errh_Error
(
"No such system group, %s"
,
group
);
continue
;
}
UserList
*
ul
=
(
UserList
*
)
sl
->
find_user
(
user
);
if
(
!
ul
)
{
errh_Error
(
"No such user, %s"
,
user
);
continue
;
}
if
(
event
->
Info
.
EventFlags
&
pwr_mEventFlagsMask_Email
&&
strcmp
(
post
->
conf
->
EmailCmd
,
""
)
!=
0
)
{
char
address
[
40
];
pwr_tCmd
cmd
;
ul
->
get_email
(
address
,
sizeof
(
address
));
post
->
format_cmd
(
cmd
,
post
->
conf
->
EmailCmd
,
address
,
event
->
Msg
.
EventText
);
if
(
post
->
conf
->
Log
)
errh_Info
(
"Email: %s"
,
cmd
);
system
(
cmd
);
post
->
conf
->
SentEmail
++
;
}
if
(
event
->
Info
.
EventFlags
&
pwr_mEventFlagsMask_SMS
&&
strcmp
(
post
->
conf
->
SMS_Cmd
,
""
)
!=
0
)
{
char
sms
[
40
];
pwr_tCmd
cmd
;
ul
->
get_sms
(
sms
,
sizeof
(
sms
));
post
->
format_cmd
(
cmd
,
post
->
conf
->
SMS_Cmd
,
sms
,
event
->
Msg
.
EventText
);
if
(
post
->
conf
->
Log
)
errh_Info
(
"SMS: %s"
,
cmd
);
system
(
cmd
);
post
->
conf
->
SentSMS
++
;
}
}
return
1
;
}
pwr_tStatus
rt_post
::
mh_block_bc
(
mh_sBlock
*
MsgP
)
{
return
1
;
}
pwr_tStatus
rt_post
::
mh_cancel_bc
(
mh_sReturn
*
MsgP
)
{
return
1
;
}
pwr_tStatus
rt_post
::
mh_info_bc
(
mh_sMessage
*
MsgP
)
{
return
1
;
}
pwr_tStatus
rt_post
::
mh_clear_alarmlist_bc
(
pwr_tNodeIndex
nix
)
{
return
1
;
}
pwr_tStatus
rt_post
::
mh_clear_blocklist_bc
(
pwr_tNodeIndex
nix
)
{
return
1
;
}
void
rt_post
::
format_cmd
(
char
*
cmd
,
char
*
format
,
char
*
address
,
char
*
text
)
{
char
*
s1
;
pwr_tCmd
str
;
strncpy
(
cmd
,
format
,
sizeof
(
pwr_tCmd
));
// Replace $address with address
s1
=
strstr
(
cmd
,
"$address"
);
if
(
s1
)
{
strncpy
(
str
,
s1
+
strlen
(
"$address"
),
sizeof
(
str
));
*
s1
=
0
;
strncat
(
cmd
,
address
,
sizeof
(
pwr_tCmd
));
strncat
(
cmd
,
str
,
sizeof
(
pwr_tCmd
));
}
// Replace $text with text
s1
=
strstr
(
cmd
,
"$text"
);
if
(
s1
)
{
strncpy
(
str
,
s1
+
strlen
(
"$text"
),
sizeof
(
str
));
*
s1
=
0
;
strncat
(
cmd
,
text
,
sizeof
(
pwr_tCmd
));
strncat
(
cmd
,
str
,
sizeof
(
pwr_tCmd
));
}
}
void
rt_post
::
replace_symbol
(
char
*
outstr
,
char
*
instr
)
{
char
*
s
,
*
t
,
*
u
;
int
symbolmode
=
0
;
char
symbol
[
80
];
char
csymbol
[
80
];
int
size
;
int
found
;
s
=
instr
;
t
=
outstr
;
while
(
1
)
{
if
(
symbolmode
)
{
if
(
*
s
==
','
||
*
s
==
' '
||
*
s
==
' '
||
*
s
==
0
)
{
// End of symbol
size
=
(
long
int
)
s
-
(
long
int
)(
u
+
1
);
strncpy
(
symbol
,
u
+
1
,
size
);
symbol
[
size
]
=
0
;
// Find the symbol
found
=
0
;
for
(
unsigned
int
j
=
0
;
j
<
sizeof
(
conf
->
Symbols
)
/
sizeof
(
conf
->
Symbols
[
0
]);
j
++
)
{
dcli_trim
(
csymbol
,
conf
->
Symbols
[
j
].
Name
);
if
(
strcmp
(
symbol
,
csymbol
)
==
0
)
{
// Found, insert the value
strcpy
(
t
,
conf
->
Symbols
[
j
].
Value
);
t
+=
strlen
(
conf
->
Symbols
[
j
].
Value
);
found
=
1
;
break
;
}
}
if
(
!
found
)
{
// Not found
strcpy
(
t
,
"$"
);
t
++
;
strcat
(
t
,
symbol
);
t
+=
strlen
(
symbol
);
}
symbolmode
=
0
;
*
t
=
*
s
;
t
++
;
}
}
else
{
if
(
*
s
==
'$'
)
{
symbolmode
=
1
;
u
=
s
;
}
else
{
*
t
=
*
s
;
t
++
;
}
}
if
(
*
s
==
0
)
break
;
s
++
;
}
}
void
rt_post
::
email_register
(
mh_sEventId
*
id
)
{
memcpy
(
&
sent_email
[
sent_email_endidx
],
id
,
sizeof
(
sent_email
[
0
]));
sent_email_endidx
++
;
if
(
sent_email_endidx
>=
sizeof
(
sent_email
)
/
sizeof
(
sent_email
[
0
]))
sent_email_endidx
=
0
;
if
(
sent_email_endidx
==
sent_email_startidx
)
sent_email_startidx
++
;
if
(
sent_email_startidx
>=
sizeof
(
sent_email
)
/
sizeof
(
sent_email
[
0
]))
sent_email_startidx
=
0
;
}
int
rt_post
::
email_check
(
mh_sEventId
*
id
)
{
unsigned
int
i
;
for
(
i
=
sent_email_startidx
;
;
i
++
)
{
if
(
i
>=
sizeof
(
sent_email
)
/
sizeof
(
sent_email
[
0
]))
i
=
0
;
if
(
i
==
sent_email_endidx
)
break
;
if
(
memcmp
(
&
sent_email
[
i
],
id
,
sizeof
(
*
id
)))
return
1
;
}
return
0
;
}
void
rt_post
::
sms_register
(
mh_sEventId
*
id
)
{
memcpy
(
&
sent_sms
[
sent_sms_endidx
],
id
,
sizeof
(
sent_sms
[
0
]));
sent_sms_endidx
++
;
if
(
sent_sms_endidx
>=
sizeof
(
sent_sms
)
/
sizeof
(
sent_sms
[
0
]))
sent_sms_endidx
=
0
;
if
(
sent_sms_endidx
==
sent_sms_startidx
)
sent_sms_startidx
++
;
if
(
sent_sms_startidx
>=
sizeof
(
sent_sms
)
/
sizeof
(
sent_sms
[
0
]))
sent_sms_startidx
=
0
;
}
int
rt_post
::
sms_check
(
mh_sEventId
*
id
)
{
unsigned
int
i
;
for
(
i
=
sent_sms_startidx
;
;
i
++
)
{
if
(
i
>=
sizeof
(
sent_sms
)
/
sizeof
(
sent_sms
[
0
]))
i
=
0
;
if
(
i
==
sent_sms_endidx
)
break
;
if
(
memcmp
(
&
sent_sms
[
i
],
id
,
sizeof
(
*
id
))
==
0
)
return
1
;
}
return
0
;
}
int
main
()
{
pwr_tStatus
sts
;
int
tmo
;
char
mp
[
2000
];
qcom_sQid
qid
=
qcom_cNQid
;
qcom_sGet
get
;
int
swap
=
0
;
bool
first_scan
=
true
;
post
=
new
rt_post
();
post
->
init
(
&
qid
);
try
{
post
->
open
();
}
catch
(
co_error
&
e
)
{
errh_Error
(
(
char
*
)
e
.
what
().
c_str
());
errh_Fatal
(
"rt_post aborting"
);
errh_SetStatus
(
PWR__SRVTERM
);
exit
(
0
);
}
aproc_TimeStamp
(
post
->
scantime
(),
10
);
errh_SetStatus
(
PWR__SRUN
);
first_scan
=
true
;
for
(;;)
{
if
(
first_scan
)
{
tmo
=
(
int
)
(
post
->
scantime
()
*
1000
-
1
);
}
get
.
maxSize
=
sizeof
(
mp
);
get
.
data
=
mp
;
qcom_Get
(
&
sts
,
&
qid
,
&
get
,
tmo
);
if
(
sts
==
QCOM__TMO
||
sts
==
QCOM__QEMPTY
)
{
if
(
!
swap
)
post
->
scan
();
}
else
{
ini_mEvent
new_event
;
qcom_sEvent
*
ep
=
(
qcom_sEvent
*
)
get
.
data
;
new_event
.
m
=
ep
->
mask
;
if
(
new_event
.
b
.
oldPlcStop
&&
!
swap
)
{
errh_SetStatus
(
PWR__SRVRESTART
);
post
->
conf
->
Status
=
PWR__SRVRESTART
;
swap
=
1
;
post
->
close
();
}
else
if
(
new_event
.
b
.
swapDone
&&
swap
)
{
swap
=
0
;
post
->
open
();
errh_SetStatus
(
PWR__SRUN
);
post
->
conf
->
Status
=
PWR__SRUN
;
}
else
if
(
new_event
.
b
.
terminate
)
{
exit
(
0
);
}
}
first_scan
=
false
;
}
}
src/exe/rt_post/src/rt_post.h
0 → 100644
View file @
3e599866
/*
* Proview Open Source Process Control.
* Copyright (C) 2005-2011 SSAB Oxelosund 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.
*/
#ifndef rt_post_h
#define rt_post_h
using
namespace
std
;
#include <string.h>
#ifndef pwr_h
# include "pwr.h"
#endif
#ifndef rt_qmon_h
# include "rt_qcom.h"
#endif
#ifndef rt_mh_h
# include "rt_mh.h"
#endif
#ifndef rt_mh_outunit_h
# include "rt_mh_outunit.h"
#endif
#ifndef co_user_h
# include "co_user.h"
#endif
#include "pwr_baseclasses.h"
/*! \file rt_post.h
\brief Contains the rt_post class. */
/*! \addtogroup rt */
/*@{*/
class
rt_post
{
public:
rt_post
()
:
scan_time
(
1
),
conf
(
0
),
udb
(
0
),
sent_sms_startidx
(
0
),
sent_sms_endidx
(
0
),
sent_email_startidx
(
0
),
sent_email_endidx
(
0
)
{
strcpy
(
systemgroup
,
""
);
}
void
init
(
qcom_sQid
*
qid
);
void
open
();
void
close
();
void
scan
();
double
scantime
()
{
return
scan_time
;}
void
format_cmd
(
char
*
cmd
,
char
*
format
,
char
*
address
,
char
*
text
);
void
replace_symbol
(
char
*
outstr
,
char
*
instr
);
void
email_register
(
mh_sEventId
*
id
);
void
sms_register
(
mh_sEventId
*
id
);
int
email_check
(
mh_sEventId
*
id
);
int
sms_check
(
mh_sEventId
*
id
);
static
pwr_tStatus
mh_ack_bc
(
mh_sAck
*
MsgP
);
static
pwr_tStatus
mh_return_bc
(
mh_sReturn
*
MsgP
);
static
pwr_tStatus
mh_alarm_bc
(
mh_sMessage
*
MsgP
);
static
pwr_tStatus
mh_block_bc
(
mh_sBlock
*
MsgP
);
static
pwr_tStatus
mh_cancel_bc
(
mh_sReturn
*
MsgP
);
static
pwr_tStatus
mh_info_bc
(
mh_sMessage
*
MsgP
);
static
pwr_tStatus
mh_clear_alarmlist_bc
(
pwr_tNodeIndex
nix
);
static
pwr_tStatus
mh_clear_blocklist_bc
(
pwr_tNodeIndex
nix
);
double
scan_time
;
pwr_sClass_PostConfig
*
conf
;
GeUser
*
udb
;
char
systemgroup
[
80
];
mh_sEventId
sent_sms
[
200
];
mh_sEventId
sent_email
[
200
];
unsigned
int
sent_sms_startidx
;
unsigned
int
sent_sms_endidx
;
unsigned
int
sent_email_startidx
;
unsigned
int
sent_email_endidx
;
};
/*@}*/
#endif
src/exe/rt_sevhistmon/src/rt_sevhistmon.cpp
View file @
3e599866
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
#include "rt_qcom_msg.h"
#include "rt_qcom_msg.h"
#include "rt_ini_event.h"
#include "rt_ini_event.h"
#include "rt_errh.h"
#include "rt_errh.h"
#include "rt_aproc.h"
#include "rt_sev_net.h"
#include "rt_sev_net.h"
#include "rt_sevhistmon.h"
#include "rt_sevhistmon.h"
#include "rt_sev_msg.h"
#include "rt_sev_msg.h"
...
@@ -64,8 +65,8 @@ int rt_sevhistmon::init()
...
@@ -64,8 +65,8 @@ int rt_sevhistmon::init()
pwr_tOid
conf_oid
;
pwr_tOid
conf_oid
;
pwr_tOName
oname
;
pwr_tOName
oname
;
errh_Init
(
"pwr_sevhistmon"
,
errh_e
NAnix
);
errh_Init
(
"pwr_sevhistmon"
,
errh_e
Anix_sevhistmon
);
//
errh_SetStatus( PWR__SRVSTARTUP);
errh_SetStatus
(
PWR__SRVSTARTUP
);
sts
=
gdh_Init
(
"rt_sevhistmon"
);
sts
=
gdh_Init
(
"rt_sevhistmon"
);
if
(
EVEN
(
sts
))
throw
co_error
(
sts
);
if
(
EVEN
(
sts
))
throw
co_error
(
sts
);
...
@@ -83,6 +84,8 @@ int rt_sevhistmon::init()
...
@@ -83,6 +84,8 @@ int rt_sevhistmon::init()
m_sts
=
gdh_RefObjectInfo
(
oname
,
(
void
**
)
&
m_confp
,
&
m_conf_refid
,
sizeof
(
*
m_confp
));
m_sts
=
gdh_RefObjectInfo
(
oname
,
(
void
**
)
&
m_confp
,
&
m_conf_refid
,
sizeof
(
*
m_confp
));
if
(
EVEN
(
m_sts
))
throw
co_error
(
m_sts
);
if
(
EVEN
(
m_sts
))
throw
co_error
(
m_sts
);
aproc_RegisterObject
(
conf_oid
);
m_confp
->
Status
=
m_server_status
=
PWR__SRVSTARTUP
;
m_confp
->
Status
=
m_server_status
=
PWR__SRVSTARTUP
;
m_scantime
=
m_confp
->
ScanTime
;
m_scantime
=
m_confp
->
ScanTime
;
if
(
m_scantime
<
0.02
)
if
(
m_scantime
<
0.02
)
...
@@ -594,6 +597,8 @@ int rt_sevhistmon::close()
...
@@ -594,6 +597,8 @@ int rt_sevhistmon::close()
{
{
close_objects
();
close_objects
();
m_confp
->
Status
=
PWR__SRVTERM
;
m_confp
->
Status
=
PWR__SRVTERM
;
errh_SetStatus
(
PWR__SRVTERM
);
gdh_UnrefObjectInfo
(
m_conf_refid
);
gdh_UnrefObjectInfo
(
m_conf_refid
);
return
1
;
return
1
;
}
}
...
@@ -718,6 +723,7 @@ void rt_sevhistmon::set_status()
...
@@ -718,6 +723,7 @@ void rt_sevhistmon::set_status()
}
}
}
}
m_confp
->
Status
=
sts
;
m_confp
->
Status
=
sts
;
errh_SetStatus
(
sts
);
}
}
int
rt_sevhistmon
::
retry_connect
()
int
rt_sevhistmon
::
retry_connect
()
...
@@ -1045,6 +1051,7 @@ int rt_sevhistmon::mainloop()
...
@@ -1045,6 +1051,7 @@ int rt_sevhistmon::mainloop()
if
(
m_loopcnt
%
reconnect_time
==
0
)
if
(
m_loopcnt
%
reconnect_time
==
0
)
retry_connect
();
retry_connect
();
}
}
aproc_TimeStamp
(
m_scantime
,
5
);
continue
;
continue
;
}
}
...
@@ -1072,7 +1079,7 @@ int rt_sevhistmon::mainloop()
...
@@ -1072,7 +1079,7 @@ int rt_sevhistmon::mainloop()
new_event
.
m
=
ep
->
mask
;
new_event
.
m
=
ep
->
mask
;
if
(
new_event
.
b
.
oldPlcStop
&&
!
m_swap
)
{
if
(
new_event
.
b
.
oldPlcStop
&&
!
m_swap
)
{
m_swap
=
1
;
m_swap
=
1
;
//
errh_SetStatus( PWR__SRVRESTART);
errh_SetStatus
(
PWR__SRVRESTART
);
m_confp
->
Status
=
PWR__SRVRESTART
;
m_confp
->
Status
=
PWR__SRVRESTART
;
close
();
close
();
}
}
...
@@ -1086,7 +1093,7 @@ int rt_sevhistmon::mainloop()
...
@@ -1086,7 +1093,7 @@ int rt_sevhistmon::mainloop()
errh_Error
(
"SevHistMonitor terminating, %m"
,
e
.
sts
());
errh_Error
(
"SevHistMonitor terminating, %m"
,
e
.
sts
());
exit
(
0
);
exit
(
0
);
}
}
//
errh_SetStatus( PWR__SRUN);
errh_SetStatus
(
PWR__SRUN
);
m_confp
->
Status
=
PWR__SRUN
;
m_confp
->
Status
=
PWR__SRUN
;
errh_Info
(
"Warm restart completed"
);
errh_Info
(
"Warm restart completed"
);
}
}
...
...
src/exp/inc/src/pwr_class.h
View file @
3e599866
...
@@ -1070,11 +1070,11 @@ struct pwr_s_Node {
...
@@ -1070,11 +1070,11 @@ struct pwr_s_Node {
pwr_tDeltaTime
RestartStallTime
pwr_dAlignLW
;
pwr_tDeltaTime
RestartStallTime
pwr_dAlignLW
;
pwr_tTime
SystemTime
pwr_dAlignLW
;
pwr_tTime
SystemTime
pwr_dAlignLW
;
pwr_tNetStatus
SystemStatus
pwr_dAlignW
;
pwr_tNetStatus
SystemStatus
pwr_dAlignW
;
pwr_tStatus
ProcStatus
[
4
0
]
pwr_dAlignW
;
pwr_tStatus
ProcStatus
[
6
0
]
pwr_dAlignW
;
pwr_tStatus
ProcMsgSeverity
[
4
0
]
pwr_dAlignW
;
pwr_tStatus
ProcMsgSeverity
[
6
0
]
pwr_dAlignW
;
pwr_tString80
ProcMessage
[
4
0
]
pwr_dAlignW
;
pwr_tString80
ProcMessage
[
6
0
]
pwr_dAlignW
;
pwr_tOid
ProcObject
[
4
0
]
pwr_dAlignW
;
pwr_tOid
ProcObject
[
6
0
]
pwr_dAlignW
;
pwr_tTime
ProcTimeStamp
[
4
0
]
pwr_dAlignLW
;
pwr_tTime
ProcTimeStamp
[
6
0
]
pwr_dAlignLW
;
pwr_tBoolean
EmergBreakTrue
pwr_dAlignW
;
pwr_tBoolean
EmergBreakTrue
pwr_dAlignW
;
pwr_tUInt32
EmergBreakSelect
pwr_dAlignW
;
pwr_tUInt32
EmergBreakSelect
pwr_dAlignW
;
};
};
...
...
src/lib/co/src/co_user.h
View file @
3e599866
...
@@ -218,6 +218,8 @@ class UserList {
...
@@ -218,6 +218,8 @@ class UserList {
char
*
email
,
char
*
phone
,
char
*
sms
);
char
*
email
,
char
*
phone
,
char
*
sms
);
UserList
*
next_user
()
{
return
next
;}
UserList
*
next_user
()
{
return
next
;}
char
*
get_name
()
{
return
name
;}
char
*
get_name
()
{
return
name
;}
void
get_sms
(
char
*
s
,
int
size
)
{
strncpy
(
s
,
sms
,
size
);}
void
get_email
(
char
*
s
,
int
size
)
{
strncpy
(
s
,
email
,
size
);}
unsigned
long
get_priv
()
{
return
priv
;}
unsigned
long
get_priv
()
{
return
priv
;}
static
char
*
pwcrypt
(
const
char
*
str
);
static
char
*
pwcrypt
(
const
char
*
str
);
};
};
...
...
src/lib/rt/src/rt_c_node.c
View file @
3e599866
...
@@ -64,9 +64,11 @@ pwrs_Node_Exec (
...
@@ -64,9 +64,11 @@ pwrs_Node_Exec (
errh_eSeverity
severity
;
errh_eSeverity
severity
;
errh_eSeverity
system_severity
;
errh_eSeverity
system_severity
;
int
new_idx
=
-
1
;
int
new_idx
=
-
1
;
static
int
supervise
[
4
0
]
=
{
static
int
supervise
[
6
0
]
=
{
0
,
0
,
0
,
0
,
1
,
1
,
1
,
0
,
1
,
1
,
0
,
0
,
0
,
0
,
1
,
1
,
1
,
0
,
1
,
1
,
1
,
1
,
1
,
0
,
0
,
1
,
0
,
1
,
1
,
1
,
1
,
1
,
1
,
0
,
0
,
1
,
0
,
1
,
1
,
1
,
1
,
1
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
};
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
};
static
int
reboot_done
=
0
;
static
int
reboot_done
=
0
;
...
...
src/lib/rt/src/rt_errh.h
View file @
3e599866
...
@@ -119,26 +119,28 @@ typedef enum {
...
@@ -119,26 +119,28 @@ typedef enum {
errh_eAnix_remote
=
18
,
errh_eAnix_remote
=
18
,
errh_eAnix_opc_server
=
19
,
errh_eAnix_opc_server
=
19
,
errh_eAnix_statussrv
=
20
,
errh_eAnix_statussrv
=
20
,
errh_eAnix_appl1
=
21
,
errh_eAnix_post
=
21
,
errh_eAnix_appl2
=
22
,
errh_eAnix_sevhistmon
=
22
,
errh_eAnix_appl3
=
23
,
errh_eAnix_appl1
=
41
,
errh_eAnix_appl4
=
24
,
errh_eAnix_appl2
=
42
,
errh_eAnix_appl5
=
25
,
errh_eAnix_appl3
=
43
,
errh_eAnix_appl6
=
26
,
errh_eAnix_appl4
=
44
,
errh_eAnix_appl7
=
27
,
errh_eAnix_appl5
=
45
,
errh_eAnix_appl8
=
28
,
errh_eAnix_appl6
=
46
,
errh_eAnix_appl9
=
29
,
errh_eAnix_appl7
=
47
,
errh_eAnix_appl10
=
30
,
errh_eAnix_appl8
=
48
,
errh_eAnix_appl11
=
31
,
errh_eAnix_appl9
=
49
,
errh_eAnix_appl12
=
32
,
errh_eAnix_appl10
=
50
,
errh_eAnix_appl13
=
33
,
errh_eAnix_appl11
=
51
,
errh_eAnix_appl14
=
34
,
errh_eAnix_appl12
=
52
,
errh_eAnix_appl15
=
35
,
errh_eAnix_appl13
=
53
,
errh_eAnix_appl16
=
36
,
errh_eAnix_appl14
=
54
,
errh_eAnix_appl17
=
37
,
errh_eAnix_appl15
=
55
,
errh_eAnix_appl18
=
38
,
errh_eAnix_appl16
=
56
,
errh_eAnix_appl19
=
39
,
errh_eAnix_appl17
=
57
,
errh_eAnix_appl20
=
40
errh_eAnix_appl18
=
58
,
errh_eAnix_appl19
=
59
,
errh_eAnix_appl20
=
50
}
errh_eAnix
;
}
errh_eAnix
;
/**
/**
...
...
src/lib/rt/src/rt_mh_net.x
View file @
3e599866
...
@@ -166,7 +166,8 @@ enum mh_eOutunitType{
...
@@ -166,7 +166,8 @@ enum mh_eOutunitType{
mh_eOutunitType_File = 3,
mh_eOutunitType_File = 3,
mh_eOutunitType_Terminal = 4,
mh_eOutunitType_Terminal = 4,
mh_eOutunitType_Logger = 5,
mh_eOutunitType_Logger = 5,
mh_eOutunitType_ = 6
mh_eOutunitType_Post = 6,
mh_eOutunitType_ = 7
};
};
enum mh_eSource {
enum mh_eSource {
...
@@ -379,6 +380,7 @@ struct mh_sMessage {
...
@@ -379,6 +380,7 @@ struct mh_sMessage {
pwr_sAttrRef Object;
pwr_sAttrRef Object;
pwr_sAttrRef SupObject;
pwr_sAttrRef SupObject;
pwr_tAName EventName;
pwr_tAName EventName;
pwr_tString40 Receiver;
};
};
struct mh_sReturn {
struct mh_sReturn {
...
...
src/lib/rt/src/rt_mh_outunit.c
View file @
3e599866
...
@@ -309,6 +309,11 @@ mh_OutunitConnect (
...
@@ -309,6 +309,11 @@ mh_OutunitConnect (
l
.
pSelL
=
(
void
*
)
&
((
pwr_sClass_EventPrinter
*
)
p
)
->
SelectList
[
0
];
l
.
pSelL
=
(
void
*
)
&
((
pwr_sClass_EventPrinter
*
)
p
)
->
SelectList
[
0
];
l
.
SelectListIsUpdated
=
NULL
;
l
.
SelectListIsUpdated
=
NULL
;
break
;
break
;
case
pwr_cClass_PostConfig
:
type
=
mh_eOutunitType_Post
;
l
.
pSelL
=
(
void
*
)
&
((
pwr_sClass_PostConfig
*
)
p
)
->
EventSelectList
[
0
];
l
.
SelectListIsUpdated
=
NULL
;
break
;
default:
default:
return
MH__NOOUTUNIT
;
return
MH__NOOUTUNIT
;
break
;
break
;
...
...
src/wbl/pwrb/src/pwrb_c_a_symboldefinition.wb_load
0 → 100644
View file @
3e599866
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2011 SSAB Oxelosund AB.
!
! This file is part of Proview.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with Proview. If not, see <http://www.gnu.org/licenses/>
!
! Linking Proview statically or dynamically with other modules is
! making a combined work based on Proview. Thus, the terms and
! conditions of the GNU General Public License cover the whole
! combination.
!
! In addition, as a special exception, the copyright holders of
! Proview give you permission to, from the build function in the
! Proview Configurator, combine Proview with modules generated by the
! Proview PLC Editor to a PLC program, regardless of the license
! terms of these modules. You may copy and distribute the resulting
! combined work under the terms of your choice, provided that every
! copy of the combined work is accompanied by a complete copy of
! the source code of Proview (the version used to produce the
! combined work), being distributed under the terms of the GNU
! General Public License plus this exception.
!
! pwrb_c_a_symboldefinition.wb_load -- Defines the class SymbolDefinition.
!
SObject pwrb:Class
!/**
! @Version 1.0
! @Summary Definition of symbols.
! Definition of symbols.
!*/
Object SymbolDefinition $ClassDef 549
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "SymbolDefinition"
EndBody
!/**
! Symbol name.
!*/
Object Name $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! Symbol value.
!*/
Object Value $Attribute 2
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
EndObject
Object Template SymbolDefinition
Body RtBody
EndBody
EndObject
EndObject
EndSObject
src/wbl/pwrb/src/pwrb_c_asup.wb_load
View file @
3e599866
...
@@ -342,6 +342,15 @@ SObject pwrb:Class
...
@@ -342,6 +342,15 @@ SObject pwrb:Class
EndBody
EndBody
EndObject
EndObject
!/**
!/**
! Recipient for epost and mms alarms.
! The recipient is a user defined in the user database.
!*/
Object Recipient $Attribute 41
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
EndBody
EndObject
!/**
! Specifies the complete name of supervised parameter.
! Specifies the complete name of supervised parameter.
! Attribute is filled in by the user if the input named
! Attribute is filled in by the user if the input named
! IN is left open. If the input is connected the names
! IN is left open. If the input is connected the names
...
...
src/wbl/pwrb/src/pwrb_c_cyclesup.wb_load
View file @
3e599866
...
@@ -379,6 +379,15 @@ SObject pwrb:Class
...
@@ -379,6 +379,15 @@ SObject pwrb:Class
EndBody
EndBody
EndObject
EndObject
!/**
!/**
! Recipient for epost and mms alarms.
! The recipient is a user defined in the user database.
!*/
Object Recipient $Attribute 48
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
EndBody
EndObject
!/**
! Attribute is filled in by the user if the input named
! Attribute is filled in by the user if the input named
! IN is left open. If the input is connected the names
! IN is left open. If the input is connected the names
! are filled in by the PROVIEW/R system at compilation.
! are filled in by the PROVIEW/R system at compilation.
...
...
src/wbl/pwrb/src/pwrb_c_dsup.wb_load
View file @
3e599866
...
@@ -342,6 +342,15 @@ SObject pwrb:Class
...
@@ -342,6 +342,15 @@ SObject pwrb:Class
EndBody
EndBody
EndObject
EndObject
!/**
!/**
! Recipient for epost and mms alarms.
! The recipient is a user defined in the user database.
!*/
Object Recipient $Attribute 38
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
EndBody
EndObject
!/**
! Attribute is filled in by the user if the input named
! Attribute is filled in by the user if the input named
! IN is left open. If the input is connected the names
! IN is left open. If the input is connected the names
! are filled in by the PROVIEW/R system at compilation.
! are filled in by the PROVIEW/R system at compilation.
...
...
src/wbl/pwrb/src/pwrb_c_nodelinksup.wb_load
View file @
3e599866
...
@@ -334,6 +334,15 @@ SObject pwrb:Class
...
@@ -334,6 +334,15 @@ SObject pwrb:Class
EndBody
EndBody
EndObject
EndObject
!/**
!/**
! Recipient for epost and mms alarms.
! The recipient is a user defined in the user database.
!*/
Object Recipient $Attribute 44
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
EndBody
EndObject
!/**
! Attribute is filled in by the server process to the
! Attribute is filled in by the server process to the
! NodeLinkSup object itself.
! NodeLinkSup object itself.
!*/
!*/
...
...
src/wbl/pwrb/src/pwrb_c_opplace.wb_load
View file @
3e599866
...
@@ -257,7 +257,7 @@ SObject pwrb:Class
...
@@ -257,7 +257,7 @@ SObject pwrb:Class
! identity according to the calling parameter EventName.
! identity according to the calling parameter EventName.
!
!
! SelectList specifies the hierarchies from which
! SelectList specifies the hierarchies from which
! messages are to be sent to the user. Up to
2
0 different
! messages are to be sent to the user. Up to
4
0 different
! hierarchies can be specified. If messages from e.g. a
! hierarchies can be specified. If messages from e.g. a
! Watchdog object in a node will be received, then the
! Watchdog object in a node will be received, then the
! name of the node will be specified.
! name of the node will be specified.
...
...
src/wbl/pwrb/src/pwrb_c_postconfig.wb_load
0 → 100644
View file @
3e599866
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2011 SSAB Oxelosund AB.
!
! This file is part of Proview.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with Proview. If not, see <http://www.gnu.org/licenses/>
!
! Linking Proview statically or dynamically with other modules is
! making a combined work based on Proview. Thus, the terms and
! conditions of the GNU General Public License cover the whole
! combination.
!
! In addition, as a special exception, the copyright holders of
! Proview give you permission to, from the build function in the
! Proview Configurator, combine Proview with modules generated by the
! Proview PLC Editor to a PLC program, regardless of the license
! terms of these modules. You may copy and distribute the resulting
! combined work under the terms of your choice, provided that every
! copy of the combined work is accompanied by a complete copy of
! the source code of Proview (the version used to produce the
! combined work), being distributed under the terms of the GNU
! General Public License plus this exception.
!
! pwrb_c_postconfig.wb_load -- Defines the class PostConfig.
!
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Servers,NodeConfiguration
! @Summary Configuration of event post server.
! Configuration of event post server.
!*/
Object PostConfig $ClassDef 548
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "PostConfig"
EndBody
!/**
! Specifies the email shell command.
!*/
Object EmailCmd $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String256"
EndBody
EndObject
!/**
! Specifies the SMS shell command.
!*/
Object SMS_Cmd $Attribute 2
Body SysBody
Attr TypeRef = "pwrs:Type-$String256"
EndBody
EndObject
!/**
! SelectList specifies the hierarchies from which
! messages are to be sent to the user. Up to 20 different
! hierarchies can be specified. If messages from e.g. a
! Watchdog object in a node will be received, then the
! name of the node will be specified.
!
! Note! If the SelectList is left blank no message at all is
! sent to the user.
!*/
Object EventSelectList $Attribute 3
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 40
EndBody
EndObject
!/**
! Symbol definitions.
!*/
Object Symbols $Attribute 4
Body SysBody
Attr TypeRef = "pwrb:Class-SymbolDefinition"
Attr Flags |= PWR_MASK_ARRAY
Attr Flags |= PWR_MASK_CLASS
Attr Elements = 20
EndBody
EndObject
!/**
! Server status.
!*/
Object Status $Attribute 5
Body SysBody
Attr TypeRef = "pwrs:Type-$Status"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
!/**
! Number of sent SMS.
!*/
Object SentSMS $Attribute 6
Body SysBody
Attr TypeRef = "pwrs:Type-$UInt32"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
!/**
! Number of sent Email.
!*/
Object SentEmail $Attribute 7
Body SysBody
Attr TypeRef = "pwrs:Type-$UInt32"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
!/**
! Disable post.
!*/
Object Disable $Attribute 8
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! Print posted commands to console log.
!*/
Object Log $Attribute 9
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
EndObject
Object Template PostConfig
Body RtBody
EndBody
EndObject
EndObject
EndSObject
src/wbl/pwrb/src/pwrb_td_eventflagsmask.wb_load
View file @
3e599866
...
@@ -125,6 +125,28 @@ SObject pwrb:Type
...
@@ -125,6 +125,28 @@ SObject pwrb:Type
Attr Value = 64
Attr Value = 64
EndBody
EndBody
EndObject
EndObject
!/**
! The message will be handle by the email server and
! forwarded to the specified receiver.
!*/
Object Email $Bit
Body SysBody
Attr PgmName = "Email"
Attr Text = "Email"
Attr Value = 128
EndBody
EndObject
!/**
! The message will be handle by the SMS server and
! forwarded to the specified receiver.
!*/
Object SMS $Bit
Body SysBody
Attr PgmName = "SMS"
Attr Text = "SMS"
Attr Value = 256
EndBody
EndObject
EndObject
EndObject
EndSObject
EndSObject
...
...
src/wbl/pwrs/src/pwrs_c_node.wb_load
View file @
3e599866
...
@@ -204,7 +204,7 @@ SObject pwrs:Class
...
@@ -204,7 +204,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Flags |= PWR_MASK_ARRAY
Attr Elements =
4
0
Attr Elements =
6
0
EndBody
EndBody
EndObject
EndObject
!/**
!/**
...
@@ -216,7 +216,7 @@ SObject pwrs:Class
...
@@ -216,7 +216,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Flags |= PWR_MASK_ARRAY
Attr Elements =
4
0
Attr Elements =
6
0
EndBody
EndBody
EndObject
EndObject
!/**
!/**
...
@@ -228,7 +228,7 @@ SObject pwrs:Class
...
@@ -228,7 +228,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Flags |= PWR_MASK_ARRAY
Attr Elements =
4
0
Attr Elements =
6
0
EndBody
EndBody
EndObject
EndObject
!/**
!/**
...
@@ -240,7 +240,7 @@ SObject pwrs:Class
...
@@ -240,7 +240,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Flags |= PWR_MASK_ARRAY
Attr Elements =
4
0
Attr Elements =
6
0
EndBody
EndBody
EndObject
EndObject
!/**
!/**
...
@@ -252,7 +252,7 @@ SObject pwrs:Class
...
@@ -252,7 +252,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Flags |= PWR_MASK_ARRAY
Attr Elements =
4
0
Attr Elements =
6
0
EndBody
EndBody
EndObject
EndObject
!/**
!/**
...
...
wb/lib/wb/src/wb_lfu.cpp
View file @
3e599866
...
@@ -2959,6 +2959,7 @@ pwr_tStatus lfu_check_appl_file( char *nodename, int bus_number)
...
@@ -2959,6 +2959,7 @@ pwr_tStatus lfu_check_appl_file( char *nodename, int bus_number)
"#pwr_webmonelog, , noload, norun, , 5, debug,
\"\"
"
<<
endl
<<
"#pwr_webmonelog, , noload, norun, , 5, debug,
\"\"
"
<<
endl
<<
"#pwr_opc_server, , noload, norun, , 5, debug,
\"\"
"
<<
endl
<<
"#pwr_opc_server, , noload, norun, , 5, debug,
\"\"
"
<<
endl
<<
"#pwr_statussrv, , noload, norun, , 5, debug,
\"\"
"
<<
endl
<<
"#pwr_statussrv, , noload, norun, , 5, debug,
\"\"
"
<<
endl
<<
"#pwr_post, , noload, norun, , 5, debug,
\"\"
"
<<
endl
<<
"#pwr_sevhistmon, , noload, norun, , 5, debug,
\"\"
"
<<
endl
<<
"#pwr_sevhistmon, , noload, norun, , 5, debug,
\"\"
"
<<
endl
<<
"#pwr_sev_server, , noload, norun, , 5, debug,
\"\"
"
<<
endl
;
"#pwr_sev_server, , noload, norun, , 5, debug,
\"\"
"
<<
endl
;
...
...
xtt/exp/ge/src/pwr_c_node.pwg
View file @
3e599866
0! DefaultWidth 813
0! DefaultWidth 813
0! DefaultHeight
692
0! DefaultHeight
729
1
1
100 20
100 20
135 20
135 20
101 20
101 20
102 -
95
102 -
136
103
-69
103
245
104
3.0024
104
2.94388
136
3.0024
136
2.94388
105 100
105 100
106 -
14
106 -
20
107
-10
107
6
108 40.4564
108 40.4564
109 0.64779
109 0.64779
110 3
6.185
110 3
8.0472
111 2.37709
111 2.37709
116 0
116 0
117 0
117
3
0
118
101
118
99
119
91
119
119
120 1
120 1
121 Claes context
121 Claes context
122 0
122 0
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
134
134
22
22
2200 0
2200 0
2201
389
2201
411
2202 pwr_c_node
2202 pwr_c_node
2203 51
2203 51
2205 0
2205 0
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
2209 0.35
2209 0.35
2210 1.9
2210 1.9
2211 41
2211 41
2212 3
6.5
2212 3
8.4
2213 4
2213 4
2214
2214
pwrp_pop:
pwrp_pop:
...
@@ -613,6 +613,7 @@ pwr_exe:
...
@@ -613,6 +613,7 @@ pwr_exe:
3003 2.4
3003 2.4
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -646,6 +647,7 @@ pwr_exe:
...
@@ -646,6 +647,7 @@ pwr_exe:
3003 4.34929
3003 4.34929
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -936,6 +938,7 @@ pwr_exe:
...
@@ -936,6 +938,7 @@ pwr_exe:
3003 5.16052
3003 5.16052
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -1233,6 +1236,7 @@ pwr_exe:
...
@@ -1233,6 +1236,7 @@ pwr_exe:
3003 6.01052
3003 6.01052
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -1398,6 +1402,7 @@ pwr_exe:
...
@@ -1398,6 +1402,7 @@ pwr_exe:
3003 6.86052
3003 6.86052
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -1563,6 +1568,7 @@ pwr_exe:
...
@@ -1563,6 +1568,7 @@ pwr_exe:
3003 5.16052
3003 5.16052
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -1728,6 +1734,7 @@ pwr_exe:
...
@@ -1728,6 +1734,7 @@ pwr_exe:
3003 6.01052
3003 6.01052
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -1893,6 +1900,7 @@ pwr_exe:
...
@@ -1893,6 +1900,7 @@ pwr_exe:
3003 6.86052
3003 6.86052
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -2058,6 +2066,7 @@ pwr_exe:
...
@@ -2058,6 +2066,7 @@ pwr_exe:
3003 5.16052
3003 5.16052
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -2223,6 +2232,7 @@ pwr_exe:
...
@@ -2223,6 +2232,7 @@ pwr_exe:
3003 6.01052
3003 6.01052
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -2439,7 +2449,7 @@ pwr_exe:
...
@@ -2439,7 +2449,7 @@ pwr_exe:
0
0
1006 40.4564
1006 40.4564
1007 0.64779
1007 0.64779
1008 3
6.185
1008 3
8.0472
1009 8.42103
1009 8.42103
1013 -1e+37
1013 -1e+37
1014 1e+37
1014 1e+37
...
@@ -2485,7 +2495,7 @@ pwr_exe:
...
@@ -2485,7 +2495,7 @@ pwr_exe:
2801 0
2801 0
2802 -5.03915
2802 -5.03915
2803 0
2803 0
2804
6.94099
2804
7.40654
2805 8.42103
2805 8.42103
2806 0
2806 0
99
99
...
@@ -2642,6 +2652,7 @@ pwr_exe:
...
@@ -2642,6 +2652,7 @@ pwr_exe:
3003 8.76052
3003 8.76052
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -6130,6 +6141,7 @@ pwr_exe:
...
@@ -6130,6 +6141,7 @@ pwr_exe:
3003 10.6605
3003 10.6605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -7300,6 +7312,7 @@ pwr_exe:
...
@@ -7300,6 +7312,7 @@ pwr_exe:
3003 13.8605
3003 13.8605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -7555,6 +7568,7 @@ pwr_exe:
...
@@ -7555,6 +7568,7 @@ pwr_exe:
3003 15.4605
3003 15.4605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -7810,6 +7824,7 @@ pwr_exe:
...
@@ -7810,6 +7824,7 @@ pwr_exe:
3003 17.0605
3003 17.0605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -8065,6 +8080,7 @@ pwr_exe:
...
@@ -8065,6 +8080,7 @@ pwr_exe:
3003 17.8605
3003 17.8605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -8320,6 +8336,7 @@ pwr_exe:
...
@@ -8320,6 +8336,7 @@ pwr_exe:
3003 18.6605
3003 18.6605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -8575,6 +8592,7 @@ pwr_exe:
...
@@ -8575,6 +8592,7 @@ pwr_exe:
3003 20.2605
3003 20.2605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -8830,6 +8848,7 @@ pwr_exe:
...
@@ -8830,6 +8848,7 @@ pwr_exe:
3003 21.0605
3003 21.0605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -9085,6 +9104,7 @@ pwr_exe:
...
@@ -9085,6 +9104,7 @@ pwr_exe:
3003 22.6605
3003 22.6605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -9278,6 +9298,7 @@ pwr_exe:
...
@@ -9278,6 +9298,7 @@ pwr_exe:
3003 9.76052
3003 9.76052
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -13487,6 +13508,7 @@ pwr_exe:
...
@@ -13487,6 +13508,7 @@ pwr_exe:
3003 9.76052
3003 9.76052
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -13520,6 +13542,7 @@ pwr_exe:
...
@@ -13520,6 +13542,7 @@ pwr_exe:
3003 9.76052
3003 9.76052
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -13553,6 +13576,7 @@ pwr_exe:
...
@@ -13553,6 +13576,7 @@ pwr_exe:
3003 10.7105
3003 10.7105
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -13586,6 +13610,7 @@ pwr_exe:
...
@@ -13586,6 +13610,7 @@ pwr_exe:
3003 11.5105
3003 11.5105
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -13619,6 +13644,7 @@ pwr_exe:
...
@@ -13619,6 +13644,7 @@ pwr_exe:
3003 13.1105
3003 13.1105
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -13652,6 +13678,7 @@ pwr_exe:
...
@@ -13652,6 +13678,7 @@ pwr_exe:
3003 14.7105
3003 14.7105
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -13685,6 +13712,7 @@ pwr_exe:
...
@@ -13685,6 +13712,7 @@ pwr_exe:
3003 16.3105
3003 16.3105
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -13718,6 +13746,7 @@ pwr_exe:
...
@@ -13718,6 +13746,7 @@ pwr_exe:
3003 12.3105
3003 12.3105
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -15368,12 +15397,12 @@ pwr_exe:
...
@@ -15368,12 +15397,12 @@ pwr_exe:
0
0
1006 6.95
1006 6.95
1007 6.35
1007 6.35
1008
28.5
5
1008
30.
5
1009 2
7.9
1009 2
9.85
1013 6.95
1013 6.95
1014 6.35
1014 6.35
1015
28.5
5
1015
30.
5
1016 2
7.9
1016 2
9.85
1003
1003
0
0
0
0
...
@@ -15415,7 +15444,7 @@ pwr_exe:
...
@@ -15415,7 +15444,7 @@ pwr_exe:
2802 6.2
2802 6.2
2803 0
2803 0
2804 1
2804 1
2805 2
7.8
2805 2
9.75
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -15433,7 +15462,7 @@ pwr_exe:
...
@@ -15433,7 +15462,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcStatus[
2
0]##status
3100 $object.ProcStatus[
4
0]##status
3101 38
3101 38
99
99
99
99
...
@@ -15497,12 +15526,12 @@ pwr_exe:
...
@@ -15497,12 +15526,12 @@ pwr_exe:
0
0
1006 21.3185
1006 21.3185
1007 7.15
1007 7.15
1008
28.5
5
1008
30.
5
1009 2
7.85
1009 2
9.8
1013 21.3185
1013 21.3185
1014 7.15
1014 7.15
1015
28.5
5
1015
30.
5
1016 2
7.85
1016 2
9.8
1003
1003
0
0
0
0
...
@@ -15544,7 +15573,7 @@ pwr_exe:
...
@@ -15544,7 +15573,7 @@ pwr_exe:
2802 7.15
2802 7.15
2803 0
2803 0
2804 1
2804 1
2805 2
7.85
2805 2
9.8
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -15562,7 +15591,7 @@ pwr_exe:
...
@@ -15562,7 +15591,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcStatus[
2
0]##status
1200 $object.ProcStatus[
4
0]##status
1201 %1m
1201 %1m
1202 1
1202 1
1203 1
1203 1
...
@@ -15629,12 +15658,12 @@ pwr_exe:
...
@@ -15629,12 +15658,12 @@ pwr_exe:
0
0
1006 22.65
1006 22.65
1007 22.05
1007 22.05
1008
28.5
5
1008
30.
5
1009 2
7.9
1009 2
9.85
1013 22.65
1013 22.65
1014 22.05
1014 22.05
1015
28.5
5
1015
30.
5
1016 2
7.9
1016 2
9.85
1003
1003
0
0
0
0
...
@@ -15676,7 +15705,7 @@ pwr_exe:
...
@@ -15676,7 +15705,7 @@ pwr_exe:
2802 21.9
2802 21.9
2803 0
2803 0
2804 1
2804 1
2805 2
7.8
2805 2
9.75
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -15694,7 +15723,7 @@ pwr_exe:
...
@@ -15694,7 +15723,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcMsgSeverity[
2
0]##status
3100 $object.ProcMsgSeverity[
4
0]##status
3101 38
3101 38
99
99
99
99
...
@@ -15758,12 +15787,12 @@ pwr_exe:
...
@@ -15758,12 +15787,12 @@ pwr_exe:
0
0
1006 40.0598
1006 40.0598
1007 22.8
1007 22.8
1008
28.5
5
1008
30.
5
1009 2
7.85
1009 2
9.8
1013 40.0598
1013 40.0598
1014 22.8
1014 22.8
1015
28.5
5
1015
30.
5
1016 2
7.85
1016 2
9.8
1003
1003
0
0
0
0
...
@@ -15805,7 +15834,7 @@ pwr_exe:
...
@@ -15805,7 +15834,7 @@ pwr_exe:
2802 22.8
2802 22.8
2803 0
2803 0
2804 1
2804 1
2805 2
7.85
2805 2
9.8
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -15823,7 +15852,7 @@ pwr_exe:
...
@@ -15823,7 +15852,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcMessage[
2
0]##string80
1200 $object.ProcMessage[
4
0]##string80
1201 %s
1201 %s
1202 1
1202 1
1203 1
1203 1
...
@@ -15890,12 +15919,12 @@ pwr_exe:
...
@@ -15890,12 +15919,12 @@ pwr_exe:
0
0
1006 6.95
1006 6.95
1007 6.35
1007 6.35
1008
29.35
1008
31.3
1009
28.7
1009
30.65
1013 6.95
1013 6.95
1014 6.35
1014 6.35
1015
29.35
1015
31.3
1016
28.7
1016
30.65
1003
1003
0
0
0
0
...
@@ -15937,7 +15966,7 @@ pwr_exe:
...
@@ -15937,7 +15966,7 @@ pwr_exe:
2802 6.2
2802 6.2
2803 0
2803 0
2804 1
2804 1
2805
28.6
2805
30.55
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -15955,7 +15984,7 @@ pwr_exe:
...
@@ -15955,7 +15984,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcStatus[
2
1]##status
3100 $object.ProcStatus[
4
1]##status
3101 38
3101 38
99
99
99
99
...
@@ -16019,12 +16048,12 @@ pwr_exe:
...
@@ -16019,12 +16048,12 @@ pwr_exe:
0
0
1006 21.3185
1006 21.3185
1007 7.15
1007 7.15
1008
29.35
1008
31.3
1009
28.65
1009
30.6
1013 21.3185
1013 21.3185
1014 7.15
1014 7.15
1015
29.35
1015
31.3
1016
28.65
1016
30.6
1003
1003
0
0
0
0
...
@@ -16066,7 +16095,7 @@ pwr_exe:
...
@@ -16066,7 +16095,7 @@ pwr_exe:
2802 7.15
2802 7.15
2803 0
2803 0
2804 1
2804 1
2805
28.65
2805
30.6
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -16084,7 +16113,7 @@ pwr_exe:
...
@@ -16084,7 +16113,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcStatus[
2
1]##status
1200 $object.ProcStatus[
4
1]##status
1201 %1m
1201 %1m
1202 1
1202 1
1203 1
1203 1
...
@@ -16151,12 +16180,12 @@ pwr_exe:
...
@@ -16151,12 +16180,12 @@ pwr_exe:
0
0
1006 22.65
1006 22.65
1007 22.05
1007 22.05
1008
29.35
1008
31.3
1009
28.7
1009
30.65
1013 22.65
1013 22.65
1014 22.05
1014 22.05
1015
29.35
1015
31.3
1016
28.7
1016
30.65
1003
1003
0
0
0
0
...
@@ -16198,7 +16227,7 @@ pwr_exe:
...
@@ -16198,7 +16227,7 @@ pwr_exe:
2802 21.9
2802 21.9
2803 0
2803 0
2804 1
2804 1
2805
28.6
2805
30.55
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -16216,7 +16245,7 @@ pwr_exe:
...
@@ -16216,7 +16245,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcMsgSeverity[
2
1]##status
3100 $object.ProcMsgSeverity[
4
1]##status
3101 38
3101 38
99
99
99
99
...
@@ -16280,12 +16309,12 @@ pwr_exe:
...
@@ -16280,12 +16309,12 @@ pwr_exe:
0
0
1006 40.0598
1006 40.0598
1007 22.8
1007 22.8
1008
29.35
1008
31.3
1009
28.65
1009
30.6
1013 40.0598
1013 40.0598
1014 22.8
1014 22.8
1015
29.35
1015
31.3
1016
28.65
1016
30.6
1003
1003
0
0
0
0
...
@@ -16327,7 +16356,7 @@ pwr_exe:
...
@@ -16327,7 +16356,7 @@ pwr_exe:
2802 22.8
2802 22.8
2803 0
2803 0
2804 1
2804 1
2805
28.65
2805
30.6
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -16345,7 +16374,7 @@ pwr_exe:
...
@@ -16345,7 +16374,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcMessage[
2
1]##string80
1200 $object.ProcMessage[
4
1]##string80
1201 %s
1201 %s
1202 1
1202 1
1203 1
1203 1
...
@@ -16412,12 +16441,12 @@ pwr_exe:
...
@@ -16412,12 +16441,12 @@ pwr_exe:
0
0
1006 6.95
1006 6.95
1007 6.35
1007 6.35
1008 3
0.15
1008 3
2.1
1009
29.
5
1009
31.4
5
1013 6.95
1013 6.95
1014 6.35
1014 6.35
1015 3
0.15
1015 3
2.1
1016
29.
5
1016
31.4
5
1003
1003
0
0
0
0
...
@@ -16459,7 +16488,7 @@ pwr_exe:
...
@@ -16459,7 +16488,7 @@ pwr_exe:
2802 6.2
2802 6.2
2803 0
2803 0
2804 1
2804 1
2805
29.4
2805
31.35
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -16477,7 +16506,7 @@ pwr_exe:
...
@@ -16477,7 +16506,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcStatus[
2
2]##status
3100 $object.ProcStatus[
4
2]##status
3101 38
3101 38
99
99
99
99
...
@@ -16541,12 +16570,12 @@ pwr_exe:
...
@@ -16541,12 +16570,12 @@ pwr_exe:
0
0
1006 21.3185
1006 21.3185
1007 7.15
1007 7.15
1008 3
0.15
1008 3
2.1
1009
29.45
1009
31.4
1013 21.3185
1013 21.3185
1014 7.15
1014 7.15
1015 3
0.15
1015 3
2.1
1016
29.45
1016
31.4
1003
1003
0
0
0
0
...
@@ -16588,7 +16617,7 @@ pwr_exe:
...
@@ -16588,7 +16617,7 @@ pwr_exe:
2802 7.15
2802 7.15
2803 0
2803 0
2804 1
2804 1
2805
29.45
2805
31.4
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -16606,7 +16635,7 @@ pwr_exe:
...
@@ -16606,7 +16635,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcStatus[
2
2]##status
1200 $object.ProcStatus[
4
2]##status
1201 %1m
1201 %1m
1202 1
1202 1
1203 1
1203 1
...
@@ -16673,12 +16702,12 @@ pwr_exe:
...
@@ -16673,12 +16702,12 @@ pwr_exe:
0
0
1006 22.65
1006 22.65
1007 22.05
1007 22.05
1008 3
0.15
1008 3
2.1
1009
29.
5
1009
31.4
5
1013 22.65
1013 22.65
1014 22.05
1014 22.05
1015 3
0.15
1015 3
2.1
1016
29.
5
1016
31.4
5
1003
1003
0
0
0
0
...
@@ -16720,7 +16749,7 @@ pwr_exe:
...
@@ -16720,7 +16749,7 @@ pwr_exe:
2802 21.9
2802 21.9
2803 0
2803 0
2804 1
2804 1
2805
29.4
2805
31.35
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -16738,7 +16767,7 @@ pwr_exe:
...
@@ -16738,7 +16767,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcMsgSeverity[
2
2]##status
3100 $object.ProcMsgSeverity[
4
2]##status
3101 38
3101 38
99
99
99
99
...
@@ -16802,12 +16831,12 @@ pwr_exe:
...
@@ -16802,12 +16831,12 @@ pwr_exe:
0
0
1006 40.0598
1006 40.0598
1007 22.8
1007 22.8
1008 3
0.15
1008 3
2.1
1009
29.45
1009
31.4
1013 40.0598
1013 40.0598
1014 22.8
1014 22.8
1015 3
0.15
1015 3
2.1
1016
29.45
1016
31.4
1003
1003
0
0
0
0
...
@@ -16849,7 +16878,7 @@ pwr_exe:
...
@@ -16849,7 +16878,7 @@ pwr_exe:
2802 22.8
2802 22.8
2803 0
2803 0
2804 1
2804 1
2805
29.45
2805
31.4
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -16867,7 +16896,7 @@ pwr_exe:
...
@@ -16867,7 +16896,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcMessage[
2
2]##string80
1200 $object.ProcMessage[
4
2]##string80
1201 %s
1201 %s
1202 1
1202 1
1203 1
1203 1
...
@@ -16934,12 +16963,12 @@ pwr_exe:
...
@@ -16934,12 +16963,12 @@ pwr_exe:
0
0
1006 6.95
1006 6.95
1007 6.35
1007 6.35
1008 3
0.95
1008 3
2.9
1009 3
0.3
1009 3
2.25
1013 6.95
1013 6.95
1014 6.35
1014 6.35
1015 3
0.95
1015 3
2.9
1016 3
0.3
1016 3
2.25
1003
1003
0
0
0
0
...
@@ -16981,7 +17010,7 @@ pwr_exe:
...
@@ -16981,7 +17010,7 @@ pwr_exe:
2802 6.2
2802 6.2
2803 0
2803 0
2804 1
2804 1
2805 3
0.2
2805 3
2.15
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -16999,7 +17028,7 @@ pwr_exe:
...
@@ -16999,7 +17028,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcStatus[
2
3]##status
3100 $object.ProcStatus[
4
3]##status
3101 38
3101 38
99
99
99
99
...
@@ -17063,12 +17092,12 @@ pwr_exe:
...
@@ -17063,12 +17092,12 @@ pwr_exe:
0
0
1006 21.3185
1006 21.3185
1007 7.15
1007 7.15
1008 3
0.95
1008 3
2.9
1009 3
0.25
1009 3
2.2
1013 21.3185
1013 21.3185
1014 7.15
1014 7.15
1015 3
0.95
1015 3
2.9
1016 3
0.25
1016 3
2.2
1003
1003
0
0
0
0
...
@@ -17110,7 +17139,7 @@ pwr_exe:
...
@@ -17110,7 +17139,7 @@ pwr_exe:
2802 7.15
2802 7.15
2803 0
2803 0
2804 1
2804 1
2805 3
0.25
2805 3
2.2
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -17128,7 +17157,7 @@ pwr_exe:
...
@@ -17128,7 +17157,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcStatus[
2
3]##status
1200 $object.ProcStatus[
4
3]##status
1201 %1m
1201 %1m
1202 1
1202 1
1203 1
1203 1
...
@@ -17195,12 +17224,12 @@ pwr_exe:
...
@@ -17195,12 +17224,12 @@ pwr_exe:
0
0
1006 22.65
1006 22.65
1007 22.05
1007 22.05
1008 3
0.95
1008 3
2.9
1009 3
0.3
1009 3
2.25
1013 22.65
1013 22.65
1014 22.05
1014 22.05
1015 3
0.95
1015 3
2.9
1016 3
0.3
1016 3
2.25
1003
1003
0
0
0
0
...
@@ -17242,7 +17271,7 @@ pwr_exe:
...
@@ -17242,7 +17271,7 @@ pwr_exe:
2802 21.9
2802 21.9
2803 0
2803 0
2804 1
2804 1
2805 3
0.2
2805 3
2.15
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -17260,7 +17289,7 @@ pwr_exe:
...
@@ -17260,7 +17289,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcMsgSeverity[
2
3]##status
3100 $object.ProcMsgSeverity[
4
3]##status
3101 38
3101 38
99
99
99
99
...
@@ -17324,12 +17353,12 @@ pwr_exe:
...
@@ -17324,12 +17353,12 @@ pwr_exe:
0
0
1006 40.0598
1006 40.0598
1007 22.8
1007 22.8
1008 3
0.95
1008 3
2.9
1009 3
0.25
1009 3
2.2
1013 40.0598
1013 40.0598
1014 22.8
1014 22.8
1015 3
0.95
1015 3
2.9
1016 3
0.25
1016 3
2.2
1003
1003
0
0
0
0
...
@@ -17371,7 +17400,7 @@ pwr_exe:
...
@@ -17371,7 +17400,7 @@ pwr_exe:
2802 22.8
2802 22.8
2803 0
2803 0
2804 1
2804 1
2805 3
0.25
2805 3
2.2
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -17389,7 +17418,7 @@ pwr_exe:
...
@@ -17389,7 +17418,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcMessage[
2
3]##string80
1200 $object.ProcMessage[
4
3]##string80
1201 %s
1201 %s
1202 1
1202 1
1203 1
1203 1
...
@@ -17456,12 +17485,12 @@ pwr_exe:
...
@@ -17456,12 +17485,12 @@ pwr_exe:
0
0
1006 6.95
1006 6.95
1007 6.35
1007 6.35
1008 3
1.75
1008 3
3.7
1009 3
1.1
1009 3
3.05
1013 6.95
1013 6.95
1014 6.35
1014 6.35
1015 3
1.75
1015 3
3.7
1016 3
1.1
1016 3
3.05
1003
1003
0
0
0
0
...
@@ -17503,7 +17532,7 @@ pwr_exe:
...
@@ -17503,7 +17532,7 @@ pwr_exe:
2802 6.2
2802 6.2
2803 0
2803 0
2804 1
2804 1
2805 3
1
2805 3
2.95
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -17521,7 +17550,7 @@ pwr_exe:
...
@@ -17521,7 +17550,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcStatus[
2
4]##status
3100 $object.ProcStatus[
4
4]##status
3101 38
3101 38
99
99
99
99
...
@@ -17585,12 +17614,12 @@ pwr_exe:
...
@@ -17585,12 +17614,12 @@ pwr_exe:
0
0
1006 21.3185
1006 21.3185
1007 7.15
1007 7.15
1008 3
1.75
1008 3
3.7
1009 3
1.05
1009 3
3
1013 21.3185
1013 21.3185
1014 7.15
1014 7.15
1015 3
1.75
1015 3
3.7
1016 3
1.05
1016 3
3
1003
1003
0
0
0
0
...
@@ -17632,7 +17661,7 @@ pwr_exe:
...
@@ -17632,7 +17661,7 @@ pwr_exe:
2802 7.15
2802 7.15
2803 0
2803 0
2804 1
2804 1
2805 3
1.05
2805 3
3
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -17650,7 +17679,7 @@ pwr_exe:
...
@@ -17650,7 +17679,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcStatus[
2
4]##status
1200 $object.ProcStatus[
4
4]##status
1201 %1m
1201 %1m
1202 1
1202 1
1203 1
1203 1
...
@@ -17717,12 +17746,12 @@ pwr_exe:
...
@@ -17717,12 +17746,12 @@ pwr_exe:
0
0
1006 22.65
1006 22.65
1007 22.05
1007 22.05
1008 3
1.75
1008 3
3.7
1009 3
1.1
1009 3
3.05
1013 22.65
1013 22.65
1014 22.05
1014 22.05
1015 3
1.75
1015 3
3.7
1016 3
1.1
1016 3
3.05
1003
1003
0
0
0
0
...
@@ -17764,7 +17793,7 @@ pwr_exe:
...
@@ -17764,7 +17793,7 @@ pwr_exe:
2802 21.9
2802 21.9
2803 0
2803 0
2804 1
2804 1
2805 3
1
2805 3
2.95
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -17782,7 +17811,7 @@ pwr_exe:
...
@@ -17782,7 +17811,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcMsgSeverity[
2
4]##status
3100 $object.ProcMsgSeverity[
4
4]##status
3101 38
3101 38
99
99
99
99
...
@@ -17846,12 +17875,12 @@ pwr_exe:
...
@@ -17846,12 +17875,12 @@ pwr_exe:
0
0
1006 40.0598
1006 40.0598
1007 22.8
1007 22.8
1008 3
1.75
1008 3
3.7
1009 3
1.05
1009 3
3
1013 40.0598
1013 40.0598
1014 22.8
1014 22.8
1015 3
1.75
1015 3
3.7
1016 3
1.05
1016 3
3
1003
1003
0
0
0
0
...
@@ -17893,7 +17922,7 @@ pwr_exe:
...
@@ -17893,7 +17922,7 @@ pwr_exe:
2802 22.8
2802 22.8
2803 0
2803 0
2804 1
2804 1
2805 3
1.05
2805 3
3
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -17911,7 +17940,7 @@ pwr_exe:
...
@@ -17911,7 +17940,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcMessage[
2
4]##string80
1200 $object.ProcMessage[
4
4]##string80
1201 %s
1201 %s
1202 1
1202 1
1203 1
1203 1
...
@@ -17978,12 +18007,12 @@ pwr_exe:
...
@@ -17978,12 +18007,12 @@ pwr_exe:
0
0
1006 6.95
1006 6.95
1007 6.35
1007 6.35
1008 3
2.5
5
1008 3
4.
5
1009 3
1.9
1009 3
3.85
1013 6.95
1013 6.95
1014 6.35
1014 6.35
1015 3
2.5
5
1015 3
4.
5
1016 3
1.9
1016 3
3.85
1003
1003
0
0
0
0
...
@@ -18025,7 +18054,7 @@ pwr_exe:
...
@@ -18025,7 +18054,7 @@ pwr_exe:
2802 6.2
2802 6.2
2803 0
2803 0
2804 1
2804 1
2805 3
1.8
2805 3
3.75
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -18043,7 +18072,7 @@ pwr_exe:
...
@@ -18043,7 +18072,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcStatus[
2
5]##status
3100 $object.ProcStatus[
4
5]##status
3101 38
3101 38
99
99
99
99
...
@@ -18107,12 +18136,12 @@ pwr_exe:
...
@@ -18107,12 +18136,12 @@ pwr_exe:
0
0
1006 21.3185
1006 21.3185
1007 7.15
1007 7.15
1008 3
2.5
5
1008 3
4.
5
1009 3
1.85
1009 3
3.8
1013 21.3185
1013 21.3185
1014 7.15
1014 7.15
1015 3
2.5
5
1015 3
4.
5
1016 3
1.85
1016 3
3.8
1003
1003
0
0
0
0
...
@@ -18154,7 +18183,7 @@ pwr_exe:
...
@@ -18154,7 +18183,7 @@ pwr_exe:
2802 7.15
2802 7.15
2803 0
2803 0
2804 1
2804 1
2805 3
1.85
2805 3
3.8
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -18172,7 +18201,7 @@ pwr_exe:
...
@@ -18172,7 +18201,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcStatus[
2
5]##status
1200 $object.ProcStatus[
4
5]##status
1201 %1m
1201 %1m
1202 1
1202 1
1203 1
1203 1
...
@@ -18239,12 +18268,12 @@ pwr_exe:
...
@@ -18239,12 +18268,12 @@ pwr_exe:
0
0
1006 22.65
1006 22.65
1007 22.05
1007 22.05
1008 3
2.5
5
1008 3
4.
5
1009 3
1.9
1009 3
3.85
1013 22.65
1013 22.65
1014 22.05
1014 22.05
1015 3
2.5
5
1015 3
4.
5
1016 3
1.9
1016 3
3.85
1003
1003
0
0
0
0
...
@@ -18286,7 +18315,7 @@ pwr_exe:
...
@@ -18286,7 +18315,7 @@ pwr_exe:
2802 21.9
2802 21.9
2803 0
2803 0
2804 1
2804 1
2805 3
1.8
2805 3
3.75
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -18304,7 +18333,7 @@ pwr_exe:
...
@@ -18304,7 +18333,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcMsgSeverity[
2
5]##status
3100 $object.ProcMsgSeverity[
4
5]##status
3101 38
3101 38
99
99
99
99
...
@@ -18368,12 +18397,12 @@ pwr_exe:
...
@@ -18368,12 +18397,12 @@ pwr_exe:
0
0
1006 40.0598
1006 40.0598
1007 22.8
1007 22.8
1008 3
2.5
5
1008 3
4.
5
1009 3
1.85
1009 3
3.8
1013 40.0598
1013 40.0598
1014 22.8
1014 22.8
1015 3
2.5
5
1015 3
4.
5
1016 3
1.85
1016 3
3.8
1003
1003
0
0
0
0
...
@@ -18415,7 +18444,7 @@ pwr_exe:
...
@@ -18415,7 +18444,7 @@ pwr_exe:
2802 22.8
2802 22.8
2803 0
2803 0
2804 1
2804 1
2805 3
1.85
2805 3
3.8
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -18433,7 +18462,7 @@ pwr_exe:
...
@@ -18433,7 +18462,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcMessage[
2
5]##string80
1200 $object.ProcMessage[
4
5]##string80
1201 %s
1201 %s
1202 1
1202 1
1203 1
1203 1
...
@@ -18500,12 +18529,12 @@ pwr_exe:
...
@@ -18500,12 +18529,12 @@ pwr_exe:
0
0
1006 6.95
1006 6.95
1007 6.35
1007 6.35
1008 3
3.35
1008 3
5.3
1009 3
2.7
1009 3
4.65
1013 6.95
1013 6.95
1014 6.35
1014 6.35
1015 3
3.35
1015 3
5.3
1016 3
2.7
1016 3
4.65
1003
1003
0
0
0
0
...
@@ -18547,7 +18576,7 @@ pwr_exe:
...
@@ -18547,7 +18576,7 @@ pwr_exe:
2802 6.2
2802 6.2
2803 0
2803 0
2804 1
2804 1
2805 3
2.6
2805 3
4.55
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -18565,7 +18594,7 @@ pwr_exe:
...
@@ -18565,7 +18594,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcStatus[
2
6]##status
3100 $object.ProcStatus[
4
6]##status
3101 38
3101 38
99
99
99
99
...
@@ -18629,12 +18658,12 @@ pwr_exe:
...
@@ -18629,12 +18658,12 @@ pwr_exe:
0
0
1006 21.3185
1006 21.3185
1007 7.15
1007 7.15
1008 3
3.35
1008 3
5.3
1009 3
2.65
1009 3
4.6
1013 21.3185
1013 21.3185
1014 7.15
1014 7.15
1015 3
3.35
1015 3
5.3
1016 3
2.65
1016 3
4.6
1003
1003
0
0
0
0
...
@@ -18676,7 +18705,7 @@ pwr_exe:
...
@@ -18676,7 +18705,7 @@ pwr_exe:
2802 7.15
2802 7.15
2803 0
2803 0
2804 1
2804 1
2805 3
2.65
2805 3
4.6
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -18694,7 +18723,7 @@ pwr_exe:
...
@@ -18694,7 +18723,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcStatus[
2
6]##status
1200 $object.ProcStatus[
4
6]##status
1201 %1m
1201 %1m
1202 1
1202 1
1203 1
1203 1
...
@@ -18761,12 +18790,12 @@ pwr_exe:
...
@@ -18761,12 +18790,12 @@ pwr_exe:
0
0
1006 22.65
1006 22.65
1007 22.05
1007 22.05
1008 3
3.35
1008 3
5.3
1009 3
2.7
1009 3
4.65
1013 22.65
1013 22.65
1014 22.05
1014 22.05
1015 3
3.35
1015 3
5.3
1016 3
2.7
1016 3
4.65
1003
1003
0
0
0
0
...
@@ -18808,7 +18837,7 @@ pwr_exe:
...
@@ -18808,7 +18837,7 @@ pwr_exe:
2802 21.9
2802 21.9
2803 0
2803 0
2804 1
2804 1
2805 3
2.6
2805 3
4.55
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -18826,7 +18855,7 @@ pwr_exe:
...
@@ -18826,7 +18855,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcMsgSeverity[
2
6]##status
3100 $object.ProcMsgSeverity[
4
6]##status
3101 38
3101 38
99
99
99
99
...
@@ -18890,12 +18919,12 @@ pwr_exe:
...
@@ -18890,12 +18919,12 @@ pwr_exe:
0
0
1006 40.0598
1006 40.0598
1007 22.8
1007 22.8
1008 3
3.35
1008 3
5.3
1009 3
2.65
1009 3
4.6
1013 40.0598
1013 40.0598
1014 22.8
1014 22.8
1015 3
3.35
1015 3
5.3
1016 3
2.65
1016 3
4.6
1003
1003
0
0
0
0
...
@@ -18937,7 +18966,7 @@ pwr_exe:
...
@@ -18937,7 +18966,7 @@ pwr_exe:
2802 22.8
2802 22.8
2803 0
2803 0
2804 1
2804 1
2805 3
2.65
2805 3
4.6
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -18955,7 +18984,7 @@ pwr_exe:
...
@@ -18955,7 +18984,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcMessage[
2
6]##string80
1200 $object.ProcMessage[
4
6]##string80
1201 %s
1201 %s
1202 1
1202 1
1203 1
1203 1
...
@@ -19022,12 +19051,12 @@ pwr_exe:
...
@@ -19022,12 +19051,12 @@ pwr_exe:
0
0
1006 6.95
1006 6.95
1007 6.35
1007 6.35
1008 3
4.15
1008 3
6.1
1009 3
3.
5
1009 3
5.4
5
1013 6.95
1013 6.95
1014 6.35
1014 6.35
1015 3
4.15
1015 3
6.1
1016 3
3.
5
1016 3
5.4
5
1003
1003
0
0
0
0
...
@@ -19069,7 +19098,7 @@ pwr_exe:
...
@@ -19069,7 +19098,7 @@ pwr_exe:
2802 6.2
2802 6.2
2803 0
2803 0
2804 1
2804 1
2805 3
3.4
2805 3
5.35
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -19087,7 +19116,7 @@ pwr_exe:
...
@@ -19087,7 +19116,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcStatus[
2
7]##status
3100 $object.ProcStatus[
4
7]##status
3101 38
3101 38
99
99
99
99
...
@@ -19151,12 +19180,12 @@ pwr_exe:
...
@@ -19151,12 +19180,12 @@ pwr_exe:
0
0
1006 21.3185
1006 21.3185
1007 7.15
1007 7.15
1008 3
4.15
1008 3
6.1
1009 3
3.45
1009 3
5.4
1013 21.3185
1013 21.3185
1014 7.15
1014 7.15
1015 3
4.15
1015 3
6.1
1016 3
3.45
1016 3
5.4
1003
1003
0
0
0
0
...
@@ -19198,7 +19227,7 @@ pwr_exe:
...
@@ -19198,7 +19227,7 @@ pwr_exe:
2802 7.15
2802 7.15
2803 0
2803 0
2804 1
2804 1
2805 3
3.45
2805 3
5.4
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -19216,7 +19245,7 @@ pwr_exe:
...
@@ -19216,7 +19245,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcStatus[
2
7]##status
1200 $object.ProcStatus[
4
7]##status
1201 %1m
1201 %1m
1202 1
1202 1
1203 1
1203 1
...
@@ -19283,12 +19312,12 @@ pwr_exe:
...
@@ -19283,12 +19312,12 @@ pwr_exe:
0
0
1006 22.65
1006 22.65
1007 22.05
1007 22.05
1008 3
4.15
1008 3
6.1
1009 3
3.
5
1009 3
5.4
5
1013 22.65
1013 22.65
1014 22.05
1014 22.05
1015 3
4.15
1015 3
6.1
1016 3
3.
5
1016 3
5.4
5
1003
1003
0
0
0
0
...
@@ -19330,7 +19359,7 @@ pwr_exe:
...
@@ -19330,7 +19359,7 @@ pwr_exe:
2802 21.9
2802 21.9
2803 0
2803 0
2804 1
2804 1
2805 3
3.4
2805 3
5.35
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -19348,7 +19377,7 @@ pwr_exe:
...
@@ -19348,7 +19377,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcMsgSeverity[
2
7]##status
3100 $object.ProcMsgSeverity[
4
7]##status
3101 38
3101 38
99
99
99
99
...
@@ -19412,12 +19441,12 @@ pwr_exe:
...
@@ -19412,12 +19441,12 @@ pwr_exe:
0
0
1006 40.0598
1006 40.0598
1007 22.8
1007 22.8
1008 3
4.15
1008 3
6.1
1009 3
3.45
1009 3
5.4
1013 40.0598
1013 40.0598
1014 22.8
1014 22.8
1015 3
4.15
1015 3
6.1
1016 3
3.45
1016 3
5.4
1003
1003
0
0
0
0
...
@@ -19459,7 +19488,7 @@ pwr_exe:
...
@@ -19459,7 +19488,7 @@ pwr_exe:
2802 22.8
2802 22.8
2803 0
2803 0
2804 1
2804 1
2805 3
3.45
2805 3
5.4
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -19477,7 +19506,7 @@ pwr_exe:
...
@@ -19477,7 +19506,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcMessage[
2
7]##string80
1200 $object.ProcMessage[
4
7]##string80
1201 %s
1201 %s
1202 1
1202 1
1203 1
1203 1
...
@@ -19544,12 +19573,12 @@ pwr_exe:
...
@@ -19544,12 +19573,12 @@ pwr_exe:
0
0
1006 6.95
1006 6.95
1007 6.35
1007 6.35
1008 3
4.95
1008 3
6.9
1009 3
4.3
1009 3
6.25
1013 6.95
1013 6.95
1014 6.35
1014 6.35
1015 3
4.95
1015 3
6.9
1016 3
4.3
1016 3
6.25
1003
1003
0
0
0
0
...
@@ -19591,7 +19620,7 @@ pwr_exe:
...
@@ -19591,7 +19620,7 @@ pwr_exe:
2802 6.2
2802 6.2
2803 0
2803 0
2804 1
2804 1
2805 3
4.2
2805 3
6.15
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -19609,7 +19638,7 @@ pwr_exe:
...
@@ -19609,7 +19638,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcStatus[
2
8]##status
3100 $object.ProcStatus[
4
8]##status
3101 38
3101 38
99
99
99
99
...
@@ -19673,12 +19702,12 @@ pwr_exe:
...
@@ -19673,12 +19702,12 @@ pwr_exe:
0
0
1006 21.3185
1006 21.3185
1007 7.15
1007 7.15
1008 3
4.95
1008 3
6.9
1009 3
4.25
1009 3
6.2
1013 21.3185
1013 21.3185
1014 7.15
1014 7.15
1015 3
4.95
1015 3
6.9
1016 3
4.25
1016 3
6.2
1003
1003
0
0
0
0
...
@@ -19720,7 +19749,7 @@ pwr_exe:
...
@@ -19720,7 +19749,7 @@ pwr_exe:
2802 7.15
2802 7.15
2803 0
2803 0
2804 1
2804 1
2805 3
4.25
2805 3
6.2
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -19738,7 +19767,7 @@ pwr_exe:
...
@@ -19738,7 +19767,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcStatus[
2
8]##status
1200 $object.ProcStatus[
4
8]##status
1201 %1m
1201 %1m
1202 1
1202 1
1203 1
1203 1
...
@@ -19805,12 +19834,12 @@ pwr_exe:
...
@@ -19805,12 +19834,12 @@ pwr_exe:
0
0
1006 22.65
1006 22.65
1007 22.05
1007 22.05
1008 3
4.95
1008 3
6.9
1009 3
4.3
1009 3
6.25
1013 22.65
1013 22.65
1014 22.05
1014 22.05
1015 3
4.95
1015 3
6.9
1016 3
4.3
1016 3
6.25
1003
1003
0
0
0
0
...
@@ -19852,7 +19881,7 @@ pwr_exe:
...
@@ -19852,7 +19881,7 @@ pwr_exe:
2802 21.9
2802 21.9
2803 0
2803 0
2804 1
2804 1
2805 3
4.2
2805 3
6.15
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -19870,7 +19899,7 @@ pwr_exe:
...
@@ -19870,7 +19899,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcMsgSeverity[
2
8]##status
3100 $object.ProcMsgSeverity[
4
8]##status
3101 38
3101 38
99
99
99
99
...
@@ -19934,12 +19963,12 @@ pwr_exe:
...
@@ -19934,12 +19963,12 @@ pwr_exe:
0
0
1006 40.0598
1006 40.0598
1007 22.8
1007 22.8
1008 3
4.95
1008 3
6.9
1009 3
4.25
1009 3
6.2
1013 40.0598
1013 40.0598
1014 22.8
1014 22.8
1015 3
4.95
1015 3
6.9
1016 3
4.25
1016 3
6.2
1003
1003
0
0
0
0
...
@@ -19981,7 +20010,7 @@ pwr_exe:
...
@@ -19981,7 +20010,7 @@ pwr_exe:
2802 22.8
2802 22.8
2803 0
2803 0
2804 1
2804 1
2805 3
4.25
2805 3
6.2
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -19999,7 +20028,7 @@ pwr_exe:
...
@@ -19999,7 +20028,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcMessage[
2
8]##string80
1200 $object.ProcMessage[
4
8]##string80
1201 %s
1201 %s
1202 1
1202 1
1203 1
1203 1
...
@@ -20066,12 +20095,12 @@ pwr_exe:
...
@@ -20066,12 +20095,12 @@ pwr_exe:
0
0
1006 6.95
1006 6.95
1007 6.35
1007 6.35
1008 3
5.75
1008 3
7.7
1009 3
5.1
1009 3
7.05
1013 6.95
1013 6.95
1014 6.35
1014 6.35
1015 3
5.75
1015 3
7.7
1016 3
5.1
1016 3
7.05
1003
1003
0
0
0
0
...
@@ -20113,7 +20142,7 @@ pwr_exe:
...
@@ -20113,7 +20142,7 @@ pwr_exe:
2802 6.2
2802 6.2
2803 0
2803 0
2804 1
2804 1
2805 35
2805 3
6.9
5
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -20131,7 +20160,7 @@ pwr_exe:
...
@@ -20131,7 +20160,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcStatus[
2
9]##status
3100 $object.ProcStatus[
4
9]##status
3101 38
3101 38
99
99
99
99
...
@@ -20195,12 +20224,12 @@ pwr_exe:
...
@@ -20195,12 +20224,12 @@ pwr_exe:
0
0
1006 21.3185
1006 21.3185
1007 7.15
1007 7.15
1008 3
5.75
1008 3
7.7
1009 3
5.05
1009 3
7
1013 21.3185
1013 21.3185
1014 7.15
1014 7.15
1015 3
5.75
1015 3
7.7
1016 3
5.05
1016 3
7
1003
1003
0
0
0
0
...
@@ -20242,7 +20271,7 @@ pwr_exe:
...
@@ -20242,7 +20271,7 @@ pwr_exe:
2802 7.15
2802 7.15
2803 0
2803 0
2804 1
2804 1
2805 3
5.05
2805 3
7
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -20260,7 +20289,7 @@ pwr_exe:
...
@@ -20260,7 +20289,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcStatus[
2
9]##status
1200 $object.ProcStatus[
4
9]##status
1201 %1m
1201 %1m
1202 1
1202 1
1203 1
1203 1
...
@@ -20327,12 +20356,12 @@ pwr_exe:
...
@@ -20327,12 +20356,12 @@ pwr_exe:
0
0
1006 22.65
1006 22.65
1007 22.05
1007 22.05
1008 3
5.75
1008 3
7.7
1009 3
5.1
1009 3
7.05
1013 22.65
1013 22.65
1014 22.05
1014 22.05
1015 3
5.75
1015 3
7.7
1016 3
5.1
1016 3
7.05
1003
1003
0
0
0
0
...
@@ -20374,7 +20403,7 @@ pwr_exe:
...
@@ -20374,7 +20403,7 @@ pwr_exe:
2802 21.9
2802 21.9
2803 0
2803 0
2804 1
2804 1
2805 35
2805 3
6.9
5
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -20392,7 +20421,7 @@ pwr_exe:
...
@@ -20392,7 +20421,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
31
31
3100 $object.ProcMsgSeverity[
2
9]##status
3100 $object.ProcMsgSeverity[
4
9]##status
3101 38
3101 38
99
99
99
99
...
@@ -20456,12 +20485,12 @@ pwr_exe:
...
@@ -20456,12 +20485,12 @@ pwr_exe:
0
0
1006 40.0598
1006 40.0598
1007 22.8
1007 22.8
1008 3
5.75
1008 3
7.7
1009 3
5.05
1009 3
7
1013 40.0598
1013 40.0598
1014 22.8
1014 22.8
1015 3
5.75
1015 3
7.7
1016 3
5.05
1016 3
7
1003
1003
0
0
0
0
...
@@ -20503,7 +20532,7 @@ pwr_exe:
...
@@ -20503,7 +20532,7 @@ pwr_exe:
2802 22.8
2802 22.8
2803 0
2803 0
2804 1
2804 1
2805 3
5.05
2805 3
7
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -20521,7 +20550,7 @@ pwr_exe:
...
@@ -20521,7 +20550,7 @@ pwr_exe:
102 65532
102 65532
103 0
103 0
12
12
1200 $object.ProcMessage[
2
9]##string80
1200 $object.ProcMessage[
4
9]##string80
1201 %s
1201 %s
1202 1
1202 1
1203 1
1203 1
...
@@ -20588,12 +20617,12 @@ pwr_exe:
...
@@ -20588,12 +20617,12 @@ pwr_exe:
0
0
1006 6.065
1006 6.065
1007 0.95
1007 0.95
1008
28.71
24
1008
30.66
24
1009 2
7.90
66
1009 2
9.85
66
1013 6.065
1013 6.065
1014 0.95
1014 0.95
1015
28.71
24
1015
30.66
24
1016 2
7.90
66
1016 2
9.85
66
1003
1003
0
0
0
0
...
@@ -20635,7 +20664,7 @@ pwr_exe:
...
@@ -20635,7 +20664,7 @@ pwr_exe:
2802 0.485
2802 0.485
2803 0
2803 0
2804 0.948008
2804 0.948008
2805 2
7.71
7
2805 2
9.66
7
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -20653,7 +20682,7 @@ pwr_exe:
...
@@ -20653,7 +20682,7 @@ pwr_exe:
102 65535
102 65535
103 0
103 0
12
12
1200 $object.ProcObject[
2
0]##objid
1200 $object.ProcObject[
4
0]##objid
1201 %o
1201 %o
1202 1
1202 1
1203 1
1203 1
...
@@ -20723,12 +20752,12 @@ pwr_exe:
...
@@ -20723,12 +20752,12 @@ pwr_exe:
0
0
1006 6.065
1006 6.065
1007 0.95
1007 0.95
1008
29.50
1
1008
31.45
1
1009
28.69
52
1009
30.64
52
1013 6.065
1013 6.065
1014 0.95
1014 0.95
1015
29.50
1
1015
31.45
1
1016
28.69
52
1016
30.64
52
1003
1003
0
0
0
0
...
@@ -20770,7 +20799,7 @@ pwr_exe:
...
@@ -20770,7 +20799,7 @@ pwr_exe:
2802 0.485
2802 0.485
2803 0
2803 0
2804 0.948008
2804 0.948008
2805
28.50
56
2805
30.45
56
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -20788,7 +20817,7 @@ pwr_exe:
...
@@ -20788,7 +20817,7 @@ pwr_exe:
102 65535
102 65535
103 0
103 0
12
12
1200 $object.ProcObject[
2
1]##objid
1200 $object.ProcObject[
4
1]##objid
1201 %o
1201 %o
1202 1
1202 1
1203 1
1203 1
...
@@ -20858,12 +20887,12 @@ pwr_exe:
...
@@ -20858,12 +20887,12 @@ pwr_exe:
0
0
1006 6.065
1006 6.065
1007 0.95
1007 0.95
1008 3
0.28
95
1008 3
2.23
95
1009
29.48
37
1009
31.43
37
1013 6.065
1013 6.065
1014 0.95
1014 0.95
1015 3
0.28
95
1015 3
2.23
95
1016
29.48
37
1016
31.43
37
1003
1003
0
0
0
0
...
@@ -20905,7 +20934,7 @@ pwr_exe:
...
@@ -20905,7 +20934,7 @@ pwr_exe:
2802 0.485
2802 0.485
2803 0
2803 0
2804 0.948008
2804 0.948008
2805
29.29
41
2805
31.24
41
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -20923,7 +20952,7 @@ pwr_exe:
...
@@ -20923,7 +20952,7 @@ pwr_exe:
102 65535
102 65535
103 0
103 0
12
12
1200 $object.ProcObject[
2
2]##objid
1200 $object.ProcObject[
4
2]##objid
1201 %o
1201 %o
1202 1
1202 1
1203 1
1203 1
...
@@ -20993,12 +21022,12 @@ pwr_exe:
...
@@ -20993,12 +21022,12 @@ pwr_exe:
0
0
1006 6.065
1006 6.065
1007 0.95
1007 0.95
1008 3
1.07
81
1008 3
3.02
81
1009 3
0.27
23
1009 3
2.22
23
1013 6.065
1013 6.065
1014 0.95
1014 0.95
1015 3
1.07
81
1015 3
3.02
81
1016 3
0.27
23
1016 3
2.22
23
1003
1003
0
0
0
0
...
@@ -21040,7 +21069,7 @@ pwr_exe:
...
@@ -21040,7 +21069,7 @@ pwr_exe:
2802 0.485
2802 0.485
2803 0
2803 0
2804 0.948008
2804 0.948008
2805 3
0.08
27
2805 3
2.03
27
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -21058,7 +21087,7 @@ pwr_exe:
...
@@ -21058,7 +21087,7 @@ pwr_exe:
102 65535
102 65535
103 0
103 0
12
12
1200 $object.ProcObject[
2
3]##objid
1200 $object.ProcObject[
4
3]##objid
1201 %o
1201 %o
1202 1
1202 1
1203 1
1203 1
...
@@ -21128,12 +21157,12 @@ pwr_exe:
...
@@ -21128,12 +21157,12 @@ pwr_exe:
0
0
1006 6.065
1006 6.065
1007 0.95
1007 0.95
1008 3
1.86
66
1008 3
3.81
66
1009 3
1.06
08
1009 3
3.01
08
1013 6.065
1013 6.065
1014 0.95
1014 0.95
1015 3
1.86
66
1015 3
3.81
66
1016 3
1.06
08
1016 3
3.01
08
1003
1003
0
0
0
0
...
@@ -21175,7 +21204,7 @@ pwr_exe:
...
@@ -21175,7 +21204,7 @@ pwr_exe:
2802 0.485
2802 0.485
2803 0
2803 0
2804 0.948008
2804 0.948008
2805 3
0.87
12
2805 3
2.82
12
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -21193,7 +21222,7 @@ pwr_exe:
...
@@ -21193,7 +21222,7 @@ pwr_exe:
102 65535
102 65535
103 0
103 0
12
12
1200 $object.ProcObject[
2
4]##objid
1200 $object.ProcObject[
4
4]##objid
1201 %o
1201 %o
1202 1
1202 1
1203 1
1203 1
...
@@ -21263,12 +21292,12 @@ pwr_exe:
...
@@ -21263,12 +21292,12 @@ pwr_exe:
0
0
1006 6.065
1006 6.065
1007 0.95
1007 0.95
1008 3
2.65
52
1008 3
4.60
52
1009 3
1.84
94
1009 3
3.79
94
1013 6.065
1013 6.065
1014 0.95
1014 0.95
1015 3
2.65
52
1015 3
4.60
52
1016 3
1.84
94
1016 3
3.79
94
1003
1003
0
0
0
0
...
@@ -21310,7 +21339,7 @@ pwr_exe:
...
@@ -21310,7 +21339,7 @@ pwr_exe:
2802 0.485
2802 0.485
2803 0
2803 0
2804 0.948008
2804 0.948008
2805 3
1.65
98
2805 3
3.60
98
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -21328,7 +21357,7 @@ pwr_exe:
...
@@ -21328,7 +21357,7 @@ pwr_exe:
102 65535
102 65535
103 0
103 0
12
12
1200 $object.ProcObject[
2
5]##objid
1200 $object.ProcObject[
4
5]##objid
1201 %o
1201 %o
1202 1
1202 1
1203 1
1203 1
...
@@ -21398,12 +21427,12 @@ pwr_exe:
...
@@ -21398,12 +21427,12 @@ pwr_exe:
0
0
1006 6.065
1006 6.065
1007 0.95
1007 0.95
1008 3
3.44
38
1008 3
5.39
38
1009 3
2.63
8
1009 3
4.58
8
1013 6.065
1013 6.065
1014 0.95
1014 0.95
1015 3
3.44
38
1015 3
5.39
38
1016 3
2.63
8
1016 3
4.58
8
1003
1003
0
0
0
0
...
@@ -21445,7 +21474,7 @@ pwr_exe:
...
@@ -21445,7 +21474,7 @@ pwr_exe:
2802 0.485
2802 0.485
2803 0
2803 0
2804 0.948008
2804 0.948008
2805 3
2.44
84
2805 3
4.39
84
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -21463,7 +21492,7 @@ pwr_exe:
...
@@ -21463,7 +21492,7 @@ pwr_exe:
102 65535
102 65535
103 0
103 0
12
12
1200 $object.ProcObject[
2
6]##objid
1200 $object.ProcObject[
4
6]##objid
1201 %o
1201 %o
1202 1
1202 1
1203 1
1203 1
...
@@ -21533,12 +21562,12 @@ pwr_exe:
...
@@ -21533,12 +21562,12 @@ pwr_exe:
0
0
1006 6.065
1006 6.065
1007 0.95
1007 0.95
1008 3
4.23
23
1008 3
6.18
23
1009 3
3.42
65
1009 3
5.37
65
1013 6.065
1013 6.065
1014 0.95
1014 0.95
1015 3
4.23
23
1015 3
6.18
23
1016 3
3.42
65
1016 3
5.37
65
1003
1003
0
0
0
0
...
@@ -21580,7 +21609,7 @@ pwr_exe:
...
@@ -21580,7 +21609,7 @@ pwr_exe:
2802 0.485
2802 0.485
2803 0
2803 0
2804 0.948008
2804 0.948008
2805 3
3.23
69
2805 3
5.18
69
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -21598,7 +21627,7 @@ pwr_exe:
...
@@ -21598,7 +21627,7 @@ pwr_exe:
102 65535
102 65535
103 0
103 0
12
12
1200 $object.ProcObject[
2
7]##objid
1200 $object.ProcObject[
4
7]##objid
1201 %o
1201 %o
1202 1
1202 1
1203 1
1203 1
...
@@ -21668,12 +21697,12 @@ pwr_exe:
...
@@ -21668,12 +21697,12 @@ pwr_exe:
0
0
1006 6.065
1006 6.065
1007 0.95
1007 0.95
1008 3
5.02
09
1008 3
6.97
09
1009 3
4.21
51
1009 3
6.16
51
1013 6.065
1013 6.065
1014 0.95
1014 0.95
1015 3
5.02
09
1015 3
6.97
09
1016 3
4.21
51
1016 3
6.16
51
1003
1003
0
0
0
0
...
@@ -21715,7 +21744,7 @@ pwr_exe:
...
@@ -21715,7 +21744,7 @@ pwr_exe:
2802 0.485
2802 0.485
2803 0
2803 0
2804 0.948008
2804 0.948008
2805 3
4.02
55
2805 3
5.97
55
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -21733,7 +21762,7 @@ pwr_exe:
...
@@ -21733,7 +21762,7 @@ pwr_exe:
102 65535
102 65535
103 0
103 0
12
12
1200 $object.ProcObject[
2
8]##objid
1200 $object.ProcObject[
4
8]##objid
1201 %o
1201 %o
1202 1
1202 1
1203 1
1203 1
...
@@ -21803,12 +21832,12 @@ pwr_exe:
...
@@ -21803,12 +21832,12 @@ pwr_exe:
0
0
1006 6.065
1006 6.065
1007 0.95
1007 0.95
1008 3
5.80
94
1008 3
7.75
94
1009 3
5.00
36
1009 3
6.95
36
1013 6.065
1013 6.065
1014 0.95
1014 0.95
1015 3
5.80
94
1015 3
7.75
94
1016 3
5.00
36
1016 3
6.95
36
1003
1003
0
0
0
0
...
@@ -21850,7 +21879,7 @@ pwr_exe:
...
@@ -21850,7 +21879,7 @@ pwr_exe:
2802 0.485
2802 0.485
2803 0
2803 0
2804 0.948008
2804 0.948008
2805 3
4.81
4
2805 3
6.76
4
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -21868,7 +21897,7 @@ pwr_exe:
...
@@ -21868,7 +21897,7 @@ pwr_exe:
102 65535
102 65535
103 0
103 0
12
12
1200 $object.ProcObject[
2
9]##objid
1200 $object.ProcObject[
4
9]##objid
1201 %o
1201 %o
1202 1
1202 1
1203 1
1203 1
...
@@ -22078,6 +22107,7 @@ pwr_exe:
...
@@ -22078,6 +22107,7 @@ pwr_exe:
3003 23.4605
3003 23.4605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -22138,10 +22168,11 @@ pwr_exe:
...
@@ -22138,10 +22168,11 @@ pwr_exe:
3004 O375
3004 O375
3000 5
3000 5
3001 1.1
3001 1.1
3002 2
7.66
05
3002 2
9.61
05
3003 2
7.06
05
3003 2
9.01
05
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -22163,7 +22194,7 @@ pwr_exe:
...
@@ -22163,7 +22194,7 @@ pwr_exe:
2802 -1.249e-16
2802 -1.249e-16
2803 0
2803 0
2804 1
2804 1
2805 2
5.06
05
2805 2
7.01
05
2806 0
2806 0
99
99
99
99
...
@@ -22171,8 +22202,8 @@ pwr_exe:
...
@@ -22171,8 +22202,8 @@ pwr_exe:
2004 O376
2004 O376
2000 40.45
2000 40.45
2001 0.7
2001 0.7
2002 2
7.7
2002 2
9.65
2003 2
7.7
2003 2
9.65
2009 33
2009 33
2010 0
2010 0
2005
2005
...
@@ -22197,7 +22228,7 @@ pwr_exe:
...
@@ -22197,7 +22228,7 @@ pwr_exe:
2802 0
2802 0
2803 0
2803 0
2804 1
2804 1
2805 1
7.35
2805 1
9.3
2806 0
2806 0
99
99
99
99
...
@@ -22205,8 +22236,8 @@ pwr_exe:
...
@@ -22205,8 +22236,8 @@ pwr_exe:
2004 O377
2004 O377
2000 40.45
2000 40.45
2001 0.7
2001 0.7
2002 2
6.85
2002 2
8.8
2003 2
6.85
2003 2
8.8
2009 30
2009 30
2010 0
2010 0
2005
2005
...
@@ -22231,7 +22262,7 @@ pwr_exe:
...
@@ -22231,7 +22262,7 @@ pwr_exe:
2802 0
2802 0
2803 0
2803 0
2804 1
2804 1
2805 1
6.
5
2805 1
8.4
5
2806 0
2806 0
99
99
99
99
...
@@ -22273,10 +22304,11 @@ pwr_exe:
...
@@ -22273,10 +22304,11 @@ pwr_exe:
3004 O379
3004 O379
3000 8.65
3000 8.65
3001 6.35
3001 6.35
3002 2
7.66
05
3002 2
9.61
05
3003 2
7.06
05
3003 2
9.01
05
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -22298,7 +22330,7 @@ pwr_exe:
...
@@ -22298,7 +22330,7 @@ pwr_exe:
2802 5.25
2802 5.25
2803 0
2803 0
2804 1
2804 1
2805 2
5.06
05
2805 2
7.01
05
2806 0
2806 0
99
99
99
99
...
@@ -22306,10 +22338,11 @@ pwr_exe:
...
@@ -22306,10 +22338,11 @@ pwr_exe:
3004 O380
3004 O380
3000 26.5
3000 26.5
3001 22.05
3001 22.05
3002 2
7.61
05
3002 2
9.56
05
3003 2
7.01
05
3003 2
8.96
05
3008 103
3008 103
3010 4
3010 4
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -22331,7 +22364,7 @@ pwr_exe:
...
@@ -22331,7 +22364,7 @@ pwr_exe:
2802 20.95
2802 20.95
2803 0
2803 0
2804 1
2804 1
2805 2
5.01
05
2805 2
6.96
05
2806 0
2806 0
99
99
99
99
...
@@ -22534,6 +22567,7 @@ pwr_exe:
...
@@ -22534,6 +22567,7 @@ pwr_exe:
3003 21.8605
3003 21.8605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -23311,6 +23345,7 @@ pwr_exe:
...
@@ -23311,6 +23345,7 @@ pwr_exe:
3003 24.2605
3003 24.2605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -23566,6 +23601,7 @@ pwr_exe:
...
@@ -23566,6 +23601,7 @@ pwr_exe:
3003 25.0605
3003 25.0605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -23821,6 +23857,7 @@ pwr_exe:
...
@@ -23821,6 +23857,7 @@ pwr_exe:
3003 25.8605
3003 25.8605
3008 103
3008 103
3010 0
3010 0
3011 2
3007 0
3007 0
3006
3006
3005
3005
...
@@ -23877,5 +23914,1561 @@ pwr_exe:
...
@@ -23877,5 +23914,1561 @@ pwr_exe:
99
99
99
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_indsquare
1002 O393
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 6.95
1007 6.35
1008 27.3
1009 26.65
1013 6.95
1014 6.35
1015 27.3
1016 26.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 5.95
701 8.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 6.2
2803 0
2804 1
2805 26.55
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 33554432
101 0
102 65532
103 0
31
3100 $object.ProcStatus[20]##status
3101 38
99
99
99
27
2703 33
2704 10000
2722 10000
2705 10000
2723 10000
2706 33
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuelong
1002 O394
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 21.3185
1007 7.15
1008 27.3
1009 26.6
1013 21.3185
1014 7.15
1015 27.3
1016 26.6
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.75
701 5.6
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 0.532649
2801 0
2802 7.15
2803 0
2804 1
2805 26.6
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
101 1
102 65532
103 0
12
1200 $object.ProcStatus[20]##status
1201 %1m
1202 1
1203 1
1204 0
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_indsquare
1002 O395
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 22.65
1007 22.05
1008 27.3
1009 26.65
1013 22.65
1014 22.05
1015 27.3
1016 26.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 5.95
701 8.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 21.9
2803 0
2804 1
2805 26.55
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 33554432
101 0
102 65532
103 0
31
3100 $object.ProcMsgSeverity[20]##status
3101 38
99
99
99
27
2703 33
2704 10000
2722 10000
2705 10000
2723 10000
2706 33
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuelong
1002 O396
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 40.0598
1007 22.8
1008 27.3
1009 26.6
1013 40.0598
1014 22.8
1015 27.3
1016 26.6
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.75
701 5.6
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 0.648863
2801 0
2802 22.8
2803 0
2804 1
2805 26.6
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
101 1
102 65532
103 0
12
1200 $object.ProcMessage[20]##string80
1201 %s
1202 1
1203 1
1204 0
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_indsquare
1002 O400
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 6.95
1007 6.35
1008 28.1
1009 27.45
1013 6.95
1014 6.35
1015 28.1
1016 27.45
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 5.95
701 8.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 6.2
2803 0
2804 1
2805 27.35
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 33554432
101 0
102 65532
103 0
31
3100 $object.ProcStatus[21]##status
3101 38
99
99
99
27
2703 33
2704 10000
2722 10000
2705 10000
2723 10000
2706 33
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuelong
1002 O401
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 21.3185
1007 7.15
1008 28.1
1009 27.4
1013 21.3185
1014 7.15
1015 28.1
1016 27.4
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.75
701 5.6
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 0.532649
2801 0
2802 7.15
2803 0
2804 1
2805 27.4
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
101 1
102 65532
103 0
12
1200 $object.ProcStatus[21]##status
1201 %1m
1202 1
1203 1
1204 0
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_indsquare
1002 O402
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 22.65
1007 22.05
1008 28.1
1009 27.45
1013 22.65
1014 22.05
1015 28.1
1016 27.45
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 5.95
701 8.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 21.9
2803 0
2804 1
2805 27.35
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 33554432
101 0
102 65532
103 0
31
3100 $object.ProcMsgSeverity[21]##status
3101 38
99
99
99
27
2703 33
2704 10000
2722 10000
2705 10000
2723 10000
2706 33
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuelong
1002 O403
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 40.0598
1007 22.8
1008 28.1
1009 27.4
1013 40.0598
1014 22.8
1015 28.1
1016 27.4
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.75
701 5.6
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 0.648863
2801 0
2802 22.8
2803 0
2804 1
2805 27.4
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
101 1
102 65532
103 0
12
1200 $object.ProcMessage[21]##string80
1201 %s
1202 1
1203 1
1204 0
99
99
99
35
3500
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 Grp409_
1002 Grp409_
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 6.07329
1007 0.949998
1008 27.35
1009 26.6
1013 6.07329
1014 0.949998
1015 27.35
1016 26.6
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 0
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 33619964
1028 0
1029
99
2707
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 0
101 66
102 65535
103 0
50
5000 &$object.ProcObject[20]
99
55
5500 open graph/classgraph/instance=&$object.ProcObject[20]
99
99
99
3501
36
3600
3
300 Grp409_
301
2
19
1904 O387
1900 6.07329
1901 0.949998
1902 27.35
1903 26.6
1908 0
1909 32
1910 32
1911 1
1915 1
1913 16
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 0
502
7
700 0.95
701 10.6
99
503
7
700 4.5
701 11.35
99
99
1912
28
2800 1.44318
2801 0
2802 -0.421023
2803 0
2804 1
2805 16
2806 0
99
99
30
3004 O388
3000 3.55511
3001 1.45511
3002 27.3105
3003 26.7105
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 0
902 rt_post
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1.44318
2801 0
2802 -0.132387
2803 0
2804 1
2805 24.7105
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
321 0
309 0
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 0
311 0
312
314
315 1
316 1
317 0
318 0
319 0
320 0
328 0
99
99
99
35
3500
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 Grp410_
1002 Grp410_
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 6.07329
1007 0.949998
1008 28.15
1009 27.4
1013 6.07329
1014 0.949998
1015 28.15
1016 27.4
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 0
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 33619964
1028 0
1029
99
2707
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 0
101 66
102 65535
103 0
50
5000 &$object.ProcObject[21]
99
55
5500 open graph/classgraph/instance=&$object.ProcObject[21]
99
99
99
3501
36
3600
3
300 Grp410_
301
2
19
1904 O387
1900 6.07329
1901 0.949998
1902 28.15
1903 27.4
1908 0
1909 32
1910 32
1911 1
1915 1
1913 16
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 0
502
7
700 0.95
701 10.6
99
503
7
700 4.5
701 11.35
99
99
1912
28
2800 1.44318
2801 0
2802 -0.421023
2803 0
2804 1
2805 16.8
2806 0
99
99
30
3004 O388
3000 5.65511
3001 1.45511
3002 28.1105
3003 27.5105
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 0
902 rt_sevhistmon
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1.44318
2801 0
2802 -0.132387
2803 0
2804 1
2805 25.5105
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
321 0
309 0
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 0
311 0
312
314
315 1
316 1
317 0
318 0
319 0
320 0
328 0
99
99
99
99
99
99
99
xtt/exp/ge/src/pwr_c_postconfig.pwg
0 → 100644
View file @
3e599866
0! DefaultWidth 613
0! DefaultHeight 167
1
100 20
135 20
101 20
102 -34
103 -82
104 3.89525
136 3.89525
105 100
106 -6
107 -15
108 30.2132
109 0.7
110 7.86052
111 0.35
116 0
117 0
118 131
119 118
120 1
121 Claes context
122 0
126 1
127 1
128 0
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4510
138 3
139 2
134
22
2200 0
2201 94
2202 pwr_c_postconfig
2203 51
2205 0
2204
2206 0
2207
2208
2209 0
2210 0
2211 30.7
2212 8.4
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 0
2236 0
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 0
2220
2230 0
2231 1
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 700
2227
2228 0
2229 0
2233 1
2234 3
2235 1
2243 0
2245 0
2244
99
123
2
3
300 pwr_valuelong
301
2
19
1904
1900 26.6
1901 0
1902 0.7
1903 0
1908 0
1909 41
1910 41
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 26.6
701 0.7
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
29
2907
13
1300 1
1301 304
1306 0
1302 1
1305 1
1303
7
700 1
701 1.35
99
1304 0
1307 0
99
2908
28
2800 1
2801 0
2802 -0.715333
2803 0
2804 1
2805 -0.771778
2806 0
99
2901 2
99
99
302 0
304 0
303
305 0
306
307
308 1024
321 0
309 0
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 0
311 0
312
314
315 1
316 1
317 0
318 0
319 0
320 0
328 0
99
3
300 pwr_indsquare
301
2
19
1904
1900 0.75
1901 0.15
1902 0.75
1903 0.1
1908 0
1909 293
1910 293
1911 1
1915 0
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0.15
701 0.1
99
503
7
700 0.75
701 0.75
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 4
321 0
309 29
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 0
311 0
312
314
315 1
316 1
317 0
318 0
319 0
320 0
328 0
99
3
300 pwr_valuesmall
301
2
19
1904
1900 2.3
1901 0
1902 0.7
1903 0
1908 0
1909 41
1910 41
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 2.3
701 0.7
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
29
2907
13
1300 1
1301 304
1306 0
1302 1
1305 1
1303
7
700 1
701 1.35
99
1304 0
1307 0
99
2908
28
2800 1
2801 0
2802 -0.715333
2803 0
2804 1
2805 -0.771778
2806 0
99
2901 2
99
99
302 0
304 0
303
305 0
306
307
308 1024
321 0
309 0
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 0
311 0
312
314
315 1
316 1
317 0
318 0
319 0
320 0
328 0
99
99
124
2
99
125
2
30
3004 O70
3000 2.55
3001 0.7
3002 6.86052
3003 6.26052
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 0
902 Status
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 -0.4
2803 0
2804 1
2805 4.26052
2806 0
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_indsquare
1002 O50
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 6.6
1007 6
1008 6.9
1009 6.25
1013 6.6
1014 6
1015 6.9
1016 6.25
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 5.95
701 8.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 5.85
2803 0
2804 1
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 33554432
101 0
102 65532
103 0
31
3100 $node.ProcStatus[20]##status
3101 38
99
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_indsquare
1002 O51
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 6.6
1007 6
1008 7.8
1009 7.15
1013 6.6
1014 6
1015 7.8
1016 7.15
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 5.95
701 8.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 5.85
2803 0
2804 1
2805 7.05
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 33554432
101 0
102 65532
103 0
31
3100 $node.ProcMsgSeverity[20]##status
3101 38
99
99
99
30
3004 O71
3000 4.55
3001 0.7
3002 7.86052
3003 7.26052
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 0
902 LogMessage
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 -0.4
2803 0
2804 1
2805 5.26052
2806 0
99
99
27
2703 33
2704 10000
2722 10000
2705 10000
2723 10000
2706 33
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuelong
1002 O53
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 30.206
1007 6.8
1008 6.9
1009 6.2
1013 30.206
1014 6.8
1015 6.9
1016 6.2
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.75
701 5.6
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 0.879925
2801 0
2802 6.8
2803 0
2804 1
2805 6.2
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
101 1
102 65532
103 0
12
1200 $node.ProcStatus[20]##Status
1201 %1m
1202 1
1203 1
1204 0
99
99
99
27
2703 33
2704 10000
2722 10000
2705 10000
2723 10000
2706 33
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuelong
1002 O54
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 30.2132
1007 6.8
1008 7.85
1009 7.15
1013 30.2132
1014 6.8
1015 7.85
1016 7.15
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.75
701 5.6
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 0.880194
2801 0
2802 6.8
2803 0
2804 1
2805 7.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
101 1
102 65532
103 0
12
1200 $node.ProcMessage[20]##String80
1201 %s
1202 1
1203 1
1204 0
99
99
99
30
3004 O73
3000 1.8
3001 0.7
3002 5.81052
3003 5.21052
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 0
902 Log
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 -0.4
2803 0
2804 1
2805 3.21052
2806 0
99
99
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_indsquare
1002 O55
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 6.6
1007 6
1008 5.85
1009 5.2
1013 6.6
1014 6
1015 5.85
1016 5.2
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 5.95
701 8.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 5.85
2803 0
2804 1
2805 5.1
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 4
101 0
102 65532
103 0
2
200 $object.Log##Boolean
201 9999
99
99
99
30
3004 O77
3000 3.55
3001 0.7
3002 1.06052
3003 0.46052
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 0
902 Sent SMS
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 -0.4
2803 0
2804 1
2805 -1.53948
2806 0
99
99
27
2703 33
2704 31
2722 10000
2705 31
2723 10000
2706 33
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuesmall
1002 O57
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 8.25
1007 5.95
1008 1.05
1009 0.35
1013 8.25
1014 5.95
1015 1.05
1016 0.35
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 10.25
701 2.1
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 5.95
2803 0
2804 1
2805 0.35
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
101 1
102 65532
103 0
12
1200 $object.SentSMS##UInt32
1201 %d
1202 1
1203 1
1204 0
99
99
99
30
3004 O78
3000 4
3001 0.7
3002 1.96052
3003 1.36052
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 0
902 Send Email
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 -0.4
2803 0
2804 1
2805 -0.63948
2806 0
99
99
27
2703 33
2704 31
2722 10000
2705 31
2723 10000
2706 33
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuesmall
1002 O58
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 8.25
1007 5.95
1008 1.95
1009 1.25
1013 8.25
1014 5.95
1015 1.95
1016 1.25
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 10.25
701 2.1
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 5.95
2803 0
2804 1
2805 1.25
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
101 1
102 65532
103 0
12
1200 $object.SentEmail##UInt32
1201 %d
1202 1
1203 1
1204 0
99
99
99
30
3004 O87
3000 5.25
3001 0.7
3002 2.86052
3003 2.26052
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 0
902 SMS Command
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 -0.4
2803 0
2804 1
2805 0.26052
2806 0
99
99
30
3004 O88
3000 5.5
3001 0.7
3002 3.81052
3003 3.21052
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 0
902 Email Command
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 -0.4
2803 0
2804 1
2805 1.21052
2806 0
99
99
27
2703 33
2704 10000
2722 10000
2705 10000
2723 10000
2706 33
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuelong
1002 O90
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 30.2058
1007 5.95
1008 2.95
1009 2.25
1013 30.2058
1014 5.95
1015 2.95
1016 2.25
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.75
701 5.6
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 0.911873
2801 0
2802 5.95
2803 0
2804 1
2805 2.25
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
101 1
102 65532
103 0
12
1200 $object.SMS_Cmd##String256
1201 %s
1202 1
1203 1
1204 0
99
99
99
27
2703 33
2704 10000
2722 10000
2705 10000
2723 10000
2706 33
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_valuelong
1002 O91
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 30.2058
1007 5.95
1008 3.9
1009 3.2
1013 30.2058
1014 5.95
1015 3.9
1016 3.2
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.75
701 5.6
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 0.911873
2801 0
2802 5.95
2803 0
2804 1
2805 3.2
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 1
101 1
102 65532
103 0
12
1200 $object.EmailCmd##String256
1201 %s
1202 1
1203 1
1204 0
99
99
99
30
3004 O92
3000 3.35
3001 0.7
3002 4.86052
3003 4.26052
3008 103
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 0
902 Disabled
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1
2801 0
2802 -0.4
2803 0
2804 1
2805 2.26052
2806 0
99
99
27
2703 10000
2704 175
2722 10000
2705 175
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 pwr_indsquare
1002 O93
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 6.6
1007 6
1008 4.9
1009 4.25
1013 6.6
1014 6
1015 4.9
1016 4.25
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 5.95
701 8.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 5.85
2803 0
2804 1
2805 4.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2721
1
100 4
101 0
102 65532
103 0
2
200 $object.Disable##Boolean
201 9999
99
99
99
99
99
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