Commit 419ec0ad authored by Claes Sjofors's avatar Claes Sjofors

Xtt Video management server added with support for Aimetis thin client

parent 3769625e
......@@ -140,6 +140,7 @@
# define cPrio_remh (cPrio_base + 5)
# define cPrio_remotelogg (cPrio_base + 5)
# define cPrio_sim (cPrio_base + 5)
# define cPrio_videomgm (cPrio_base + 5)
#endif
static pwr_tBoolean checkSect (pwr_tStatus*, ini_sContext*, int, int);
......@@ -2131,6 +2132,9 @@ ini_ProcTable (
pp = ini_ProcInsert(sts, cp, "pwr_powerlink", "pwr_powerlink_%d", 0, 1, "rt_powerlink", cPrio_powerlink, 0, pwr_cClass_EplHandler, "", 0);
pp->proc.flags.b.system = 1;
pp = ini_ProcInsert(sts, cp, "pwr_videomgm", "pwr_videomgm_%d", 0, 1, "rt_videomgm", cPrio_videomgm, 0, pwr_cClass_VideoMgmServer, "", 0);
pp->proc.flags.b.system = 1;
pp = ini_ProcInsert(sts, cp, "pwr_sim", "pwr_sim_%d", 0, 1, "rt_sim", cPrio_sim, 0, pwr_cClass_SimulateConfig, "", 0);
pp->proc.flags.b.system = 1;
#endif
......
......@@ -125,6 +125,7 @@ typedef enum {
errh_eAnix_sevhistmon = 23,
errh_eAnix_sim = 24,
errh_eAnix_powerlink = 25,
errh_eAnix_videomgm = 26,
errh_eAnix_plc1 = 41,
errh_eAnix_plc2 = 42,
errh_eAnix_plc3 = 43,
......
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2016 SSAB EMEA AB.
!
! This file is part of Proview.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with Proview. If not, see <http://www.gnu.org/licenses/>
!
! Linking Proview statically or dynamically with other modules is
! making a combined work based on Proview. Thus, the terms and
! conditions of the GNU General Public License cover the whole
! combination.
!
! In addition, as a special exception, the copyright holders of
! Proview give you permission to, from the build function in the
! Proview Configurator, combine Proview with modules generated by the
! Proview PLC Editor to a PLC program, regardless of the license
! terms of these modules. You may copy and distribute the resulting
! combined work under the terms of your choice, provided that every
! copy of the combined work is accompanied by a complete copy of
! the source code of Proview (the version used to produce the
! combined work), being distributed under the terms of the GNU
! General Public License plus this exception.
!
.facility VMGM,323 /prefix = VMGM__ !
success <Successful completion> /succ
noreply <No reply from video system> /error
1 errh
2 pwrs
3 pwrb
4 pwr
12 utl
13 pool
14 mvol
15 gdb
16 san
17 qcom
18 qdb
19 sync
20 que
21 lst
22 timer
23 thread
24 proc
25 sev
26 sim
50 hd
100 cdh
101 ndc
102 errno
103 ccm
104 user
105 dcli
106 nav
107 dbs
108 lng
110 gdh
111 hash
130 plc
140 io
141 pb
142 mb
143 iom
180 ini
190 mh
191 ph
192 smon
210 ds
211 csup
220 ldh
230 pro
240 goen
250 gre
260 vldh
270 gsx
280 foe
290 rou
299 ate
300 tra
301 cmd
302 vsel
303 distr
304 lfu
305 flow
306 ge
307 xnav
308 wnav
309 watt
310 rtt
311 tlog
312 nmps
313 glow
314 cnv
315 rtc
316 wda
317 xatt
320 login
321 syi
322 wow
1 ERRH
2 PWRS
3 PWRB
4 PWR
12 UTL
13 POOL
14 MVOL
15 GDB
16 SAN
17 QCOM
18 QDB
19 SYNC
20 QUE
22 TIMER
23 THREAD
24 PROC
25 SEV
26 SIM
50 HD
100 CDH
101 NDC
101 TIME
102 ERRNO
103 CCM
104 USER
105 DCLI
106 NAV
106 TREE
107 DBS
108 LNG
110 GDH
111 HASH
112 NET
130 PLC
140 IO
141 PB
142 MB
143 IOM
180 INI
190 MH
191 PH
192 SMON
210 DS
211 CSUP
220 LDH
221 WSX
240 GOEN
250 GRE
260 VLDH
270 GSX
280 FOE
290 ROU
300 ATE
300 TRA
301 CMD
302 VSEL
303 DISTR
303 PKG
304 LFU
305 FLOW
306 GE
307 XNAV
308 WNAV
309 WATT
310 RTT
311 TLOG
312 NMPS
313 GLOW
314 CNV
315 RTC
316 WDA
317 XATT
320 LOGIN
320 SUTL
321 SYI
322 WOW
323 VMGM
531 REM
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2016 SSAB EMEA AB.
!
! This file is part of Proview.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with Proview. If not, see <http://www.gnu.org/licenses/>
!
! Linking Proview statically or dynamically with other modules is
! making a combined work based on Proview. Thus, the terms and
! conditions of the GNU General Public License cover the whole
! combination.
!
! In addition, as a special exception, the copyright holders of
! Proview give you permission to, from the build function in the
! Proview Configurator, combine Proview with modules generated by the
! Proview PLC Editor to a PLC program, regardless of the license
! terms of these modules. You may copy and distribute the resulting
! combined work under the terms of your choice, provided that every
! copy of the combined work is accompanied by a complete copy of
! the source code of Proview (the version used to produce the
! combined work), being distributed under the terms of the GNU
! General Public License plus this exception.
!
! pwrb_c_videomgmserver.wb_load -- Defines the class VideoMgmServer.
!
SObject pwrb:Class
!/**
! @Group NodeConfiguration
! @Summary Video management control server
! Configuration object for the Video management control server.
!
!*/
Object VideoMgmServer $ClassDef 685
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
Attr PopEditor = 2
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "VideoMgmServer"
EndBody
!/**
! Optional description.
!*/
Object Description $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! Scantime.
!*/
Object Scantime $Attribute 2
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! List of XttVideoMgm objects.
!*/
Object VideoMgmObjects $Attribute 3
Body SysBody
Attr TypeRef = "pwrs:Type-$Objid"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 10
EndBody
EndObject
EndObject
Object Template VideoMgmServer
Body RtBody
Attr Scantime = 0.5
EndBody
EndObject
EndObject
EndSObject
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2016 SSAB EMEA AB.
!
! This file is part of Proview.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with Proview. If not, see <http://www.gnu.org/licenses/>
!
! Linking Proview statically or dynamically with other modules is
! making a combined work based on Proview. Thus, the terms and
! conditions of the GNU General Public License cover the whole
! combination.
!
! In addition, as a special exception, the copyright holders of
! Proview give you permission to, from the build function in the
! Proview Configurator, combine Proview with modules generated by the
! Proview PLC Editor to a PLC program, regardless of the license
! terms of these modules. You may copy and distribute the resulting
! combined work under the terms of your choice, provided that every
! copy of the combined work is accompanied by a complete copy of
! the source code of Proview (the version used to produce the
! combined work), being distributed under the terms of the GNU
! General Public License plus this exception.
!
! pwrb_c_xttvideomgm.wb_load -- Defines the class XttVideoMgm.
!
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Operator,NodeConfiguration
! @Summary Configure communication to a video management system
! The XttVideoMgm object configures communication with a video
! management system.
!
!*/
!
Object XttVideoMgm $ClassDef 684
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "XttVideoMgm"
EndBody
!/**
! Description of the object.
!*/
Object Description $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! URL to the video management system.
!*/
Object URL $Attribute 2
Body SysBody
Attr TypeRef = "pwrs:Type-$URL"
EndBody
EndObject
!/**
! Type of system.
!*/
Object Type $Attribute 3
Body SysBody
Attr TypeRef = "pwrs:Type-$UInt32"
EndBody
EndObject
!/**
! User for management system authentication.
!*/
Object User $Attribute 4
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
Attr Flags |= PWR_MASK_CONST
EndBody
EndObject
!/**
! Password for management system authentication.
!*/
Object Password $Attribute 5
Body SysBody
Attr TypeRef = "pwrs:Type-$String40"
Attr Flags |= PWR_MASK_CONST
Attr Flags |= PWR_MASK_RTHIDE
Attr Flags |= PWR_MASK_DEVHIDEVALUE
EndBody
EndObject
!/**
! Default panel. Panel set at startup.
!*/
Object DefaultPanel $Attribute 6
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
!/**
! Status.
!*/
Object Status $Attribute 7
Body SysBody
Attr TypeRef = "pwrs:Type-$Status"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
!/**
! Current panel.
!*/
Object CurrentPanel $Attribute 8
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_PUBLICWRITE
EndBody
EndObject
!/**
! Last diplayed panel.
!*/
Object LastPanel $Attribute 9
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
!/**
! Display last panel again.
!*/
Object DisplayLastPanel $Attribute 10
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
!/**
! Current camera.x
!*/
Object CurrentCamera $Attribute 11
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_PUBLICWRITE
EndBody
EndObject
!/**
! Array with configured panels
!*/
Object PanelArray $Attribute 12
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 20
EndBody
EndObject
!/**
! Array for currently selected panel
!*/
Object PanelArraySelect $Attribute 13
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 20
EndBody
EndObject
!/**
! Array with configured cameras
!*/
Object CameraArray $Attribute 14
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 40
EndBody
EndObject
!/**
! Array for currently selected camera
!*/
Object CameraArraySelect $Attribute 15
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 40
EndBody
EndObject
!/**
! Number of cameras
!*/
Object NoOfCameras $Attribute 16
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
!/**
! Camera array updated
!*/
Object CameraUpdated $Attribute 17
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
!/**
! Number of rows for current panel
!*/
Object Rows $Attribute 18
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
!/**
! Number of colums for current panel
!*/
Object Columns $Attribute 19
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
!/**
! X coordinates for cell display
!*/
Object CellX $Attribute 20
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 20
EndBody
EndObject
!/**
! Y coordinates for cell display
!*/
Object CellY $Attribute 21
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 20
EndBody
EndObject
!/**
! X coordinates for vertical lines
!*/
Object VertLineX $Attribute 22
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 4
EndBody
EndObject
!/**
! X coordinates for vertical lines
!*/
Object HorizLineY $Attribute 23
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 4
EndBody
EndObject
!/**
! Camera index for cells
!*/
Object CellCameraIdx $Attribute 24
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 20
EndBody
EndObject
!/**
! Cell expand order
!*/
Object CellExpand $Attribute 25
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 20
EndBody
EndObject
!/**
! Camera full screen is displayed
!*/
Object CameraFullscreen $Attribute 26
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
!/**
! Name for panel when creating or deleting panel.
!*/
Object PanelName $Attribute 27
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
!/**
! Request to create a new panel.
!*/
Object CreatePanel $Attribute 28
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
!/**
! Request to delete a panel.
!*/
Object DeletePanel $Attribute 29
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
EndObject
Object Template XttVideoMgm
Body RtBody
Attr DefaultPanel = 1
EndBody
EndObject
EndObject
EndSObject
include $(pwre_dir_symbols)
-include $(pwre_kroot)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
ifeq ($($(type_name)_generic_mk),)
-include $(pwre_kroot)/tools/bld/src/$(os_name)/$(type_name)_generic.mk
endif
ifeq ($($(type_name)_generic_mk),)
include $(pwre_kroot)/tools/bld/src/$(type_name)_generic.mk
endif
-include ../../special.mk
-include ../special.mk
-include special.mk
ifndef link_rule_mk
link_rule_mk := 1
link = $(ldxx) $(elinkflags) $(domap) -o $(export_exe) \
$(export_obj) \
$(pwre_conf_libdir) $(pwre_conf_libpwrxtt) $(pwre_conf_libpwrrt) $(pwre_conf_lib)
endif
/*
* Proview Open Source Process Control.
* Copyright (C) 2005-2016 SSAB EMEA AB.
*
* This file is part of Proview.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Proview. If not, see <http://www.gnu.org/licenses/>
*
* Linking Proview statically or dynamically with other modules is
* making a combined work based on Proview. Thus, the terms and
* conditions of the GNU General Public License cover the whole
* combination.
*
* In addition, as a special exception, the copyright holders of
* Proview give you permission to, from the build function in the
* Proview Configurator, combine Proview with modules generated by the
* Proview PLC Editor to a PLC program, regardless of the license
* terms of these modules. You may copy and distribute the resulting
* combined work under the terms of your choice, provided that every
* copy of the combined work is accompanied by a complete copy of
* the source code of Proview (the version used to produce the
* combined work), being distributed under the terms of the GNU
* General Public License plus this exception.
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <time.h>
#include <iconv.h>
#include "pwr.h"
#include "co_error.h"
#include "co_dcli.h"
#include "co_time.h"
#include "rt_gdh.h"
#include "rt_aproc.h"
#include "rt_ini_event.h"
#include "rt_videomgm.h"
#include "rt_pwr_msg.h"
#include "rt_qcom_msg.h"
#include "rt_vmgm_msg.h"
static int log = 0;
int XttVideoMgmAimetis::init()
{
int sts;
sts = authorize( m_op->User, m_op->Password);
if ( EVEN(sts)) return sts;
sts = get_panels();
if ( EVEN(sts)) return sts;
sts = get_cameras();
if ( EVEN(sts)) return sts;
// Set default panel
sts = display_panel( m_op->DefaultPanel);
m_op->PanelArraySelect[m_op->DefaultPanel] = 1;
m_panel_select_old[m_op->DefaultPanel] = 1;
return 1;
}
static char *UTF8toISO8859( char *text)
{
int len = strlen(text);
iconv_t cd = iconv_open("ISO_8859-1", "UTF-8");
char *in_buf = text;
size_t in_left = len;
char *output = (char *)calloc( 1, len + 1);
char *out_buf = output;
size_t out_left = len;
do { if (iconv(cd, &in_buf, &in_left, &out_buf, &out_left) == (size_t) -1) {
perror("iconv failed!");
*output = 0;
return output;
}
} while (in_left > 0 && out_left > 0);
*out_buf = 0;
return output;
}
int XttVideoMgmAimetis::check_session()
{
pwr_tTime current;
pwr_tDeltaTime timeout = {300,0};
pwr_tDeltaTime dt;
int sts = 1;
// Check that current session hasn't timed out
time_GetTime( &current);
time_Adiff_NE( &dt, &current, &m_last_auth);
if ( time_Dcomp( &dt, &timeout) == 1)
sts = authorize( m_op->User, m_op->Password);
return sts;
}
int XttVideoMgmAimetis::authorize( char *user, char *password)
{
pwr_tCmd cmd;
pwr_tFileName fname;
int sts;
sprintf( fname, "/tmp/videomgm%d.txt", ++m_fix);
sprintf( cmd, "curl -s -S \"%s/Session\" -X POST -H \"Content-type: application/json\" \
-d \"{'user':'%s','pwd':'%s'}\" > %s", m_addr, user, password, fname);
if ( log)
printf("Authorize\n%s\n", cmd);
system( cmd);
ifstream fp;
for ( int i = 0; i < 100; i++) {
struct timespec t = {0,10000000};
nanosleep( &t, 0);
fp.open( fname);
if ( fp)
break;
}
if ( !fp) {
errh_Error( "Authorization message failed");
m_op->Status = VMGM__NOREPLY;
return 0;
}
sts = Json::get_attribute_value( fp, "Data/Token", m_auth_token, sizeof(m_auth_token));
fp.close();
// Remove file
sprintf( cmd, "rm %s", fname);
system( cmd);
time_GetTime( &m_last_auth);
m_op->Status = VMGM__SUCCESS;
return sts;
}
int XttVideoMgmAimetis::get_panels()
{
pwr_tCmd cmd;
pwr_tFileName fname;
int sts;
check_session();
sprintf( fname, "/tmp/videomgm%d.txt", ++m_fix);
sprintf( cmd, "curl -s -S \"%s/Panel\" -H \"authtoken :%s\" > %s", m_addr, m_auth_token, fname);
if ( log)
printf("Get panel\n%s\n", cmd);
system( cmd);
ifstream fp;
for ( int i = 0; i < 100; i++) {
struct timespec t = {0,10000000};
nanosleep( &t, 0);
fp.open( fname);
if ( fp)
break;
}
if ( !fp) {
errh_Error( "Get panels message failed");
m_op->Status = VMGM__NOREPLY;
return 0;
}
char attr_name[80];
char panel_name[80];
char value[20];
// sts = Json::get_attribute_value( fp, "xxxx", value, sizeof(value) );
for ( int i = 0; i < 10; i++) {
VideoMgmPanel panel;
sprintf( attr_name, "Data[%d]/PanelGuid", i);
sts = Json::get_attribute_value( fp, attr_name, panel.id, sizeof(panel.id) );
if ( EVEN(sts)) break;
sprintf( attr_name, "Data[%d]/PanelName", i);
sts = Json::get_attribute_value( fp, attr_name, panel_name, sizeof(panel_name) );
if ( EVEN(sts)) break;
char *textiso = UTF8toISO8859( panel_name);
strncpy( panel.name, textiso, sizeof(panel.name));
free( textiso);
sprintf( attr_name, "Data[%d]/PanelWidth", i);
sts = Json::get_attribute_value( fp, attr_name, value, sizeof(value) );
if ( EVEN(sts)) break;
sscanf( value, "%d", &panel.width);
sprintf( attr_name, "Data[%d]/PanelHeight", i);
sts = Json::get_attribute_value( fp, attr_name, value, sizeof(value) );
if ( EVEN(sts)) break;
sscanf( value, "%d", &panel.height);
m_panel.push_back(panel);
for ( int j = 0; j < 25; j++) {
VideoMgmCell cell;
sprintf( attr_name, "Data[%d]/Cells[%d]/PanelCellId", i, j);
sts = Json::get_attribute_value( fp, attr_name, cell.id, sizeof(cell.id) );
if ( EVEN(sts)) break;
sprintf( attr_name, "Data[%d]/Cells[%d]/CameraId", i, j);
sts = Json::get_attribute_value( fp, attr_name, cell.cameraid, sizeof(cell.cameraid) );
if ( EVEN(sts)) break;
m_panel[i].cell.push_back(cell);
}
fp.close();
fp.open(fname);
}
fp.close();
// Remove file
sprintf( cmd, "rm %s", fname);
system( cmd);
if ( log) {
for ( unsigned int i = 0; i < m_panel.size(); i++) {
printf( "%d Name %s, id %s width %d height %d\n", i, m_panel[i].name, m_panel[i].id,
m_panel[i].width, m_panel[i].height);
for ( unsigned int j = 0; j < m_panel[i].cell.size(); j++) {
printf( "%d Id %s CameraId %s\n", j, m_panel[i].cell[j].id, m_panel[i].cell[j].cameraid);
}
}
}
m_op->Status = VMGM__SUCCESS;
return 1;
}
int XttVideoMgmAimetis::get_cameras()
{
pwr_tCmd cmd;
pwr_tFileName fname;
int sts;
check_session();
sprintf( fname, "/tmp/videomgm%d.txt", ++m_fix);
sprintf( cmd, "curl -s -S \"%s/Camera\" -H \"authtoken :%s\" > %s", m_addr, m_auth_token, fname);
if ( log)
printf("Get camera\n%s\n", cmd);
system( cmd);
ifstream fp;
for ( int i = 0; i < 100; i++) {
struct timespec t = {0,10000000};
nanosleep( &t, 0);
fp.open( fname);
if ( fp)
break;
}
if ( !fp) {
errh_Error( "Get cameras message failed");
m_op->Status = VMGM__NOREPLY;
return 0;
}
char attr_name[80];
char camera_name[80];
for ( int i = 0; i < 25; i++) {
VideoMgmCamera camera;
sprintf( attr_name, "Data[%d]/Id", i);
sts = Json::get_attribute_value( fp, attr_name, camera.id, sizeof(camera.id) );
if ( EVEN(sts)) break;
sprintf( attr_name, "Data[%d]/Name", i);
sts = Json::get_attribute_value( fp, attr_name, camera_name, sizeof(camera_name) );
if ( EVEN(sts)) break;
char *textiso = UTF8toISO8859( camera_name);
strncpy( camera.name, textiso, sizeof(camera.name));
free( textiso);
sprintf( attr_name, "Data[%d]/Model", i);
sts = Json::get_attribute_value( fp, attr_name, camera.model, sizeof(camera.model) );
if ( EVEN(sts)) break;
sprintf( attr_name, "Data[%d]/Username", i);
sts = Json::get_attribute_value( fp, attr_name, camera.username, sizeof(camera.username) );
if ( EVEN(sts)) break;
sprintf( attr_name, "Data[%d]/Password", i);
sts = Json::get_attribute_value( fp, attr_name, camera.password, sizeof(camera.password) );
if ( EVEN(sts)) break;
m_camera.push_back(camera);
}
fp.close();
// Remove file
sprintf( cmd, "rm %s", fname);
system( cmd);
if ( log) {
for ( unsigned int i = 0; i < m_camera.size(); i++)
printf( "%d Name %s, id %s model %s username %s passw %s\n", i, m_camera[i].name, m_camera[i].id,
m_camera[i].model, m_camera[i].username, m_camera[i].password);
}
m_op->Status = VMGM__SUCCESS;
return 1;
}
int XttVideoMgmAimetis::get_camera_image( int idx, const char *jpgfile)
{
pwr_tCmd cmd;
pwr_tFileName fname;
char *decoding_table;
static char encoding_table[] = {'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',
'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P',
'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f',
'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n',
'o', 'p', 'q', 'r', 's', 't', 'u', 'v',
'w', 'x', 'y', 'z', '0', '1', '2', '3',
'4', '5', '6', '7', '8', '9', '+', '/'};
check_session();
sprintf( fname, "/tmp/videomgm%d.txt", ++m_fix);
sprintf( cmd, "curl -s -S \"%s/Camera/%s/Jpeg\" -H \"authtoken :%s\" > %s", m_addr, m_camera[idx].id, m_auth_token, fname);
if ( log)
printf("Get camera jpeg\n%s\n", cmd);
system( cmd);
ifstream fp;
for ( int i = 0; i < 100; i++) {
struct timespec t = {0,10000000};
nanosleep( &t, 0);
fp.open( fname);
if ( fp)
break;
}
if ( !fp) {
errh_Error( "Get camera image message failed");
m_op->Status = VMGM__NOREPLY;
return 0;
}
decoding_table = (char *)malloc(256);
for (int i = 0; i < 64; i++)
decoding_table[(unsigned char) encoding_table[i]] = i;
ofstream fpo( jpgfile);
if ( !fpo) {
printf( "** Unable to open jpg-file %s\n", jpgfile);
}
// Decode base64 and store to jpeg-file
char c1 = 0;
char c2, c3, c4;
char prevc;
int store = 0;
while ( fp.good()) {
prevc = c1;
c1 = fp.get();
if ( c1 == '"' && prevc == ':') {
store = 1;
continue;
}
if ( store) {
if ( c1 == '"')
break;
c2 = fp.get();
c3 = fp.get();
c4 = fp.get();
if ( !fp.good())
break;
uint32_t sextet_a = c1 == '=' ? 0 : decoding_table[(int)c1];
uint32_t sextet_b = c2 == '=' ? 0 : decoding_table[(int)c2];
uint32_t sextet_c = c3 == '=' ? 0 : decoding_table[(int)c3];
uint32_t sextet_d = c4 == '=' ? 0 : decoding_table[(int)c4];
uint32_t triple = (sextet_a << 3 * 6)
+ (sextet_b << 2 * 6)
+ (sextet_c << 1 * 6)
+ (sextet_d << 0 * 6);
unsigned char oc1 = (triple >> 2 * 8) & 0xFF;
unsigned char oc2 = (triple >> 1 * 8) & 0xFF;
unsigned char oc3 = (triple >> 0 * 8) & 0xFF;
fpo.put(oc1);
fpo.put(oc2);
fpo.put(oc3);
// printf( "%x", c);
}
}
fp.close();
fpo.close();
// Remove file
sprintf( cmd, "rm %s", fname);
system( cmd);
free(decoding_table);
m_op->Status = VMGM__SUCCESS;
return 1;
}
int XttVideoMgmAimetis::assign_camera( int panel_idx, int cell_idx, int camera_idx)
{
char cmd[400];
pwr_tFileName fname;
check_session();
sprintf( fname, "/tmp/videomgm%d.txt", ++m_fix);
sprintf( cmd, "curl -s -S \"%s/Panel/%s/Cell/%d/Camera/%s\" -H \"authtoken :%s\" > %s",
m_addr,
m_panel[panel_idx].id,
cell_idx,
m_camera[camera_idx].id,
m_auth_token,
fname);
if ( log)
printf("Assign camera\n%s\n", cmd);
system( cmd);
ifstream fp;
for ( int i = 0; i < 100; i++) {
struct timespec t = {0,10000000};
nanosleep( &t, 0);
fp.open( fname);
if ( fp)
break;
}
if ( !fp) {
errh_Error( "Assign camera message failed");
m_op->Status = VMGM__NOREPLY;
return 0;
}
fp.close();
// Remove file
sprintf( cmd, "rm %s", fname);
system( cmd);
// Change in panel array
strcpy( m_panel[panel_idx].cell[cell_idx].cameraid, m_camera[camera_idx].id);
m_op->CellCameraIdx[cell_idx] = camera_idx;
m_cell_camera_idx_old[cell_idx] = camera_idx;
m_op->Status = VMGM__SUCCESS;
return 1;
}
int XttVideoMgmAimetis::set_camera_fullscreen( int camera_idx)
{
char cmd[400];
pwr_tFileName fname;
if ( m_op->CurrentPanel == -1) {
// Return to current last panel first
display_panel( m_op->LastPanel);
}
check_session();
sprintf( fname, "/tmp/videomgm%d.txt", ++m_fix);
sprintf( cmd, "curl -s -S \"%s/Camera/%s/Fullscreen\" -H \"authtoken :%s\" > %s",
m_addr,
m_camera[camera_idx].id,
m_auth_token,
fname);
if ( log)
printf("Set camera fullscreen: \n%s\n", cmd);
system( cmd);
ifstream fp;
for ( int i = 0; i < 100; i++) {
struct timespec t = {0,10000000};
nanosleep( &t, 0);
fp.open( fname);
if ( fp)
break;
}
if ( !fp) {
errh_Error( "Set camera fullscreen message failed");
m_op->Status = VMGM__NOREPLY;
return 0;
}
fp.close();
// Remove file
sprintf( cmd, "rm %s", fname);
system( cmd);
m_op->CurrentCamera = camera_idx;
m_current_camera_old = camera_idx;
m_op->CameraFullscreen = 1;
m_op->CurrentPanel = -1;
m_current_panel_old = -1;
m_op->Rows = 0;
m_op->Columns = 0;
configure_layout();
m_op->Status = VMGM__SUCCESS;
return 1;
}
int XttVideoMgmAimetis::display_panel( int panel_idx)
{
char cmd[400];
pwr_tFileName fname;
if ( panel_idx < 0 || panel_idx >= (int)m_panel.size())
return 0;
check_session();
sprintf( fname, "/tmp/videomgm%d.txt", ++m_fix);
sprintf( cmd, "curl -s -S \"%s/Panel/%s/Show\" -X GET -H \"authtoken: %s\" > %s",
m_addr,
m_panel[panel_idx].id,
m_auth_token,
fname);
if ( log)
printf("Display panel: \n%s\n", cmd);
system( cmd);
ifstream fp;
for ( int i = 0; i < 100; i++) {
struct timespec t = {0,10000000};
nanosleep( &t, 0);
fp.open( fname);
if ( fp)
break;
}
if ( !fp) {
errh_Error( "Display panel message failed");
m_op->Status = VMGM__NOREPLY;
return 0;
}
fp.close();
// Remove file
sprintf( cmd, "rm %s", fname);
system( cmd);
if ( panel_idx != m_op->LastPanel) {
// Reload panel configuration
m_panel.clear();
get_panels();
}
m_op->CurrentPanel = panel_idx;
m_current_panel_old = panel_idx;
m_op->CameraFullscreen = 0;
m_op->LastPanel = panel_idx;
m_op->CurrentCamera = -1;
m_current_camera_old = -1;
m_op->Rows = m_panel[panel_idx].height;
m_op->Columns = m_panel[panel_idx].width;
configure_layout();
// Fill in current cell camera idx
int idx = 0;
for ( int i = 0; i < m_op->Rows; i++) {
for ( int j = 0; j < m_op->Columns; j++) {
idx = i * m_op->Columns + j;
if ( idx > int(sizeof(m_op->CellCameraIdx)/sizeof(m_op->CellCameraIdx[0])))
break;
int found = 0;
for ( unsigned int k = 0; k < m_camera.size(); k++) {
if ( strcmp( m_camera[k].id, m_panel[panel_idx].cell[idx].cameraid) == 0) {
m_op->CellCameraIdx[idx] = k;
m_cell_camera_idx_old[idx] = k;
found = 1;
break;
}
}
if ( !found) {
m_op->CellCameraIdx[idx] = -1;
m_cell_camera_idx_old[idx] = -1;
}
}
}
for ( int i = idx + 1; i < int(sizeof(m_op->CellCameraIdx)/sizeof(m_op->CellCameraIdx[0])); i++) {
m_op->CellCameraIdx[i] = -1;
m_cell_camera_idx_old[i] = -1;
}
m_op->Status = VMGM__SUCCESS;
return 1;
}
int XttVideoMgmAimetis::create_panel( char *name)
{
char cmd[4000];
pwr_tFileName fname;
int pix = m_op->CurrentPanel;
int cix;
if ( pix < 0 || pix >= (int)m_panel.size())
return 0;
check_session();
sprintf( fname, "/tmp/videomgm%d.txt", ++m_fix);
sprintf( cmd, "curl -s -S \"%s/Panel\" -X POST -H \"authtoken: %s\" "
"-H \"Content-Type: application/json\" -d "
"\"{'PanelName':'%s','PanelWidth':%d,'PanelHeight':%d,'Cells':[",
m_addr,
m_auth_token,
name,
m_panel[pix].width,
m_panel[pix].height);
for ( unsigned int i = 0; i < m_panel[pix].cell.size(); i++) {
// Find camera name for this cell
cix = 0;
for ( unsigned int j = 0; j < m_camera.size(); j++) {
if ( strcmp( m_panel[pix].cell[i].cameraid, m_camera[j].id) == 0) {
cix = j;
break;
}
}
sprintf( &cmd[strlen(cmd)], "{'CoordX':0,'CoordY':0,'CameraId':'%s','CameraName':'%s'}",
m_camera[cix].id, m_camera[cix].name);
if ( i != m_panel[pix].cell.size() - 1)
sprintf( &cmd[strlen(cmd)], ",");
}
sprintf( &cmd[strlen(cmd)], "]}\" > %s",
fname);
if ( log)
printf("Create panel: \n%s\n", cmd);
system( cmd);
ifstream fp;
for ( int i = 0; i < 100; i++) {
struct timespec t = {0,10000000};
nanosleep( &t, 0);
fp.open( fname);
if ( fp)
break;
}
if ( !fp) {
errh_Error( "Create panel message failed");
m_op->Status = VMGM__NOREPLY;
return 0;
}
fp.close();
// Remove file
sprintf( cmd, "rm %s", fname);
system( cmd);
// Reload panel configuration
m_panel.clear();
get_panels();
// Update array
unsigned int i;
for ( i = 0; i < m_panel.size(); i++)
strncpy( m_op->PanelArray[i], m_panel[i].name, sizeof(m_op->PanelArray[0]));
for ( ; i < sizeof(m_op->PanelArray)/sizeof(m_op->PanelArray[0]); i++)
strcpy( m_op->PanelArray[i], "");
m_op->Status = VMGM__SUCCESS;
return 1;
}
int XttVideoMgmAimetis::delete_panel( char *name)
{
char cmd[400];
pwr_tFileName fname;
int pix = -1;
// Get panel index
for ( unsigned int i = 0; i < m_panel.size(); i++) {
if ( strcmp( name, m_panel[i].name) == 0) {
pix = i;
break;
}
}
if ( pix == -1)
return 0;
check_session();
sprintf( fname, "/tmp/videomgm%d.txt", ++m_fix);
sprintf( cmd, "curl -s -S \"%s/Panel/%s\" -X DELETE -H \"authtoken: %s\" > %s",
m_addr,
m_panel[pix].id,
m_auth_token,
fname);
if ( log)
printf("Delete panel: \n%s\n", cmd);
system( cmd);
ifstream fp;
for ( int i = 0; i < 100; i++) {
struct timespec t = {0,10000000};
nanosleep( &t, 0);
fp.open( fname);
if ( fp)
break;
}
if ( !fp) {
errh_Error( "Delete panel message failed");
m_op->Status = VMGM__NOREPLY;
return 0;
}
fp.close();
// Remove file
sprintf( cmd, "rm %s", fname);
system( cmd);
// Reload panel configuration
m_panel.clear();
get_panels();
// Update array
unsigned int i;
for ( i = 0; i < m_panel.size(); i++)
strncpy( m_op->PanelArray[i], m_panel[i].name, sizeof(m_op->PanelArray[0]));
for ( ; i < sizeof(m_op->PanelArray)/sizeof(m_op->PanelArray[0]); i++)
strcpy( m_op->PanelArray[i], "");
m_op->Status = VMGM__SUCCESS;
return 1;
}
typedef enum {
json_eState_Start,
json_eState_ExpectAttr,
json_eState_Attr,
json_eState_ExpectValue,
json_eState_Value,
json_eState_Par,
json_eState_ExpectEndPar,
json_eState_Vector,
json_eState_ExpectEndVector,
json_eState_End
} json_eState;
int Json::get_attribute_value( ifstream& fp, const char *attribute, char *value, int value_size)
{
char c = 0;
char prevc;
int char_cnt = 0;
int state[50];
int state_level = 0;
int attr_level = 0;
int vector_level = 0;
char current_attr[200][10];
int current_attr_idx[10];
int current_attr_invect[10];
char current_value[200];
int len;
char input_attr[10][80];
int input_attr_idx[10];
int input_attr_num;
char *s;
state[0] = json_eState_Start;
memset( &current_attr_invect, 0, sizeof(current_attr_invect));
for ( int i = 0; i < 10; i++)
current_attr_idx[i] = -1;
input_attr_num = dcli_parse( attribute, "/", "", (char *)input_attr,
sizeof(input_attr)/sizeof(input_attr[0]),
sizeof(input_attr[0]), 0);
for ( int i = 0; i < input_attr_num; i++) {
if ( (s = strchr( input_attr[i], '[')) != 0) {
sscanf( s+1, "%d", &input_attr_idx[i]);
*s = 0;
}
else
input_attr_idx[i] = -1;
}
fp.seekg(0);
while ( fp.good()) {
prevc = c;
c = fp.get();
char_cnt++;
switch ( state[state_level]) {
case json_eState_Start:
if ( c == '{') {
state[state_level] = json_eState_ExpectEndPar;
state_level++;
state[state_level] = json_eState_ExpectAttr;
}
break;
case json_eState_ExpectAttr:
if ( c == '{') {
if ( current_attr_invect[attr_level])
current_attr_idx[attr_level]++;
state[state_level] = json_eState_ExpectEndPar;
state_level++;
attr_level++;
state[state_level] = json_eState_ExpectAttr;
}
else if ( c == '}') {
state_level--;
if ( state[state_level] != json_eState_ExpectEndPar) {
printf( "json: Parenthesis mismatch, char %d\n", char_cnt);
return 0;
}
if ( attr_level == 0) {
state[state_level] = json_eState_End;
break;
}
attr_level--;
}
else if ( c == ']') {
state_level--;
if ( state[state_level] != json_eState_ExpectEndVector) {
printf( "json: Vector mismatch, char %d\n", char_cnt);
return 0;
}
vector_level--;
if ( !current_attr_invect[attr_level]) {
printf( "json: Vector attribute mismatch, char %d\n", char_cnt);
current_attr_invect[attr_level] = 0;
}
current_attr_idx[attr_level] = -1;
state[state_level] = json_eState_ExpectAttr;
strcpy( current_attr[attr_level], "");
}
#if 0
else if ( c == ',' && prevc == '}') {
if ( current_attr_invect[attr_level])
current_attr_idx[attr_level]++;
}
#endif
else if ( c == '"') {
state[state_level] = json_eState_Attr;
strcpy( current_attr[attr_level], "");
}
break;
case json_eState_Attr:
if ( c == '"') {
state[state_level] = json_eState_ExpectValue;
// printf( "Attr found \"%s\" level %d\n", current_attr[attr_level], attr_level);
#if 0
for ( int j = 0; j <= attr_level; j++) {
printf( "/%s", current_attr[j]);
if ( current_attr_idx[j] != -1)
printf( "[%d]", current_attr_idx[j]);
}
printf( "\n");
#endif
}
else {
len = strlen( current_attr[attr_level]);
current_attr[attr_level][len] = c;
current_attr[attr_level][len+1] = 0;
}
break;
case json_eState_ExpectValue:
if ( c == ':') {
state[state_level] = json_eState_Value;
strcpy( current_value, "");
}
break;
case json_eState_Value:
if ( c == '{' && strcmp( current_value, "") == 0) {
state[state_level] = json_eState_ExpectEndPar;
state_level++;
attr_level++;
state[state_level] = json_eState_ExpectAttr;
strcpy( current_attr[attr_level], "");
}
else if ( c == '[' && strcmp( current_value, "") == 0) {
state[state_level] = json_eState_ExpectEndVector;
state_level++;
vector_level++;
//current_attr_idx[attr_level]++;
state[state_level] = json_eState_ExpectAttr;
strcpy( current_attr[attr_level+1], "");
current_attr_invect[attr_level] = 1;
}
else if ( c == ',' || c == '}') {
if ( c == '}') {
state_level--;
if ( state[state_level] != json_eState_ExpectEndPar) {
printf( "json: Parenthesis mismatch, char %d\n", char_cnt);
return 0;
}
attr_level--;
}
state[state_level] = json_eState_ExpectAttr;
if ( current_value[0] == '"') {
char tmp[200];
strncpy( tmp, &current_value[1], sizeof(tmp));
strncpy( current_value, tmp, sizeof(current_value));
}
if ( current_value[strlen(current_value)-1] == '"')
current_value[strlen(current_value)-1] = 0;
// printf( "Value found \"%s\"\n", current_value);
if ( input_attr_num == attr_level + 1) {
int match = 1;
for ( int j = 0; j < input_attr_num; j++) {
if ( strcmp( current_attr[j], input_attr[j]) != 0) {
match = 0;
break;
}
if ( current_attr_idx[j] != input_attr_idx[j]) {
match = 0;
break;
}
}
if ( match) {
strncpy( value, current_value, value_size);
return 1;
}
}
}
else {
len = strlen( current_value);
current_value[len] = c;
current_value[len+1] = 0;
}
break;
}
}
// No match
return 0;
}
int XttVideoMgm::cinit()
{
unsigned int i;
memset( &m_op->PanelArraySelect, 0, sizeof(m_op->PanelArraySelect));
memset( &m_op->CameraArraySelect, 0, sizeof(m_op->CameraArraySelect));
init();
for ( i = 0; i < m_panel.size(); i++)
strncpy( m_op->PanelArray[i], m_panel[i].name, sizeof(m_op->PanelArray[0]));
for ( ; i < sizeof(m_op->PanelArray)/sizeof(m_op->PanelArray[0]); i++)
strcpy( m_op->PanelArray[i], "");
for ( i = 0; i < m_camera.size(); i++)
strncpy( m_op->CameraArray[i], m_camera[i].name, sizeof(m_op->CameraArray[0]));
for ( ; i < sizeof(m_op->CameraArray)/sizeof(m_op->CameraArray[0]); i++)
strcpy( m_op->CameraArray[i], "");
m_op->NoOfCameras = m_camera.size();
for ( i = 0; i < sizeof(m_panel_select_old)/sizeof(m_panel_select_old[0]); i++)
m_panel_select_old[i] = m_op->PanelArraySelect[i];
for ( i = 0; i < sizeof(m_camera_select_old)/sizeof(m_camera_select_old[0]); i++)
m_camera_select_old[i] = m_op->CameraArraySelect[i];
return 1;
}
void XttVideoMgm::cscan()
{
// Detect any new panel selection
for ( unsigned int i = 0; i < sizeof(m_panel_select_old)/sizeof(m_panel_select_old[0]); i++) {
if ( m_panel_select_old[i] != m_op->PanelArraySelect[i]) {
if ( m_op->PanelArraySelect[i]) {
// Panel selected
display_panel( i);
// Reset camera select
for ( unsigned int j = 0; j < sizeof(m_camera_select_old)/sizeof(m_camera_select_old[0]); j++) {
m_camera_select_old[j] = 0;
m_op->CameraArraySelect[j] = 0;
}
}
}
m_panel_select_old[i] = m_op->PanelArraySelect[i];
}
// Detect any new camera selection
for ( unsigned int i = 0; i < sizeof(m_camera_select_old)/sizeof(m_camera_select_old[0]); i++) {
if ( m_camera_select_old[i] != m_op->CameraArraySelect[i]) {
if ( m_op->CameraArraySelect[i]) {
// Camera selected
set_camera_fullscreen( i);
// Reset panel select
for ( unsigned int j = 0; j < sizeof(m_panel_select_old)/sizeof(m_panel_select_old[0]); j++) {
m_panel_select_old[j] = 0;
m_op->PanelArraySelect[j] = 0;
}
}
}
m_camera_select_old[i] = m_op->CameraArraySelect[i];
}
// Check request to display last displayed panel
if ( m_op->DisplayLastPanel) {
display_panel( m_op->LastPanel);
m_op->DisplayLastPanel = 0;
}
// Check request to display camera fullscreen
for ( unsigned int i = 0; i < sizeof(m_op->CellExpand)/sizeof(m_op->CellExpand[0]); i++) {
if ( m_op->CellExpand[i]) {
set_camera_fullscreen( m_op->CellCameraIdx[i]);
m_op->CellExpand[i] = 0;
}
}
// Check request to change camera in cell
if ( m_op->CurrentPanel >= 0 && m_op->CurrentPanel < (int)m_panel.size()) {
int camera_assigned = 0;
for ( int i = 0; i < m_op->Rows; i++) {
for ( int j = 0; j < m_op->Columns; j++) {
int idx = i * m_op->Columns + j;
if ( idx > int(sizeof(m_op->CellCameraIdx)/sizeof(m_op->CellCameraIdx[0])))
break;
if ( m_op->CellCameraIdx[idx] != m_cell_camera_idx_old[idx]) {
assign_camera( m_op->CurrentPanel, idx, m_op->CellCameraIdx[idx]);
m_cell_camera_idx_old[idx] = m_op->CellCameraIdx[idx];
camera_assigned = 1;
break;
}
}
if ( camera_assigned)
break;
}
}
// Request to set panel by changing current panel
if ( m_op->CurrentPanel != m_current_panel_old) {
if ( m_op->CurrentPanel >= 0 && m_op->CurrentPanel < (int)m_panel.size())
display_panel( m_op->CurrentPanel);
else
m_op->CurrentPanel = m_current_panel_old;
}
// Request to set camera by changing current camera
if ( m_op->CurrentCamera != m_current_camera_old) {
if ( m_op->CurrentCamera >= 0 && m_op->CurrentCamera < (int)m_camera.size())
set_camera_fullscreen( m_op->CurrentCamera);
else
m_op->CurrentCamera = m_current_camera_old;
}
if ( m_op->CreatePanel) {
if ( strcmp( m_op->PanelName, "") != 0) {
create_panel( m_op->PanelName);
strcpy( m_op->PanelName, "");
m_op->CreatePanel = 0;
}
}
if ( m_op->DeletePanel) {
if ( strcmp( m_op->PanelName, "") != 0) {
delete_panel( m_op->PanelName);
strcpy( m_op->PanelName, "");
m_op->DeletePanel = 0;
}
}
}
#define MGM_WIDTH 40.5
#define MGM_HEIGHT 25.5
#define MGM_LINEWIDTH 0.5
void XttVideoMgm::configure_layout()
{
int i, j;
int rows = m_op->Rows;
int cols = m_op->Columns;
int idx;
if ( m_op->CameraFullscreen) {
// Hide lines and cells
for ( i = 0; i < 4; i++)
m_op->VertLineX[i] = 0;
for ( i = 0; i < 4; i++)
m_op->HorizLineY[i] = 0;
for ( i = 0; i < 20; i++) {
m_op->CellY[i] = 0;
m_op->CellX[i] = MGM_WIDTH + 5;
}
}
else {
if ( rows < 1)
rows = 1;
if ( rows > 4)
rows = 4;
if ( cols < 1)
cols = 1;
if ( cols > 4)
cols = 4;
// Horizontal lines
for ( i = 0; i < rows - 1; i++)
m_op->HorizLineY[i] = MGM_HEIGHT/rows*(i+1) - MGM_LINEWIDTH/2 + MGM_LINEWIDTH/2;
for ( ; i < 4; i++)
m_op->HorizLineY[i] = 0;
// Vertical lines
for ( i = 0; i < cols - 1; i++)
m_op->VertLineX[i] = MGM_WIDTH/cols*(i+1) - MGM_LINEWIDTH/2 + MGM_LINEWIDTH/2;
for ( ; i < 4; i++)
m_op->VertLineX[i] = 0;
// Cells
for ( i = 0; i < rows; i++) {
for ( j = 0; j < cols; j++) {
idx = i * cols + j;
m_op->CellY[idx] = MGM_HEIGHT/rows*i;
m_op->CellX[idx] = MGM_WIDTH/cols*j;
}
}
for ( i = rows * cols; i < 20; i++) {
m_op->CellY[i] = 0;
m_op->CellX[i] = MGM_WIDTH + 5;
}
}
}
void init( qcom_sQid *qid)
{
qcom_sQid qini;
qcom_sQattr qAttr;
pwr_tStatus sts;
sts = gdh_Init("pwr_videomgm");
if ( EVEN(sts)) {
errh_Fatal( "gdh_Init, %m", sts);
exit(sts);
}
errh_Init("pwr_fast", errh_eAnix_videomgm);
errh_SetStatus( PWR__SRVSTARTUP);
if (!qcom_Init(&sts, 0, "pwr_videomgm")) {
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);
}
}
int main( int argc, char *argv[])
{
VideoMgmServer srv;
pwr_tStatus sts;
int tmo;
char mp[2000];
qcom_sQid qid = qcom_cNQid;
qcom_sGet get;
int swap = 0;
bool first_scan = true;
init( &qid);
try {
srv.open();
}
catch ( co_error& e) {
errh_Error( (char *)e.what().c_str());
errh_Fatal( "xtt_videomgm aborting");
errh_SetStatus( PWR__SRVTERM);
exit(0);
}
aproc_TimeStamp(srv.scantime(), 5);
errh_SetStatus( PWR__SRUN);
first_scan = true;
for (;;) {
if ( first_scan) {
tmo = (int) (srv.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)
srv.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);
swap = 1;
srv.close();
} else if (new_event.b.swapDone && swap) {
swap = 0;
srv.open();
errh_SetStatus( PWR__SRUN);
} else if (new_event.b.terminate) {
exit(0);
}
}
first_scan = false;
}
}
void VideoMgmServer::close()
{
for ( unsigned int i = 0; i < m_mgmvect.size(); i++) {
gdh_DLUnrefObjectInfo( m_mgmvect[i]->m_dlid);
delete m_mgmvect[i];
}
m_mgmvect.clear();
}
void VideoMgmServer::open()
{
pwr_tStatus sts;
pwr_tAttrRef aref;
pwr_sClass_XttVideoMgm *op;
pwr_tDlid dlid;
pwr_sClass_VideoMgmServer *serverp;
pwr_tOid oid;
// Get server object
sts = gdh_GetClassList( pwr_cClass_VideoMgmServer, &oid);
if ( EVEN(sts)) {
errh_Fatal("No configuration, %m", sts);
errh_SetStatus( PWR__SRVTERM);
exit(sts);
}
sts = gdh_ObjidToPointer( oid, (void **)&serverp);
if ( EVEN(sts)) {
errh_SetStatus( PWR__SRVTERM);
exit(sts);
}
m_scantime = serverp->Scantime;
// Get all XttVideoMgm objects
for ( sts = gdh_GetClassListAttrRef( pwr_cClass_XttVideoMgm, &aref);
ODD(sts);
sts = gdh_GetNextAttrRef( pwr_cClass_XttVideoMgm, &aref, &aref)) {
sts = gdh_DLRefObjectInfoAttrref( &aref, (void **)&op, &dlid);
if ( EVEN(sts)) exit(sts);
switch ( op->Type) {
case 0: {
// Type is Aimetis Thin Client
XttVideoMgmAimetis *mgm;
mgm = new XttVideoMgmAimetis( op->URL);
mgm->m_op = op;
mgm->m_dlid = dlid;
mgm->cinit();
m_mgmvect.push_back( mgm);
serverp->VideoMgmObjects[m_mgmvect.size()-1] = aref.Objid;
break;
}
default:
errh_Error( "Unknown vms type");
}
}
}
void VideoMgmServer::scan()
{
aproc_TimeStamp( scantime(), 5);
for ( unsigned int i = 0; i < m_mgmvect.size(); i++)
m_mgmvect[i]->cscan();
}
/*
* Proview Open Source Process Control.
* Copyright (C) 2005-2016 SSAB EMEA AB.
*
* This file is part of Proview.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Proview. If not, see <http://www.gnu.org/licenses/>
*
* Linking Proview statically or dynamically with other modules is
* making a combined work based on Proview. Thus, the terms and
* conditions of the GNU General Public License cover the whole
* combination.
*
* In addition, as a special exception, the copyright holders of
* Proview give you permission to, from the build function in the
* Proview Configurator, combine Proview with modules generated by the
* Proview PLC Editor to a PLC program, regardless of the license
* terms of these modules. You may copy and distribute the resulting
* combined work under the terms of your choice, provided that every
* copy of the combined work is accompanied by a complete copy of
* the source code of Proview (the version used to produce the
* combined work), being distributed under the terms of the GNU
* General Public License plus this exception.
*/
#ifndef xtt_videomgm_h
#define xtt_videomgm_h
/* xtt_videomgm.h -- Video management system */
#include <iostream>
#include <fstream>
#include <vector>
#include "pwr_baseclasses.h"
using namespace std;
class VideoMgmCell {
public:
VideoMgmCell() {
strcpy(id,"");
strcpy(cameraid,"");
}
VideoMgmCell( const VideoMgmCell& x) {
strncpy( id, x.id, sizeof(id));
strncpy( cameraid, x.cameraid, sizeof(cameraid));
}
char id[80];
char cameraid[80];
};
class VideoMgmPanel {
public:
VideoMgmPanel() : width(0), height(0) {
strcpy(id,"");
strcpy(name,"");
}
VideoMgmPanel( const VideoMgmPanel& x) : width(x.width), height(x.height), cell(x.cell) {
strncpy( id, x.id, sizeof(id));
strncpy( name, x.name, sizeof(name));
}
char id[80];
char name[80];
int width;
int height;
vector<VideoMgmCell> cell;
};
class VideoMgmCamera {
public:
VideoMgmCamera() {
strcpy(id,"");
strcpy(name,"");
strcpy(model,"");
strcpy(username,"");
strcpy(password,"");
}
VideoMgmCamera( const VideoMgmCamera& x) {
strncpy( id, x.id, sizeof(id));
strncpy( name, x.name, sizeof(name));
strncpy( model, x.model, sizeof(model));
strncpy( username, x.username, sizeof(username));
strncpy( password, x.password, sizeof(password));
}
char id[80];
char name[80];
char model[80];
char username[80];
char password[80];
};
class XttVideoMgm {
public:
int m_camera_cnt;
float m_scantime;
pwr_sClass_XttVideoMgm *m_op;
pwr_tDlid m_dlid;
pwr_tBoolean m_panel_select_old[20];
pwr_tBoolean m_camera_select_old[40];
pwr_tInt32 m_cell_camera_idx_old[20];
pwr_tInt32 m_current_panel_old;
pwr_tInt32 m_current_camera_old;
vector<VideoMgmPanel> m_panel;
vector<VideoMgmCamera> m_camera;
XttVideoMgm() : m_camera_cnt(0), m_scantime(0.5), m_op(0) {}
int cinit();
void cscan();
void configure_layout();
virtual int init() {return 0;}
virtual int authorize( char *user, char *password) {return 0;}
virtual int get_panels() {return 0;}
virtual int get_cameras() {return 0;}
virtual int get_camera_image( int idx, const char *jpgfile) {return 0;}
virtual int assign_camera( int panel_idx, int cell_idx, int camera_idx) {return 0;}
virtual int set_camera_fullscreen( int camera_idx) {return 0;}
virtual int display_panel( int panel_idx) {return 0;}
virtual int create_panel( char *name) {return 0;}
virtual int delete_panel( char *name) {return 0;}
};
class XttVideoMgmAimetis : public XttVideoMgm {
public:
char m_fix;
char m_auth_token[80];
char m_addr[80];
pwr_tTime m_last_auth;
XttVideoMgmAimetis( char *addr) : m_fix(0) {
strncpy( m_addr, addr, sizeof(m_addr));
strcpy( m_auth_token, "");
memset( &m_panel_select_old, 0, sizeof(m_panel_select_old));
memset( &m_camera_select_old, 0, sizeof(m_camera_select_old));
}
int init();
int authorize( char *user, char *password);
int check_session();
int get_panels();
int get_cameras();
int get_camera_image( int idx, const char *jpgfile);
int assign_camera( int panel_idx, int cell_idx, int camera_idx);
int set_camera_fullscreen( int camera_idx);
int display_panel( int panel_idx);
int create_panel( char *name);
int delete_panel( char *name);
};
class Json {
public:
static int get_attribute_value( ifstream& fp, const char *attribute, char *value, int size);
};
class VideoMgmServer {
public:
float m_scantime;
vector<XttVideoMgm*>m_mgmvect;
VideoMgmServer() : m_scantime(0.5) {}
void open();
void scan();
void close();
float scantime() {return m_scantime;}
};
#endif
0! DefaultWidth 772
0! DefaultHeight 380
199
!/**
! TempSwitch
! Group Components/BaseComponent
!
! <image> bcomp_tempswitch_gs.gif
!
! <h1>Description
! Temperature switch. Graphic symbol for basecomponent BaseTempSwitch.
! Should be connected to an instance of BaseTempSwitch, or a
! subclass to this class.
!
! <h1>Default dynamics
! HostObject <link>GeDynHostObject, ,$pwr_lang/man_geref.dat
!
! Dynamics for the symbol
! - flashing red at alarm status.
! - popupmenu with the methods of the connected object.
!
! DigFlash <t>$hostobject.AlarmStatus <link>GeDynDigFlash, ,$pwr_lang/man_geref.dat
! PopupMenu <t>$hostobject <link>GeDynPopupMenu, ,$pwr_lang/man_geref.dat
!
! Default Cycle Slow
!
!*/
1
100 20
135 20
101 20
102 -12
103 -38
104 3.711
136 3.711
105 100
106 -2
107 -7
108 43.5
109 0.5
110 21.5307
111 0
116 0
117 0
118 135
119 112
120 1
121 Claes context
122 0
126 0.5
127 0.5
128 0
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4510
138 3
139 3
140 2
141 $default
134
22
2200 0
2201 721
2202 pwr_c_videomgmserver
2203 310
2205 0
2204
2206 0
2207
2208
2209 2.65
2210 1
2211 41.3
2212 20
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 0
2246 0
2236 0
2247 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.2
2226 0
2227
2228 0
2229 1
2233 1
2234 2
2235 1
2243 0
2248 0
2245 0
2249
48
4802 0
4803 1
4800 360
4801
0.992157 0.992157 0.992157
0.872157 0.872157 0.872157
1 1 1
1 1 1
0.854841 0.854841 0.854841
0.734841 0.734841 0.734841
1 1 1
0.974841 0.974841 0.974841
0.941176 0.941176 0.941176
0.821176 0.821176 0.821176
1 1 1
1 1 1
0.623529 0.623529 0.623529
0.503529 0.503529 0.503529
0.803529 0.803529 0.803529
0.743529 0.743529 0.743529
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.988235 0.0666667 0.0666667
0.868235 0 0
1 0.246667 0.246667
1 0.186667 0.186667
1 0.670588 0.670588
0.88 0.550588 0.550588
1 0.850588 0.850588
1 0.790588 0.790588
1 0.760784 0.760784
0.88 0.640784 0.640784
1 0.940784 0.940784
1 0.880784 0.880784
1 0.898039 0.898039
0.88 0.778039 0.778039
1 1 1
1 1 1
1 0.898039 0.898039
0.88 0.778039 0.778039
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
0.823529 0.823529 0.823529
0.703529 0.703529 0.703529
1 1 1
0.943529 0.943529 0.943529
0.886275 0.886275 0.886275
0.766275 0.766275 0.766275
1 1 1
1 1 1
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.196078 0.933333 0
0.0760784 0.813333 0
0.376078 1 0.18
0.316078 1 0.12
0.698039 1 0.564706
0.578039 0.88 0.444706
0.878039 1 0.744706
0.818039 1 0.684706
0.807843 1 0.760784
0.687843 0.88 0.640784
0.987843 1 0.940784
0.927843 1 0.880784
0.870588 1 0.835294
0.750588 0.88 0.715294
1 1 1
0.990588 1 0.955294
0.870588 1 0.835294
0.750588 0.88 0.715294
1 1 1
0.990588 1 0.955294
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.972549 0.937255 0.65098
0.852549 0.817255 0.53098
1 1 0.83098
1 1 0.77098
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.662745 0.662745 0.662745
0.542745 0.542745 0.542745
0.842745 0.842745 0.842745
0.782745 0.782745 0.782745
0.509804 0.509804 0.509804
0.389804 0.389804 0.389804
0.689804 0.689804 0.689804
0.629804 0.629804 0.629804
1 0.976471 0.0901961
0.88 0.856471 0
1 1 0.270196
1 1 0.210196
1 1 0.729412
0.88 0.88 0.609412
1 1 0.909412
1 1 0.849412
0.972549 0.937255 0.65098
0.852549 0.817255 0.53098
1 1 0.83098
1 1 0.77098
1 1 0.8
0.88 0.88 0.68
1 1 0.98
1 1 0.92
1 1 0.8
0.88 0.88 0.68
1 1 0.98
1 1 0.92
0.72549 0.866667 1
0.60549 0.746667 0.88
0.90549 1 1
0.84549 0.986667 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.690196 0.690196 0.690196
0.570196 0.570196 0.570196
0.870196 0.870196 0.870196
0.810196 0.810196 0.810196
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.72549 0.866667 1
0.60549 0.746667 0.88
0.90549 1 1
0.84549 0.986667 1
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.886275 0.886275 0.886275
0.766275 0.766275 0.766275
1 1 1
1 1 1
0.407843 0.407843 0.407843
0.287843 0.287843 0.287843
0.587843 0.587843 0.587843
0.527843 0.527843 0.527843
0.418189 0.799023 1
0.298189 0.679023 0.88
0.598189 0.979023 1
0.538189 0.919023 1
0.668742 0.879622 0.990494
0.548742 0.759622 0.870494
0.848742 1 1
0.788742 0.999622 1
0.670588 0.882353 0.992157
0.550588 0.762353 0.872157
0.850588 1 1
0.790588 1 1
0.87451 0.956863 1
0.75451 0.836863 0.88
1 1 1
0.99451 1 1
0.874998 0.956909 1
0.754998 0.836909 0.88
1 1 1
0.994998 1 1
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
0.431373 0.431373 0.431373
0.311373 0.311373 0.311373
0.611373 0.611373 0.611373
0.551373 0.551373 0.551373
0.752941 1 1
0.632941 0.88 0.88
0.932941 1 1
0.872941 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 0.576471 0
0.88 0.456471 0
1 0.756471 0.18
1 0.696471 0.12
1 0.713191 0.32282
0.88 0.593191 0.20282
1 0.893191 0.50282
1 0.833191 0.44282
0.982864 0.813947 0.582559
0.862864 0.693947 0.462559
1 0.993947 0.762559
1 0.933947 0.702559
1 0.92549 0.815686
0.88 0.80549 0.695686
1 1 0.995686
1 1 0.935686
1 0.922194 0.815442
0.88 0.802194 0.695442
1 1 0.995442
1 1 0.935442
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.552941 0.552941 0.552941
0.432941 0.432941 0.432941
0.732941 0.732941 0.732941
0.672941 0.672941 0.672941
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0.482353 0.482353 0.482353
0.362353 0.362353 0.362353
0.662353 0.662353 0.662353
0.602353 0.602353 0.602353
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.853742 0.302632 0.982101
0.733742 0.182632 0.862101
1 0.482632 1
0.973742 0.422632 1
0.899916 0.583337 0.985214
0.779916 0.463337 0.865214
1 0.763337 1
1 0.703337 1
0.924636 0.740002 1
0.804636 0.620002 0.88
1 0.920002 1
1 0.860002 1
0.968627 0.854902 1
0.848627 0.734902 0.88
1 1 1
1 0.974902 1
0.966888 0.854505 1
0.846888 0.734505 0.88
1 1 1
1 0.974505 1
99
2244
99
123
2
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
1924 0
1925 10000
1926 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
330 0
321 0
331 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
332 0
99
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
1924 0
1925 10000
1926 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
1308 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
330 0
321 0
331 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
332 0
99
3
300 pwr_pulldownmenu2
301
2
19
1904 O7
1900 3
1901 0
1902 1
1903 0
1908 0
1909 31
1910 31
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 3
701 1
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604 O8
2600 3
2601 0
2602 1
2603 0.9
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0
701 0.9
99
7
700 0
701 1
99
7
700 3
701 1
99
7
700 3
701 0.9
99
7
700 0
701 0.9
99
99
99
2608 0
2609 31
2629 10000
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
2626 0
2627 0
2621 0
2622 0
2623 0
2624 4
2625 1
2628 0
99
20
2004 O4
2000 3
2001 0
2002 1
2003 1
2009 0
2010 0
2005
6
600 0
601 1
602
7
700 3
701 1
99
603
7
700 0
701 1
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 2.32453e-16
2806 0
99
99
29
2907
13
1300 1
1301 303
1306 0
1302 2
1305 1
1303
7
700 -0.954174
701 0.0636116
99
1304 0
1307 4
1308 0
99
2908
28
2800 1
2801 0
2802 1.25417
2803 0
2804 1
2805 0.736388
2806 0
99
2901 2
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 524288
331 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 1
332 0
329
1
100 1
105 0
101 1
106 0
102 33619964
103 0
99
99
3
300 pwr_menubar2
301
2
19
1904 O0
1900 27.5
1901 0
1902 1
1903 0
1908 0
1909 31
1910 31
1911 0
1915 0
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1921 0
1922 2
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 27.5
701 1
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604 O3
2600 27.5
2601 0
2602 1
2603 0.9
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0
701 1
99
7
700 0
701 0.9
99
7
700 27.5
701 0.9
99
7
700 27.5
701 1
99
7
700 0
701 1
99
99
99
2608 0
2609 31
2629 10000
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
2626 0
2627 0
2621 0
2622 0
2623 0
2624 4
2625 1
2628 0
99
20
2004 O2
2000 27.5
2001 0
2002 1
2003 1
2009 0
2010 0
2005
6
600 0
601 1
602
7
700 27.5
701 1
99
603
7
700 0
701 1
99
99
2008
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 0
330 0
321 0
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mb2opengraph
301
2
19
1904 O17
1900 1.1
1901 0
1902 1.2
1903 0
1908 0
1909 30
1910 30
1911 1
1915 1
1913 8
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 1.1
701 1.2
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
24
2404 O6
2400 0.932301
2401 0.432301
2402 0.988828
2403 0.488828
2408 39
2409 113
2410 113
2423 10000
2411 1
2415 1
2413 5
2416 2
2414 0
2417 1
2421 1
2418 0
2419 4
2420 1
2422 0
2424 0
2407 0
2406
2405
8
802 39
803 1
800 0
801 360
806 1
804
7
700 0.4
701 0.4
99
805
7
700 0.9
701 0.9
99
99
2412
28
2800 1
2801 0
2802 0.0323011
2803 0
2804 1
2805 0.0888281
2806 0
99
99
26
2604 O7
2600 0.482301
2601 0.182301
2602 0.488828
2603 0.238828
2605
25
2500 38
2501 1
2503 1
2504 0
2502
2
7
700 0.1
701 0.1
99
7
700 0.4
701 0.1
99
7
700 0.25
701 0.35
99
7
700 0.1
701 0.1
99
99
99
2608 38
2609 74
2629 10000
2610 74
2611 1
2616 1
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0.0823011
2803 0
2804 1
2805 0.138828
2806 0
99
2613 0
2619 0
2620 0
2626 0
2627 0
2621 1
2622 0
2623 0
2624 4
2625 1
2628 0
99
20
2004 O8
2000 0.432301
2001 0.182301
2002 0.738828
2003 0.738828
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.15
701 0.65
99
603
7
700 0.4
701 0.65
99
99
2008
28
2800 1
2801 0
2802 0.0323011
2803 0
2804 1
2805 0.0888281
2806 0
99
99
20
2004 O10
2000 0.332301
2001 0.332301
2002 0.738828
2003 0.488828
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.3
701 0.65
99
603
7
700 0.3
701 0.4
99
99
2008
28
2800 1
2801 0
2802 0.0323011
2803 0
2804 1
2805 0.0888281
2806 0
99
99
26
2604 O14
2600 0.920673
2601 0.720673
2602 0.8272
2603 0.6272
2605
25
2500 39
2501 1
2503 1
2504 0
2502
2
7
700 0.9
701 0.65
99
7
700 0.7
701 0.75
99
7
700 0.7
701 0.55
99
7
700 0.85
701 0.65
99
99
99
2608 39
2609 39
2629 10000
2610 39
2611 1
2616 1
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0.0206727
2803 0
2804 1
2805 0.0771997
2806 0
99
2613 0
2619 0
2620 0
2626 0
2627 0
2621 1
2622 0
2623 0
2624 4
2625 1
2628 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mb2openobjectgraph
301
2
19
1904 O17
1900 1.1
1901 0
1902 1.2
1903 0
1908 0
1909 30
1910 30
1911 1
1915 1
1913 8
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 1.1
701 1.2
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
19
1904 O18
1900 0.9
1901 0.2
1902 1
1903 0.2
1908 37
1909 67
1910 67
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 1
1920 0
1917 1
1921 0
1922 4
1923 1
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 37
501 1
504 1
505 0
502
7
700 0.2
701 0.2
99
503
7
700 0.9
701 1
99
99
1912
28
2800 1
2801 0
2802 2.98023e-09
2803 0
2804 1
2805 2.98023e-09
2806 0
99
99
20
2004 O19
2000 0.9
2001 0.2
2002 0.3
2003 0.3
2009 37
2010 0
2005
6
600 37
601 1
602
7
700 0.9
701 0.3
99
603
7
700 0.2
701 0.3
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
24
2404 O20
2400 0.85
2401 0.45
2402 0.95
2403 0.55
2408 37
2409 113
2410 113
2423 10000
2411 1
2415 0
2413 5
2416 2
2414 0
2417 1
2421 1
2418 0
2419 4
2420 1
2422 0
2424 0
2407 0
2406
2405
8
802 37
803 1
800 0
801 360
806 1
804
7
700 0.45
701 0.6
99
805
7
700 0.85
701 1
99
99
2412
28
2800 1
2801 0
2802 -1.73472e-18
2803 0
2804 1
2805 -0.05
2806 0
99
99
26
2604 O21
2600 0.85
2601 0.7
2602 0.85
2603 0.65
2605
25
2500 39
2501 1
2503 1
2504 0
2502
2
7
700 0.85
701 0.8
99
7
700 0.7
701 0.7
99
7
700 0.7
701 0.9
99
7
700 0.85
701 0.8
99
99
99
2608 39
2609 39
2629 10000
2610 39
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 -1.73472e-18
2803 0
2804 1
2805 -0.05
2806 0
99
2613 0
2619 0
2620 0
2626 0
2627 0
2621 1
2622 0
2623 0
2624 4
2625 1
2628 0
99
20
2004 O22
2000 0.45
2001 0.25
2002 0.75
2003 0.75
2009 38
2010 0
2005
6
600 38
601 1
602
7
700 0.45
701 0.8
99
603
7
700 0.25
701 0.8
99
99
2008
28
2800 1
2801 0
2802 -1.73472e-18
2803 0
2804 1
2805 -0.05
2806 0
99
99
20
2004 O23
2000 0.4
2001 0.4
2002 0.75
2003 0.6
2009 38
2010 0
2005
6
600 38
601 1
602
7
700 0.4
701 0.65
99
603
7
700 0.4
701 0.8
99
99
2008
28
2800 1
2801 0
2802 -1.73472e-18
2803 0
2804 1
2805 -0.05
2806 0
99
99
26
2604 O27
2600 0.55
2601 0.25
2602 0.6
2603 0.4
2605
25
2500 38
2501 1
2503 1
2504 0
2502
2
7
700 0.4
701 0.65
99
7
700 0.25
701 0.45
99
7
700 0.55
701 0.45
99
7
700 0.4
701 0.65
99
99
99
2608 38
2609 75
2629 10000
2610 75
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 1.80411e-16
2803 0
2804 1
2805 -0.05
2806 0
99
2613 0
2619 0
2620 0
2626 0
2627 0
2621 1
2622 0
2623 0
2624 4
2625 1
2628 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mb2trend
301
2
19
1904 O17
1900 1.1
1901 0
1902 1.2
1903 0
1908 0
1909 30
1910 30
1911 1
1915 1
1913 8
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 1.1
701 1.2
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004 O18
2000 0.867294
2001 0.167294
2002 0.906729
2003 0.906729
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.9
701 0.9
99
603
7
700 0.2
701 0.9
99
99
2008
28
2800 1
2801 0
2802 -0.032706
2803 0
2804 1
2805 0.0067294
2806 0
99
99
26
2604 O21
2600 0.867294
2601 0.167294
2602 0.906729
2603 0.406729
2605
25
2500 38
2501 1
2503 1
2504 0
2502
2
7
700 0.1
701 0.9
99
7
700 0.8
701 0.9
99
7
700 0.8
701 0.581399
99
7
700 0.7
701 0.458142
99
7
700 0.6
701 0.581399
99
7
700 0.4
701 0.4
99
7
700 0.3
701 0.6
99
7
700 0.2
701 0.5
99
7
700 0.1
701 0.6
99
99
99
2608 38
2609 133
2629 10000
2610 133
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0.067294
2803 0
2804 1
2805 0.0067294
2806 0
99
2613 0
2619 0
2620 0
2626 0
2627 0
2621 1
2622 0
2623 0
2624 4
2625 1
2628 0
99
20
2004 O22
2000 0.87213
2001 0.87213
2002 0.895387
2003 0.209311
2009 38
2010 0
2005
6
600 38
601 1
602
7
700 0.87213
701 0.209311
99
603
7
700 0.87213
701 0.895387
99
99
2008
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 128
330 0
321 8256
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mb2history
301
2
19
1904 O17
1900 1.1
1901 0
1902 1.2
1903 0
1908 0
1909 30
1910 30
1911 1
1915 1
1913 8
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 1.1
701 1.2
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604 O21
2600 0.894392
2601 0.183176
2602 0.894392
2603 0.371961
2605
25
2500 38
2501 1
2503 1
2504 0
2502
2
7
700 0.1
701 0.9
99
7
700 0.8
701 0.9
99
7
700 0.8
701 0.581399
99
7
700 0.688784
701 0.396456
99
7
700 0.594392
701 0.486066
99
7
700 0.411216
701 0.377569
99
7
700 0.305608
701 0.52149
99
7
700 0.194392
701 0.399059
99
7
700 0.0887843
701 0.414942
99
99
99
2608 38
2609 84
2629 10000
2610 84
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0.0943922
2803 0
2804 1
2805 -0.00560783
2806 0
99
2613 0
2619 0
2620 0
2626 0
2627 0
2621 1
2622 0
2623 0
2624 4
2625 1
2628 0
99
20
2004 O18
2000 0.9
2001 0.2
2002 0.9
2003 0.9
2009 38
2010 0
2005
6
600 38
601 1
602
7
700 0.9
701 0.9
99
603
7
700 0.2
701 0.9
99
99
2008
28
2800 1
2801 0
2802 -1.73472e-17
2803 0
2804 1
2805 1.35308e-16
2806 0
99
99
20
2004 O22
2000 0.9
2001 0.9
2002 0.886076
2003 0.2
2009 38
2010 0
2005
6
600 38
601 1
602
7
700 0.87213
701 0.209311
99
603
7
700 0.87213
701 0.895387
99
99
2008
28
2800 1
2801 0
2802 0.02787
2803 0
2804 1
2805 -0.009311
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mb2fast
301
2
19
1904 O17
1900 1.1
1901 0
1902 1.2
1903 0
1908 0
1909 30
1910 30
1911 1
1915 1
1913 8
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 1.1
701 1.2
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604 O23
2600 0.9
2601 0.2
2602 0.9
2603 0.5
2605
25
2500 38
2501 1
2503 1
2504 0
2502
2
7
700 0.9
701 0.9
99
7
700 0.2
701 0.9
99
7
700 0.2
701 0.5
99
7
700 0.3
701 0.5
99
7
700 0.5
701 0.7
99
7
700 0.6
701 0.5
99
7
700 0.7
701 0.6
99
7
700 0.8
701 0.5
99
7
700 0.9
701 0.5
99
99
99
2608 38
2609 224
2629 10000
2610 224
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 1.9082e-16
2803 0
2804 1
2805 -2.35922e-16
2806 0
99
2613 0
2619 0
2620 0
2626 0
2627 0
2621 1
2622 0
2623 0
2624 4
2625 1
2628 0
99
20
2004 O18
2000 0.9
2001 0.2
2002 0.9
2003 0.9
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.9
701 0.9
99
603
7
700 0.2
701 0.9
99
99
2008
28
2800 1
2801 0
2802 1.73472e-17
2803 0
2804 1
2805 4e-07
2806 0
99
99
20
2004 O22
2000 0.2
2001 0.2
2002 0.886076
2003 0.2
2009 38
2010 0
2005
6
600 38
601 1
602
7
700 0.87213
701 0.209311
99
603
7
700 0.87213
701 0.895387
99
99
2008
28
2800 1
2801 0
2802 -0.67213
2803 0
2804 1
2805 -0.009311
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mb2openobject
301
2
19
1904 O17
1900 1.1
1901 0
1902 1.2
1903 0
1908 0
1909 30
1910 30
1911 1
1915 1
1913 8
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 1.1
701 1.2
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
19
1904 O64
1900 0.901926
1901 0.210294
1902 0.981371
1903 0.247679
1908 38
1909 3
1910 3
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1921 0
1922 4
1923 1
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 38
501 1
504 1
505 0
502
7
700 0.210294
701 0.247679
99
503
7
700 0.901926
701 0.981371
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004 O65
2000 0.9066
2001 0.224313
2002 0.387875
2003 0.387875
2009 38
2010 0
2005
6
600 38
601 1
602
7
700 0.9066
701 0.387875
99
603
7
700 0.224313
701 0.387875
99
99
2008
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 128
330 0
321 8256
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mb2openplc
301
2
19
1904 O17
1900 1.1
1901 0
1902 1.2
1903 0
1908 0
1909 30
1910 30
1911 1
1915 1
1913 8
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 1.1
701 1.2
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004 O43
2000 0.366353
2001 0.166353
2002 0.405608
2003 0.405608
2009 37
2010 0
2005
6
600 37
601 1
602
7
700 0.3
701 0.4
99
603
7
700 0.1
701 0.4
99
99
2008
28
2800 1
2801 0
2802 0.066353
2803 0
2804 1
2805 0.00560783
2806 0
99
99
20
2004 O44
2000 0.366353
2001 0.166353
2002 0.605608
2003 0.605608
2009 37
2010 0
2005
6
600 37
601 1
602
7
700 0.3
701 0.6
99
603
7
700 0.1
701 0.6
99
99
2008
28
2800 1
2801 0
2802 0.066353
2803 0
2804 1
2805 0.00560783
2806 0
99
99
20
2004 O45
2000 0.966353
2001 0.766353
2002 0.405608
2003 0.405608
2009 37
2010 0
2005
6
600 37
601 1
602
7
700 1
701 0.4
99
603
7
700 0.8
701 0.4
99
99
2008
28
2800 1
2801 0
2802 -0.033647
2803 0
2804 1
2805 0.00560783
2806 0
99
99
19
1904 O47
1900 0.766353
1901 0.366353
1902 0.905608
1903 0.305608
1908 38
1909 2
1910 2
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1921 0
1922 4
1923 1
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 38
501 1
504 1
505 0
502
7
700 0.4
701 0.3
99
503
7
700 0.8
701 0.9
99
99
1912
28
2800 1
2801 0
2802 -0.033647
2803 0
2804 1
2805 0.00560783
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mb2rtnavigator
301
2
19
1904 O17
1900 1.1
1901 0
1902 1.2
1903 0
1908 0
1909 30
1910 30
1911 1
1915 1
1913 8
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 1.1
701 1.2
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604 O34
2600 0.868509
2601 0.243509
2602 0.954207
2603 0.304207
2605
25
2500 39
2501 1
2503 1
2504 0
2502
2
7
700 0.25
701 0.325
99
7
700 0.275
701 0.3
99
7
700 0.55
701 0.45
99
7
700 0.85
701 0.3
99
7
700 0.875
701 0.325
99
7
700 0.675
701 0.625
99
7
700 0.875
701 0.925
99
7
700 0.85
701 0.95
99
7
700 0.55
701 0.8
99
7
700 0.275
701 0.95
99
7
700 0.25
701 0.925
99
7
700 0.425
701 0.625
99
7
700 0.25
701 0.325
99
99
99
2608 39
2609 74
2629 10000
2610 74
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 -0.00649055
2803 0
2804 1
2805 0.00420746
2806 0
99
2613 0
2619 0
2620 0
2626 0
2627 0
2621 1
2622 0
2623 0
2624 4
2625 1
2628 0
99
26
2604 O30
2600 1.025
2601 0.1
2602 1.1
2603 0.1
2605
25
2500 39
2501 1
2503 1
2504 0
2502
2
7
700 0.1
701 0.575
99
7
700 0.425
701 0.5
99
7
700 0.5
701 0.1
99
7
700 0.575
701 0.1
99
7
700 0.675
701 0.5
99
7
700 1.025
701 0.575
99
7
700 1.025
701 0.65
99
7
700 0.675
701 0.75
99
7
700 0.6
701 1.1
99
7
700 0.525
701 1.1
99
7
700 0.425
701 0.75
99
7
700 0.1
701 0.65
99
7
700 0.1
701 0.569472
99
99
99
2608 39
2609 74
2629 10000
2610 74
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 0
2626 0
2627 0
2621 1
2622 0
2623 0
2624 4
2625 1
2628 0
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwr_mb2crossreferences
301
2
19
1904 O17
1900 1.1
1901 0
1902 1.2
1903 0
1908 0
1909 30
1910 30
1911 1
1915 1
1913 8
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 1.1
701 1.2
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
24
2404 O70
2400 0.75
2401 0.15
2402 0.75
2403 0.15
2408 38
2409 3
2410 3
2423 10000
2411 1
2415 0
2413 5
2416 2
2414 0
2417 1
2421 1
2418 0
2419 4
2420 1
2422 0
2424 0
2407 0
2406
2405
8
802 38
803 1
800 0
801 360
806 1
804
7
700 0.2
701 0.2
99
805
7
700 0.8
701 0.8
99
99
2412
28
2800 1
2801 0
2802 -0.05
2803 0
2804 1
2805 -0.05
2806 0
99
99
26
2604 O72
2600 0.968692
2601 0.582712
2602 1.03598
2603 0.621961
2605
25
2500 38
2501 1
2503 1
2504 0
2502
2
7
700 0.55
701 0.7
99
7
700 0.821961
701 1.01729
99
7
700 0.93598
701 0.921961
99
7
700 0.667288
701 0.603268
99
7
700 0.55
701 0.7
99
99
99
2608 38
2609 38
2629 10000
2610 38
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0.0327124
2803 0
2804 1
2805 0.0186928
2806 0
99
2613 0
2619 0
2620 0
2626 0
2627 0
2621 1
2622 0
2623 0
2624 4
2625 1
2628 0
99
20
2004 O73
2000 0.850521
2001 0.584149
2002 1.03745
2003 0.729018
2009 39
2010 0
2005
6
600 39
601 1
602
7
700 0.850521
701 1.03745
99
603
7
700 0.584149
701 0.729018
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004 O74
2000 0.943985
2001 0.682286
2002 0.948658
2003 0.649574
2009 35
2010 0
2005
6
600 35
601 1
602
7
700 0.943985
701 0.948658
99
603
7
700 0.682286
701 0.649574
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
30
3004 O75
3000 0.63148
3001 0.23148
3002 0.696505
3003 0.146505
3008 0
3010 4
3011 2
3007 0
3006
3005
9
900 1
901 304
904 0
902 X
903
7
700 -3.1
701 0.35
99
99
3009
28
2800 1
2801 0
2802 3.33148
2803 0
2804 1
2805 0.246505
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 128
330 0
321 8256
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 O207
301
2
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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_mb2opengraph
1002 pwr_mb2opengraph
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 1.1
1007 0
1008 1.2
1009 0
1013 1.1
1014 0
1015 1.2
1016 0
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 35454972
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
2730 1
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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_mb2openobjectgraph
1002 pwr_mb2openobjectgraph
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 2.4
1007 1.3
1008 1.2
1009 0
1013 2.4
1014 1.3
1015 1.2
1016 0
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 1.3
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1
2801 0
2802 1.3
2803 0
2804 1
2805 0
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 1
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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_mb2trend
1002 pwr_mb2trend
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 3.7
1007 2.6
1008 1.2
1009 0
1013 3.7
1014 2.6
1015 1.2
1016 0
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 2.6
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1
2801 0
2802 2.6
2803 0
2804 1
2805 0
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 1
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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_mb2history
1002 pwr_mb2history
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 5
1007 3.9
1008 1.2
1009 0
1013 5
1014 3.9
1015 1.2
1016 0
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 3.9
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1
2801 0
2802 3.9
2803 0
2804 1
2805 0
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 1
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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_mb2fast
1002 pwr_mb2fast
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.3
1007 5.2
1008 1.2
1009 0
1013 6.3
1014 5.2
1015 1.2
1016 0
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 5.2
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1
2801 0
2802 5.2
2803 0
2804 1
2805 0
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 1
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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_mb2openobject
1002 pwr_mb2openobject
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
1007 6.9
1008 1.2
1009 0
1013 8
1014 6.9
1015 1.2
1016 0
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.9
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1
2801 0
2802 6.9
2803 0
2804 1
2805 0
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 1
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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_mb2openplc
1002 pwr_mb2openplc
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 9.3
1007 8.2
1008 1.2
1009 0
1013 9.3
1014 8.2
1015 1.2
1016 0
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 8.2
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1
2801 0
2802 8.2
2803 0
2804 1
2805 0
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 1
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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_mb2rtnavigator
1002 pwr_mb2rtnavigator
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 10.6
1007 9.5
1008 1.2
1009 0
1013 10.6
1014 9.5
1015 1.2
1016 0
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 9.5
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1
2801 0
2802 9.5
2803 0
2804 1
2805 0
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 1
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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_mb2crossreferences
1002 pwr_mb2crossreferences
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 11.9
1007 10.8
1008 1.2
1009 0
1013 11.9
1014 10.8
1015 1.2
1016 0
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 10.8
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1
2801 0
2802 10.8
2803 0
2804 1
2805 0
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 1
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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 13617
332 0
99
99
124
2
99
125
2
19
1904 O277
1900 41.0371
1901 3
1902 21.5
1903 19.5
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 3
701 26.5
99
503
7
700 35
701 31.5
99
99
1912
28
2800 1.18866
2801 0
2802 -0.56598
2803 0
2804 0.4
2805 8.9
2806 0
99
99
19
1904 O206
1900 40.9998
1901 2.86597
1902 3.32778
1903 2.20625
1908 0
1909 310
1910 310
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 2
1922 2
1923 0
1924 1
1925 314
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 2.81876
701 2.17984
99
503
7
700 23.0386
701 3.04426
99
99
1912
28
2800 1.88596
2801 0
2802 -2.4501
2803 0
2804 1.29743
2805 -0.621935
2806 0
99
99
27
2703 10000
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 10000
2732 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_menubar2
1002 O18
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 41.0393
1007 2.85086
1008 2.2
1009 0.831579
1013 41.0393
1014 2.85086
1015 2.2
1016 0.831579
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 3.74746
701 2.04722
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.38867
2801 0
2802 2.85086
2803 0
2804 1.36842
2805 0.831579
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
27
2703 10000
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 10000
2732 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_pulldownmenu2
1002 O19
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.62337
1007 3.3462
1008 2.2
1009 0.831579
1013 6.62337
1014 3.3462
1015 2.2
1016 0.831579
1003
0
5
0
0
0
0
0
0
0
0
1004
"File"
1001
7
700 5
701 1.5
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.09239
2801 0
2802 3.3462
2803 0
2804 1.36842
2805 0.831579
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 1
106 0
102 65535
103 0
68
6800 3
6801 Print
6833
1
100 1
105 0
101 65
106 0
102 65535
103 0
55
5500 print graph/class/inst=$object
99
99
6802 Close
6834
1
100 1
105 0
101 262145
106 0
102 65535
103 0
67
99
99
99
99
99
27
2703 10000
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 10000
2732 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_pulldownmenu2
1002 O20
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 14.9631
1007 11.6859
1008 2.2
1009 0.831579
1013 14.9631
1014 11.6859
1015 2.2
1016 0.831579
1003
0
5
0
0
0
0
0
0
0
0
1004
"Help"
1001
7
700 18
701 1.5
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.09239
2801 0
2802 11.6859
2803 0
2804 1.36842
2805 0.831579
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 1
105 0
101 8388608
106 0
102 65535
103 0
72
7200 $object
7201 1
99
99
99
27
2703 10000
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 10000
2732 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_pulldownmenu2
1002 O131
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 10.3005
1007 7.02332
1008 2.2
1009 0.831579
1013 10.3005
1014 7.02332
1015 2.2
1016 0.831579
1003
0
8
0
0
0
0
0
0
0
0
1004
"Methods"
1001
7
700 5
701 1.5
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.09239
2801 0
2802 7.02332
2803 0
2804 1.36842
2805 0.831579
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 1
105 0
101 8388608
106 0
102 65535
103 0
72
7200 $object
7201 0
99
99
99
47
4700
27
2703 562
2704 558
2731 10000
2722 10000
2705 558
2723 10000
2706 562
2732 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 O207
1002 O207
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.0603
1007 3.6
1008 4.17464
1009 2.45
1013 21.0603
1014 3.6
1015 4.17464
1016 2.45
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 0.3
701 3.05
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.46726
2801 0
2802 3.6
2803 0
2804 1.4372
2805 2.45
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 1
105 0
101 4194304
106 0
102 35454975
103 0
71
7100 $object
7101 0
99
99
99
99
19
1904 O275
1900 3
1901 0.5
1902 21.5307
1903 0
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0.5
701 0
99
503
7
700 3
701 31.5
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 0.683515
2805 0
2806 0
99
99
19
1904 O276
1900 43.5
1901 41
1902 21.5307
1903 0
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 35
701 0
99
503
7
700 37.5
701 31.5
99
99
1912
28
2800 1
2801 0
2802 6
2803 0
2804 0.683515
2805 0
2806 0
99
99
27
2703 310
2704 310
2731 10000
2722 326
2705 310
2723 326
2706 310
2732 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_valuelong
1002 O346
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.9556
1007 11
1008 5.55974
1009 4.63006
1013 40.9556
1014 11
1015 5.55974
1016 4.63006
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 3.6
701 3.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.12615
2801 0
2802 11
2803 0
2804 1.32812
2805 4.63006
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 1024
105 0
101 0
106 0
102 65532
103 0
12
1200 $object.Description##String80
1201 %s
1202 1
1203 1
1204 0
99
99
99
30
3004 O347
3000 8.15
3001 3.75
3002 5.4699
3003 4.6199
3008 326
3010 4
3011 2
3007 0
3006
3005
9
900 4
901 303
904 326
902 Description
903
7
700 2.85
701 8.55
99
99
3009
28
2800 1
2801 0
2802 0.9
2803 0
2804 1
2805 -3.2301
2806 0
99
99
19
1904 O439
1900 41.0076
1901 3
1902 8.5
1903 8
1908 30
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 30
501 1
504 1
505 1
502
7
700 3
701 10.5
99
503
7
700 42
701 11
99
99
1912
28
2800 0.974553
2801 0
2802 0.0763395
2803 0
2804 1
2805 -2.5
2806 0
99
99
35
3500
27
2703 454
2704 450
2731 10000
2722 458
2705 450
2723 458
2706 454
2732 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 Grp682_
1002 Grp682_
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 4.70388
1007 3.85
1008 10.85
1009 10.1
1013 4.70388
1014 3.85
1015 10.85
1016 10.1
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 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 2.85
2803 0
2804 1
2805 2.75
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 66
106 0
102 65535
103 0
50
5000 &$object.VideoMgmObjects[0]
99
55
5500 open graph/classgraph/instance=&$object.VideoMgmObjects[0]
99
99
99
3501
36
3600
3
300 Grp682_
301
2
19
1904 O169
1900 1.85388
1901 0.999998
1902 8.1
1903 7.35
1908 0
1909 32
1910 32
1911 1
1915 1
1913 12
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 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 0.24053
2801 0
2802 0.771494
2803 0
2804 1
2805 -3.25
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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 984
332 0
99
99
99
35
3500
27
2703 454
2704 450
2731 10000
2722 458
2705 450
2723 458
2706 454
2732 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 Grp683_
1002 Grp683_
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 4.70388
1007 3.85
1008 11.75
1009 11
1013 4.70388
1014 3.85
1015 11.75
1016 11
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 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 2.85
2803 0
2804 1
2805 3.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 66
106 0
102 65535
103 0
50
5000 &$object.VideoMgmObjects[1]
99
55
5500 open graph/classgraph/instance=&$object.VideoMgmObjects[1]
99
99
99
3501
36
3600
3
300 Grp683_
301
2
19
1904 O170
1900 1.85388
1901 0.999998
1902 8.1
1903 7.35
1908 0
1909 32
1910 32
1911 1
1915 1
1913 12
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 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 0.24053
2801 0
2802 0.771494
2803 0
2804 1
2805 -3.25
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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 984
332 0
99
99
99
42
4203 0.8
4206 622
4207 626
4204 0
4205 0
4208 1
4209 10
4210 2
4211 1
4212 1
4213 2
4214 303
4217 618
4218 2
4219 304
4220 618
4221 1
4215 1
4216 0.9
4222 0
4264 9999
4223 0
4240 6
4241 VideoMgm
4265 2
4242 29
4243 Status
4266 2
4244 4
4245
4267 2
4246 4
4247
4268 2
4248 4
4249
4269 2
4250 4
4251
4270 2
4252 4
4253
4271 2
4254 4
4255
4272 2
4256 4
4257
4273 2
4258 4
4259
4274 2
4260 4
4261
4275 2
4262 4
4263
4276 2
4200
19
1904 O684
1900 40.2658
1901 5.2999
1902 19.0149
1903 9.02171
1908 614
1909 610
1910 610
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 614
501 1
504 1
505 1
502
7
700 11.05
701 7.35
99
503
7
700 19.05
701 13.35
99
99
1912
28
2800 4.37074
2801 0
2802 -42.9968
2803 0
2804 1.66554
2805 -3.21999
2806 0
99
99
4202
1
100 16777216
105 0
101 0
106 0
102 65532
103 1
30
3000 $object.VideoMgmObjects##Objid#10
3001 %o
3002
3003 $header.Status##Status
3004 %m
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
99
99
99
35
3500
27
2703 454
2704 450
2731 10000
2722 458
2705 450
2723 458
2706 454
2732 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 Grp685_
1002 Grp685_
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 4.70388
1007 3.85
1008 12.65
1009 11.9
1013 4.70388
1014 3.85
1015 12.65
1016 11.9
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 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 2.85
2803 0
2804 1
2805 4.55
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 66
106 0
102 65535
103 0
50
5000 &$object.VideoMgmObjects[2]
99
55
5500 open graph/classgraph/instance=&$object.VideoMgmObjects[2]
99
99
99
3501
36
3600
3
300 Grp685_
301
2
19
1904 O172
1900 1.85388
1901 0.999998
1902 8.1
1903 7.35
1908 0
1909 32
1910 32
1911 1
1915 1
1913 12
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 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 0.24053
2801 0
2802 0.771494
2803 0
2804 1
2805 -3.25
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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 984
332 0
99
99
99
35
3500
27
2703 454
2704 450
2731 10000
2722 458
2705 450
2723 458
2706 454
2732 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 Grp686_
1002 Grp686_
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 4.70388
1007 3.85
1008 13.55
1009 12.8
1013 4.70388
1014 3.85
1015 13.55
1016 12.8
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 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 2.85
2803 0
2804 1
2805 5.45
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 66
106 0
102 65535
103 0
50
5000 &$object.VideoMgmObjects[3]
99
55
5500 open graph/classgraph/instance=&$object.VideoMgmObjects[3]
99
99
99
3501
36
3600
3
300 Grp686_
301
2
19
1904 O173
1900 1.85388
1901 0.999998
1902 8.1
1903 7.35
1908 0
1909 32
1910 32
1911 1
1915 1
1913 12
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 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 0.24053
2801 0
2802 0.771494
2803 0
2804 1
2805 -3.25
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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 984
332 0
99
99
99
35
3500
27
2703 454
2704 450
2731 10000
2722 458
2705 450
2723 458
2706 454
2732 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 Grp687_
1002 Grp687_
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 4.70388
1007 3.85
1008 14.45
1009 13.7
1013 4.70388
1014 3.85
1015 14.45
1016 13.7
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 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 2.85
2803 0
2804 1
2805 6.35
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 66
106 0
102 65535
103 0
50
5000 &$object.VideoMgmObjects[4]
99
55
5500 open graph/classgraph/instance=&$object.VideoMgmObjects[4]
99
99
99
3501
36
3600
3
300 Grp687_
301
2
19
1904 O174
1900 1.85388
1901 0.999998
1902 8.1
1903 7.35
1908 0
1909 32
1910 32
1911 1
1915 1
1913 12
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 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 0.24053
2801 0
2802 0.771494
2803 0
2804 1
2805 -3.25
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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 984
332 0
99
99
99
35
3500
27
2703 454
2704 450
2731 10000
2722 458
2705 450
2723 458
2706 454
2732 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 Grp688_
1002 Grp688_
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 4.70388
1007 3.85
1008 15.35
1009 14.6
1013 4.70388
1014 3.85
1015 15.35
1016 14.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 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 2.85
2803 0
2804 1
2805 7.25
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 66
106 0
102 65535
103 0
50
5000 &$object.VideoMgmObjects[5]
99
55
5500 open graph/classgraph/instance=&$object.VideoMgmObjects[5]
99
99
99
3501
36
3600
3
300 Grp688_
301
2
19
1904 O175
1900 1.85388
1901 0.999998
1902 8.1
1903 7.35
1908 0
1909 32
1910 32
1911 1
1915 1
1913 12
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 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 0.24053
2801 0
2802 0.771494
2803 0
2804 1
2805 -3.25
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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 984
332 0
99
99
99
35
3500
27
2703 454
2704 450
2731 10000
2722 458
2705 450
2723 458
2706 454
2732 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 Grp689_
1002 Grp689_
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 4.70388
1007 3.85
1008 16.25
1009 15.5
1013 4.70388
1014 3.85
1015 16.25
1016 15.5
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 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 2.85
2803 0
2804 1
2805 8.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 66
106 0
102 65535
103 0
50
5000 &$object.VideoMgmObjects[6]
99
55
5500 open graph/classgraph/instance=&$object.VideoMgmObjects[6]
99
99
99
3501
36
3600
3
300 Grp689_
301
2
19
1904 O176
1900 1.85388
1901 0.999998
1902 8.1
1903 7.35
1908 0
1909 32
1910 32
1911 1
1915 1
1913 12
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 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 0.24053
2801 0
2802 0.771494
2803 0
2804 1
2805 -3.25
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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 984
332 0
99
99
99
35
3500
27
2703 454
2704 450
2731 10000
2722 458
2705 450
2723 458
2706 454
2732 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 Grp690_
1002 Grp690_
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 4.70388
1007 3.85
1008 17.15
1009 16.4
1013 4.70388
1014 3.85
1015 17.15
1016 16.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 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 2.85
2803 0
2804 1
2805 9.05
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 66
106 0
102 65535
103 0
50
5000 &$object.VideoMgmObjects[7]
99
55
5500 open graph/classgraph/instance=&$object.VideoMgmObjects[7]
99
99
99
3501
36
3600
3
300 Grp690_
301
2
19
1904 O177
1900 1.85388
1901 0.999998
1902 8.1
1903 7.35
1908 0
1909 32
1910 32
1911 1
1915 1
1913 12
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 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 0.24053
2801 0
2802 0.771494
2803 0
2804 1
2805 -3.25
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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 984
332 0
99
99
99
35
3500
27
2703 454
2704 450
2731 10000
2722 458
2705 450
2723 458
2706 454
2732 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 Grp691_
1002 Grp691_
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 4.70388
1007 3.85
1008 18.05
1009 17.3
1013 4.70388
1014 3.85
1015 18.05
1016 17.3
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 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 2.85
2803 0
2804 1
2805 9.95
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 66
106 0
102 65535
103 0
50
5000 &$object.VideoMgmObjects[8]
99
55
5500 open graph/classgraph/instance=&$object.VideoMgmObjects[8]
99
99
99
3501
36
3600
3
300 Grp691_
301
2
19
1904 O178
1900 1.85388
1901 0.999998
1902 8.1
1903 7.35
1908 0
1909 32
1910 32
1911 1
1915 1
1913 12
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 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 0.24053
2801 0
2802 0.771494
2803 0
2804 1
2805 -3.25
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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 984
332 0
99
99
99
35
3500
27
2703 454
2704 450
2731 10000
2722 458
2705 450
2723 458
2706 454
2732 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 Grp692_
1002 Grp692_
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 4.70388
1007 3.85
1008 18.95
1009 18.2
1013 4.70388
1014 3.85
1015 18.95
1016 18.2
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 65532
1028 0
1029
99
2707
28
2800 1
2801 0
2802 2.85
2803 0
2804 1
2805 10.85
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 66
106 0
102 65535
103 0
50
5000 &$object.VideoMgmObjects[9]
99
55
5500 open graph/classgraph/instance=&$object.VideoMgmObjects[9]
99
99
99
3501
36
3600
3
300 Grp692_
301
2
19
1904 O179
1900 1.85388
1901 0.999998
1902 8.1
1903 7.35
1908 0
1909 32
1910 32
1911 1
1915 1
1913 12
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 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 0.24053
2801 0
2802 0.771494
2803 0
2804 1
2805 -3.25
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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 984
332 0
99
99
99
27
2703 310
2704 310
2731 10000
2722 326
2705 310
2723 326
2706 310
2732 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_valuelong
1002 O715
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.4914
1007 12.6
1008 6.58158
1009 5.6519
1013 40.4914
1014 12.6
1015 6.58158
1016 5.6519
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 3.6
701 3.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.04855
2801 0
2802 12.6
2803 0
2804 1.32812
2805 5.6519
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 1024
105 0
101 0
106 0
102 65532
103 0
12
1200 $node.ProcStatus[25]##status
1201 %1m
1202 1
1203 1
1204 0
99
99
99
27
2703 310
2704 310
2731 10000
2722 326
2705 310
2723 326
2706 310
2732 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_valuelong
1002 O716
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.4914
1007 12.6
1008 7.80978
1009 6.8801
1013 40.4914
1014 12.6
1015 7.80978
1016 6.8801
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 3.6
701 3.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.04855
2801 0
2802 12.6
2803 0
2804 1.32812
2805 6.8801
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 1024
105 0
101 0
106 0
102 65532
103 0
12
1200 $node.ProcMessage[25]##string80
1201 %s
1202 1
1203 1
1204 0
99
99
99
27
2703 370
2704 410
2731 10000
2722 10000
2705 410
2723 10000
2706 370
2732 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 O717
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 11.9022
1007 10.9839
1008 6.57368
1009 5.57547
1013 11.9022
1014 10.9839
1015 6.57368
1016 5.57547
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 7.38008
701 16.5722
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.53051
2801 0
2802 10.7543
2803 0
2804 1.53571
2805 5.4219
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 33554432
105 0
101 0
106 0
102 65532
103 0
31
3100 $node.ProcStatus[25]##status
3101 374
3102 1
99
99
99
30
3004 O718
3000 6.25
3001 3.75
3002 6.55526
3003 5.70526
3008 326
3010 4
3011 2
3007 0
3006
3005
9
900 4
901 303
904 326
902 Status
903
7
700 2.85
701 8.55
99
99
3009
28
2800 1
2801 0
2802 0.9
2803 0
2804 1
2805 -2.14474
2806 0
99
99
30
3004 O719
3000 8.6
3001 3.75
3002 7.66705
3003 6.81705
3008 326
3010 4
3011 2
3007 0
3006
3005
9
900 4
901 303
904 326
902 LogMessage
903
7
700 2.85
701 8.55
99
99
3009
28
2800 1
2801 0
2802 0.9
2803 0
2804 1
2805 -1.03295
2806 0
99
99
27
2703 370
2704 410
2731 10000
2722 10000
2705 410
2723 10000
2706 370
2732 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 O720
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 11.9022
1007 10.9839
1008 7.79398
1009 6.79577
1013 11.9022
1014 10.9839
1015 7.79398
1016 6.79577
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 7.38008
701 16.5722
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.53051
2801 0
2802 10.7543
2803 0
2804 1.53571
2805 6.6422
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 33554432
105 0
101 0
106 0
102 65532
103 0
31
3100 $node.ProcMsgSeverity[25]##status
3101 374
3102 1
99
99
99
99
99
0! DefaultWidth 1060
0! DefaultHeight 584
199
!/**
! TempSwitch
! Group Components/BaseComponent
!
! <image> bcomp_tempswitch_gs.gif
!
! <h1>Description
! Temperature switch. Graphic symbol for basecomponent BaseTempSwitch.
! Should be connected to an instance of BaseTempSwitch, or a
! subclass to this class.
!
! <h1>Default dynamics
! HostObject <link>GeDynHostObject, ,$pwr_lang/man_geref.dat
!
! Dynamics for the symbol
! - flashing red at alarm status.
! - popupmenu with the methods of the connected object.
!
! DigFlash <t>$hostobject.AlarmStatus <link>GeDynDigFlash, ,$pwr_lang/man_geref.dat
! PopupMenu <t>$hostobject <link>GeDynPopupMenu, ,$pwr_lang/man_geref.dat
!
! Default Cycle Slow
!
!*/
1
100 20
135 20
101 20
102 127
103 -65
104 3.29676
136 3.29676
105 100
106 0
107 -10
108 56
109 0
110 31.0261
111 0
116 20
117 0
118 141
119 99
120 0
121 Claes context
122 0
126 0.5
127 0.5
128 0
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4510
138 3
139 3
140 2
141 $default
134
22
2200 0
2201 780
2202 pwr_c_xttvideomgm
2203 310
2205 0
2204
2206 0
2207
2208
2209 1.5
2210 0.3
2211 54.5
2212 29.5
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 0
2246 0
2236 0
2247 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 0
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 1
2233 1
2234 1
2235 1
2243 0
2248 0
2245 0
2249
48
4802 0
4803 1
4800 360
4801
0.992157 0.992157 0.992157
0.872157 0.872157 0.872157
1 1 1
1 1 1
0.854841 0.854841 0.854841
0.734841 0.734841 0.734841
1 1 1
0.974841 0.974841 0.974841
0.941176 0.941176 0.941176
0.821176 0.821176 0.821176
1 1 1
1 1 1
0.623529 0.623529 0.623529
0.503529 0.503529 0.503529
0.803529 0.803529 0.803529
0.743529 0.743529 0.743529
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.988235 0.0666667 0.0666667
0.868235 0 0
1 0.246667 0.246667
1 0.186667 0.186667
1 0.670588 0.670588
0.88 0.550588 0.550588
1 0.850588 0.850588
1 0.790588 0.790588
1 0.760784 0.760784
0.88 0.640784 0.640784
1 0.940784 0.940784
1 0.880784 0.880784
1 0.898039 0.898039
0.88 0.778039 0.778039
1 1 1
1 1 1
1 0.898039 0.898039
0.88 0.778039 0.778039
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
0.823529 0.823529 0.823529
0.703529 0.703529 0.703529
1 1 1
0.943529 0.943529 0.943529
0.886275 0.886275 0.886275
0.766275 0.766275 0.766275
1 1 1
1 1 1
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.196078 0.933333 0
0.0760784 0.813333 0
0.376078 1 0.18
0.316078 1 0.12
0.698039 1 0.564706
0.578039 0.88 0.444706
0.878039 1 0.744706
0.818039 1 0.684706
0.807843 1 0.760784
0.687843 0.88 0.640784
0.987843 1 0.940784
0.927843 1 0.880784
0.870588 1 0.835294
0.750588 0.88 0.715294
1 1 1
0.990588 1 0.955294
0.870588 1 0.835294
0.750588 0.88 0.715294
1 1 1
0.990588 1 0.955294
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.972549 0.937255 0.65098
0.852549 0.817255 0.53098
1 1 0.83098
1 1 0.77098
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.662745 0.662745 0.662745
0.542745 0.542745 0.542745
0.842745 0.842745 0.842745
0.782745 0.782745 0.782745
0.509804 0.509804 0.509804
0.389804 0.389804 0.389804
0.689804 0.689804 0.689804
0.629804 0.629804 0.629804
1 0.976471 0.0901961
0.88 0.856471 0
1 1 0.270196
1 1 0.210196
1 1 0.729412
0.88 0.88 0.609412
1 1 0.909412
1 1 0.849412
0.972549 0.937255 0.65098
0.852549 0.817255 0.53098
1 1 0.83098
1 1 0.77098
1 1 0.8
0.88 0.88 0.68
1 1 0.98
1 1 0.92
1 1 0.8
0.88 0.88 0.68
1 1 0.98
1 1 0.92
0.72549 0.866667 1
0.60549 0.746667 0.88
0.90549 1 1
0.84549 0.986667 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.690196 0.690196 0.690196
0.570196 0.570196 0.570196
0.870196 0.870196 0.870196
0.810196 0.810196 0.810196
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.72549 0.866667 1
0.60549 0.746667 0.88
0.90549 1 1
0.84549 0.986667 1
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.886275 0.886275 0.886275
0.766275 0.766275 0.766275
1 1 1
1 1 1
0.407843 0.407843 0.407843
0.287843 0.287843 0.287843
0.587843 0.587843 0.587843
0.527843 0.527843 0.527843
0.418189 0.799023 1
0.298189 0.679023 0.88
0.598189 0.979023 1
0.538189 0.919023 1
0.668742 0.879622 0.990494
0.548742 0.759622 0.870494
0.848742 1 1
0.788742 0.999622 1
0.670588 0.882353 0.992157
0.550588 0.762353 0.872157
0.850588 1 1
0.790588 1 1
0.87451 0.956863 1
0.75451 0.836863 0.88
1 1 1
0.99451 1 1
0.874998 0.956909 1
0.754998 0.836909 0.88
1 1 1
0.994998 1 1
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
0.431373 0.431373 0.431373
0.311373 0.311373 0.311373
0.611373 0.611373 0.611373
0.551373 0.551373 0.551373
0.752941 1 1
0.632941 0.88 0.88
0.932941 1 1
0.872941 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 0.576471 0
0.88 0.456471 0
1 0.756471 0.18
1 0.696471 0.12
1 0.713191 0.32282
0.88 0.593191 0.20282
1 0.893191 0.50282
1 0.833191 0.44282
0.982864 0.813947 0.582559
0.862864 0.693947 0.462559
1 0.993947 0.762559
1 0.933947 0.702559
1 0.92549 0.815686
0.88 0.80549 0.695686
1 1 0.995686
1 1 0.935686
1 0.922194 0.815442
0.88 0.802194 0.695442
1 1 0.995442
1 1 0.935442
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.552941 0.552941 0.552941
0.432941 0.432941 0.432941
0.732941 0.732941 0.732941
0.672941 0.672941 0.672941
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0.482353 0.482353 0.482353
0.362353 0.362353 0.362353
0.662353 0.662353 0.662353
0.602353 0.602353 0.602353
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.853742 0.302632 0.982101
0.733742 0.182632 0.862101
1 0.482632 1
0.973742 0.422632 1
0.899916 0.583337 0.985214
0.779916 0.463337 0.865214
1 0.763337 1
1 0.703337 1
0.924636 0.740002 1
0.804636 0.620002 0.88
1 0.920002 1
1 0.860002 1
0.968627 0.854902 1
0.848627 0.734902 0.88
1 1 1
1 0.974902 1
0.966888 0.854505 1
0.846888 0.734505 0.88
1 1 1
1 0.974505 1
99
2244
99
123
2
3
300 pwrct_buttonset
301
2
19
1904 O0
1900 4
1901 0
1902 1.5
1903 0
1908 454
1909 450
1910 450
1911 1
1915 1
1913 14
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 454
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 4
701 1.5
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 303
1306 458
1302 4
1305 1
1303
7
700 1.9
701 1.15
99
1304 0
1307 4
1308 0
99
2908
28
2800 1
2801 0
2802 0.023571
2803 0
2804 1
2805 -0.155716
2806 0
99
2901 0
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 4
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 35454972
103 0
99
99
3
300 pwr_pulldownmenu2
301
2
19
1904 O7
1900 3
1901 0
1902 1
1903 0
1908 0
1909 31
1910 31
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 3
701 1
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604 O8
2600 3
2601 0
2602 1
2603 0.9
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0
701 0.9
99
7
700 0
701 1
99
7
700 3
701 1
99
7
700 3
701 0.9
99
7
700 0
701 0.9
99
99
99
2608 0
2609 31
2629 10000
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
2626 0
2627 0
2621 0
2622 0
2623 0
2624 4
2625 1
2628 0
99
20
2004 O4
2000 3
2001 0
2002 1
2003 1
2009 0
2010 0
2005
6
600 0
601 1
602
7
700 3
701 1
99
603
7
700 0
701 1
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 2.32453e-16
2806 0
99
99
29
2907
13
1300 1
1301 303
1306 0
1302 2
1305 1
1303
7
700 -0.954174
701 0.0636116
99
1304 0
1307 4
1308 0
99
2908
28
2800 1
2801 0
2802 1.25417
2803 0
2804 1
2805 0.736388
2806 0
99
2901 2
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 524288
331 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 1
332 0
329
1
100 1
105 0
101 1
106 0
102 33619964
103 0
99
99
3
300 pwr_menubar2
301
2
19
1904 O0
1900 27.5
1901 0
1902 1
1903 0
1908 0
1909 31
1910 31
1911 0
1915 0
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1921 0
1922 2
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 27.5
701 1
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604 O3
2600 27.5
2601 0
2602 1
2603 0.9
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0
701 1
99
7
700 0
701 0.9
99
7
700 27.5
701 0.9
99
7
700 27.5
701 1
99
7
700 0
701 1
99
99
99
2608 0
2609 31
2629 10000
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
2626 0
2627 0
2621 0
2622 0
2623 0
2624 4
2625 1
2628 0
99
20
2004 O2
2000 27.5
2001 0
2002 1
2003 1
2009 0
2010 0
2005
6
600 0
601 1
602
7
700 27.5
701 1
99
603
7
700 0
701 1
99
99
2008
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 0
330 0
321 0
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
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
1924 0
1925 10000
1926 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
1308 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
330 0
321 0
331 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
332 0
99
3
300 pwr_optionmenu
301
2
19
1904 O0
1900 5
1901 0
1902 1
1903 0
1908 0
1909 41
1910 41
1911 1
1915 0
1913 14
1916 2
1914 1
1918 0
1919 0
1920 0
1917 0
1921 0
1922 2
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 5
701 1
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
20
2004 O1
2000 4.2
2001 4.2
2002 1
2003 0
2009 0
2010 0
2005
6
600 0
601 1
602
7
700 4
701 1
99
603
7
700 4
701 0
99
99
2008
28
2800 1
2801 0
2802 0.2
2803 0
2804 1
2805 0
2806 0
99
99
26
2604 O2
2600 4.75
2601 4.4
2602 0.6
2603 0.4
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 4.35
701 0.3
99
7
700 4.7
701 0.3
99
7
700 4.55
701 0.5
99
7
700 4.35
701 0.3
99
99
99
2608 0
2609 41
2629 10000
2610 41
2611 1
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0.0500001
2803 0
2804 1
2805 0.1
2806 0
99
2613 1
2619 0
2620 0
2626 0
2627 0
2621 0
2622 0
2623 0
2624 4
2625 1
2628 0
99
29
2907
13
1300 1
1301 304
1306 0
1302 2
1305 1
1303
7
700 0.335065
701 0.327272
99
1304 0
1307 0
1308 0
99
2908
28
2800 1
2801 0
2802 -0.0467532
2803 0
2804 1
2805 0.431818
2806 0
99
2901 2
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 1048576
331 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 2
317 0
318 0
319 0
320 0
328 0
332 0
329
1
100 129
105 0
101 8257
106 0
102 65532
103 0
9
900 $hostobject.Note##String80
901 0
902 1
903 1
99
62
6200 &$hostobject.Note##String80
99
55
5500 call method/method="Note"/object=$hostobject
99
99
99
3
300 pwrct_buttonsmallcommand
301
2
19
1904 O3
1900 3
1901 0
1902 1
1903 0
1908 454
1909 450
1910 450
1911 1
1915 1
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 454
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 3
701 1
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 303
1306 458
1302 2
1305 1
1303
7
700 1.9
701 1.15
99
1304 0
1307 4
1308 0
99
2908
28
2800 1
2801 0
2802 -0.4
2803 0
2804 1
2805 -0.451905
2806 0
99
2901 0
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 64
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 35454972
103 0
99
99
3
300 pwrct_indsquaregreenbg
301
2
26
2604 O14
2600 0.875
2601 -0.125
2602 0.875
2603 -0.125
2605
25
2500 2
2501 1
2503 1
2504 0
2502
2
7
700 -0.125
701 -0.125
99
7
700 0.875
701 -0.125
99
7
700 0.75
701 0
99
7
700 0
701 0
99
7
700 0
701 0.75
99
7
700 -0.125
701 0.875
99
7
700 -0.125
701 -0.125
99
99
99
2608 2
2609 310
2629 10000
2610 310
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 0
2626 0
2627 1
2621 0
2622 0
2623 0
2624 4
2625 1
2628 0
99
26
2604 O15
2600 0.875
2601 -0.125
2602 0.875
2603 -0.125
2605
25
2500 2
2501 1
2503 1
2504 0
2502
2
7
700 0.875
701 0.875
99
7
700 -0.125
701 0.875
99
7
700 0
701 0.75
99
7
700 0.75
701 0.75
99
7
700 0.75
701 0
99
7
700 0.875
701 -0.125
99
7
700 0.875
701 0.875
99
99
99
2608 2
2609 310
2629 10000
2610 310
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 0
2626 1
2627 0
2621 0
2622 0
2623 0
2624 4
2625 1
2628 0
99
19
1904 O2
1900 0.75
1901 0
1902 0.75
1903 0
1908 370
1909 410
1910 410
1911 1
1915 0
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 370
501 1
504 1
505 1
502
7
700 0
701 0
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
330 0
321 0
331 0
309 374
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
332 0
329
1
100 1
105 0
101 1
106 0
102 33619964
103 0
99
99
99
124
2
99
125
2
19
1904 O736
1900 54
1901 2
1902 31
1903 29
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 48
99
503
7
700 49.5
701 50
99
99
1912
28
2800 1.05051
2801 0
2802 2
2803 0
2804 1
2805 -19
2806 0
99
99
42
4203 0.8
4206 622
4207 626
4204 1
4205 0
4208 1
4209 20
4210 1
4211 0
4212 0
4213 2
4214 303
4217 618
4218 2
4219 304
4220 618
4221 1
4215 1
4216 0.9
4222 1
4264 9999
4223 0
4240 13
4241
4265 2
4242 10
4243
4266 2
4244 14
4245
4267 2
4246 0
4247
4268 2
4248 0
4249
4269 2
4250 0
4251
4270 2
4252 0
4253
4271 2
4254 0
4255
4272 2
4256 0
4257
4273 2
4258 0
4259
4274 2
4260 0
4261
4275 2
4262 0
4263
4276 2
4200
19
1904 O0
1900 12.929
1901 2.85002
1902 15.055
1903 5.30023
1908 614
1909 610
1910 610
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 614
501 1
504 1
505 1
502
7
700 11.05
701 7.35
99
503
7
700 19.05
701 13.35
99
99
1912
28
2800 1.25987
2801 0
2802 -11.0715
2803 0
2804 1.62579
2805 -6.64932
2806 0
99
99
4202
1
100 16777216
105 0
101 0
106 0
102 65532
103 1
30
3000 $object.PanelArray##String80#20
3001 %s
3002 $object.PanelArraySelect##Boolean#20
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
99
99
99
42
4203 0.8
4206 622
4207 626
4204 1
4205 0
4208 1
4209 40
4210 1
4211 0
4212 0
4213 2
4214 303
4217 618
4218 2
4219 304
4220 618
4221 1
4215 1
4216 0.9
4222 1
4264 9999
4223 0
4240 13
4241
4265 2
4242 10
4243
4266 2
4244 14
4245
4267 2
4246 0
4247
4268 2
4248 0
4249
4269 2
4250 0
4251
4270 2
4252 0
4253
4271 2
4254 0
4255
4272 2
4256 0
4257
4273 2
4258 0
4259
4274 2
4260 0
4261
4275 2
4262 0
4263
4276 2
4200
19
1904 O684
1900 12.929
1901 2.85002
1902 28.5441
1903 16.8003
1908 614
1909 610
1910 610
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 614
501 1
504 1
505 1
502
7
700 11.05
701 7.35
99
503
7
700 19.05
701 13.35
99
99
1912
28
2800 1.25987
2801 0
2802 -11.0715
2803 0
2804 1.9573
2805 2.41412
2806 0
99
99
4202
1
100 16777216
105 0
101 0
106 0
102 65532
103 1
30
3000 $object.CameraArray##String80#40
3001 %s
3002 $object.CameraArraySelect##Boolean#40
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O685
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[0]
1501 $object.CellY##Float32#20[0]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[0]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O686
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[0]
1501 $object.CellY##Float32#20[0]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[0]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O687
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[1]
1501 $object.CellY##Float32#20[1]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[1]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O688
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[1]
1501 $object.CellY##Float32#20[1]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[1]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O689
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[2]
1501 $object.CellY##Float32#20[2]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[2]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O690
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[2]
1501 $object.CellY##Float32#20[2]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[2]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O691
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[3]
1501 $object.CellY##Float32#20[3]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[3]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O692
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[3]
1501 $object.CellY##Float32#20[3]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[3]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O694
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[4]
1501 $object.CellY##Float32#20[4]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[4]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O695
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[4]
1501 $object.CellY##Float32#20[4]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[4]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O696
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[5]
1501 $object.CellY##Float32#20[5]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[5]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O697
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[5]
1501 $object.CellY##Float32#20[5]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[5]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O698
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[6]
1501 $object.CellY##Float32#20[6]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[6]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O699
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[6]
1501 $object.CellY##Float32#20[6]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[6]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O700
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[7]
1501 $object.CellY##Float32#20[7]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[7]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O701
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[7]
1501 $object.CellY##Float32#20[7]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[7]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O702
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[8]
1501 $object.CellY##Float32#20[8]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[8]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O703
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[8]
1501 $object.CellY##Float32#20[8]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[8]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O704
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[9]
1501 $object.CellY##Float32#20[9]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[9]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O705
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[9]
1501 $object.CellY##Float32#20[9]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[9]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O706
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[10]
1501 $object.CellY##Float32#20[10]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[10]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O707
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[10]
1501 $object.CellY##Float32#20[10]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[10]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O708
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[11]
1501 $object.CellY##Float32#20[11]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[11]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O709
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[11]
1501 $object.CellY##Float32#20[11]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[11]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O710
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[12]
1501 $object.CellY##Float32#20[12]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[12]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O711
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[12]
1501 $object.CellY##Float32#20[12]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[12]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O712
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[13]
1501 $object.CellY##Float32#20[13]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[13]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O713
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[13]
1501 $object.CellY##Float32#20[13]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[13]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O714
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[14]
1501 $object.CellY##Float32#20[14]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[14]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O715
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[14]
1501 $object.CellY##Float32#20[14]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[14]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O716
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[15]
1501 $object.CellY##Float32#20[15]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[15]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O717
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[15]
1501 $object.CellY##Float32#20[15]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[15]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O718
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[16]
1501 $object.CellY##Float32#20[16]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[16]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O719
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[16]
1501 $object.CellY##Float32#20[16]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[16]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O720
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[17]
1501 $object.CellY##Float32#20[17]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[17]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O721
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[17]
1501 $object.CellY##Float32#20[17]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[17]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O722
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[18]
1501 $object.CellY##Float32#20[18]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[18]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O723
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[18]
1501 $object.CellY##Float32#20[18]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[18]
5101 1
5102 1
99
99
99
27
2703 442
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 442
2732 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_optionmenu
1002 O724
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 23.4543
1007 14.15
1008 5.63658
1009 4.65
1013 23.4543
1014 14.15
1015 5.63658
1016 4.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 20.65
701 0.95
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1.86086
2801 0
2802 14.15
2803 0
2804 0.98658
2805 4.65
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[19]
1501 $object.CellY##Float32#20[19]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
69
6965 $object.CellCameraIdx##Int32#20[19]
6966 $object.CameraArray##String80#40
6967 $object.NoOfCameras##Int32
6968 $object.CameraUpdated##Boolean
6969 1
6900 1
6901
6933 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O725
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 23.3819
1007 14.15
1008 7.48821
1009 6.15
1013 23.3819
1014 14.15
1015 7.48821
1016 6.15
1003
0
11
0
0
0
0
0
0
0
0
1004
"Fullscreen"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.30797
2801 0
2802 14.15
2803 0
2804 0.89214
2805 6.15
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.CellX##Float32#20[19]
1501 $object.CellY##Float32#20[19]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
51
5100 $object.CellExpand##Boolean#20[19]
5101 1
5102 1
99
99
99
19
1904 O726
1900 2
1901 0
1902 31.0261
1903 0
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 -2
701 1
99
503
7
700 0
701 48.5
99
99
1912
28
2800 1
2801 0
2802 2
2803 0
2804 0.653181
2805 -0.653181
2806 0
99
99
19
1904 O727
1900 54.0314
1901 2.01488
1902 2.6455
1903 1.52398
1908 0
1909 310
1910 310
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 2
1922 2
1923 0
1924 1
1925 314
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 2.81876
701 2.17984
99
503
7
700 23.0386
701 3.04426
99
99
1912
28
2800 2.57255
2801 0
2802 -5.23653
2803 0
2804 1.29743
2805 -1.30421
2806 0
99
99
27
2703 10000
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 10000
2732 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_menubar2
1002 O728
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 54.0468
1007 2.0185
1008 1.46897
1009 0.100548
1013 54.0468
1014 2.0185
1015 1.46897
1016 0.100548
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 3.74746
701 2.04722
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.89194
2801 0
2802 2.0185
2803 0
2804 1.36842
2805 0.100548
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
27
2703 10000
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 10000
2732 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_pulldownmenu2
1002 O729
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 5.88672
1007 2.60955
1008 1.46897
1009 0.100548
1013 5.88672
1014 2.60955
1015 1.46897
1016 0.100548
1003
0
5
0
0
0
0
0
0
0
0
1004
"File"
1001
7
700 5
701 1.5
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.09239
2801 0
2802 2.60955
2803 0
2804 1.36842
2805 0.100548
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 1
106 0
102 65535
103 0
68
6800 3
6801 Print
6833
1
100 1
105 0
101 65
106 0
102 65535
103 0
55
5500 print graph/class/inst=$object
99
99
6802 Close
6834
1
100 1
105 0
101 262145
106 0
102 65535
103 0
67
99
99
99
99
99
27
2703 10000
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 10000
2732 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_pulldownmenu2
1002 O730
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 15.2764
1007 11.9992
1008 1.46897
1009 0.100548
1013 15.2764
1014 11.9992
1015 1.46897
1016 0.100548
1003
0
5
0
0
0
0
0
0
0
0
1004
"Help"
1001
7
700 18
701 1.5
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.09239
2801 0
2802 11.9992
2803 0
2804 1.36842
2805 0.100548
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 1
105 0
101 8388608
106 0
102 65535
103 0
72
7200 $object
7201 1
99
99
99
27
2703 10000
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 10000
2732 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_pulldownmenu2
1002 O731
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 10.11
1007 6.28667
1008 1.46897
1009 0.100548
1013 10.11
1014 6.28667
1015 1.46897
1016 0.100548
1003
0
8
0
0
0
0
0
0
0
0
1004
"Methods"
1001
7
700 5
701 1.5
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.27446
2801 0
2802 6.28667
2803 0
2804 1.36842
2805 0.100548
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 1
105 0
101 8388608
106 0
102 65535
103 0
72
7200 $object
7201 0
99
99
99
27
2703 310
2704 310
2731 10000
2722 326
2705 310
2723 326
2706 310
2732 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_valuelong
1002 O732
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.0748
1007 8.5
1008 3.30455
1009 2.35
1013 30.0748
1014 8.5
1015 3.30455
1016 2.35
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.69297
701 2.21866
99
1010 $object.Description##String80
1011 %s
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 0.811082
2801 0
2802 8.5
2803 0
2804 1.36364
2805 2.35
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
12
1200 $object.Description##String80
1201 %s
1202 1
1203 1
1204 0
99
99
99
30
3004 O733
3000 7.14845
3001 3.19845
3002 3.25439
3003 2.45439
3008 326
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 326
902 Description
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1.21772
2801 0
2802 1.85896
2803 0
2804 1.21772
2805 0.0600875
2806 0
99
99
19
1904 O735
1900 56
1901 54
1902 31.0261
1903 0
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 -2
701 1
99
503
7
700 0
701 48.5
99
99
1912
28
2800 1
2801 0
2802 56
2803 0
2804 0.653181
2805 -0.653181
2806 0
99
99
19
1904 O737
1900 14
1901 13.5
1902 29
1903 4
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 13.5
701 4
99
503
7
700 14
701 29
99
99
1912
28
2800 1
2801 0
2802 -7.07767e-16
2803 0
2804 1
2805 2.63678e-16
2806 0
99
99
19
1904 O738
1900 53.9995
1901 2
1902 4
1903 3.5
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 2
701 3.5
99
503
7
700 51.5
701 4
99
99
1912
28
2800 1.0505
2801 0
2802 -0.100991
2803 0
2804 1
2805 1.23512e-15
2806 0
99
99
30
3004 O740
3000 5.44845
3001 3.19845
3002 5.00439
3003 4.20439
3008 326
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 326
902 Panels
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1.21772
2801 0
2802 1.85896
2803 0
2804 1.21772
2805 1.81009
2806 0
99
99
30
3004 O741
3000 6.24845
3001 3.19845
3002 16.5044
3003 15.7044
3008 326
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 326
902 Cameras
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1.21772
2801 0
2802 1.85896
2803 0
2804 1.21772
2805 13.3101
2806 0
99
99
35
3500
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 Grp749_
1002 Grp749_
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 14
1007 13.5
1008 29
1009 4
1013 14
1014 13.5
1015 29
1016 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 35454972
1028 0
1029
99
2707
28
2800 1
2801 0
2802 -1.35
2803 0
2804 1
2805 -0.1
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.VertLineX##Float32#5[0]
1501
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
99
99
3501
36
3600
3
300 Grp749_
301
2
19
1904 O746
1900 15.35
1901 14.85
1902 29.1
1903 4.1
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 13.5
701 4
99
503
7
700 14
701 29
99
99
1912
28
2800 1
2801 0
2802 1.35
2803 0
2804 1
2805 0.1
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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
332 0
99
99
99
35
3500
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 Grp754_
1002 Grp754_
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 14
1007 13.5
1008 29
1009 4
1013 14
1014 13.5
1015 29
1016 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 35454972
1028 0
1029
99
2707
28
2800 1
2801 0
2802 -1.35
2803 0
2804 1
2805 -0.1
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.VertLineX##Float32#5[1]
1501
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
99
99
3501
36
3600
3
300 Grp754_
301
2
19
1904 O746
1900 15.35
1901 14.85
1902 29.1
1903 4.1
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 13.5
701 4
99
503
7
700 14
701 29
99
99
1912
28
2800 1
2801 0
2802 1.35
2803 0
2804 1
2805 0.1
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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
332 0
99
99
99
35
3500
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 Grp757_
1002 Grp757_
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 14
1007 13.5
1008 29
1009 4
1013 14
1014 13.5
1015 29
1016 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 35454972
1028 0
1029
99
2707
28
2800 1
2801 0
2802 -1.35
2803 0
2804 1
2805 -0.1
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.VertLineX##Float32#5[2]
1501
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
99
99
3501
36
3600
3
300 Grp757_
301
2
19
1904 O746
1900 15.35
1901 14.85
1902 29.1
1903 4.1
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 13.5
701 4
99
503
7
700 14
701 29
99
99
1912
28
2800 1
2801 0
2802 1.35
2803 0
2804 1
2805 0.1
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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
332 0
99
99
99
35
3500
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 Grp760_
1002 Grp760_
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 14
1007 13.5
1008 29
1009 4
1013 14
1014 13.5
1015 29
1016 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 35454972
1028 0
1029
99
2707
28
2800 1
2801 0
2802 -1.35
2803 0
2804 1
2805 -0.1
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500 $object.VertLineX##Float32#5[3]
1501
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
99
99
3501
36
3600
3
300 Grp760_
301
2
19
1904 O746
1900 15.35
1901 14.85
1902 29.1
1903 4.1
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 13.5
701 4
99
503
7
700 14
701 29
99
99
1912
28
2800 1
2801 0
2802 1.35
2803 0
2804 1
2805 0.1
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 0
331 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
332 0
99
99
99
35
3500
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 Grp762_
1002 Grp762_
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 53.9937
1007 14
1008 4
1009 3.5
1013 53.9937
1014 14
1015 4
1016 3.5
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 35454972
1028 0
1029
99
2707
28
2800 1.0125
2801 0
2802 -0.175
2803 0
2804 1
2805 -1.5
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500
1501 $object.HorizLineY##Float32#5[0]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
99
99
3501
36
3600
3
300 Grp762_
301
2
19
1904 O761
1900 53.5
1901 14
1902 5.5
1903 5
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 14
701 5
99
503
7
700 53.5
701 5.5
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 0
330 0
321 0
331 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 147196776
332 0
99
99
99
35
3500
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 Grp767_
1002 Grp767_
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 53.9937
1007 14
1008 4
1009 3.5
1013 53.9937
1014 14
1015 4
1016 3.5
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 35454972
1028 0
1029
99
2707
28
2800 1.0125
2801 0
2802 -0.175
2803 0
2804 1
2805 -1.5
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500
1501 $object.HorizLineY##Float32#5[1]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
99
99
3501
36
3600
3
300 Grp767_
301
2
19
1904 O761
1900 53.5
1901 14
1902 5.5
1903 5
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 14
701 5
99
503
7
700 53.5
701 5.5
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 0
330 0
321 0
331 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 147196776
332 0
99
99
99
35
3500
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 Grp770_
1002 Grp770_
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 53.9937
1007 14
1008 4
1009 3.5
1013 53.9937
1014 14
1015 4
1016 3.5
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 35454972
1028 0
1029
99
2707
28
2800 1.0125
2801 0
2802 -0.175
2803 0
2804 1
2805 -1.5
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500
1501 $object.HorizLineY##Float32#5[2]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
99
99
3501
36
3600
3
300 Grp770_
301
2
19
1904 O761
1900 53.5
1901 14
1902 5.5
1903 5
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 14
701 5
99
503
7
700 53.5
701 5.5
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 0
330 0
321 0
331 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 147196776
332 0
99
99
99
35
3500
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 Grp773_
1002 Grp773_
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 53.9937
1007 14
1008 4
1009 3.5
1013 53.9937
1014 14
1015 4
1016 3.5
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 35454972
1028 0
1029
99
2707
28
2800 1.0125
2801 0
2802 -0.175
2803 0
2804 1
2805 -1.5
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 8193
105 0
101 1
106 0
102 35454972
103 0
15
1500
1501 $object.HorizLineY##Float32#5[3]
1505
1506
1502 0
1503 0
1504 1
1509 1
1507 1
1510 1
1508 0
99
99
99
3501
36
3600
3
300 Grp773_
301
2
19
1904 O761
1900 53.5
1901 14
1902 5.5
1903 5
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 14
701 5
99
503
7
700 53.5
701 5.5
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 0
330 0
321 0
331 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 147196776
332 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O693
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 37.45
1007 27.95
1008 9.13846
1009 7.6
1013 37.45
1014 27.95
1015 9.13846
1016 7.6
1003
0
14
0
0
0
0
0
0
0
0
1004
"Back to Panel"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.375
2801 0
2802 27.95
2803 0
2804 1.02564
2805 7.6
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 129
105 0
101 1
106 0
102 35454972
103 0
9
900 !$object.CameraFullscreen##Boolean
901 0
902 1
903 1
99
51
5100 $object.DisplayLastPanel##Boolean
5101 1
5102 1
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonsmallcommand
1002 O776
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 12.9682
1007 6.75
1008 5.2
1009 4.2
1013 12.9682
1014 6.75
1015 5.2
1016 4.2
1003
0
11
0
0
0
0
0
0
0
0
1004
"Add/Remove"
1001
7
700 16.4
701 11.35
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.07273
2801 0
2802 6.75
2803 0
2804 1
2805 4.2
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 64
106 0
102 44
103 0
55
5500 open graph pwr_c_xttvideomgm_more/inst=$object
99
99
99
27
2703 310
2704 310
2731 10000
2722 326
2705 310
2723 326
2706 310
2732 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_valuelong
1002 O778
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 53.7748
1007 32.2
1008 3.30455
1009 2.35
1013 53.7748
1014 32.2
1015 3.30455
1016 2.35
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 6.69297
701 2.21866
99
1010 $object.Description##String80
1011 %s
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 65532
1028 0
1029
99
2707
28
2800 0.811082
2801 0
2802 32.2
2803 0
2804 1.36364
2805 2.35
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 4
2730 0
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
12
1200 $object.Status##Status
1201 %1m
1202 1
1203 1
1204 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_indsquaregreenbg
1002 O779
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 31.925
1007 30.925
1008 3.325
1009 2.325
1013 31.925
1014 30.925
1015 3.325
1016 2.325
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 30.55
701 2.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 1
2801 0
2802 31.05
2803 0
2804 1
2805 2.45
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 33554432
105 0
101 1
106 0
102 35454972
103 0
31
3100 $object.Status##Status
3101 9999
3102 0
99
99
99
99
99
0! DefaultWidth 377
0! DefaultHeight 200
199
!/**
! TempSwitch
! Group Components/BaseComponent
!
! <image> bcomp_tempswitch_gs.gif
!
! <h1>Description
! Temperature switch. Graphic symbol for basecomponent BaseTempSwitch.
! Should be connected to an instance of BaseTempSwitch, or a
! subclass to this class.
!
! <h1>Default dynamics
! HostObject <link>GeDynHostObject, ,$pwr_lang/man_geref.dat
!
! Dynamics for the symbol
! - flashing red at alarm status.
! - popupmenu with the methods of the connected object.
!
! DigFlash <t>$hostobject.AlarmStatus <link>GeDynDigFlash, ,$pwr_lang/man_geref.dat
! PopupMenu <t>$hostobject <link>GeDynPopupMenu, ,$pwr_lang/man_geref.dat
!
! Default Cycle Slow
!
!*/
1
100 20
135 20
101 20
102 10
103 -22
104 3.711
136 3.711
105 100
106 0
107 -4
108 22
109 0
110 12.0101
111 0
116 1
117 0
118 137
119 112
120 1
121 Claes context
122 0
126 0.5
127 0.5
128 0
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4510
138 3
139 3
140 2
141 $default
134
22
2200 0
2201 777
2202 pwr_c_xttvideomgm_more
2203 310
2205 0
2204
2206 0
2207
2208
2209 1.5
2210 0.3
2211 20.4
2212 10.3
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 0
2246 0
2236 0
2247 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 0
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 1
2233 1
2234 1
2235 1
2243 0
2248 0
2245 0
2249
48
4802 0
4803 1
4800 360
4801
0.992157 0.992157 0.992157
0.872157 0.872157 0.872157
1 1 1
1 1 1
0.854841 0.854841 0.854841
0.734841 0.734841 0.734841
1 1 1
0.974841 0.974841 0.974841
0.941176 0.941176 0.941176
0.821176 0.821176 0.821176
1 1 1
1 1 1
0.623529 0.623529 0.623529
0.503529 0.503529 0.503529
0.803529 0.803529 0.803529
0.743529 0.743529 0.743529
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.988235 0.0666667 0.0666667
0.868235 0 0
1 0.246667 0.246667
1 0.186667 0.186667
1 0.670588 0.670588
0.88 0.550588 0.550588
1 0.850588 0.850588
1 0.790588 0.790588
1 0.760784 0.760784
0.88 0.640784 0.640784
1 0.940784 0.940784
1 0.880784 0.880784
1 0.898039 0.898039
0.88 0.778039 0.778039
1 1 1
1 1 1
1 0.898039 0.898039
0.88 0.778039 0.778039
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
0.823529 0.823529 0.823529
0.703529 0.703529 0.703529
1 1 1
0.943529 0.943529 0.943529
0.886275 0.886275 0.886275
0.766275 0.766275 0.766275
1 1 1
1 1 1
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.196078 0.933333 0
0.0760784 0.813333 0
0.376078 1 0.18
0.316078 1 0.12
0.698039 1 0.564706
0.578039 0.88 0.444706
0.878039 1 0.744706
0.818039 1 0.684706
0.807843 1 0.760784
0.687843 0.88 0.640784
0.987843 1 0.940784
0.927843 1 0.880784
0.870588 1 0.835294
0.750588 0.88 0.715294
1 1 1
0.990588 1 0.955294
0.870588 1 0.835294
0.750588 0.88 0.715294
1 1 1
0.990588 1 0.955294
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.972549 0.937255 0.65098
0.852549 0.817255 0.53098
1 1 0.83098
1 1 0.77098
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.662745 0.662745 0.662745
0.542745 0.542745 0.542745
0.842745 0.842745 0.842745
0.782745 0.782745 0.782745
0.509804 0.509804 0.509804
0.389804 0.389804 0.389804
0.689804 0.689804 0.689804
0.629804 0.629804 0.629804
1 0.976471 0.0901961
0.88 0.856471 0
1 1 0.270196
1 1 0.210196
1 1 0.729412
0.88 0.88 0.609412
1 1 0.909412
1 1 0.849412
0.972549 0.937255 0.65098
0.852549 0.817255 0.53098
1 1 0.83098
1 1 0.77098
1 1 0.8
0.88 0.88 0.68
1 1 0.98
1 1 0.92
1 1 0.8
0.88 0.88 0.68
1 1 0.98
1 1 0.92
0.72549 0.866667 1
0.60549 0.746667 0.88
0.90549 1 1
0.84549 0.986667 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.690196 0.690196 0.690196
0.570196 0.570196 0.570196
0.870196 0.870196 0.870196
0.810196 0.810196 0.810196
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.72549 0.866667 1
0.60549 0.746667 0.88
0.90549 1 1
0.84549 0.986667 1
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.886275 0.886275 0.886275
0.766275 0.766275 0.766275
1 1 1
1 1 1
0.407843 0.407843 0.407843
0.287843 0.287843 0.287843
0.587843 0.587843 0.587843
0.527843 0.527843 0.527843
0.418189 0.799023 1
0.298189 0.679023 0.88
0.598189 0.979023 1
0.538189 0.919023 1
0.668742 0.879622 0.990494
0.548742 0.759622 0.870494
0.848742 1 1
0.788742 0.999622 1
0.670588 0.882353 0.992157
0.550588 0.762353 0.872157
0.850588 1 1
0.790588 1 1
0.87451 0.956863 1
0.75451 0.836863 0.88
1 1 1
0.99451 1 1
0.874998 0.956909 1
0.754998 0.836909 0.88
1 1 1
0.994998 1 1
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.247059 0.247059 0.247059
0.127059 0.127059 0.127059
0.427059 0.427059 0.427059
0.367059 0.367059 0.367059
0.431373 0.431373 0.431373
0.311373 0.311373 0.311373
0.611373 0.611373 0.611373
0.551373 0.551373 0.551373
0.752941 1 1
0.632941 0.88 0.88
0.932941 1 1
0.872941 1 1
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 0.576471 0
0.88 0.456471 0
1 0.756471 0.18
1 0.696471 0.12
1 0.713191 0.32282
0.88 0.593191 0.20282
1 0.893191 0.50282
1 0.833191 0.44282
0.982864 0.813947 0.582559
0.862864 0.693947 0.462559
1 0.993947 0.762559
1 0.933947 0.702559
1 0.92549 0.815686
0.88 0.80549 0.695686
1 1 0.995686
1 1 0.935686
1 0.922194 0.815442
0.88 0.802194 0.695442
1 1 0.995442
1 1 0.935442
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.552941 0.552941 0.552941
0.432941 0.432941 0.432941
0.732941 0.732941 0.732941
0.672941 0.672941 0.672941
0 0 0
0 0 0
0.18 0.18 0.18
0.12 0.12 0.12
0.952941 0.952941 0.952941
0.832941 0.832941 0.832941
1 1 1
1 1 1
0.482353 0.482353 0.482353
0.362353 0.362353 0.362353
0.662353 0.662353 0.662353
0.602353 0.602353 0.602353
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
1 1 1
0.88 0.88 0.88
1 1 1
1 1 1
0.853742 0.302632 0.982101
0.733742 0.182632 0.862101
1 0.482632 1
0.973742 0.422632 1
0.899916 0.583337 0.985214
0.779916 0.463337 0.865214
1 0.763337 1
1 0.703337 1
0.924636 0.740002 1
0.804636 0.620002 0.88
1 0.920002 1
1 0.860002 1
0.968627 0.854902 1
0.848627 0.734902 0.88
1 1 1
1 0.974902 1
0.966888 0.854505 1
0.846888 0.734505 0.88
1 1 1
1 0.974505 1
99
2244
99
123
2
3
300 pwr_pulldownmenu2
301
2
19
1904 O7
1900 3
1901 0
1902 1
1903 0
1908 0
1909 31
1910 31
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 3
701 1
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604 O8
2600 3
2601 0
2602 1
2603 0.9
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0
701 0.9
99
7
700 0
701 1
99
7
700 3
701 1
99
7
700 3
701 0.9
99
7
700 0
701 0.9
99
99
99
2608 0
2609 31
2629 10000
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
2626 0
2627 0
2621 0
2622 0
2623 0
2624 4
2625 1
2628 0
99
20
2004 O4
2000 3
2001 0
2002 1
2003 1
2009 0
2010 0
2005
6
600 0
601 1
602
7
700 3
701 1
99
603
7
700 0
701 1
99
99
2008
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 2.32453e-16
2806 0
99
99
29
2907
13
1300 1
1301 303
1306 0
1302 2
1305 1
1303
7
700 -0.954174
701 0.0636116
99
1304 0
1307 4
1308 0
99
2908
28
2800 1
2801 0
2802 1.25417
2803 0
2804 1
2805 0.736388
2806 0
99
2901 2
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 524288
331 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 1
332 0
329
1
100 1
105 0
101 1
106 0
102 33619964
103 0
99
99
3
300 pwr_menubar2
301
2
19
1904 O0
1900 27.5
1901 0
1902 1
1903 0
1908 0
1909 31
1910 31
1911 0
1915 0
1913 15
1916 2
1914 0
1918 0
1919 0
1920 0
1917 1
1921 0
1922 2
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 27.5
701 1
99
99
1912
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
99
26
2604 O3
2600 27.5
2601 0
2602 1
2603 0.9
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 0
701 1
99
7
700 0
701 0.9
99
7
700 27.5
701 0.9
99
7
700 27.5
701 1
99
7
700 0
701 1
99
99
99
2608 0
2609 31
2629 10000
2610 31
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 1
2626 0
2627 0
2621 0
2622 0
2623 0
2624 4
2625 1
2628 0
99
20
2004 O2
2000 27.5
2001 0
2002 1
2003 1
2009 0
2010 0
2005
6
600 0
601 1
602
7
700 27.5
701 1
99
603
7
700 0
701 1
99
99
2008
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 0
330 0
321 0
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
3
300 pwrct_buttonset
301
2
19
1904 O0
1900 4
1901 0
1902 1.5
1903 0
1908 454
1909 450
1910 450
1911 1
1915 1
1913 14
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 454
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 4
701 1.5
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 303
1306 458
1302 4
1305 1
1303
7
700 1.9
701 1.15
99
1304 0
1307 4
1308 0
99
2908
28
2800 1
2801 0
2802 0.023571
2803 0
2804 1
2805 -0.155716
2806 0
99
2901 0
99
99
302 0
304 0
303
305 0
306
307
308 0
330 0
321 4
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 35454972
103 0
99
99
3
300 pwrct_valueinputlargebg
301
2
26
2604 O0
2600 4.4
2601 -0.2
2602 1.5
2603 -0.2
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 4.4
701 -0.2
99
7
700 -0.2
701 -0.2
99
7
700 -0.2
701 1.5
99
7
700 0
701 1.3
99
7
700 0
701 0
99
7
700 4.2
701 0
99
7
700 4.4
701 -0.2
99
99
99
2608 0
2609 310
2629 10000
2610 310
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 0
2626 0
2627 1
2621 0
2622 0
2623 0
2624 4
2625 1
2628 0
99
26
2604 O1
2600 4.4
2601 -0.2
2602 1.5
2603 -0.2
2605
25
2500 0
2501 1
2503 1
2504 0
2502
2
7
700 -0.2
701 1.5
99
7
700 4.4
701 1.5
99
7
700 4.4
701 -0.2
99
7
700 4.2
701 0
99
7
700 4.2
701 1.3
99
7
700 0
701 1.3
99
7
700 -0.2
701 1.5
99
99
99
2608 0
2609 310
2629 10000
2610 310
2611 0
2616 0
2614 5
2617 2
2615 0
2618 1
2607 0
2606
2612
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2613 0
2619 0
2620 0
2626 1
2627 0
2621 0
2622 0
2623 0
2624 4
2625 1
2628 0
99
19
1904 O2
1900 4.2
1901 0
1902 1.3
1903 0
1908 334
1909 330
1910 330
1911 1
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 2
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 334
501 1
504 1
505 1
502
7
700 0
701 0
99
503
7
700 4.2
701 1.3
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 303
1306 338
1302 6
1305 1
1303
7
700 1
701 1.35
99
1304 0
1307 0
1308 0
99
2908
28
2800 1
2801 0
2802 -0.637178
2803 0
2804 1
2805 -0.384855
2806 0
99
2901 2
99
99
302 0
304 0
303
305 0
306
307
308 1024
330 0
321 4096
331 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
332 0
329
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
99
124
2
99
125
2
19
1904 O736
1900 20.0001
1901 2
1902 12
1903 10
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 0
701 48
99
503
7
700 49.5
701 50
99
99
1912
28
2800 0.363638
2801 0
2802 2
2803 0
2804 1
2805 -38
2806 0
99
99
19
1904 O726
1900 2
1901 0
1902 12.0101
1903 0
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 -2
701 1
99
503
7
700 0
701 48.5
99
99
1912
28
2800 1
2801 0
2802 2
2803 0
2804 0.252844
2805 -0.252844
2806 0
99
99
19
1904 O727
1900 20.0206
1901 2.01487
1902 2.6455
1903 1.52398
1908 0
1909 310
1910 310
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 2
1922 2
1923 0
1924 1
1925 314
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 2.81876
701 2.17984
99
503
7
700 23.0386
701 3.04426
99
99
1912
28
2800 0.890498
2801 0
2802 -0.495229
2803 0
2804 1.29743
2805 -1.30421
2806 0
99
99
27
2703 10000
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 10000
2732 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_menubar2
1002 O728
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 20.0283
1007 2.01993
1008 1.46897
1009 0.100548
1013 20.0283
1014 2.01993
1015 1.46897
1016 0.100548
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 3.74746
701 2.04722
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.65485
2801 0
2802 2.01993
2803 0
2804 1.36842
2805 0.100548
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 1
105 0
101 1
106 0
102 65532
103 0
99
99
27
2703 10000
2704 550
2731 10000
2722 554
2705 550
2723 554
2706 10000
2732 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_pulldownmenu2
1002 O729
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 5.88672
1007 2.60955
1008 1.46897
1009 0.100548
1013 5.88672
1014 2.60955
1015 1.46897
1016 0.100548
1003
0
5
0
0
0
0
0
0
0
0
1004
"File"
1001
7
700 5
701 1.5
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.09239
2801 0
2802 2.60955
2803 0
2804 1.36842
2805 0.100548
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 0
105 0
101 1
106 0
102 65535
103 0
68
6800 1
6801 Close
6833
1
100 1
105 0
101 262145
106 0
102 65535
103 0
67
99
99
99
99
99
30
3004 O733
3000 9.94845
3001 3.84845
3002 3.30439
3003 2.50439
3008 326
3010 4
3011 2
3007 0
3006
3005
9
900 2
901 303
904 326
902 Enter panel name
903
7
700 1.1
701 2.5
99
99
3009
28
2800 1.21772
2801 0
2802 2.50896
2803 0
2804 1.21772
2805 0.110087
2806 0
99
99
19
1904 O735
1900 22
1901 20
1902 12.0101
1903 -3.33067e-16
1908 0
1909 318
1910 318
1911 0
1915 0
1913 5
1916 2
1914 0
1918 0
1919 0
1920 0
1917 0
1921 0
1922 4
1923 0
1924 0
1925 10000
1926 0
1907 0
1906
1905
5
500 0
501 1
504 1
505 1
502
7
700 -2
701 1
99
503
7
700 0
701 48.5
99
99
1912
28
2800 1
2801 0
2802 22
2803 0
2804 0.252844
2805 -0.252844
2806 0
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O693
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 13.2
1007 3.7
1008 7.38846
1009 5.85
1013 13.2
1014 3.7
1015 7.38846
1016 5.85
1003
0
14
0
0
0
0
0
0
0
0
1004
"Create Panel"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.375
2801 0
2802 3.7
2803 0
2804 1.02564
2805 5.85
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 129
105 0
101 257
106 0
102 44
103 0
9
900 $object.PanelName##String80
901 1
902 1
903 1
99
57
5700 Do you want to create a panel
5701 0
5702 0
99
51
5100 $object.CreatePanel##Boolean
5101 1
5102 1
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_valueinputlargebg
1002 O775
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 18.5573
1007 3
1008 5.35
1009 3.65
1013 18.5573
1014 3
1015 5.35
1016 3.65
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 9.05
701 3.15
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 3.38202
2801 0
2802 3.6764
2803 0
2804 1
2805 3.85
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 1
105 0
101 1
106 0
102 44
103 0
12
1200 $object.PanelName##String80
1201 %s
1202 1
1203 1
1204 0
99
13
1302 0
1303 0
1304 0
1305 0
1306 0
1307
1308
1309 0
99
99
99
27
2703 10000
2704 10000
2731 10000
2722 10000
2705 10000
2723 10000
2706 10000
2732 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 pwrct_buttonset
1002 O776
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 13.2
1007 3.7
1008 9.43846
1009 7.9
1013 13.2
1014 3.7
1015 9.43846
1016 7.9
1003
0
14
0
0
0
0
0
0
0
0
1004
"Delete Panel"
1001
7
700 31.2
701 1.5
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 35454972
1028 0
1029
99
2707
28
2800 2.375
2801 0
2802 3.7
2803 0
2804 1.02564
2805 7.9
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2730 0
2721
1
100 129
105 0
101 257
106 0
102 44
103 0
9
900 $object.PanelName##String80
901 1
902 1
903 1
99
57
5700 Do you want to delete the specified panel
5701 0
5702 0
99
51
5100 $object.DeletePanel##Boolean
5101 1
5102 1
99
99
99
99
99
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment