Commit b7a01223 authored by Claes Sjöfors's avatar Claes Sjöfors

Project pwrtest01, second node added

parent 37d3f354
......@@ -33,7 +33,8 @@ build_project :
clean_project:
@ echo "Cleaing project"
@ if [ -e $(pwre_croot)/project/pwrtest01/bld ]; then rm $(pwre_croot)/project/pwrtest01/bld; fi
@ if [ -e $(pwre_croot)/project/pwrtest01/src/db/volpwrtest01.db ]; then rm -r $(pwre_croot)/project/pwrtest01/src/db/volpwrtest01.db; fi
@ if [ -e $(pwre_croot)/project/pwrtest01/src/db/volpwrtest01a.db ]; then rm -r $(pwre_croot)/project/pwrtest01/src/db/volpwrtest01a.db; fi
@ if [ -e $(pwre_croot)/project/pwrtest01/src/db/volpwrtest01b.db ]; then rm -r $(pwre_croot)/project/pwrtest01/src/db/volpwrtest01b.db; fi
echo $(release_root)
ls $(release_root)/bld/project/pwrtest01/bld
@ if [ -e $(release_root)/bld/project/pwrtest01/bld ]; then rm -r $(release_root)/bld/project/pwrtest01/bld; fi
......@@ -92,7 +92,8 @@ if [ ! -e $pwra_db ]; then
fi
echo "pwra_db $pwra_db"
cp $pwre_croot/src/tools/pkg/deb/adm/* $pwra_db/
echo "VolPwrTest01 0.254.254.201 pwrtest01" >> $pwra_db/pwr_volumelist.dat
echo "VolPwrTest01a 0.254.254.201 pwrtest01" >> $pwra_db/pwr_volumelist.dat
echo "VolPwrTest01b 0.254.254.202 pwrtest01" >> $pwra_db/pwr_volumelist.dat
echo "%base V0.0.0 $pwre_broot" > $pwra_db/pwr_projectlist.dat
echo "pwrtest01 V0.0.0 $pwrp_root Test-pwrtest01 \"\"" >> $pwra_db/pwr_projectlist.dat
......@@ -100,41 +101,66 @@ source $pwra_db/pwr_setup.sh
source $pwra_db/pwra_env.sh set project pwrtest01
echo "* Set nodename aristotle, opsys $opsys"
echo "* Set opsys $opsys"
cat > initdir.pwr_com <<EOF
set attr/name=Bus999-PwrTest01/attr=NodeName/value="aristotle"/noconf
set attr/name=Bus999-PwrTest01/attr=OperatingSystem/value="$opsys"/noconf
set attr/name=Bus999-PwrTest01a/attr=OperatingSystem/value="$opsys"/noconf
set attr/name=Bus999-PwrTest01b/attr=OperatingSystem/value="$opsys"/noconf
save
exit
EOF
wb_cmd @initdir
echo "* Load volpwrtest01"
wb_cmd wb load/nofocode/load=\"$pwrp_db/volpwrtest01.wb_dmp\"/out=\"$pwrp_db/volpwrtest01.lis\"
echo "* Load volpwrtest01a"
wb_cmd wb load/nofocode/load=\"$pwrp_db/volpwrtest01a.wb_dmp\"/out=\"$pwrp_db/volpwrtest01a.lis\"
echo "* Set opsys $opsys"
cat > initvol.pwr_com <<EOF
set attr/name=VolPwrTest01a:/attr=OperatingSystem/value="$opsys"/noconf
save
exit
EOF
wb_cmd -v volpwrtest01a @initvol
wb_cmd -v volpwrtest01a build node pwrtest01a /force
echo "* Build package"
wb_cmd distr/node=pwrtest01a/package
echo "* Compile"
wb_cmd -v volpwrtest01a compile/all
echo "* Build volume"
wb_cmd -v volpwrtest01a create load
echo "* Build node"
wb_cmd create boot pwrtest01a
echo "* Load volpwrtest01b"
wb_cmd wb load/nofocode/load=\"$pwrp_db/volpwrtest01b.wb_dmp\"/out=\"$pwrp_db/volpwrtest01b.lis\"
echo "* Set opsys $opsys"
cat > initvol.pwr_com <<EOF
set attr/name=VolPwrTest01:/attr=OperatingSystem/value="$opsys"/noconf
set attr/name=VolPwrTest01b:/attr=OperatingSystem/value="$opsys"/noconf
save
exit
EOF
wb_cmd -v volpwrtest01 @initvol
wb_cmd -v volpwrtest01b @initvol
wb_cmd -v volpwrtest01 build node PwrTest01 /force
wb_cmd -v volpwrtest01b build node pwrtest01b /force
echo "* Bulid package"
wb_cmd distr/node=aristotle/package
echo "* Build package 01b"
wb_cmd distr/node=pwrtest01b/package
exit
echo "* Compile"
wb_cmd -v volpwrtest01 compile/all
wb_cmd -v volpwrtest01b compile/all
echo "* Build volume"
wb_cmd -v volpwrtest01 create load
wb_cmd -v volpwrtest01b create load
echo "* Build node"
wb_cmd create boot/all
wb_cmd create boot pwrtest01b
exit
......
......@@ -4,11 +4,14 @@
#include <stdio.h>
#include "pwr.h"
#include "co_cdh.h"
#include "rt_gdh.h"
int main()
{
pwr_tStatus sts, system_sts;
pwr_tOid noid;
pwr_tOName name;
sts = gdh_Init("ra_status");
if (EVEN(sts)) {
......@@ -16,10 +19,15 @@ int main()
exit(0);
}
sts = gdh_GetObjectInfo("Nodes-PwrTest01.SystemStatus", &system_sts,
sizeof(system_sts));
sts = gdh_GetNodeObject(0, &noid);
if (ODD(sts))
sts = gdh_ObjidToName(noid, name, sizeof(name), cdh_mName_volumeStrict);
if (ODD(sts)) {
strcat(name, ".SystemStatus");
sts = gdh_GetObjectInfo(name, &system_sts, sizeof(system_sts));
}
if (EVEN(sts)) {
printf("E pwrtest01 status, gdh_GetObjectInfo error status: %u\n", sts);
printf("E pwrtest01 status, error status: %u\n", sts);
exit(0);
}
......
#
# Startup processes for Proview.
#
#
# User applications
# id, name, load/noload run/norun, file, prio, debug/nodebug, "arg"
#myappl, myappl, noload, run, myappl, 12, nodebug, ""
#
# System processes
# System processes can be disabled by removing the #
#pwr_neth, , noload, norun, , 5, debug, ""
#pwr_plc_plc, , noload, norun, , , debug, ""
#pwr_alim, , noload, norun, , 5, debug, ""
#pwr_emon, , noload, norun, , 10, debug, ""
#pwr_tmon, , noload, norun, , 5, debug, ""
#pwr_qmon, , noload, norun, , 19, debug, ""
#pwr_nacp, , noload, norun, , 5, debug, ""
#pwr_bck, , noload, norun, , 5, debug, ""
#pwr_io, , noload, norun, , 5, debug, ""
#pwr_linksup, , noload, norun, , 5, debug, ""
#pwr_trend, , noload, norun, , 5, debug, ""
#pwr_fast, , noload, norun, , 5, debug, ""
#pwr_remh, , noload, norun, , 5, debug, ""
#pwr_remlog, , noload, norun, , 5, debug, ""
#pwr_elog, , noload, norun, , 5, debug, ""
#pwr_sysmon, , noload, norun, , 5, debug, ""
#pwr_webmon, , noload, norun, , 5, debug, ""
#pwr_webmonmh, , noload, norun, , 5, debug, ""
#pwr_webmonelog, , noload, norun, , 5, debug, ""
#pwr_opc_server, , noload, norun, , 5, debug, ""
#pwr_statussrv, , noload, norun, , 5, debug, ""
#pwr_post, , noload, norun, , 5, debug, ""
#pwr_sevhistmon, , noload, norun, , 5, debug, ""
#pwr_sev_server, , noload, norun, , 5, debug, ""
#pwr_powerlink, , noload, norun, , 5, debug, ""
#pwr_videomgm, , noload, norun, , 5, debug, ""
#pwr_redcom, , noload, norun, , 5, debug, ""
#
# Startup processes for Proview.
#
#
# User applications
# id, name, load/noload run/norun, file, prio, debug/nodebug, "arg"
#myappl, myappl, noload, run, myappl, 12, nodebug, ""
#
# System processes
# System processes can be disabled by removing the #
#pwr_neth, , noload, norun, , 5, debug, ""
#pwr_plc_plc, , noload, norun, , , debug, ""
#pwr_alim, , noload, norun, , 5, debug, ""
#pwr_emon, , noload, norun, , 10, debug, ""
#pwr_tmon, , noload, norun, , 5, debug, ""
#pwr_qmon, , noload, norun, , 19, debug, ""
#pwr_nacp, , noload, norun, , 5, debug, ""
#pwr_bck, , noload, norun, , 5, debug, ""
#pwr_io, , noload, norun, , 5, debug, ""
#pwr_linksup, , noload, norun, , 5, debug, ""
#pwr_trend, , noload, norun, , 5, debug, ""
#pwr_fast, , noload, norun, , 5, debug, ""
#pwr_remh, , noload, norun, , 5, debug, ""
#pwr_remlog, , noload, norun, , 5, debug, ""
#pwr_elog, , noload, norun, , 5, debug, ""
#pwr_sysmon, , noload, norun, , 5, debug, ""
#pwr_webmon, , noload, norun, , 5, debug, ""
#pwr_webmonmh, , noload, norun, , 5, debug, ""
#pwr_webmonelog, , noload, norun, , 5, debug, ""
#pwr_opc_server, , noload, norun, , 5, debug, ""
#pwr_statussrv, , noload, norun, , 5, debug, ""
#pwr_post, , noload, norun, , 5, debug, ""
#pwr_sevhistmon, , noload, norun, , 5, debug, ""
#pwr_sev_server, , noload, norun, , 5, debug, ""
#pwr_powerlink, , noload, norun, , 5, debug, ""
#pwr_videomgm, , noload, norun, , 5, debug, ""
#pwr_redcom, , noload, norun, , 5, debug, ""
! Generated by wb_print_wbl 20-MAR-2020 14:54:59.38
! Generated by wb_print_wbl 25-MAR-2020 10:35:15.42
! Volume directory
! Version V5.7.1
Volume directory $DirectoryVolume 254.254.254.253
......@@ -15,13 +15,13 @@ Volume directory $DirectoryVolume 254.254.254.253
Body RtBody 05-MAR-2008 11:22:55.46
Attr BusNumber = 999
EndBody
Object PwrTest01 NodeConfig 10 20-MAR-2020 12:28:03.32
Body RtBody 20-MAR-2020 14:54:59.35
Attr NodeName = "aristotle"
Object PwrTest01a NodeConfig 10 25-MAR-2020 09:04:16.06
Body RtBody 25-MAR-2020 10:35:15.39
Attr NodeName = "pwrtest01a"
Attr OperatingSystem = 128
Attr Address = "127.0.0.1"
EndBody
Object VolPwrTest01 RootVolumeLoad 11 20-MAR-2020 11:55:52.13
Object VolPwrTest01a RootVolumeLoad 11 25-MAR-2020 09:05:00.12
Body RtBody 05-MAR-2008 11:22:55.46
EndBody
EndObject
......@@ -41,6 +41,32 @@ Volume directory $DirectoryVolume 254.254.254.253
EndObject
EndObject
EndObject
Object PwrTest01b NodeConfig 26 25-MAR-2020 09:06:55.29
Body RtBody 25-MAR-2020 10:35:15.39
Attr NodeName = "pwrtest01b"
Attr OperatingSystem = 128
Attr Address = "127.0.0.1"
EndBody
Object VolPwrTest01b RootVolumeLoad 27 25-MAR-2020 09:07:16.00
Body RtBody 25-MAR-2020 09:06:45.34
EndBody
EndObject
Object BuildOpt BuildOptions 28 25-MAR-2020 09:06:45.34
Body RtBody 25-MAR-2020 09:06:45.34
Attr PlcProcess = "Plc"
Attr SystemModules = 16
EndBody
EndObject
Object Distribute Distribute 29 25-MAR-2020 09:06:45.34
Body DevBody 25-MAR-2020 09:06:45.34
EndBody
Object ra_status ApplDistribute 30 25-MAR-2020 09:06:45.34
Body DevBody 25-MAR-2020 09:06:45.34
Attr Source = "$pwrp_exe/ra_status"
EndBody
EndObject
EndObject
EndObject
EndObject
Object Build BuildConfig 14 03-FEB-2017 15:14:34.90
Body DevBody 03-FEB-2017 15:14:31.33
......@@ -92,8 +118,12 @@ Volume directory $DirectoryVolume 254.254.254.253
EndObject
EndObject
EndObject
Object VolPwrTest01 RootVolumeConfig 7 20-MAR-2020 12:00:10.43
Object VolPwrTest01a RootVolumeConfig 7 25-MAR-2020 09:04:49.56
Body RtBody 05-MAR-2008 11:22:55.46
EndBody
EndObject
Object VolPwrTest01b RootVolumeConfig 25 25-MAR-2020 09:06:36.71
Body RtBody 25-MAR-2020 09:06:28.56
EndBody
EndObject
EndVolume
VolPwrTest01 0.254.254.201 PwrTest01 aristotle 999 128 0.000000 0
VolPwrTest01a 0.254.254.201 PwrTest01a pwrtest01a 999 128 0.000000 0
VolPwrTest01b 0.254.254.202 PwrTest01b pwrtest01b 999 128 0.000000 0
project pwrtest01
node aristotle 128 999 0 - -
load aristotle
appl aristotle W $pwrp_cnf/aristotle/pwr_user2.dat:$pwra_db/pwr_user2.dat $pwra_db/pwr_user2.dat
appl aristotle W $pwrp_load/ld_appl_aristotle_999.txt $pwrp_load/
appl aristotle W $pwrp_load/pwrp_alias.dat $pwrp_load/pwrp_alias.dat
appl aristotle W $pwrp_inc/*.h
appl aristotle W $pwrp_exe/*.pwg
appl aristotle W $pwrp_load/aristotle/xtt_help.dat:$pwrp_load/xtt_help.dat $pwrp_load/xtt_help.dat
appl aristotle W $pwrp_load/aristotle/b55/Rt_xtt:$pwrp_load/aristotle/Rt_xtt:$pwrp_load/Rt_xtt /home/b55/Rt_xtt
appl aristotle S $pwrp_load/aristotle/pwrp/Rt_xtt /home/pwrp/Rt_xtt
appl aristotle W $pwrp_load/aristotle/b55/xtt_setup.rtt_com:$pwrp_load/aristotle/xtt_setup.rtt_com:$pwrp_load/xtt_setup.rtt_com /home/b55/xtt_setup.rtt_com
appl aristotle S $pwrp_load/aristotle/pwrp/xtt_setup.rtt_com /home/pwrp/xtt_setup.rtt_com
appl aristotle W $pwrp_load/*.flw
appl aristotle W $pwrp_cnf/aristotle/.rhosts:$pwra_db/.rhosts /home/pwrp/.rhosts
appl aristotle W $pwrp_web/*.html
appl aristotle S $pwrp_web/*.jar
appl aristotle S $pwrp_web/*.gif
appl aristotle S $pwrp_web/*.png
appl aristotle S $pwrp_web/*.jpg
appl aristotle S $pwrp_web/*.pdf
appl aristotle S $pwrp_web/*.pwg
appl aristotle E $pwrp_exe/ra_status
node pwrtest01a 128 999 0 - -
load pwrtest01a
appl pwrtest01a W $pwrp_cnf/pwrtest01a/pwr_user2.dat:$pwra_db/pwr_user2.dat $pwra_db/pwr_user2.dat
appl pwrtest01a W $pwrp_load/ld_appl_pwrtest01a_999.txt $pwrp_load/
appl pwrtest01a W $pwrp_load/pwrp_alias.dat $pwrp_load/pwrp_alias.dat
appl pwrtest01a W $pwrp_inc/*.h
appl pwrtest01a W $pwrp_exe/*.pwg
appl pwrtest01a W $pwrp_load/pwrtest01a/xtt_help.dat:$pwrp_load/xtt_help.dat $pwrp_load/xtt_help.dat
appl pwrtest01a W $pwrp_load/pwrtest01a/b55/Rt_xtt:$pwrp_load/pwrtest01a/Rt_xtt:$pwrp_load/Rt_xtt /home/b55/Rt_xtt
appl pwrtest01a S $pwrp_load/pwrtest01a/pwrp/Rt_xtt /home/pwrp/Rt_xtt
appl pwrtest01a W $pwrp_load/pwrtest01a/b55/xtt_setup.rtt_com:$pwrp_load/pwrtest01a/xtt_setup.rtt_com:$pwrp_load/xtt_setup.rtt_com /home/b55/xtt_setup.rtt_com
appl pwrtest01a S $pwrp_load/pwrtest01a/pwrp/xtt_setup.rtt_com /home/pwrp/xtt_setup.rtt_com
appl pwrtest01a W $pwrp_load/*.flw
appl pwrtest01a W $pwrp_cnf/pwrtest01a/.rhosts:$pwra_db/.rhosts /home/pwrp/.rhosts
appl pwrtest01a W $pwrp_web/*.html
appl pwrtest01a S $pwrp_web/*.jar
appl pwrtest01a S $pwrp_web/*.gif
appl pwrtest01a S $pwrp_web/*.png
appl pwrtest01a S $pwrp_web/*.jpg
appl pwrtest01a S $pwrp_web/*.pdf
appl pwrtest01a S $pwrp_web/*.pwg
appl pwrtest01a E $pwrp_exe/ra_status
node pwrtest01b 128 999 0 - -
load pwrtest01b
appl pwrtest01b W $pwrp_cnf/pwrtest01b/pwr_user2.dat:$pwra_db/pwr_user2.dat $pwra_db/pwr_user2.dat
appl pwrtest01b W $pwrp_load/ld_appl_pwrtest01b_999.txt $pwrp_load/
appl pwrtest01b W $pwrp_load/pwrp_alias.dat $pwrp_load/pwrp_alias.dat
appl pwrtest01b W $pwrp_inc/*.h
appl pwrtest01b W $pwrp_exe/*.pwg
appl pwrtest01b W $pwrp_load/pwrtest01b/xtt_help.dat:$pwrp_load/xtt_help.dat $pwrp_load/xtt_help.dat
appl pwrtest01b W $pwrp_load/pwrtest01b/b55/Rt_xtt:$pwrp_load/pwrtest01b/Rt_xtt:$pwrp_load/Rt_xtt /home/b55/Rt_xtt
appl pwrtest01b S $pwrp_load/pwrtest01b/pwrp/Rt_xtt /home/pwrp/Rt_xtt
appl pwrtest01b W $pwrp_load/pwrtest01b/b55/xtt_setup.rtt_com:$pwrp_load/pwrtest01b/xtt_setup.rtt_com:$pwrp_load/xtt_setup.rtt_com /home/b55/xtt_setup.rtt_com
appl pwrtest01b S $pwrp_load/pwrtest01b/pwrp/xtt_setup.rtt_com /home/pwrp/xtt_setup.rtt_com
appl pwrtest01b W $pwrp_load/*.flw
appl pwrtest01b W $pwrp_cnf/pwrtest01b/.rhosts:$pwra_db/.rhosts /home/pwrp/.rhosts
appl pwrtest01b W $pwrp_web/*.html
appl pwrtest01b S $pwrp_web/*.jar
appl pwrtest01b S $pwrp_web/*.gif
appl pwrtest01b S $pwrp_web/*.png
appl pwrtest01b S $pwrp_web/*.jpg
appl pwrtest01b S $pwrp_web/*.pdf
appl pwrtest01b S $pwrp_web/*.pwg
appl pwrtest01b E $pwrp_exe/ra_status
builddir pop 2 ""
buildcopy pop $pwrp_pop/*.pwg $pwrp_exe/
buildcopy pop $pwrp_pop/*.pwg $pwrp_web/
......
VolPwrTest01 0.254.254.201 RootVolume cnf 0
VolPwrTest01a 0.254.254.201 RootVolume cnf 0
VolPwrTest01b 0.254.254.202 RootVolume cnf 0
! Generated by wb_print_wbl 20-MAR-2020 12:17:33.82
! Volume VolPwrTest01
! Version V5.7.1
Volume VolPwrTest01 $RootVolume 0.254.254.201
Body SysBody 20-MAR-2020 12:16:57.92
Attr NextOix = "_X65"
Attr OperatingSystem = 128
Attr Modified = "20-MAR-2020 12:16:57.92"
EndBody
Object Nodes $NodeHier 22 20-MAR-2020 12:12:27.97
Body SysBody 20-MAR-2020 12:12:27.97
EndBody
Object PwrTest01 $Node 23 20-MAR-2020 12:12:27.97
Body SysBody 20-MAR-2020 12:12:27.97
EndBody
Object Security $Security 24 20-MAR-2020 12:12:27.97
Body SysBody 20-MAR-2020 12:12:27.97
Attr WebSystemGroup = "Security"
EndBody
EndObject
Object OpPlaces $NodeHier 25 20-MAR-2020 12:12:27.97
Body SysBody 20-MAR-2020 12:12:27.97
EndBody
Object Op OpPlace 26 20-MAR-2020 12:12:27.97
Body RtBody 20-MAR-2020 12:12:27.97
EndBody
EndObject
Object Maintenance OpPlace 27 20-MAR-2020 12:12:27.97
Body RtBody 20-MAR-2020 12:12:27.97
EndBody
EndObject
Object OpDefault OpPlace 28 20-MAR-2020 12:12:27.98
Body RtBody 20-MAR-2020 12:12:27.98
Attr OpWindLayout = 1
Attr IsDefaultOp = 1
EndBody
EndObject
Object WebBrowser WebBrowserConfig 29 20-MAR-2020 12:12:27.98
Body RtBody 20-MAR-2020 12:12:27.98
EndBody
EndObject
EndObject
Object Servers $NodeHier 30 20-MAR-2020 12:12:27.98
Body SysBody 20-MAR-2020 12:12:27.98
EndBody
Object MessageHandler MessageHandler 31 20-MAR-2020 12:12:27.98
Body RtBody 20-MAR-2020 12:12:27.98
Attr SystemEvents[0].MoreText = ""
Attr SystemEvents[1].MoreText = ""
Attr SystemEvents[2].MoreText = ""
Attr SystemEvents[3].MoreText = ""
Attr SystemEvents[4].MoreText = ""
Attr SystemEvents[5].MoreText = ""
Attr SystemEvents[6].MoreText = ""
Attr SystemEvents[7].MoreText = ""
Attr SystemEvents[8].MoreText = ""
Attr SystemEvents[9].MoreText = ""
Attr SystemEvents[10].MoreText = ""
Attr SystemEvents[11].MoreText = ""
Attr SystemEvents[12].MoreText = ""
Attr SystemEvents[13].MoreText = ""
EndBody
EndObject
Object IOHandler IOHandler 32 20-MAR-2020 12:12:27.98
Body RtBody 20-MAR-2020 12:12:27.98
EndBody
EndObject
Object Backup Backup_Conf 33 20-MAR-2020 12:12:27.98
Body RtBody 20-MAR-2020 12:12:27.98
EndBody
EndObject
Object StatusServer StatusServerConfig 34 20-MAR-2020 12:12:27.98
Body RtBody 20-MAR-2020 12:12:27.98
EndBody
EndObject
EndObject
Object Plc PlcProcess 35 20-MAR-2020 12:12:27.98
Body RtBody 20-MAR-2020 12:12:27.98
EndBody
Body DevBody 20-MAR-2020 12:12:27.98
EndBody
Object 100ms PlcThread 36 20-MAR-2020 12:12:27.98
Body RtBody 20-MAR-2020 12:12:27.98
Attr ScanTime = 1.000000e-01
EndBody
Object Alarm CycleSup 37 20-MAR-2020 12:12:27.98
Body RtBody 20-MAR-2020 12:12:27.98
Attr MaxDelay = 1.000000e-01
Attr DetectText = "Plc thread delayed"
Attr MoreText = ""
EndBody
EndObject
Object Halt CycleSup 38 20-MAR-2020 12:12:27.98
Body RtBody 20-MAR-2020 12:12:27.98
Attr MaxDelay = 1.000000e+00
Attr DelayAction = 2
Attr MoreText = ""
EndBody
EndObject
EndObject
EndObject
Object WebHandler WebHandler 39 20-MAR-2020 12:12:27.98
Body RtBody 20-MAR-2020 12:12:27.98
EndBody
EndObject
Object IO $NodeHier 40 20-MAR-2020 12:12:27.98
Body SysBody 20-MAR-2020 12:12:27.98
EndBody
EndObject
EndObject
EndObject
Object H1 $PlantHier 41 20-MAR-2020 12:15:27.55
Body SysBody 20-MAR-2020 12:15:27.55
EndBody
Object Plc PlcPgm 42 20-MAR-2020 12:15:45.40
Body RtBody 20-MAR-2020 12:15:45.40
Attr ThreadObject = "VolPwrTest01:Nodes-PwrTest01-Plc-100ms"
EndBody
Body DevBody 20-MAR-2020 12:16:57.92
Buffer PlcProgram
Attr oid = "VolPwrTest01:H1-Plc"
Attr cid = "pwrb:Class-PlcPgm"
Attr defnamecount[2] = 1
Attr defnamecount[62] = 3
Attr defnamecount[71] = 1
Attr defnamecount[90] = 1
Attr defnamecount[137] = 3
Attr defnamecount[139] = 1
Attr connamecount = 8
EndBuffer
EndBody
Object W WindowPlc 47 20-MAR-2020 12:16:13.54
Body RtBody 20-MAR-2020 12:16:57.92
Attr Version = 1584703017
EndBody
Body DevBody 20-MAR-2020 12:16:57.92
Attr Modified = "20-MAR-2020 12:16:57.92"
Buffer PlcWindow
Attr oid = "VolPwrTest01:H1-Plc-W"
Attr cid = "pwrb:Class-WindowPlc"
Attr y = 5.000000e+01
Attr width = 1.000000e+03
Attr heigth = 7.500000e+02
Attr refconcount = 1
EndBuffer
EndBody
Object cn7 ConDigital 65 20-MAR-2020 12:16:56.59
Body DevBody 20-MAR-2020 12:16:57.92
Buffer PlcConnection
Attr oid = "VolPwrTest01:H1-Plc-W-cn7"
Attr object_type = 23
Attr cid = "pwrb:Class-ConDigital"
Attr attributes = 90
Attr source_point = 3
Attr source_oid = "VolPwrTest01:H1-Plc-W-And0"
Attr dest_oid = "VolPwrTest01:H1-Plc-W-StoDv0"
Attr point_count = 2
Buffer point[0]
Attr x = 1.620000e+00
Attr y = 8.000000e-01
EndBuffer
Buffer point[1]
Attr x = 1.499000e+00
Attr y = 8.000000e-01
EndBuffer
Buffer point[2]
EndBuffer
Buffer point[3]
EndBuffer
Buffer point[4]
EndBuffer
Buffer point[5]
EndBuffer
Buffer point[6]
EndBuffer
Buffer point[7]
EndBuffer
Buffer point[8]
EndBuffer
Buffer point[9]
EndBuffer
Attr woid = "VolPwrTest01:H1-Plc-W"
EndBuffer
EndBody
EndObject
Object cn6 ConDigital 63 20-MAR-2020 12:16:54.00
Body DevBody 20-MAR-2020 12:16:57.92
Buffer PlcConnection
Attr oid = "VolPwrTest01:H1-Plc-W-cn6"
Attr object_type = 23
Attr cid = "pwrb:Class-ConDigital"
Attr attributes = 90
Attr source_point = 2
Attr source_oid = "VolPwrTest01:H1-Plc-W-And0"
Attr dest_oid = "VolPwrTest01:H1-Plc-W-GetDv2"
Attr point_count = 2
Buffer point[0]
Attr x = 9.340000e-01
Attr y = 9.000000e-01
EndBuffer
Buffer point[1]
Attr x = 1.320000e+00
Attr y = 9.000000e-01
EndBuffer
Buffer point[2]
EndBuffer
Buffer point[3]
EndBuffer
Buffer point[4]
EndBuffer
Buffer point[5]
EndBuffer
Buffer point[6]
EndBuffer
Buffer point[7]
EndBuffer
Buffer point[8]
EndBuffer
Buffer point[9]
EndBuffer
Attr woid = "VolPwrTest01:H1-Plc-W"
EndBuffer
EndBody
EndObject
Object cn5 ConDigital 61 20-MAR-2020 12:16:50.85
Body DevBody 20-MAR-2020 12:16:57.92
Buffer PlcConnection
Attr oid = "VolPwrTest01:H1-Plc-W-cn5"
Attr object_type = 23
Attr cid = "pwrb:Class-ConDigital"
Attr attributes = 90
Attr source_point = 1
Attr source_oid = "VolPwrTest01:H1-Plc-W-And0"
Attr dest_oid = "VolPwrTest01:H1-Plc-W-GetDv1"
Attr point_count = 2
Buffer point[0]
Attr x = 9.340000e-01
Attr y = 8.500000e-01
EndBuffer
Buffer point[1]
Attr x = 1.320000e+00
Attr y = 8.500000e-01
EndBuffer
Buffer point[2]
EndBuffer
Buffer point[3]
EndBuffer
Buffer point[4]
EndBuffer
Buffer point[5]
EndBuffer
Buffer point[6]
EndBuffer
Buffer point[7]
EndBuffer
Buffer point[8]
EndBuffer
Buffer point[9]
EndBuffer
Attr woid = "VolPwrTest01:H1-Plc-W"
EndBuffer
EndBody
EndObject
Object cn4 ConDigital 59 20-MAR-2020 12:16:47.76
Body DevBody 20-MAR-2020 12:16:57.92
Buffer PlcConnection
Attr oid = "VolPwrTest01:H1-Plc-W-cn4"
Attr object_type = 23
Attr cid = "pwrb:Class-ConDigital"
Attr attributes = 90
Attr source_oid = "VolPwrTest01:H1-Plc-W-And0"
Attr dest_oid = "VolPwrTest01:H1-Plc-W-GetDv0"
Attr point_count = 2
Buffer point[0]
Attr x = 9.340000e-01
Attr y = 8.000000e-01
EndBuffer
Buffer point[1]
Attr x = 1.320000e+00
Attr y = 8.000000e-01
EndBuffer
Buffer point[2]
EndBuffer
Buffer point[3]
EndBuffer
Buffer point[4]
EndBuffer
Buffer point[5]
EndBuffer
Buffer point[6]
EndBuffer
Buffer point[7]
EndBuffer
Buffer point[8]
EndBuffer
Buffer point[9]
EndBuffer
Attr woid = "VolPwrTest01:H1-Plc-W"
EndBuffer
EndBody
EndObject
Object Document0 Document 48 20-MAR-2020 12:16:13.56
Body DevBody 20-MAR-2020 12:16:57.92
Buffer PlcNode
Attr object_type = 2
Attr cid = "pwrb:Class-Document"
Attr oid = "VolPwrTest01:H1-Plc-W-Document0"
Attr x = 5.000000e-01
Attr y = -1.975000e+00
Attr width = 1.700000e+00
Attr heigth = 2.500000e+00
Attr woid = "VolPwrTest01:H1-Plc-W"
Attr mask[0] = 4
EndBuffer
EndBody
EndObject
Object And0 And 49 20-MAR-2020 12:16:18.86
Body RtBody 20-MAR-2020 12:16:18.86
EndBody
Body DevBody 20-MAR-2020 12:16:57.92
Buffer PlcNode
Attr object_type = 90
Attr cid = "pwrb:Class-And"
Attr oid = "VolPwrTest01:H1-Plc-W-And0"
Attr x = 1.300000e+00
Attr y = 7.499998e-02
Attr width = 1.790000e-01
Attr heigth = 1.500000e-01
Attr woid = "VolPwrTest01:H1-Plc-W"
Attr mask[0] = 7
Attr mask[1] = 1
Attr mask[2] = 4
EndBuffer
EndBody
EndObject
Object GetDv0 GetDv 58 20-MAR-2020 12:16:47.75
Body RtBody 20-MAR-2020 12:16:47.75
EndBody
Body DevBody 20-MAR-2020 12:16:57.92
Attr DvObject = "VolPwrTest01:H1-Dv1"
Buffer PlcNode
Attr object_type = 62
Attr cid = "pwrb:Class-GetDv"
Attr oid = "VolPwrTest01:H1-Plc-W-GetDv0"
Attr x = 7.000000e-01
Attr y = 1.750000e-01
Attr width = 2.340000e-01
Attr heigth = 5.000000e-02
Attr woid = "VolPwrTest01:H1-Plc-W"
Attr mask[1] = 1
EndBuffer
EndBody
EndObject
Object GetDv1 GetDv 60 20-MAR-2020 12:16:50.84
Body RtBody 20-MAR-2020 12:16:50.84
EndBody
Body DevBody 20-MAR-2020 12:16:57.92
Attr DvObject = "VolPwrTest01:H1-Dv2"
Buffer PlcNode
Attr object_type = 62
Attr cid = "pwrb:Class-GetDv"
Attr oid = "VolPwrTest01:H1-Plc-W-GetDv1"
Attr x = 7.000000e-01
Attr y = 1.250000e-01
Attr width = 2.340000e-01
Attr heigth = 5.000000e-02
Attr woid = "VolPwrTest01:H1-Plc-W"
Attr mask[1] = 1
EndBuffer
EndBody
EndObject
Object GetDv2 GetDv 62 20-MAR-2020 12:16:53.99
Body RtBody 20-MAR-2020 12:16:53.99
EndBody
Body DevBody 20-MAR-2020 12:16:57.92
Attr DvObject = "VolPwrTest01:H1-Dv3"
Buffer PlcNode
Attr object_type = 62
Attr cid = "pwrb:Class-GetDv"
Attr oid = "VolPwrTest01:H1-Plc-W-GetDv2"
Attr x = 7.000000e-01
Attr y = 7.500003e-02
Attr width = 2.340000e-01
Attr heigth = 5.000000e-02
Attr woid = "VolPwrTest01:H1-Plc-W"
Attr mask[1] = 1
EndBuffer
EndBody
EndObject
Object StoDv0 StoDv 64 20-MAR-2020 12:16:56.59
Body RtBody 20-MAR-2020 12:16:56.59
EndBody
Body DevBody 20-MAR-2020 12:16:57.92
Attr DvObject = "VolPwrTest01:H1-Dv4"
Buffer PlcNode
Attr object_type = 71
Attr cid = "pwrb:Class-StoDv"
Attr oid = "VolPwrTest01:H1-Plc-W-StoDv0"
Attr x = 1.600000e+00
Attr y = 1.750000e-01
Attr width = 2.850000e-01
Attr heigth = 5.000000e-02
Attr woid = "VolPwrTest01:H1-Plc-W"
Attr mask[0] = 1
EndBuffer
EndBody
EndObject
EndObject
EndObject
Object Dv1 Dv 43 20-MAR-2020 12:15:57.93
Body RtBody 20-MAR-2020 12:15:57.93
EndBody
EndObject
Object Dv2 Dv 44 20-MAR-2020 12:16:06.00
Body RtBody 20-MAR-2020 12:16:06.00
EndBody
EndObject
Object Dv3 Dv 45 20-MAR-2020 12:16:06.87
Body RtBody 20-MAR-2020 12:16:06.87
EndBody
EndObject
Object Dv4 Dv 46 20-MAR-2020 12:16:09.63
Body RtBody 20-MAR-2020 12:16:09.63
EndBody
EndObject
EndObject
EndVolume
! Generated by wb_print_wbl 25-MAR-2020 09:54:41.05
! Volume VolPwrTest01a
! Version V5.7.1
Volume VolPwrTest01a $RootVolume 0.254.254.201
Body SysBody 25-MAR-2020 09:53:41.07
Attr NextOix = "_X67"
Attr OperatingSystem = 128
Attr Modified = "25-MAR-2020 09:53:41.07"
EndBody
Object Nodes $NodeHier 22 20-MAR-2020 12:12:27.97
Body SysBody 25-MAR-2020 09:44:24.53
EndBody
Object PwrTest01a $Node 23 20-MAR-2020 12:12:27.97
Body SysBody 25-MAR-2020 09:44:24.53
EndBody
Object Security $Security 24 20-MAR-2020 12:12:27.97
Body SysBody 25-MAR-2020 09:44:24.53
Attr WebSystemGroup = "Security"
EndBody
EndObject
Object OpPlaces $NodeHier 25 20-MAR-2020 12:12:27.97
Body SysBody 25-MAR-2020 09:44:24.53
EndBody
Object Op OpPlace 26 20-MAR-2020 12:12:27.97
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
EndObject
Object Maintenance OpPlace 27 20-MAR-2020 12:12:27.97
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
EndObject
Object OpDefault OpPlace 28 20-MAR-2020 12:12:27.98
Body RtBody 25-MAR-2020 09:44:24.53
Attr OpWindLayout = 1
Attr IsDefaultOp = 1
EndBody
EndObject
Object WebBrowser WebBrowserConfig 29 20-MAR-2020 12:12:27.98
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
EndObject
EndObject
Object Servers $NodeHier 30 20-MAR-2020 12:12:27.98
Body SysBody 25-MAR-2020 09:44:24.53
EndBody
Object MessageHandler MessageHandler 31 20-MAR-2020 12:12:27.98
Body RtBody 25-MAR-2020 09:44:24.53
Attr SystemEvents[0].MoreText = ""
Attr SystemEvents[1].MoreText = ""
Attr SystemEvents[2].MoreText = ""
Attr SystemEvents[3].MoreText = ""
Attr SystemEvents[4].MoreText = ""
Attr SystemEvents[5].MoreText = ""
Attr SystemEvents[6].MoreText = ""
Attr SystemEvents[7].MoreText = ""
Attr SystemEvents[8].MoreText = ""
Attr SystemEvents[9].MoreText = ""
Attr SystemEvents[10].MoreText = ""
Attr SystemEvents[11].MoreText = ""
Attr SystemEvents[12].MoreText = ""
Attr SystemEvents[13].MoreText = ""
EndBody
EndObject
Object IOHandler IOHandler 32 20-MAR-2020 12:12:27.98
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
EndObject
Object Backup Backup_Conf 33 20-MAR-2020 12:12:27.98
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
EndObject
Object StatusServer StatusServerConfig 34 20-MAR-2020 12:12:27.98
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
EndObject
EndObject
Object Plc PlcProcess 35 20-MAR-2020 12:12:27.98
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
Body DevBody 25-MAR-2020 09:44:24.53
EndBody
Object 100ms PlcThread 36 20-MAR-2020 12:12:27.98
Body RtBody 25-MAR-2020 09:44:24.53
Attr ScanTime = 1.000000e-01
EndBody
Object Alarm CycleSup 37 20-MAR-2020 12:12:27.98
Body RtBody 25-MAR-2020 09:44:24.53
Attr MaxDelay = 1.000000e-01
Attr DetectText = "Plc thread delayed"
Attr MoreText = ""
EndBody
EndObject
Object Halt CycleSup 38 20-MAR-2020 12:12:27.98
Body RtBody 25-MAR-2020 09:44:24.53
Attr MaxDelay = 1.000000e+00
Attr DelayAction = 2
Attr MoreText = ""
EndBody
EndObject
EndObject
EndObject
Object WebHandler WebHandler 39 20-MAR-2020 12:12:27.98
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
EndObject
Object IO $NodeHier 40 20-MAR-2020 12:12:27.98
Body SysBody 25-MAR-2020 09:44:24.53
EndBody
EndObject
EndObject
EndObject
Object Test01a $PlantHier 66 25-MAR-2020 09:52:09.60
Body SysBody 25-MAR-2020 09:52:09.60
EndBody
Object H1 $PlantHier 41 20-MAR-2020 12:15:27.55
Body SysBody 25-MAR-2020 09:44:24.53
EndBody
Object Plc PlcPgm 42 20-MAR-2020 12:15:45.40
Body RtBody 25-MAR-2020 09:44:24.53
Attr ThreadObject = "VolPwrTest01a:Nodes-PwrTest01a-Plc-100ms"
EndBody
Body DevBody 25-MAR-2020 09:44:24.53
Buffer PlcProgram
Attr oid = "VolPwrTest01a:Test01a-H1-Plc"
Attr cid = "pwrb:Class-PlcPgm"
Attr defnamecount[2] = 1
Attr defnamecount[62] = 3
Attr defnamecount[71] = 1
Attr defnamecount[90] = 1
Attr defnamecount[137] = 3
Attr defnamecount[139] = 1
Attr connamecount = 8
EndBuffer
EndBody
Object W WindowPlc 47 20-MAR-2020 12:16:13.54
Body RtBody 25-MAR-2020 09:44:24.53
Attr Version = 1584703017
EndBody
Body DevBody 25-MAR-2020 09:44:29.84
Attr Modified = "20-MAR-2020 12:16:57.92"
Attr Compiled = "25-MAR-2020 09:44:29.84"
Buffer PlcWindow
Attr oid = "VolPwrTest01a:Test01a-H1-Plc-W"
Attr cid = "pwrb:Class-WindowPlc"
Attr y = 5.000000e+01
Attr width = 1.000000e+03
Attr heigth = 7.500000e+02
Attr refconcount = 1
EndBuffer
EndBody
Object cn7 ConDigital 65 20-MAR-2020 12:16:56.59
Body DevBody 25-MAR-2020 09:44:24.53
Buffer PlcConnection
Attr oid = "VolPwrTest01a:Test01a-H1-Plc-W-cn7"
Attr object_type = 23
Attr cid = "pwrb:Class-ConDigital"
Attr attributes = 90
Attr source_point = 3
Attr source_oid = "VolPwrTest01a:Test01a-H1-Plc-W-And0"
Attr dest_oid = "VolPwrTest01a:Test01a-H1-Plc-W-StoDv0"
Attr point_count = 2
Buffer point[0]
Attr x = 1.620000e+00
Attr y = 8.000000e-01
EndBuffer
Buffer point[1]
Attr x = 1.499000e+00
Attr y = 8.000000e-01
EndBuffer
Buffer point[2]
EndBuffer
Buffer point[3]
EndBuffer
Buffer point[4]
EndBuffer
Buffer point[5]
EndBuffer
Buffer point[6]
EndBuffer
Buffer point[7]
EndBuffer
Buffer point[8]
EndBuffer
Buffer point[9]
EndBuffer
Attr woid = "VolPwrTest01a:Test01a-H1-Plc-W"
EndBuffer
EndBody
EndObject
Object cn6 ConDigital 63 20-MAR-2020 12:16:54.00
Body DevBody 25-MAR-2020 09:44:24.53
Buffer PlcConnection
Attr oid = "VolPwrTest01a:Test01a-H1-Plc-W-cn6"
Attr object_type = 23
Attr cid = "pwrb:Class-ConDigital"
Attr attributes = 90
Attr source_point = 2
Attr source_oid = "VolPwrTest01a:Test01a-H1-Plc-W-And0"
Attr dest_oid = "VolPwrTest01a:Test01a-H1-Plc-W-GetDv2"
Attr point_count = 2
Buffer point[0]
Attr x = 9.340000e-01
Attr y = 9.000000e-01
EndBuffer
Buffer point[1]
Attr x = 1.320000e+00
Attr y = 9.000000e-01
EndBuffer
Buffer point[2]
EndBuffer
Buffer point[3]
EndBuffer
Buffer point[4]
EndBuffer
Buffer point[5]
EndBuffer
Buffer point[6]
EndBuffer
Buffer point[7]
EndBuffer
Buffer point[8]
EndBuffer
Buffer point[9]
EndBuffer
Attr woid = "VolPwrTest01a:Test01a-H1-Plc-W"
EndBuffer
EndBody
EndObject
Object cn5 ConDigital 61 20-MAR-2020 12:16:50.85
Body DevBody 25-MAR-2020 09:44:24.53
Buffer PlcConnection
Attr oid = "VolPwrTest01a:Test01a-H1-Plc-W-cn5"
Attr object_type = 23
Attr cid = "pwrb:Class-ConDigital"
Attr attributes = 90
Attr source_point = 1
Attr source_oid = "VolPwrTest01a:Test01a-H1-Plc-W-And0"
Attr dest_oid = "VolPwrTest01a:Test01a-H1-Plc-W-GetDv1"
Attr point_count = 2
Buffer point[0]
Attr x = 9.340000e-01
Attr y = 8.500000e-01
EndBuffer
Buffer point[1]
Attr x = 1.320000e+00
Attr y = 8.500000e-01
EndBuffer
Buffer point[2]
EndBuffer
Buffer point[3]
EndBuffer
Buffer point[4]
EndBuffer
Buffer point[5]
EndBuffer
Buffer point[6]
EndBuffer
Buffer point[7]
EndBuffer
Buffer point[8]
EndBuffer
Buffer point[9]
EndBuffer
Attr woid = "VolPwrTest01a:Test01a-H1-Plc-W"
EndBuffer
EndBody
EndObject
Object cn4 ConDigital 59 20-MAR-2020 12:16:47.76
Body DevBody 25-MAR-2020 09:44:24.53
Buffer PlcConnection
Attr oid = "VolPwrTest01a:Test01a-H1-Plc-W-cn4"
Attr object_type = 23
Attr cid = "pwrb:Class-ConDigital"
Attr attributes = 90
Attr source_oid = "VolPwrTest01a:Test01a-H1-Plc-W-And0"
Attr dest_oid = "VolPwrTest01a:Test01a-H1-Plc-W-GetDv0"
Attr point_count = 2
Buffer point[0]
Attr x = 9.340000e-01
Attr y = 8.000000e-01
EndBuffer
Buffer point[1]
Attr x = 1.320000e+00
Attr y = 8.000000e-01
EndBuffer
Buffer point[2]
EndBuffer
Buffer point[3]
EndBuffer
Buffer point[4]
EndBuffer
Buffer point[5]
EndBuffer
Buffer point[6]
EndBuffer
Buffer point[7]
EndBuffer
Buffer point[8]
EndBuffer
Buffer point[9]
EndBuffer
Attr woid = "VolPwrTest01a:Test01a-H1-Plc-W"
EndBuffer
EndBody
EndObject
Object Document0 Document 48 20-MAR-2020 12:16:13.56
Body DevBody 25-MAR-2020 09:44:24.53
Buffer PlcNode
Attr object_type = 2
Attr cid = "pwrb:Class-Document"
Attr oid = "VolPwrTest01a:Test01a-H1-Plc-W-Document0"
Attr x = 5.000000e-01
Attr y = -1.975000e+00
Attr width = 1.700000e+00
Attr heigth = 2.500000e+00
Attr woid = "VolPwrTest01a:Test01a-H1-Plc-W"
Attr mask[0] = 4
EndBuffer
EndBody
EndObject
Object And0 And 49 20-MAR-2020 12:16:18.86
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
Body DevBody 25-MAR-2020 09:44:24.53
Buffer PlcNode
Attr object_type = 90
Attr cid = "pwrb:Class-And"
Attr oid = "VolPwrTest01a:Test01a-H1-Plc-W-And0"
Attr x = 1.300000e+00
Attr y = 7.499998e-02
Attr width = 1.790000e-01
Attr heigth = 1.500000e-01
Attr woid = "VolPwrTest01a:Test01a-H1-Plc-W"
Attr mask[0] = 7
Attr mask[1] = 1
Attr mask[2] = 4
EndBuffer
EndBody
EndObject
Object GetDv0 GetDv 58 20-MAR-2020 12:16:47.75
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
Body DevBody 25-MAR-2020 09:44:24.53
Attr DvObject = "VolPwrTest01a:Test01a-H1-Dv1"
Buffer PlcNode
Attr object_type = 62
Attr cid = "pwrb:Class-GetDv"
Attr oid = "VolPwrTest01a:Test01a-H1-Plc-W-GetDv0"
Attr x = 7.000000e-01
Attr y = 1.750000e-01
Attr width = 2.340000e-01
Attr heigth = 5.000000e-02
Attr woid = "VolPwrTest01a:Test01a-H1-Plc-W"
Attr mask[1] = 1
EndBuffer
EndBody
EndObject
Object GetDv1 GetDv 60 20-MAR-2020 12:16:50.84
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
Body DevBody 25-MAR-2020 09:44:24.53
Attr DvObject = "VolPwrTest01a:Test01a-H1-Dv2"
Buffer PlcNode
Attr object_type = 62
Attr cid = "pwrb:Class-GetDv"
Attr oid = "VolPwrTest01a:Test01a-H1-Plc-W-GetDv1"
Attr x = 7.000000e-01
Attr y = 1.250000e-01
Attr width = 2.340000e-01
Attr heigth = 5.000000e-02
Attr woid = "VolPwrTest01a:Test01a-H1-Plc-W"
Attr mask[1] = 1
EndBuffer
EndBody
EndObject
Object GetDv2 GetDv 62 20-MAR-2020 12:16:53.99
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
Body DevBody 25-MAR-2020 09:44:24.53
Attr DvObject = "VolPwrTest01a:Test01a-H1-Dv3"
Buffer PlcNode
Attr object_type = 62
Attr cid = "pwrb:Class-GetDv"
Attr oid = "VolPwrTest01a:Test01a-H1-Plc-W-GetDv2"
Attr x = 7.000000e-01
Attr y = 7.500003e-02
Attr width = 2.340000e-01
Attr heigth = 5.000000e-02
Attr woid = "VolPwrTest01a:Test01a-H1-Plc-W"
Attr mask[1] = 1
EndBuffer
EndBody
EndObject
Object StoDv0 StoDv 64 20-MAR-2020 12:16:56.59
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
Body DevBody 25-MAR-2020 09:44:24.53
Attr DvObject = "VolPwrTest01a:Test01a-H1-Dv4"
Buffer PlcNode
Attr object_type = 71
Attr cid = "pwrb:Class-StoDv"
Attr oid = "VolPwrTest01a:Test01a-H1-Plc-W-StoDv0"
Attr x = 1.600000e+00
Attr y = 1.750000e-01
Attr width = 2.850000e-01
Attr heigth = 5.000000e-02
Attr woid = "VolPwrTest01a:Test01a-H1-Plc-W"
Attr mask[0] = 1
EndBuffer
EndBody
EndObject
EndObject
EndObject
Object Dv1 Dv 43 20-MAR-2020 12:15:57.93
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
EndObject
Object Dv2 Dv 44 20-MAR-2020 12:16:06.00
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
EndObject
Object Dv3 Dv 45 20-MAR-2020 12:16:06.87
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
EndObject
Object Dv4 Dv 46 20-MAR-2020 12:16:09.63
Body RtBody 25-MAR-2020 09:44:24.53
EndBody
EndObject
EndObject
EndObject
Object Test01b $MountObject 67 25-MAR-2020 09:52:32.08
Body SysBody 25-MAR-2020 09:53:19.29
Attr Object = "_O0.254.254.202:42"
EndBody
EndObject
EndVolume
! Generated by wb_print_wbl 25-MAR-2020 09:54:42.28
! Volume VolPwrTest01b
! Version V5.7.1
Volume VolPwrTest01b $RootVolume 0.254.254.202
Body SysBody 25-MAR-2020 09:54:16.15
Attr NextOix = "_X68"
Attr OperatingSystem = 128
Attr Modified = "25-MAR-2020 09:54:16.15"
EndBody
Object Nodes $NodeHier 23 25-MAR-2020 09:48:27.79
Body SysBody 25-MAR-2020 09:48:27.79
EndBody
Object PwrTest01b $Node 24 25-MAR-2020 09:48:27.79
Body SysBody 25-MAR-2020 09:48:27.79
EndBody
Object Security $Security 25 25-MAR-2020 09:48:27.79
Body SysBody 25-MAR-2020 09:48:27.79
Attr WebSystemGroup = "Security"
EndBody
EndObject
Object OpPlaces $NodeHier 26 25-MAR-2020 09:48:27.79
Body SysBody 25-MAR-2020 09:48:27.79
EndBody
Object Op OpPlace 27 25-MAR-2020 09:48:27.79
Body RtBody 25-MAR-2020 09:48:27.79
EndBody
EndObject
Object Maintenance OpPlace 28 25-MAR-2020 09:48:27.79
Body RtBody 25-MAR-2020 09:48:27.79
EndBody
EndObject
Object OpDefault OpPlace 29 25-MAR-2020 09:48:27.79
Body RtBody 25-MAR-2020 09:48:27.79
Attr OpWindLayout = 1
Attr IsDefaultOp = 1
EndBody
EndObject
Object WebBrowser WebBrowserConfig 30 25-MAR-2020 09:48:27.79
Body RtBody 25-MAR-2020 09:48:27.79
EndBody
EndObject
EndObject
Object Servers $NodeHier 31 25-MAR-2020 09:48:27.79
Body SysBody 25-MAR-2020 09:48:27.79
EndBody
Object MessageHandler MessageHandler 32 25-MAR-2020 09:48:27.79
Body RtBody 25-MAR-2020 09:48:27.79
Attr SystemEvents[0].MoreText = ""
Attr SystemEvents[1].MoreText = ""
Attr SystemEvents[2].MoreText = ""
Attr SystemEvents[3].MoreText = ""
Attr SystemEvents[4].MoreText = ""
Attr SystemEvents[5].MoreText = ""
Attr SystemEvents[6].MoreText = ""
Attr SystemEvents[7].MoreText = ""
Attr SystemEvents[8].MoreText = ""
Attr SystemEvents[9].MoreText = ""
Attr SystemEvents[10].MoreText = ""
Attr SystemEvents[11].MoreText = ""
Attr SystemEvents[12].MoreText = ""
Attr SystemEvents[13].MoreText = ""
EndBody
EndObject
Object IOHandler IOHandler 33 25-MAR-2020 09:48:27.79
Body RtBody 25-MAR-2020 09:48:27.79
EndBody
EndObject
Object Backup Backup_Conf 34 25-MAR-2020 09:48:27.79
Body RtBody 25-MAR-2020 09:48:27.79
EndBody
EndObject
Object StatusServer StatusServerConfig 35 25-MAR-2020 09:48:27.79
Body RtBody 25-MAR-2020 09:48:27.79
EndBody
EndObject
EndObject
Object Plc PlcProcess 36 25-MAR-2020 09:48:27.79
Body RtBody 25-MAR-2020 09:48:27.79
EndBody
Body DevBody 25-MAR-2020 09:48:27.79
EndBody
Object 100ms PlcThread 37 25-MAR-2020 09:48:27.79
Body RtBody 25-MAR-2020 09:48:27.79
Attr ScanTime = 1.000000e-01
EndBody
Object Alarm CycleSup 38 25-MAR-2020 09:48:27.79
Body RtBody 25-MAR-2020 09:48:27.79
Attr MaxDelay = 1.000000e-01
Attr DetectText = "Plc thread delayed"
Attr MoreText = ""
EndBody
EndObject
Object Halt CycleSup 39 25-MAR-2020 09:48:27.79
Body RtBody 25-MAR-2020 09:48:27.79
Attr MaxDelay = 1.000000e+00
Attr DelayAction = 2
Attr MoreText = ""
EndBody
EndObject
EndObject
EndObject
Object WebHandler WebHandler 40 25-MAR-2020 09:48:27.79
Body RtBody 25-MAR-2020 09:48:27.79
EndBody
EndObject
Object IO $NodeHier 41 25-MAR-2020 09:48:27.80
Body SysBody 25-MAR-2020 09:48:27.80
EndBody
EndObject
EndObject
EndObject
Object Test01b $PlantHier 42 25-MAR-2020 09:48:58.58
Body SysBody 25-MAR-2020 09:48:58.58
EndBody
Object H1 $PlantHier 44 25-MAR-2020 09:49:36.04
Body SysBody 25-MAR-2020 09:49:36.04
EndBody
Object Plc PlcPgm 45 25-MAR-2020 09:49:48.33
Body RtBody 25-MAR-2020 09:49:48.33
Attr ThreadObject = "VolPwrTest01b:Nodes-PwrTest01b-Plc-100ms"
EndBody
Body DevBody 25-MAR-2020 09:51:05.50
Buffer PlcProgram
Attr oid = "VolPwrTest01b:Test01b-H1-Plc"
Attr cid = "pwrb:Class-PlcPgm"
Attr defnamecount[2] = 1
Attr defnamecount[62] = 3
Attr defnamecount[71] = 1
Attr defnamecount[90] = 1
Attr defnamecount[137] = 3
Attr defnamecount[139] = 1
Attr connamecount = 8
EndBuffer
EndBody
Object W WindowPlc 50 25-MAR-2020 09:50:17.77
Body RtBody 25-MAR-2020 09:51:05.51
Attr Version = 1585126265
EndBody
Body DevBody 25-MAR-2020 09:51:05.51
Attr Modified = "25-MAR-2020 09:51:05.51"
Buffer PlcWindow
Attr oid = "VolPwrTest01b:Test01b-H1-Plc-W"
Attr cid = "pwrb:Class-WindowPlc"
Attr y = 5.000000e+01
Attr width = 1.000000e+03
Attr heigth = 7.500000e+02
Attr refconcount = 1
EndBuffer
EndBody
Object cn7 ConDigital 68 25-MAR-2020 09:51:03.66
Body DevBody 25-MAR-2020 09:51:05.51
Buffer PlcConnection
Attr oid = "VolPwrTest01b:Test01b-H1-Plc-W-cn7"
Attr object_type = 23
Attr cid = "pwrb:Class-ConDigital"
Attr attributes = 90
Attr source_point = 3
Attr source_oid = "VolPwrTest01b:Test01b-H1-Plc-W-And0"
Attr dest_oid = "VolPwrTest01b:Test01b-H1-Plc-W-StoDv0"
Attr point_count = 2
Buffer point[0]
Attr x = 1.620000e+00
Attr y = 9.500000e-01
EndBuffer
Buffer point[1]
Attr x = 1.549000e+00
Attr y = 9.500000e-01
EndBuffer
Buffer point[2]
EndBuffer
Buffer point[3]
EndBuffer
Buffer point[4]
EndBuffer
Buffer point[5]
EndBuffer
Buffer point[6]
EndBuffer
Buffer point[7]
EndBuffer
Buffer point[8]
EndBuffer
Buffer point[9]
EndBuffer
Attr woid = "VolPwrTest01b:Test01b-H1-Plc-W"
EndBuffer
EndBody
EndObject
Object cn6 ConDigital 66 25-MAR-2020 09:50:59.69
Body DevBody 25-MAR-2020 09:51:05.51
Buffer PlcConnection
Attr oid = "VolPwrTest01b:Test01b-H1-Plc-W-cn6"
Attr object_type = 23
Attr cid = "pwrb:Class-ConDigital"
Attr attributes = 90
Attr source_point = 2
Attr source_oid = "VolPwrTest01b:Test01b-H1-Plc-W-And0"
Attr dest_oid = "VolPwrTest01b:Test01b-H1-Plc-W-GetDv2"
Attr point_count = 2
Buffer point[0]
Attr x = 1.084000e+00
Attr y = 1.050000e+00
EndBuffer
Buffer point[1]
Attr x = 1.370000e+00
Attr y = 1.050000e+00
EndBuffer
Buffer point[2]
EndBuffer
Buffer point[3]
EndBuffer
Buffer point[4]
EndBuffer
Buffer point[5]
EndBuffer
Buffer point[6]
EndBuffer
Buffer point[7]
EndBuffer
Buffer point[8]
EndBuffer
Buffer point[9]
EndBuffer
Attr woid = "VolPwrTest01b:Test01b-H1-Plc-W"
EndBuffer
EndBody
EndObject
Object cn5 ConDigital 64 25-MAR-2020 09:50:56.81
Body DevBody 25-MAR-2020 09:51:05.51
Buffer PlcConnection
Attr oid = "VolPwrTest01b:Test01b-H1-Plc-W-cn5"
Attr object_type = 23
Attr cid = "pwrb:Class-ConDigital"
Attr attributes = 90
Attr source_point = 1
Attr source_oid = "VolPwrTest01b:Test01b-H1-Plc-W-And0"
Attr dest_oid = "VolPwrTest01b:Test01b-H1-Plc-W-GetDv1"
Attr point_count = 2
Buffer point[0]
Attr x = 1.084000e+00
Attr y = 1.000000e+00
EndBuffer
Buffer point[1]
Attr x = 1.370000e+00
Attr y = 1.000000e+00
EndBuffer
Buffer point[2]
EndBuffer
Buffer point[3]
EndBuffer
Buffer point[4]
EndBuffer
Buffer point[5]
EndBuffer
Buffer point[6]
EndBuffer
Buffer point[7]
EndBuffer
Buffer point[8]
EndBuffer
Buffer point[9]
EndBuffer
Attr woid = "VolPwrTest01b:Test01b-H1-Plc-W"
EndBuffer
EndBody
EndObject
Object cn4 ConDigital 62 25-MAR-2020 09:50:53.66
Body DevBody 25-MAR-2020 09:51:05.51
Buffer PlcConnection
Attr oid = "VolPwrTest01b:Test01b-H1-Plc-W-cn4"
Attr object_type = 23
Attr cid = "pwrb:Class-ConDigital"
Attr attributes = 90
Attr source_oid = "VolPwrTest01b:Test01b-H1-Plc-W-And0"
Attr dest_oid = "VolPwrTest01b:Test01b-H1-Plc-W-GetDv0"
Attr point_count = 2
Buffer point[0]
Attr x = 1.084000e+00
Attr y = 9.500000e-01
EndBuffer
Buffer point[1]
Attr x = 1.370000e+00
Attr y = 9.500000e-01
EndBuffer
Buffer point[2]
EndBuffer
Buffer point[3]
EndBuffer
Buffer point[4]
EndBuffer
Buffer point[5]
EndBuffer
Buffer point[6]
EndBuffer
Buffer point[7]
EndBuffer
Buffer point[8]
EndBuffer
Buffer point[9]
EndBuffer
Attr woid = "VolPwrTest01b:Test01b-H1-Plc-W"
EndBuffer
EndBody
EndObject
Object Document0 Document 51 25-MAR-2020 09:50:17.79
Body DevBody 25-MAR-2020 09:51:05.51
Buffer PlcNode
Attr object_type = 2
Attr cid = "pwrb:Class-Document"
Attr oid = "VolPwrTest01b:Test01b-H1-Plc-W-Document0"
Attr x = 5.000000e-01
Attr y = -1.975000e+00
Attr width = 1.700000e+00
Attr heigth = 2.500000e+00
Attr woid = "VolPwrTest01b:Test01b-H1-Plc-W"
Attr mask[0] = 4
EndBuffer
EndBody
EndObject
Object And0 And 52 25-MAR-2020 09:50:25.98
Body RtBody 25-MAR-2020 09:50:25.98
EndBody
Body DevBody 25-MAR-2020 09:51:05.51
Buffer PlcNode
Attr object_type = 90
Attr cid = "pwrb:Class-And"
Attr oid = "VolPwrTest01b:Test01b-H1-Plc-W-And0"
Attr x = 1.350000e+00
Attr y = -7.500000e-02
Attr width = 1.790000e-01
Attr heigth = 1.500000e-01
Attr woid = "VolPwrTest01b:Test01b-H1-Plc-W"
Attr mask[0] = 7
Attr mask[1] = 1
Attr mask[2] = 4
EndBuffer
EndBody
EndObject
Object GetDv0 GetDv 61 25-MAR-2020 09:50:53.66
Body RtBody 25-MAR-2020 09:50:53.66
EndBody
Body DevBody 25-MAR-2020 09:51:05.51
Attr DvObject = "VolPwrTest01b:Test01b-H1-Dv1"
Buffer PlcNode
Attr object_type = 62
Attr cid = "pwrb:Class-GetDv"
Attr oid = "VolPwrTest01b:Test01b-H1-Plc-W-GetDv0"
Attr x = 8.500000e-01
Attr y = 2.500001e-02
Attr width = 2.340000e-01
Attr heigth = 5.000000e-02
Attr woid = "VolPwrTest01b:Test01b-H1-Plc-W"
Attr mask[1] = 1
EndBuffer
EndBody
EndObject
Object GetDv1 GetDv 63 25-MAR-2020 09:50:56.80
Body RtBody 25-MAR-2020 09:50:56.80
EndBody
Body DevBody 25-MAR-2020 09:51:05.51
Attr DvObject = "VolPwrTest01b:Test01b-H1-Dv2"
Buffer PlcNode
Attr object_type = 62
Attr cid = "pwrb:Class-GetDv"
Attr oid = "VolPwrTest01b:Test01b-H1-Plc-W-GetDv1"
Attr x = 8.500000e-01
Attr y = -2.500000e-02
Attr width = 2.340000e-01
Attr heigth = 5.000000e-02
Attr woid = "VolPwrTest01b:Test01b-H1-Plc-W"
Attr mask[1] = 1
EndBuffer
EndBody
EndObject
Object GetDv2 GetDv 65 25-MAR-2020 09:50:59.68
Body RtBody 25-MAR-2020 09:50:59.68
EndBody
Body DevBody 25-MAR-2020 09:51:05.51
Attr DvObject = "VolPwrTest01b:Test01b-H1-Dv3"
Buffer PlcNode
Attr object_type = 62
Attr cid = "pwrb:Class-GetDv"
Attr oid = "VolPwrTest01b:Test01b-H1-Plc-W-GetDv2"
Attr x = 8.500000e-01
Attr y = -7.499995e-02
Attr width = 2.340000e-01
Attr heigth = 5.000000e-02
Attr woid = "VolPwrTest01b:Test01b-H1-Plc-W"
Attr mask[1] = 1
EndBuffer
EndBody
EndObject
Object StoDv0 StoDv 67 25-MAR-2020 09:51:03.66
Body RtBody 25-MAR-2020 09:51:03.66
EndBody
Body DevBody 25-MAR-2020 09:51:05.51
Attr DvObject = "VolPwrTest01b:Test01b-H1-Dv4"
Buffer PlcNode
Attr object_type = 71
Attr cid = "pwrb:Class-StoDv"
Attr oid = "VolPwrTest01b:Test01b-H1-Plc-W-StoDv0"
Attr x = 1.600000e+00
Attr y = 2.500001e-02
Attr width = 2.850000e-01
Attr heigth = 5.000000e-02
Attr woid = "VolPwrTest01b:Test01b-H1-Plc-W"
Attr mask[0] = 1
EndBuffer
EndBody
EndObject
EndObject
EndObject
Object Dv1 Dv 46 25-MAR-2020 09:50:01.65
Body RtBody 25-MAR-2020 09:50:01.65
EndBody
EndObject
Object Dv2 Dv 47 25-MAR-2020 09:50:07.97
Body RtBody 25-MAR-2020 09:50:07.97
EndBody
EndObject
Object Dv3 Dv 48 25-MAR-2020 09:50:08.61
Body RtBody 25-MAR-2020 09:50:08.61
EndBody
EndObject
Object Dv4 Dv 49 25-MAR-2020 09:50:09.22
Body RtBody 25-MAR-2020 09:50:09.22
EndBody
EndObject
EndObject
EndObject
Object Test01a $MountObject 43 25-MAR-2020 09:49:13.51
Body SysBody 25-MAR-2020 09:54:13.94
Attr Object = "_O0.254.254.201:66"
EndBody
EndObject
EndVolume
......@@ -69,3 +69,114 @@
2 20-MAR-2020 14:55:05.04 10236 DirectoryBuild claes pop
2 20-MAR-2020 14:55:05.04 10236 DirectoryBuild claes pwr_exe
1 20-MAR-2020 14:55:05.65 10451 CreatePackage claes aristotle "pwrp_pkg_aristotle_0001.tgz"
1 25-MAR-2020 08:59:34.07 26481 WbLogin claes pwrp
1 25-MAR-2020 09:08:06.80 26481 ConfigSave claes directory
1 25-MAR-2020 09:25:51.38 26791 WbLogin claes pwrp
1 25-MAR-2020 09:26:38.04 26803 WbLogin claes pwrp
1 25-MAR-2020 09:26:44.52 26803 ConfigSave claes directory
2 25-MAR-2020 09:37:21.32 27044 DirectoryBuild claes appl
3 25-MAR-2020 09:37:22.09 27044 PlcBuild claes VolPwrTest01a:H1-Plc-W
2 25-MAR-2020 09:37:22.25 27044 VolumeBuild claes VolPwrTest01a
2 25-MAR-2020 09:37:22.52 27044 NodeBuild claes PwrTest01a
2 25-MAR-2020 09:37:22.52 27044 DirectoryBuild claes pop
2 25-MAR-2020 09:37:22.52 27044 DirectoryBuild claes pwr_exe
1 25-MAR-2020 09:37:23.11 27131 CreatePackage claes pwrtest01a "pwrp_pkg_pwrtest01a_0001.tgz"
1 25-MAR-2020 09:39:51.91 27170 WbLogin claes pwrp
1 25-MAR-2020 09:39:55.97 27170 ConfigSave claes directory
2 25-MAR-2020 09:44:27.24 27373 DirectoryBuild claes appl
3 25-MAR-2020 09:44:27.61 27373 PlcBuild claes VolPwrTest01a:H1-Plc-W
2 25-MAR-2020 09:44:27.73 27373 VolumeBuild claes VolPwrTest01a
2 25-MAR-2020 09:44:27.97 27373 NodeBuild claes PwrTest01a
2 25-MAR-2020 09:44:27.97 27373 DirectoryBuild claes pop
2 25-MAR-2020 09:44:27.97 27373 DirectoryBuild claes pwr_exe
1 25-MAR-2020 09:44:28.56 27459 CreatePackage claes pwrtest01a "pwrp_pkg_pwrtest01a_0001.tgz"
1 25-MAR-2020 09:44:29.88 27478 PlcBuild claes VolPwrTest01a:H1-Plc-W
1 25-MAR-2020 09:44:31.24 27511 VolumeBuild claes VolPwrTest01a
1 25-MAR-2020 09:44:31.56 27524 NodeBuild claes PWRTEST01A
2 25-MAR-2020 09:44:34.95 27577 DirectoryBuild claes appl
2 25-MAR-2020 09:44:35.36 27577 NodeBuild claes PwrTest01a
2 25-MAR-2020 09:44:35.36 27577 DirectoryBuild claes pop
2 25-MAR-2020 09:44:35.36 27577 DirectoryBuild claes pwr_exe
1 25-MAR-2020 09:45:02.16 27636 WbLogin claes pwrp
1 25-MAR-2020 09:45:32.06 27636 ConfigSave claes VolPwrTest01a
1 25-MAR-2020 09:45:50.15 27682 WbLogin claes pwrp
1 25-MAR-2020 09:45:57.40 27682 ConfigSave claes VolPwrTest01b
1 25-MAR-2020 09:45:57.55 27682 ConfigSave claes VolPwrTest01b
1 25-MAR-2020 09:47:19.82 27682 ConfigSave claes VolPwrTest01b
1 25-MAR-2020 09:48:14.26 27701 WbLogin claes pwrp
1 25-MAR-2020 09:48:22.30 27713 WbLogin claes pwrp
1 25-MAR-2020 09:48:27.90 27713 ConfigSave claes VolPwrTest01b
1 25-MAR-2020 09:50:11.53 27713 ConfigSave claes VolPwrTest01b
1 25-MAR-2020 09:51:05.53 27713 PlcSave claes VolPwrTest01b:Test01b-H1-Plc-W
1 25-MAR-2020 09:51:58.92 27745 WbLogin claes pwrp
1 25-MAR-2020 09:53:41.08 27745 ConfigSave claes VolPwrTest01a
1 25-MAR-2020 09:53:51.88 27761 WbLogin claes pwrp
1 25-MAR-2020 09:54:16.19 27761 ConfigSave claes VolPwrTest01b
2 25-MAR-2020 09:58:14.77 27945 DirectoryBuild claes appl
3 25-MAR-2020 09:58:15.14 27945 PlcBuild claes VolPwrTest01a:Test01a-H1-Plc-W
2 25-MAR-2020 09:58:15.30 27945 VolumeBuild claes VolPwrTest01a
2 25-MAR-2020 09:58:15.53 27945 NodeBuild claes PwrTest01a
2 25-MAR-2020 09:58:15.53 27945 DirectoryBuild claes pop
2 25-MAR-2020 09:58:15.53 27945 DirectoryBuild claes pwr_exe
1 25-MAR-2020 09:58:16.12 28031 CreatePackage claes pwrtest01a "pwrp_pkg_pwrtest01a_0001.tgz"
1 25-MAR-2020 09:58:17.45 28050 PlcBuild claes VolPwrTest01a:Test01a-H1-Plc-W
1 25-MAR-2020 09:58:18.80 28083 VolumeBuild claes VolPwrTest01a
1 25-MAR-2020 09:58:19.11 28096 NodeBuild claes PWRTEST01A
2 25-MAR-2020 09:58:22.52 28150 DirectoryBuild claes appl
2 25-MAR-2020 09:58:22.93 28150 NodeBuild claes PwrTest01a
2 25-MAR-2020 09:58:22.93 28150 DirectoryBuild claes pop
2 25-MAR-2020 09:58:22.93 28150 DirectoryBuild claes pwr_exe
1 25-MAR-2020 10:01:09.42 28229 WbLogin claes pwrp
1 25-MAR-2020 10:02:37.82 28229 NodeBuild claes PWRTEST01B
1 25-MAR-2020 10:04:49.01 28277 VolumeBuild claes VolPwrTest01b
1 25-MAR-2020 10:05:31.07 28294 PlcBuild claes VolPwrTest01b:Test01b-H1-Plc-W
1 25-MAR-2020 10:05:39.84 28327 VolumeBuild claes VolPwrTest01b
1 25-MAR-2020 10:06:19.26 28344 NodeBuild claes PWRTEST01B
2 25-MAR-2020 10:08:23.65 28382 DirectoryBuild claes appl
2 25-MAR-2020 10:08:24.06 28382 NodeBuild claes PwrTest01a
2 25-MAR-2020 10:08:24.06 28382 DirectoryBuild claes pop
2 25-MAR-2020 10:08:24.06 28382 DirectoryBuild claes pwr_exe
1 25-MAR-2020 10:14:45.65 28456 WbLogin claes pwrp
2 25-MAR-2020 10:15:05.58 28456 DirectoryBuild claes appl
2 25-MAR-2020 10:15:05.60 28456 DirectoryBuild claes pop
2 25-MAR-2020 10:15:05.60 28456 DirectoryBuild claes pwr_exe
2 25-MAR-2020 10:15:55.17 28456 DirectoryBuild claes appl
2 25-MAR-2020 10:15:55.19 28456 DirectoryBuild claes pop
2 25-MAR-2020 10:15:55.19 28456 DirectoryBuild claes pwr_exe
2 25-MAR-2020 10:16:02.22 28456 DirectoryBuild claes appl
2 25-MAR-2020 10:16:02.67 28456 NodeBuild claes PwrTest01a
2 25-MAR-2020 10:16:02.67 28456 DirectoryBuild claes pop
2 25-MAR-2020 10:16:02.67 28456 DirectoryBuild claes pwr_exe
2 25-MAR-2020 10:16:45.01 28456 DirectoryBuild claes appl
2 25-MAR-2020 10:16:45.47 28456 NodeBuild claes PwrTest01a
2 25-MAR-2020 10:16:45.47 28456 DirectoryBuild claes pop
2 25-MAR-2020 10:16:45.47 28456 DirectoryBuild claes pwr_exe
1 25-MAR-2020 10:17:10.29 28616 WbLogin claes pwrp
2 25-MAR-2020 10:17:31.12 28616 DirectoryBuild claes appl
2 25-MAR-2020 10:17:31.57 28616 NodeBuild claes PwrTest01a
2 25-MAR-2020 10:17:31.57 28616 DirectoryBuild claes pop
2 25-MAR-2020 10:17:31.57 28616 DirectoryBuild claes pwr_exe
1 25-MAR-2020 10:19:29.32 28681 WbLogin claes pwrp
2 25-MAR-2020 10:34:52.59 29127 DirectoryBuild claes appl
3 25-MAR-2020 10:34:52.96 29127 PlcBuild claes VolPwrTest01b:Test01b-H1-Plc-W
2 25-MAR-2020 10:34:53.11 29127 VolumeBuild claes VolPwrTest01b
2 25-MAR-2020 10:34:53.35 29127 NodeBuild claes PwrTest01b
2 25-MAR-2020 10:34:53.35 29127 DirectoryBuild claes pop
2 25-MAR-2020 10:34:53.35 29127 DirectoryBuild claes pwr_exe
2 25-MAR-2020 10:35:18.77 29369 DirectoryBuild claes appl
3 25-MAR-2020 10:35:19.15 29369 PlcBuild claes VolPwrTest01a:Test01a-H1-Plc-W
2 25-MAR-2020 10:35:19.29 29369 VolumeBuild claes VolPwrTest01a
2 25-MAR-2020 10:35:19.53 29369 NodeBuild claes PwrTest01a
2 25-MAR-2020 10:35:19.53 29369 DirectoryBuild claes pop
2 25-MAR-2020 10:35:19.53 29369 DirectoryBuild claes pwr_exe
1 25-MAR-2020 10:35:20.14 29457 CreatePackage claes pwrtest01a "pwrp_pkg_pwrtest01a_0001.tgz"
1 25-MAR-2020 10:35:21.45 29476 PlcBuild claes VolPwrTest01a:Test01a-H1-Plc-W
1 25-MAR-2020 10:35:22.80 29509 VolumeBuild claes VolPwrTest01a
1 25-MAR-2020 10:35:23.12 29522 NodeBuild claes PWRTEST01A
2 25-MAR-2020 10:35:26.53 29575 DirectoryBuild claes appl
3 25-MAR-2020 10:35:26.91 29575 PlcBuild claes VolPwrTest01b:Test01b-H1-Plc-W
2 25-MAR-2020 10:35:27.06 29575 VolumeBuild claes VolPwrTest01b
2 25-MAR-2020 10:35:27.30 29575 NodeBuild claes PwrTest01b
2 25-MAR-2020 10:35:27.30 29575 DirectoryBuild claes pop
2 25-MAR-2020 10:35:27.30 29575 DirectoryBuild claes pwr_exe
1 25-MAR-2020 10:35:27.88 29661 CreatePackage claes pwrtest01b "pwrp_pkg_pwrtest01b_0001.tgz"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment