1755 lines
207 KiB
SQL
1755 lines
207 KiB
SQL
-- phpMyAdmin SQL Dump
|
|
-- version 3.4.5
|
|
-- http://www.phpmyadmin.net
|
|
--
|
|
-- Host: localhost
|
|
-- Generation Time: Mar 09, 2014 at 10:17 PM
|
|
-- Server version: 5.5.16
|
|
-- PHP Version: 5.3.8
|
|
|
|
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
|
|
SET time_zone = "+00:00";
|
|
|
|
|
|
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
|
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
|
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
|
/*!40101 SET NAMES utf8 */;
|
|
|
|
--
|
|
-- Database: `gwz-1`
|
|
--
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `benchpath`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `benchpath` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`ItemNr` int(11) DEFAULT NULL,
|
|
`Name` varchar(255) DEFAULT NULL,
|
|
`Qfrom` float DEFAULT NULL,
|
|
`Qto` float DEFAULT NULL,
|
|
`TempIn` varchar(255) DEFAULT NULL,
|
|
`TempOut` varchar(255) DEFAULT NULL,
|
|
`PressIn` varchar(255) DEFAULT NULL,
|
|
`PressOut` varchar(255) DEFAULT NULL,
|
|
`ValvesOpen` varchar(8000) DEFAULT NULL,
|
|
`ValvesClose` varchar(8000) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;
|
|
|
|
--
|
|
-- Dumping data for table `benchpath`
|
|
--
|
|
|
|
INSERT INTO `benchpath` (`Id`, `ItemNr`, `Name`, `Qfrom`, `Qto`, `TempIn`, `TempOut`, `PressIn`, `PressOut`, `ValvesOpen`, `ValvesClose`) VALUES
|
|
(1, 1, 'PBank1', 0.01, 0.03, 'T1', 'T2', 'Druck1', 'Druck2', 'VL13;VL12', ''),
|
|
(2, 2, 'PBank2', 0.03, 250, 'T1', 'T2', 'Druck1', 'Druck2', 'VL11;VL12;VI12', ''),
|
|
(3, 3, 'PBank3', 0.02, 12, 'T5', 'T2', 'Druck3', 'Druck4', 'VI21;VI22', 'VM1;VM2;VM3;VM4'),
|
|
(4, 4, 'PBank4', 0.02, 15, 'T5', 'T2', 'Druck3', 'Druck4', 'VI21;VI22;VM2;VM3', 'VM1;VM4'),
|
|
(5, 5, 'PBank5', 0.02, 18, 'T5', 'T2', 'Druck3', 'Druck4', 'VI21;VI22;VM1;VM3', 'VM2;VM4'),
|
|
(6, 6, 'PBank6', 0.02, 18, 'T5', 'T2', 'Druck3', 'Druck4', 'VI21;VI22;VM1;VM2', 'VM3;VM4'),
|
|
(7, 7, 'PBank7', 0.02, 5, 'T5', 'T2', 'Druck3', 'Druck4', 'VL21', ''),
|
|
(8, 0, '<kein>', 0, 0, '---', '---', '---', '---', '', '');
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `component`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `component` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`Name` varchar(255) DEFAULT NULL,
|
|
`ClassName` varchar(255) DEFAULT NULL,
|
|
`ParentName` varchar(255) DEFAULT NULL,
|
|
`ItemNr` int(11) DEFAULT NULL,
|
|
`Mode` varchar(255) DEFAULT NULL,
|
|
`Logging` varchar(255) DEFAULT NULL,
|
|
`Parameters` varchar(8000) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=75 ;
|
|
|
|
--
|
|
-- Dumping data for table `component`
|
|
--
|
|
|
|
INSERT INTO `component` (`Id`, `Name`, `ClassName`, `ParentName`, `ItemNr`, `Mode`, `Logging`, `Parameters`) VALUES
|
|
(1, 'CB', 'ControlBoard', NULL, 0, 'Simulate', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ControlBoardCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <ComPortNr>1</ComPortNr>\r\n</ControlBoardCfg>'),
|
|
(2, 'W1', 'MettlerToledoBalanceSN', NULL, 1, 'Simulate', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<BalanceCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <ComPortNr>11</ComPortNr>\r\n <BaudRate>2400</BaudRate>\r\n <Parity>Even</Parity>\r\n <DataBits>7</DataBits>\r\n <StopBits>One</StopBits>\r\n <Handshake>XOnXOff</Handshake>\r\n <Capacity>3000</Capacity>\r\n</BalanceCfg>'),
|
|
(3, 'W2', 'MettlerToledoBalanceSN', NULL, 2, 'Simulate', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<BalanceCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <ComPortNr>10</ComPortNr>\r\n <BaudRate>2400</BaudRate>\r\n <Parity>Even</Parity>\r\n <DataBits>7</DataBits>\r\n <StopBits>One</StopBits>\r\n <Handshake>XOnXOff</Handshake>\r\n <Capacity>150</Capacity>\r\n</BalanceCfg>'),
|
|
(4, 'Luft', 'Greco Ambient', NULL, 3, 'Simulate', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<AmbientCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <ComPortNr>6</ComPortNr>\r\n <BaudRate>19200</BaudRate>\r\n <Parity>None</Parity>\r\n <DataBits>8</DataBits>\r\n <StopBits>One</StopBits>\r\n <Handshake>None</Handshake>\r\n</AmbientCfg>'),
|
|
(5, 'I1', 'FlowMeter', 'CB', 4, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<FlowMeterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>1</Position>\r\n <NominalFlow>200</NominalFlow>\r\n</FlowMeterCfg>'),
|
|
(6, 'I2', 'FlowMeter', 'CB', 5, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<FlowMeterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>2</Position>\r\n <NominalFlow>20</NominalFlow>\r\n</FlowMeterCfg>'),
|
|
(7, 'I3', 'FlowMeter', 'CB', 6, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<FlowMeterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>3</Position>\r\n <NominalFlow>3</NominalFlow>\r\n</FlowMeterCfg>'),
|
|
(8, 'I4', 'FlowMeter', 'CB', 7, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<FlowMeterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>4</Position>\r\n <NominalFlow>0.25</NominalFlow>\r\n</FlowMeterCfg>'),
|
|
(9, 'Druck1', 'PressureMeter', 'CB', 8, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<PressureMeterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>0</Position>\r\n <RS485Address>78</RS485Address>\r\n</PressureMeterCfg>'),
|
|
(10, 'Druck2', 'PressureMeter', 'CB', 9, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<PressureMeterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>1</Position>\r\n <RS485Address>81</RS485Address>\r\n</PressureMeterCfg>'),
|
|
(11, 'Druck3', 'PressureMeter', 'CB', 10, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<PressureMeterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>2</Position>\r\n <RS485Address>11</RS485Address>\r\n</PressureMeterCfg>'),
|
|
(12, 'Druck4', 'PressureMeter', 'CB', 11, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<PressureMeterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>3</Position>\r\n <RS485Address>82</RS485Address>\r\n</PressureMeterCfg>'),
|
|
(13, 'T1', 'TempMeter', 'CB', 12, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<TempMeterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>0</Position>\r\n <A1>-20.14631</A1>\r\n <A2>0.00177572737</A2>\r\n <A3>7.601795E-10</A3>\r\n <A4>-1.237E-15</A4>\r\n <A5>0</A5>\r\n</TempMeterCfg>'),
|
|
(14, 'T2', 'TempMeter', 'CB', 13, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<TempMeterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>1</Position>\r\n <A1>-20.13342</A1>\r\n <A2>0.001777626</A2>\r\n <A3>7.41529E-10</A3>\r\n <A4>-1.066678E-15</A4>\r\n <A5>0</A5>\r\n</TempMeterCfg>'),
|
|
(15, 'T3', 'TempMeter', 'CB', 14, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<TempMeterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>2</Position>\r\n <A1>-20.138031</A1>\r\n <A2>0.00177645753</A2>\r\n <A3>7.68710429E-10</A3>\r\n <A4>-1.307915E-15</A4>\r\n <A5>0</A5>\r\n</TempMeterCfg>'),
|
|
(16, 'T4', 'TempMeter', 'CB', 15, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<TempMeterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>3</Position>\r\n <A1>-20.1234074</A1>\r\n <A2>0.00177655893</A2>\r\n <A3>7.53911156E-10</A3>\r\n <A4>1.13868757E-15</A4>\r\n <A5>0</A5>\r\n</TempMeterCfg>'),
|
|
(17, 'T5', 'TempMeter', 'CB', 16, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<TempMeterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>4</Position>\r\n <A1>-20.0712757</A1>\r\n <A2>0.00177105656</A2>\r\n <A3>9.751451E-10</A3>\r\n <A4>-3.51362E-15</A4>\r\n <A5>0</A5>\r\n</TempMeterCfg>'),
|
|
(18, 'RV1', 'RegulationValve', 'CB', 17, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<RegulValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>1</Position>\r\n <DacValueClosed>100</DacValueClosed>\r\n <DacValueOpen>500</DacValueOpen>\r\n <PidCoef>10</PidCoef>\r\n</RegulValveCfg>'),
|
|
(19, 'RV2', 'RegulationValve', 'CB', 18, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<RegulValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>2</Position>\r\n <DacValueClosed>100</DacValueClosed>\r\n <DacValueOpen>500</DacValueOpen>\r\n <PidCoef>3</PidCoef>\r\n</RegulValveCfg>'),
|
|
(20, 'RV3', 'RegulationValve', 'CB', 19, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<RegulValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>3</Position>\r\n <DacValueClosed>100</DacValueClosed>\r\n <DacValueOpen>500</DacValueOpen>\r\n <PidCoef>10</PidCoef>\r\n</RegulValveCfg>'),
|
|
(21, 'RV4', 'RegulationValve', 'CB', 20, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<RegulValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>4</Position>\r\n <DacValueClosed>100</DacValueClosed>\r\n <DacValueOpen>500</DacValueOpen>\r\n <PidCoef>30</PidCoef>\r\n</RegulValveCfg>'),
|
|
(22, 'RV5', 'RegulationValve', 'CB', 21, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<RegulValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>5</Position>\r\n <DacValueClosed>100</DacValueClosed>\r\n <DacValueOpen>500</DacValueOpen>\r\n <PidCoef>10</PidCoef>\r\n</RegulValveCfg>'),
|
|
(23, 'DIV1', 'Diverter', 'CB', 22, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<DiverterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>34</BitPosition>\r\n</DiverterCfg>'),
|
|
(24, 'DIV2', 'Diverter', 'CB', 23, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<DiverterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>35</BitPosition>\r\n</DiverterCfg>'),
|
|
(25, 'DIV3', 'Diverter', 'CB', 24, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<DiverterCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>36</BitPosition>\r\n</DiverterCfg>'),
|
|
(26, 'VL11', 'Valve', 'CB', 25, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>0</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(27, 'VL13', 'Valve', 'CB', 26, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>1</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(28, 'VL21', 'Valve', 'CB', 27, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>2</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(29, 'VL23', 'Valve', 'CB', 28, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>3</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(30, 'VZ1', 'Valve', 'CB', 29, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>4</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(31, 'VP2', 'Valve', 'CB', 30, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>5</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(32, 'VP4', 'Valve', 'CB', 31, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>6</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(33, 'VP5', 'Valve', 'CB', 32, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>7</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(34, 'VP6', 'Valve', 'CB', 33, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>8</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(35, 'VL12', 'Valve', 'CB', 34, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>9</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(36, 'VL22', 'Valve', 'CB', 35, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>10</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(37, 'VI11', 'Valve', 'CB', 36, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>11</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(38, 'VI12', 'Valve', 'CB', 37, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>12</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(39, 'VI13', 'Valve', 'CB', 38, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>13</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(40, 'VI21', 'Valve', 'CB', 39, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>14</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(41, 'VI22', 'Valve', 'CB', 40, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>15</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(42, 'VI2P', 'Valve', 'CB', 41, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>16</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(43, 'VI31', 'Valve', 'CB', 42, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>17</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(44, 'VI32', 'Valve', 'CB', 43, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>18</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(45, 'VI3P', 'Valve', 'CB', 44, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>19</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(46, 'VI41', 'Valve', 'CB', 45, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>20</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(47, 'VI42', 'Valve', 'CB', 46, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>21</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(48, 'VI43', 'Valve', 'CB', 47, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>22</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(49, 'VI4P', 'Valve', 'CB', 48, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>23</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(50, 'VB1', 'Valve', 'CB', 49, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>24</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(51, 'VB1a', 'Valve', 'CB', 50, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <BitPosition>25</BitPosition>\r\n <CoupledToName>VB1</CoupledToName>\r\n <Invert>false</Invert>\r\n <LagOpening>-2</LagOpening>\r\n <LagClosing>2</LagClosing>\r\n</ValveCfg>'),
|
|
(52, 'VB2', 'Valve', 'CB', 51, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>26</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(53, 'VB2a', 'Valve', 'CB', 52, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <BitPosition>27</BitPosition>\r\n <CoupledToName>VB2</CoupledToName>\r\n <Invert>false</Invert>\r\n <LagOpening>-2</LagOpening>\r\n <LagClosing>2</LagClosing>\r\n</ValveCfg>'),
|
|
(54, 'VM1', 'Valve', 'CB', 53, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>28</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(55, 'VM2', 'Valve', 'CB', 54, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>29</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(56, 'VM3', 'Valve', 'CB', 55, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>30</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(57, 'VM4', 'Valve', 'CB', 56, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>31</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(58, 'Pumpe1', 'Pump', 'CB', 57, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<PumpCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>32</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</PumpCfg>'),
|
|
(59, 'Block', 'Valve', 'CB', 58, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>33</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(60, 'VZ8', 'Valve', 'CB', 59, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ValveCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <BitPosition>37</BitPosition>\r\n <CoupledToName />\r\n <Invert>false</Invert>\r\n</ValveCfg>'),
|
|
(61, 'Sick1', 'RegisterReader', 'CB', 60, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<RegisterReaderCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>1</Position>\r\n</RegisterReaderCfg>'),
|
|
(62, 'Sick2', 'RegisterReader', 'CB', 61, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<RegisterReaderCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>2</Position>\r\n</RegisterReaderCfg>'),
|
|
(63, 'Sick3', 'RegisterReader', 'CB', 62, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<RegisterReaderCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <Position>3</Position>\r\n</RegisterReaderCfg>'),
|
|
(64, 'Kamera', 'IdcCamera', NULL, 63, 'Simulate', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<IdcCameraCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <ComPortNr>20</ComPortNr>\r\n <BaudRate>57600</BaudRate>\r\n <Brightness>0.5</Brightness>\r\n</IdcCameraCfg>'),
|
|
(65, 'Fliegender Start-Stopp', 'Flying-Start-Collection', NULL, 64, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<TestMethodCfg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />'),
|
|
(66, 'Verbund', 'CombinedMeters', NULL, 65, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<TestMethodCfg xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />'),
|
|
(67, 'Basic Results', 'BasicResultsWriter', NULL, 66, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<WriterCfg xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />'),
|
|
(68, 'Advanced Results', 'ResultsPrinter4Munich', NULL, 67, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<PrinterCfg xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />'),
|
|
(69, 'Verbund-steig-fall', 'CombinedWithDetection', NULL, 68, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<TestMethodCfg xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />'),
|
|
(70, 'Pruefstand-ID', 'Bench-ID', NULL, 69, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<ComponentCfg xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TestBenchNr>1</TestBenchNr>\r\n</ComponentCfg>'),
|
|
(71, 'Zähler 1', 'WaterMeter', NULL, 70, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<WaterMeterCfg xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <Producer />\r\n <Qn>2.5</Qn>\r\n <ApprovalInfo />\r\n <MetrologicalClass>A</MetrologicalClass>\r\n</WaterMeterCfg>'),
|
|
(72, 'Zähler 2', 'WaterMeter', NULL, 71, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<WaterMeterCfg xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <Producer />\r\n <Qn>2.5</Qn>\r\n <ApprovalInfo />\r\n <MetrologicalClass>A</MetrologicalClass>\r\n</WaterMeterCfg>'),
|
|
(73, 'Zähler 3', 'WaterMeter', NULL, 72, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<WaterMeterCfg xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <Producer />\r\n <Qn>2.5</Qn>\r\n <ApprovalInfo />\r\n <MetrologicalClass>A</MetrologicalClass>\r\n</WaterMeterCfg>'),
|
|
(74, 'Dateneingabe', 'DataEntryForm-Munich', NULL, 73, 'Normal', 'Off', '<?xml version="1.0" encoding="utf-16"?>\r\n<EntryFormCfg xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <ProtocolTitle1>Protokoll Werkprüfung</ProtocolTitle1>\r\n <ProtocolTitle2>Protokoll 2<--</ProtocolTitle2>\r\n <ProtocolTitle3>Protokoll 3<--</ProtocolTitle3>\r\n</EntryFormCfg>');
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `componentprocedure`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `componentprocedure` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`CmpntName` varchar(255) DEFAULT NULL,
|
|
`Parameters` varchar(8000) DEFAULT NULL,
|
|
`Procedure_id` int(11) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`),
|
|
KEY `Procedure_id` (`Procedure_id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=29 ;
|
|
|
|
--
|
|
-- Dumping data for table `componentprocedure`
|
|
--
|
|
|
|
INSERT INTO `componentprocedure` (`Id`, `CmpntName`, `Parameters`, `Procedure_id`) VALUES
|
|
(1, 'Sick1', '<?xml version="1.0" encoding="utf-16"?>\r\n<RRProcedureParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <PulsesPerLtr>1</PulsesPerLtr>\r\n</RRProcedureParams>', 15),
|
|
(2, 'Sick2', '<?xml version="1.0" encoding="utf-16"?>\r\n<RRProcedureParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <PulsesPerLtr>36.4</PulsesPerLtr>\r\n</RRProcedureParams>', 15),
|
|
(3, 'Sick3', '<?xml version="1.0" encoding="utf-16"?>\r\n<RRProcedureParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <PulsesPerLtr>1</PulsesPerLtr>\r\n</RRProcedureParams>', 15),
|
|
(10, 'Sick1', '<?xml version="1.0" encoding="utf-16"?>\r\n<RRProcedureParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <PulsesPerLtr>1</PulsesPerLtr>\r\n</RRProcedureParams>', 17),
|
|
(11, 'Sick2', '<?xml version="1.0" encoding="utf-16"?>\r\n<RRProcedureParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <PulsesPerLtr>36.4</PulsesPerLtr>\r\n</RRProcedureParams>', 17),
|
|
(12, 'Sick3', '<?xml version="1.0" encoding="utf-16"?>\r\n<RRProcedureParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <PulsesPerLtr>1</PulsesPerLtr>\r\n</RRProcedureParams>', 17),
|
|
(16, 'Sick1', '<?xml version="1.0" encoding="utf-16"?>\r\n<RRProcedureParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <PulsesPerLtr>1</PulsesPerLtr>\r\n</RRProcedureParams>', 18),
|
|
(17, 'Sick2', '<?xml version="1.0" encoding="utf-16"?>\r\n<RRProcedureParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <PulsesPerLtr>36.4</PulsesPerLtr>\r\n</RRProcedureParams>', 18),
|
|
(18, 'Sick3', '<?xml version="1.0" encoding="utf-16"?>\r\n<RRProcedureParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <PulsesPerLtr>1</PulsesPerLtr>\r\n</RRProcedureParams>', 18),
|
|
(22, 'Sick1', '<?xml version="1.0" encoding="utf-16"?>\r\n<RRProcedureParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <PulsesPerLtr>1</PulsesPerLtr>\r\n</RRProcedureParams>', 21),
|
|
(23, 'Sick2', '<?xml version="1.0" encoding="utf-16"?>\r\n<RRProcedureParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <PulsesPerLtr>36.4</PulsesPerLtr>\r\n</RRProcedureParams>', 21),
|
|
(24, 'Sick3', '<?xml version="1.0" encoding="utf-16"?>\r\n<RRProcedureParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <PulsesPerLtr>1</PulsesPerLtr>\r\n</RRProcedureParams>', 21),
|
|
(25, 'Zähler 1', '<?xml version="1.0" encoding="utf-16"?>\r\n<ProcParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <Producer>Elster</Producer>\r\n <Qn>15</Qn>\r\n <ApprovalInfo>D97 / 6.132.41</ApprovalInfo>\r\n <MetrologicalClass>B</MetrologicalClass>\r\n</ProcParams>', 15),
|
|
(26, 'Zähler 2', '<?xml version="1.0" encoding="utf-16"?>\r\n<ProcParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <Producer>Elster</Producer>\r\n <Qn>2.5</Qn>\r\n <ApprovalInfo>D82 / 6.131.42</ApprovalInfo>\r\n <MetrologicalClass>A</MetrologicalClass>\r\n</ProcParams>', 15),
|
|
(27, 'Zähler 3', '<?xml version="1.0" encoding="utf-16"?>\r\n<ProcParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <Producer />\r\n <Qn>2.5</Qn>\r\n <ApprovalInfo />\r\n <MetrologicalClass>A</MetrologicalClass>\r\n</ProcParams>', 15),
|
|
(28, 'Advanced Results', '<?xml version="1.0" encoding="utf-16"?>\r\n<ProcParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <Version>4/13</Version>\r\n <Zaehlertyp>Verbund</Zaehlertyp>\r\n <Pruefvorlage>81793</Pruefvorlage>\r\n <Eichjahr>2014</Eichjahr>\r\n</ProcParams>', 15);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `componenttest`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `componenttest` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`CmpntName` varchar(255) DEFAULT NULL,
|
|
`Parameters` varchar(8000) DEFAULT NULL,
|
|
`Test_id` int(11) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`),
|
|
KEY `Test_id` (`Test_id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=26 ;
|
|
|
|
--
|
|
-- Dumping data for table `componenttest`
|
|
--
|
|
|
|
INSERT INTO `componenttest` (`Id`, `CmpntName`, `Parameters`, `Test_id`) VALUES
|
|
(9, 'Verbund mit Det.', '<?xml version="1.0" encoding="utf-16"?>\r\n<CombinedWithDetTestParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TargetQfrom>4</TargetQfrom>\r\n <TargetQto>5</TargetQto>\r\n <RelativeQfrom>-0.7</RelativeQfrom>\r\n <RelativeQto>-0.5</RelativeQto>\r\n <RateOfChange>0.05</RateOfChange>\r\n <DetectionThreshold>0.1</DetectionThreshold>\r\n</CombinedWithDetTestParams>', 36),
|
|
(10, 'Verbund-steig-fall', '<?xml version="1.0" encoding="utf-16"?>\r\n<CombinedWithDetTestParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TargetQ>3</TargetQ>\r\n <RelativeQfrom>-0.3</RelativeQfrom>\r\n <RelativeQto>-0.1</RelativeQto>\r\n <RateOfChange>0.1</RateOfChange>\r\n <DetectionThreshold>0.25</DetectionThreshold>\r\n</CombinedWithDetTestParams>', 35),
|
|
(11, 'Verbund-steig-fall', '<?xml version="1.0" encoding="utf-16"?>\r\n<CombinedWithDetTestParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TargetQ>1</TargetQ>\r\n <RelativeQfrom>0.05</RelativeQfrom>\r\n <RelativeQto>0.15</RelativeQto>\r\n <RateOfChange>0.1</RateOfChange>\r\n <DetectionThreshold>2</DetectionThreshold>\r\n</CombinedWithDetTestParams>', 36),
|
|
(16, 'Verbund-steig-fall', '<?xml version="1.0" encoding="utf-16"?>\r\n<CombinedWithDetTestParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TargetQ>3</TargetQ>\r\n <RelativeQfrom>-0.2</RelativeQfrom>\r\n <RelativeQto>0</RelativeQto>\r\n <RateOfChange>0.05</RateOfChange>\r\n <DetectionThreshold>0.25</DetectionThreshold>\r\n</CombinedWithDetTestParams>', 41),
|
|
(17, 'Verbund-steig-fall', '<?xml version="1.0" encoding="utf-16"?>\r\n<CombinedWithDetTestParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TargetQ>1</TargetQ>\r\n <RelativeQfrom>0</RelativeQfrom>\r\n <RelativeQto>0.2</RelativeQto>\r\n <RateOfChange>0.05</RateOfChange>\r\n <DetectionThreshold>0.25</DetectionThreshold>\r\n</CombinedWithDetTestParams>', 42),
|
|
(20, 'Verbund-steig-fall', '<?xml version="1.0" encoding="utf-16"?>\r\n<CombinedWithDetTestParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TargetQ>3</TargetQ>\r\n <RelativeQfrom>-0.3</RelativeQfrom>\r\n <RelativeQto>-0.1</RelativeQto>\r\n <RateOfChange>0.1</RateOfChange>\r\n <DetectionThreshold>0.25</DetectionThreshold>\r\n</CombinedWithDetTestParams>', 45),
|
|
(21, 'Verbund-steig-fall', '<?xml version="1.0" encoding="utf-16"?>\r\n<CombinedWithDetTestParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TargetQ>1</TargetQ>\r\n <RelativeQfrom>0.05</RelativeQfrom>\r\n <RelativeQto>0.15</RelativeQto>\r\n <RateOfChange>0.1</RateOfChange>\r\n <DetectionThreshold>2</DetectionThreshold>\r\n</CombinedWithDetTestParams>', 46),
|
|
(24, 'Verbund-steig-fall', '<?xml version="1.0" encoding="utf-16"?>\r\n<CombinedWithDetTestParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TargetQ>3</TargetQ>\r\n <RelativeQfrom>-0.3</RelativeQfrom>\r\n <RelativeQto>-0.1</RelativeQto>\r\n <RateOfChange>0.1</RateOfChange>\r\n <DetectionThreshold>0.25</DetectionThreshold>\r\n</CombinedWithDetTestParams>', 49),
|
|
(25, 'Verbund-steig-fall', '<?xml version="1.0" encoding="utf-16"?>\r\n<CombinedWithDetTestParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TargetQ>1</TargetQ>\r\n <RelativeQfrom>0.05</RelativeQfrom>\r\n <RelativeQto>0.15</RelativeQto>\r\n <RateOfChange>0.1</RateOfChange>\r\n <DetectionThreshold>2</DetectionThreshold>\r\n</CombinedWithDetTestParams>', 50);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `feedingpath`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `feedingpath` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`ItemNr` int(11) DEFAULT NULL,
|
|
`Name` varchar(255) DEFAULT NULL,
|
|
`Qfrom` float DEFAULT NULL,
|
|
`Qto` float DEFAULT NULL,
|
|
`Pump` varchar(255) DEFAULT NULL,
|
|
`ValvesOpen` varchar(8000) DEFAULT NULL,
|
|
`ValvesClose` varchar(8000) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
|
|
|
|
--
|
|
-- Dumping data for table `feedingpath`
|
|
--
|
|
|
|
INSERT INTO `feedingpath` (`Id`, `ItemNr`, `Name`, `Qfrom`, `Qto`, `Pump`, `ValvesOpen`, `ValvesClose`) VALUES
|
|
(1, 1, 'PS1', 0.01, 0.03, '---', 'VZ1', ''),
|
|
(2, 3, 'PS2', 0.03, 250, '---', 'VZ1', ''),
|
|
(3, 2, 'PS3', 0.01, 5, 'Pumpe1', 'VP2', ''),
|
|
(4, 0, '<kein>', 0, 0, '---', 'VZ1', 'VL11;VL13;VL21;VL23;VP2;VP4;VP5;VP6;VL12;VL22;VI11;VI12;VI13;VI21;VI22;VI2P;VI31;VI32;VI3P;VI41;VI42;VI43;VI4P;VB1;VB1a;VB2;VB2a;VM1;VM2;VM3;VM4;Pumpe1;Block;VZ8');
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `group`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `group` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`Gid` int(11) DEFAULT NULL,
|
|
`Name` varchar(255) DEFAULT NULL,
|
|
`User_id` int(11) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`),
|
|
KEY `User_id` (`User_id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
|
|
|
|
--
|
|
-- Dumping data for table `group`
|
|
--
|
|
|
|
INSERT INTO `group` (`Id`, `Gid`, `Name`, `User_id`) VALUES
|
|
(1, 0, 'Testers', 2),
|
|
(2, 1, 'Testing Specialists', 1),
|
|
(3, 2, 'Head Of Lab', 1),
|
|
(4, 3, 'Maintenance Specialists', 1),
|
|
(5, 4, 'Metrologists', 1),
|
|
(6, 5, 'Calibration Specialists', 1),
|
|
(7, 6, 'Administrators', 1);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `measurementcorrection`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `measurementcorrection` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`Measurement` float DEFAULT NULL,
|
|
`Correction` float DEFAULT NULL,
|
|
`Component_id` int(11) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`),
|
|
KEY `Component_id` (`Component_id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `meterspath`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `meterspath` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`ItemNr` int(11) DEFAULT NULL,
|
|
`Name` varchar(255) DEFAULT NULL,
|
|
`Qfrom` float DEFAULT NULL,
|
|
`Qto` float DEFAULT NULL,
|
|
`Sensor1` varchar(255) DEFAULT NULL,
|
|
`Sensor2` varchar(255) DEFAULT NULL,
|
|
`Sensor3` varchar(255) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
|
|
|
|
--
|
|
-- Dumping data for table `meterspath`
|
|
--
|
|
|
|
INSERT INTO `meterspath` (`Id`, `ItemNr`, `Name`, `Qfrom`, `Qto`, `Sensor1`, `Sensor2`, `Sensor3`) VALUES
|
|
(1, 0, 'PMess1', 0.01, 300, 'Sick1', 'Sick2', 'Sick3');
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `metertestresult`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `metertestresult` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`SerialNr` varchar(255) DEFAULT NULL,
|
|
`VolumeStart` float DEFAULT NULL,
|
|
`VolumeEnd` float DEFAULT NULL,
|
|
`VolumeMeter` float DEFAULT NULL,
|
|
`VolumeRef` float DEFAULT NULL,
|
|
`VolumeErrorPct` float DEFAULT NULL,
|
|
`PulsesMeter` float DEFAULT NULL,
|
|
`PulsesMaster` float DEFAULT NULL,
|
|
`Time` float DEFAULT NULL,
|
|
`TestResult_id` int(11) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`),
|
|
KEY `TestResult_id` (`TestResult_id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=706 ;
|
|
|
|
--
|
|
-- Dumping data for table `metertestresult`
|
|
--
|
|
|
|
INSERT INTO `metertestresult` (`Id`, `SerialNr`, `VolumeStart`, `VolumeEnd`, `VolumeMeter`, `VolumeRef`, `VolumeErrorPct`, `PulsesMeter`, `PulsesMaster`, `Time`, `TestResult_id`) VALUES
|
|
(1, 'wm1', 0, 0, 142, 200.256, -29.0907, 142, 72051, 45.712, 1),
|
|
(2, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.712, 1),
|
|
(3, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.712, 1),
|
|
(4, 'wm1', 0, 0, 362, 59.9706, 503.629, 362, 143864, 104.98, 2),
|
|
(5, 'wm2', 0, 0, 0, 0, -100, 0, 0, 104.98, 2),
|
|
(6, 'wm3', 0, 0, 0, 0, -100, 0, 0, 104.98, 2),
|
|
(7, 'wm1', 0, 0, 141, 200.27, -29.5951, 141, 72046, 45.705, 3),
|
|
(8, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.705, 3),
|
|
(9, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.705, 3),
|
|
(10, 'wm1', 0, 0, 361, 60.1188, 500.478, 361, 143933, 104.919, 4),
|
|
(11, 'wm2', 0, 0, 0, 0, -100, 0, 0, 104.919, 4),
|
|
(12, 'wm3', 0, 0, 0, 0, -100, 0, 0, 104.919, 4),
|
|
(13, 'wm1', 0, 0, 141, 200.38, -29.6335, 141, 72078, 45.707, 5),
|
|
(14, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.707, 5),
|
|
(15, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.707, 5),
|
|
(16, 'wm1', 0, 0, 362, 60.0895, 502.435, 362, 143850, 104.938, 6),
|
|
(17, 'wm2', 0, 0, 0, 0, -100, 0, 0, 104.938, 6),
|
|
(18, 'wm3', 0, 0, 0, 0, -100, 0, 0, 104.938, 6),
|
|
(19, 'wm1', 0, 0, 5.6, 199.069, -97.1869, 56, 71576, 45.673, 7),
|
|
(20, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.673, 7),
|
|
(21, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.673, 7),
|
|
(25, 'wm1', 0, 0, 1.9, 190.598, -99.0031, 19, 68552, 45.822, 8),
|
|
(26, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.822, 8),
|
|
(27, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.822, 8),
|
|
(28, 'wm1', 0, 0, 1.9, 190.521, -99.0027, 19, 68543, 45.956, 9),
|
|
(29, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.956, 9),
|
|
(30, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.956, 9),
|
|
(31, 'wm1', 0, 0, 190, 190.39, -0.204866, 19, 68517, 45.988, 10),
|
|
(32, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.988, 10),
|
|
(33, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.988, 10),
|
|
(34, 'wm1', 0, 0, 190, 190.643, -0.337179, 19, 68558, 45.839, 11),
|
|
(35, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.839, 11),
|
|
(36, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.839, 11),
|
|
(37, 'wm1', 0, 0, 50, 39.8137, 25.5851, 5, 119374, 99.47, 12),
|
|
(38, 'wm2', 0, 0, 0, 0, -100, 0, 0, 99.47, 12),
|
|
(39, 'wm3', 0, 0, 0, 0, -100, 0, 0, 99.47, 12),
|
|
(40, 'wm1', 0, 0, 190, 190.549, -0.288296, 19, 68558, 45.834, 13),
|
|
(41, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.834, 13),
|
|
(42, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.834, 13),
|
|
(43, 'wm1', 0, 0, 50, 42.4429, 17.8054, 5, 119438, 99.653, 14),
|
|
(44, 'wm2', 0, 0, 0, 0, -100, 0, 0, 99.653, 14),
|
|
(45, 'wm3', 0, 0, 0, 0, -100, 0, 0, 99.653, 14),
|
|
(46, 'wm1', 0, 0, 190, 190.532, -0.279457, 19, 68518, 45.838, 15),
|
|
(47, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.838, 15),
|
|
(48, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.838, 15),
|
|
(49, 'wm1', 0, 0, 50, 42.5645, 17.4688, 5, 119409, 99.689, 16),
|
|
(50, 'wm2', 0, 0, 0, 0, -100, 0, 0, 99.689, 16),
|
|
(51, 'wm3', 0, 0, 0, 0, -100, 0, 0, 99.689, 16),
|
|
(52, 'wm1', 0, 0, 190, 190.678, -0.355387, 19, 68569, 45.876, 17),
|
|
(53, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.876, 17),
|
|
(54, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.876, 17),
|
|
(55, 'wm1', 0, 0, 190, 190.508, -0.266501, 19, 68525, 45.844, 18),
|
|
(56, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.844, 18),
|
|
(57, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.844, 18),
|
|
(58, 'wm1', 0, 0, 200, 200.696, -0.346793, 20, 72203, 45.812, 19),
|
|
(59, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.812, 19),
|
|
(60, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.812, 19),
|
|
(61, 'wm1', 0, 0, 190, 190.62, -0.32514, 19, 68555, 45.85, 20),
|
|
(62, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.85, 20),
|
|
(63, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.85, 20),
|
|
(64, 'wm1', 0, 0, 190, 190.701, -0.36741, 19, 68578, 45.85, 21),
|
|
(65, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.85, 21),
|
|
(66, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.85, 21),
|
|
(67, 'wm1', 0, 0, 190, 191.073, -0.561429, 19, 68623, 45.841, 22),
|
|
(68, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.841, 22),
|
|
(69, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.841, 22),
|
|
(70, 'wm1', 0, 0, 190, 190.796, -0.416979, 19, 68502, 45.864, 23),
|
|
(71, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.864, 23),
|
|
(72, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.864, 23),
|
|
(73, 'wm1', 0, 0, 190, 190.875, -0.458495, 19, 68548, 45.842, 24),
|
|
(74, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.842, 24),
|
|
(75, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.842, 24),
|
|
(76, 'wm1', 0, 0, 190, 190.967, -0.506622, 19, 68554, 45.847, 25),
|
|
(77, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.847, 25),
|
|
(78, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.847, 25),
|
|
(79, 'wm1', 0, 0, 190, 190.841, -0.4405, 19, 68537, 45.837, 26),
|
|
(80, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.837, 26),
|
|
(81, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.837, 26),
|
|
(82, 'wm1', 0, 0, 50, 50.0062, -0.0123505, 5, 119527, 99.841, 27),
|
|
(83, 'wm2', 0, 0, 0, 0, -100, 0, 0, 99.841, 27),
|
|
(84, 'wm3', 0, 0, 0, 0, -100, 0, 0, 99.841, 27),
|
|
(85, 'wm1', 0, 0, 50, 50.0312, -0.0623848, 5, 119563, 99.871, 28),
|
|
(86, 'wm2', 0, 0, 0, 0, -100, 0, 0, 99.871, 28),
|
|
(87, 'wm3', 0, 0, 0, 0, -100, 0, 0, 99.871, 28),
|
|
(88, 'wm1', 0, 0, 50, -113.154, -100, 5, 119370, 87.146, 29),
|
|
(89, 'wm2', 0, 0, 0, 0, -100, 0, 0, 87.146, 29),
|
|
(90, 'wm3', 0, 0, 0, 0, -100, 0, 0, 87.146, 29),
|
|
(91, 'wm1', 0, 0, 0, 19.0219, -100, 8, 6841, 64.05, 30),
|
|
(92, 'wm2', 0, 0, 0, 0, -100, 0, 0, 64.05, 30),
|
|
(93, 'wm3', 0, 0, 0, 0, -100, 0, 0, 64.05, 30),
|
|
(94, 'wm1', 0, 0, 0, 14.8243, -100, 3, 5327, 64.246, 31),
|
|
(95, 'wm2', 0, 0, 0, 0, -100, 0, 0, 64.246, 31),
|
|
(96, 'wm3', 0, 0, 0, 0, -100, 0, 0, 64.246, 31),
|
|
(97, 'wm1', 0, 0, 0, 14.7066, -100, 3, 5276, 64.346, 32),
|
|
(98, 'wm2', 0, 0, 0, 0, -100, 0, 0, 64.346, 32),
|
|
(99, 'wm3', 0, 0, 0, 0, -100, 0, 0, 64.346, 32),
|
|
(100, 'wm1', 0, 0, 0, 17.0307, -100, 4, 6120, 64.316, 33),
|
|
(101, 'wm2', 0, 0, 0, 0, -100, 0, 0, 64.316, 33),
|
|
(102, 'wm3', 0, 0, 0, 0, -100, 0, 0, 64.316, 33),
|
|
(103, 'wm1', 0, 0, 0, 14.9433, -100, 5, 5361, 64.328, 34),
|
|
(104, 'wm2', 0, 0, 0, 0, -100, 0, 0, 64.328, 34),
|
|
(105, 'wm3', 0, 0, 0, 0, -100, 0, 0, 64.328, 34),
|
|
(106, 'wm1', 0, 0, 0, 35.6131, -100, 34, 12773, 71.015, 35),
|
|
(107, 'wm2', 0, 0, 0, 0, -100, 0, 0, 71.015, 35),
|
|
(108, 'wm3', 0, 0, 0, 0, -100, 0, 0, 71.015, 35),
|
|
(109, 'wm1', 0, 0, 0, 37.8982, -100, 33, 13603, 71.007, 36),
|
|
(110, 'wm2', 0, 0, 0, 0, -100, 0, 0, 71.007, 36),
|
|
(111, 'wm3', 0, 0, 0, 0, -100, 0, 0, 71.007, 36),
|
|
(112, 'wm1', 0, 0, 0, 39.3708, -100, 28, 14121, 71.024, 37),
|
|
(113, 'wm2', 0, 0, 0, 0, -100, 0, 0, 71.024, 37),
|
|
(114, 'wm3', 0, 0, 0, 0, -100, 0, 0, 71.024, 37),
|
|
(115, 'wm1', 0, 0, 0, 38.3891, -100, 29, 13768, 71.021, 38),
|
|
(116, 'wm2', 0, 0, 0, 0, -100, 0, 0, 71.021, 38),
|
|
(117, 'wm3', 0, 0, 0, 0, -100, 0, 0, 71.021, 38),
|
|
(118, 'wm1', 0, 0, 0, 39.7502, -100, 32, 14268, 71.013, 39),
|
|
(119, 'wm2', 0, 0, 0, 0, -100, 0, 0, 71.013, 39),
|
|
(120, 'wm3', 0, 0, 0, 0, -100, 0, 0, 71.013, 39),
|
|
(121, 'wm1', 0, 0, 0, 59.1279, -100, 42, 21226, 69.587, 40),
|
|
(122, 'wm2', 0, 0, 0, 0, -100, 0, 0, 69.587, 40),
|
|
(123, 'wm3', 0, 0, 0, 0, -100, 0, 0, 69.587, 40),
|
|
(124, 'wm1', 0, 0, 0, 58.214, -100, 42, 20898, 69.564, 41),
|
|
(125, 'wm2', 0, 0, 0, 0, -100, 0, 0, 69.564, 41),
|
|
(126, 'wm3', 0, 0, 0, 0, -100, 0, 0, 69.564, 41),
|
|
(127, 'wm1', 0, 0, 0, 59.3587, -100, 43, 21309, 69.548, 42),
|
|
(128, 'wm2', 0, 0, 0, 0, -100, 0, 0, 69.548, 42),
|
|
(129, 'wm3', 0, 0, 0, 0, -100, 0, 0, 69.548, 42),
|
|
(130, 'wm1', 0, 0, 0, 58.2055, -100, 46, 20895, 69.524, 43),
|
|
(131, 'wm2', 0, 0, 0, 0, -100, 0, 0, 69.524, 43),
|
|
(132, 'wm3', 0, 0, 0, 0, -100, 0, 0, 69.524, 43),
|
|
(133, 'wm1', 0, 0, 0, 59.1874, -100, 43, 21230, 69.545, 44),
|
|
(134, 'wm2', 0, 0, 0, 0, -100, 0, 0, 69.545, 44),
|
|
(135, 'wm3', 0, 0, 0, 0, -100, 0, 0, 69.545, 44),
|
|
(136, 'wm1', 0, 0, 0, 79.3873, -100, 59, 28489, 69.226, 45),
|
|
(137, 'wm2', 0, 0, 0, 0, -100, 0, 0, 69.226, 45),
|
|
(138, 'wm3', 0, 0, 0, 0, -100, 0, 0, 69.226, 45),
|
|
(139, 'wm1', 0, 0, 0, 79.5877, -100, 54, 28566, 69.211, 46),
|
|
(140, 'wm2', 0, 0, 0, 0, -100, 0, 0, 69.211, 46),
|
|
(141, 'wm3', 0, 0, 0, 0, -100, 0, 0, 69.211, 46),
|
|
(142, 'wm1', 0, 0, 0, 78.178, -100, 57, 28060, 69.281, 47),
|
|
(143, 'wm2', 0, 0, 0, 0, -100, 0, 0, 69.281, 47),
|
|
(144, 'wm3', 0, 0, 0, 0, -100, 0, 0, 69.281, 47),
|
|
(145, 'wm1', 0, 0, 0, 79.4592, -100, 55, 28520, 69.18, 48),
|
|
(146, 'wm2', 0, 0, 0, 0, -100, 0, 0, 69.18, 48),
|
|
(147, 'wm3', 0, 0, 0, 0, -100, 0, 0, 69.18, 48),
|
|
(148, 'wm1', 0, 0, 0, 79.4478, -100, 60, 28510, 69.189, 49),
|
|
(149, 'wm2', 0, 0, 0, 0, -100, 0, 0, 69.189, 49),
|
|
(150, 'wm3', 0, 0, 0, 0, -100, 0, 0, 69.189, 49),
|
|
(151, 'wm1', 0, 0, 0, 119.112, -100, 85, 42785, 72.154, 50),
|
|
(152, 'wm2', 0, 0, 0, 0, -100, 0, 0, 72.154, 50),
|
|
(153, 'wm3', 0, 0, 0, 0, -100, 0, 0, 72.154, 50),
|
|
(154, 'wm1', 0, 0, 0, 119.29, -100, 85, 42845, 71.198, 51),
|
|
(155, 'wm2', 0, 0, 0, 0, -100, 0, 0, 71.198, 51),
|
|
(156, 'wm3', 0, 0, 0, 0, -100, 0, 0, 71.198, 51),
|
|
(157, 'wm1', 0, 0, 0, 119.209, -100, 86, 42822, 71.207, 52),
|
|
(158, 'wm2', 0, 0, 0, 0, -100, 0, 0, 71.207, 52),
|
|
(159, 'wm3', 0, 0, 0, 0, -100, 0, 0, 71.207, 52),
|
|
(160, 'wm1', 0, 0, 0, 119.434, -100, 87, 42891, 71.225, 53),
|
|
(161, 'wm2', 0, 0, 0, 0, -100, 0, 0, 71.225, 53),
|
|
(162, 'wm3', 0, 0, 0, 0, -100, 0, 0, 71.225, 53),
|
|
(163, 'wm1', 0, 0, 0, 119.206, -100, 87, 42826, 71.469, 54),
|
|
(164, 'wm2', 0, 0, 0, 0, -100, 0, 0, 71.469, 54),
|
|
(165, 'wm3', 0, 0, 0, 0, -100, 0, 0, 71.469, 54),
|
|
(166, 'wm1', 0, 0, 1410, 200.559, 603.034, 141, 7203, 44.567, 55),
|
|
(167, 'wm2', 0, 0, 0, 0, -100, 0, 0, 44.567, 55),
|
|
(168, 'wm3', 0, 0, 0, 0, -100, 0, 0, 44.567, 55),
|
|
(169, 'wm1', 0, 0, 1410, 200.571, 602.991, 141, 72032, 45.788, 56),
|
|
(170, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.788, 56),
|
|
(171, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.788, 56),
|
|
(172, 'wm1', 0, 0, 1400, 187.698, 645.881, 140, 71532, 45.616, 57),
|
|
(173, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.616, 57),
|
|
(174, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.616, 57),
|
|
(175, 'wm1', 0, 0, 1430, 186.342, 667.405, 143, 72077, 45.594, 58),
|
|
(176, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.594, 58),
|
|
(177, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.594, 58),
|
|
(178, 'wm1', 0, 0, 1420, 186.346, 662.024, 142, 72081, 45.602, 59),
|
|
(179, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.602, 59),
|
|
(180, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.602, 59),
|
|
(181, 'wm1', 0, 0, 1430, 200.703, 612.496, 143, 72079, 45.59, 60),
|
|
(182, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.59, 60),
|
|
(183, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.59, 60),
|
|
(184, 'wm1', 0, 0, 0, 989.503, -100, 705, 359760, 227.074, 61),
|
|
(185, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.074, 61),
|
|
(186, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.074, 61),
|
|
(187, 'wm1', 0, 0, 0, 1001.3, -100, 705, 359717, 227.025, 62),
|
|
(188, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.025, 62),
|
|
(189, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.025, 62),
|
|
(190, 'wm1', 0, 0, 0, 1002.82, -100, 705, 360253, 227.033, 63),
|
|
(191, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.033, 63),
|
|
(192, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.033, 63),
|
|
(193, 'wm1', 0, 0, 0, 1001.29, -100, 704, 359646, 227.044, 64),
|
|
(194, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.044, 64),
|
|
(195, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.044, 64),
|
|
(196, 'wm1', 0, 0, 0, 1002.58, -100, 705, 360167, 227.036, 65),
|
|
(197, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.036, 65),
|
|
(198, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.036, 65),
|
|
(199, 'wm1', 0, 0, 0, 1001.43, -100, 704, 359748, 227.023, 66),
|
|
(200, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.023, 66),
|
|
(201, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.023, 66),
|
|
(202, 'wm1', 0, 0, 1000, 1001.3, -0.130122, 704, 359716, 227.032, 67),
|
|
(203, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.032, 67),
|
|
(204, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.032, 67),
|
|
(205, 'wm1', 0, 0, 1001.42, 1002.83, -0.140678, 705, 360271, 227.041, 68),
|
|
(206, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.041, 68),
|
|
(207, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.041, 68),
|
|
(208, 'wm1', 0, 0, 1000, 1001.36, -0.135966, 704, 359725, 227.076, 69),
|
|
(209, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.076, 69),
|
|
(210, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.076, 69),
|
|
(211, 'wm1', 0, 0, 1000, 1001.25, -0.125136, 704, 359693, 227.051, 70),
|
|
(212, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.051, 70),
|
|
(213, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.051, 70),
|
|
(214, 'wm1', 0, 0, 1000, 1001.2, -0.119632, 704, 359685, 227.011, 71),
|
|
(215, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.011, 71),
|
|
(216, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.011, 71),
|
|
(217, 'wm1', 0, 0, 99.4318, 98.3085, 1.14262, 70, 235168, 348.14, 72),
|
|
(218, 'wm2', 0, 0, 0, 0, -100, 0, 0, 348.14, 72),
|
|
(219, 'wm3', 0, 0, 0, 0, -100, 0, 0, 348.14, 72),
|
|
(220, 'wm1', 0, 0, 99.4318, 98.2879, 1.16382, 70, 235024, 347.978, 73),
|
|
(221, 'wm2', 0, 0, 0, 0, -100, 0, 0, 347.978, 73),
|
|
(222, 'wm3', 0, 0, 0, 0, -100, 0, 0, 347.978, 73),
|
|
(223, 'wm1', 0, 0, 100.852, 99.8041, 1.05024, 71, 238677, 347.982, 74),
|
|
(224, 'wm2', 0, 0, 0, 0, -100, 0, 0, 347.982, 74),
|
|
(225, 'wm3', 0, 0, 0, 0, -100, 0, 0, 347.982, 74),
|
|
(226, 'wm1', 0, 0, 113.636, 98.5252, 15.3374, 80, 235575, 348.083, 75),
|
|
(227, 'wm2', 0, 0, 0, 0, -100, 0, 0, 348.083, 75),
|
|
(228, 'wm3', 0, 0, 0, 0, -100, 0, 0, 348.083, 75),
|
|
(229, 'wm1', 0, 0, 166.193, 99.9431, 66.2878, 117, 238973, 348.062, 76),
|
|
(230, 'wm2', 0, 0, 0, 0, -100, 0, 0, 348.062, 76),
|
|
(231, 'wm3', 0, 0, 0, 0, -100, 0, 0, 348.062, 76),
|
|
(232, 'wm1', 0, 0, 1410, 200.627, 602.798, 141, 72052, 45.611, 77),
|
|
(233, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.611, 77),
|
|
(234, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.611, 77),
|
|
(235, 'wm1', 0, 0, 1000, 1001.49, -0.149094, 704, 359781, 227.05, 78),
|
|
(236, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.05, 78),
|
|
(237, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.05, 78),
|
|
(238, 'wm1', 0, 0, 1000, 1001.43, -0.142637, 704, 359761, 227.05, 79),
|
|
(239, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.05, 79),
|
|
(240, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.05, 79),
|
|
(241, 'wm1', 0, 0, 1002.84, 1001.4, 0.143683, 706, 359700, 227.053, 80),
|
|
(242, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.053, 80),
|
|
(243, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.053, 80),
|
|
(244, 'wm1', 0, 0, 1000, 1001.56, -0.155696, 704, 359828, 227.003, 81),
|
|
(245, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.003, 81),
|
|
(246, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.003, 81),
|
|
(247, 'wm1', 0, 0, 1000, 1001.35, -0.135193, 704, 359701, 227.042, 82),
|
|
(248, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.042, 82),
|
|
(249, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.042, 82),
|
|
(250, 'wm1', 0, 0, 99.4318, 98.314, 1.13703, 70, 235067, 349.559, 83),
|
|
(251, 'wm2', 0, 0, 0, 0, -100, 0, 0, 349.559, 83),
|
|
(252, 'wm3', 0, 0, 0, 0, -100, 0, 0, 349.559, 83),
|
|
(253, 'wm1', 0, 0, 99.4318, 98.2718, 1.18042, 70, 234977, 349.421, 84),
|
|
(254, 'wm2', 0, 0, 0, 0, -100, 0, 0, 349.421, 84),
|
|
(255, 'wm3', 0, 0, 0, 0, -100, 0, 0, 349.421, 84),
|
|
(256, 'wm1', 0, 0, 100.852, 99.7588, 1.09611, 71, 238564, 349.376, 85),
|
|
(257, 'wm2', 0, 0, 0, 0, -100, 0, 0, 349.376, 85),
|
|
(258, 'wm3', 0, 0, 0, 0, -100, 0, 0, 349.376, 85),
|
|
(259, 'wm1', 0, 0, 99.4318, 98.4383, 1.00923, 70, 235362, 349.416, 86),
|
|
(260, 'wm2', 0, 0, 0, 0, -100, 0, 0, 349.416, 86),
|
|
(261, 'wm3', 0, 0, 0, 0, -100, 0, 0, 349.416, 86),
|
|
(262, 'wm1', 0, 0, 100.852, 99.8505, 1.00323, 71, 238786, 349.366, 87),
|
|
(263, 'wm2', 0, 0, 0, 0, -100, 0, 0, 349.366, 87),
|
|
(264, 'wm3', 0, 0, 0, 0, -100, 0, 0, 349.366, 87),
|
|
(265, 'wm1', 0, 0, 1065.34, 0, -100, 750, 360027, 227.383, 88),
|
|
(266, 'wm2', 0, 0, 0, 0, -100, 0, 0, 227.383, 88),
|
|
(267, 'wm3', 0, 0, 0, 0, -100, 0, 0, 227.383, 88),
|
|
(268, 'wm1', 0, 0, 1410, 200.609, 602.86, 141, 72048, 45.529, 89),
|
|
(269, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.529, 89),
|
|
(270, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.529, 89),
|
|
(271, 'wm1', 0, 0, 1420, 199.108, 613.18, 142, 71515, 45.508, 90),
|
|
(272, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.508, 90),
|
|
(273, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.508, 90),
|
|
(274, 'wm1', 0, 0, 1420, 200.65, 607.699, 142, 72044, 45.525, 91),
|
|
(275, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.525, 91),
|
|
(276, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.525, 91),
|
|
(277, 'wm1', 0, 0, 1420, 200.581, 607.943, 142, 72038, 45.531, 92),
|
|
(278, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.531, 92),
|
|
(279, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.531, 92),
|
|
(280, 'wm1', 0, 0, 1400, 199.228, 602.713, 140, 71552, 45.516, 93),
|
|
(281, 'wm2', 0, 0, 0, 0, -100, 0, 0, 45.516, 93),
|
|
(282, 'wm3', 0, 0, 0, 0, -100, 0, 0, 45.516, 93),
|
|
(283, 'wm1', 0, 0, 1800, 200.088, 799.605, 180, 71883, 51.546, 94),
|
|
(284, 'wm2', 0, 0, 13620, 201.24, 6668.03, 1362, 72297, 51.546, 94),
|
|
(285, 'wm3', 0, 0, 0, 0, -100, 0, 0, 51.546, 94),
|
|
(286, 'wm1', 0, 0, 1803.5, 201.596, 0, 179, 71845, 47.865, 95),
|
|
(287, 'wm2', 0, 0, 0, 201.596, 0, 1424, 72366, 47.865, 95),
|
|
(288, NULL, 0, 0, 1803.5, 201.596, -100, 0, 0, 47.865, 95),
|
|
(289, 'wm1', 0, 0, 543.097, 602.379, 0, 542, 215922, 153.747, 96),
|
|
(290, 'wm2', 0, 0, 59.7737, 602.379, 0, 4029, 216302, 153.747, 96),
|
|
(291, NULL, 0, 0, 602.871, 602.379, -100, 0, 0, 153.747, 96),
|
|
(292, 'wm1', 0, 0, 161.217, 200.829, 0, 160, 71536, 228.42, 97),
|
|
(293, 'wm2', 0, 0, 40.1069, 200.829, 0, 2703, 72051, 228.42, 97),
|
|
(294, NULL, 0, 0, 201.324, 200.829, -100, 0, 0, 228.42, 97),
|
|
(295, 'wm1', 0, 0, 539.861, 602.315, 0, 539, 216039, 143.349, 98),
|
|
(296, 'wm2', 0, 0, 62.3862, 602.315, 0, 4205, 216322, 143.349, 98),
|
|
(297, NULL, 0, 0, 602.247, 602.315, -100, 0, 0, 143.349, 98),
|
|
(298, 'wm1', 0, 0, 162.342, 200.79, 0, 161, 71484, 228.798, 99),
|
|
(299, 'wm2', 0, 0, 39.6096, 200.79, 0, 2669, 72038, 228.798, 99),
|
|
(300, NULL, 0, 0, 201.952, 200.79, -100, 0, 0, 228.798, 99),
|
|
(301, 'wm1', 0, 0, 0, 100.469, 0, 0, 16776800, 306.062, 100),
|
|
(302, 'wm2', 0, 0, 99.1319, 100.469, 0, 6683, 240176, 306.062, 100),
|
|
(303, NULL, 0, 0, 99.1319, 100.469, -100, 0, 0, 306.062, 100),
|
|
(304, 'wm1', 0, 0, 64.0209, 100.63, 0, 63, 236649, 125.141, 101),
|
|
(305, 'wm2', 0, 0, 37.3474, 100.63, 0, 2517, 240385, 125.141, 101),
|
|
(306, NULL, 0, 0, 101.368, 100.63, -100, 0, 0, 125.141, 101),
|
|
(307, 'wm1', 0, 0, 540.281, 602.188, 0, 539, 215872, 143.575, 102),
|
|
(308, 'wm2', 0, 0, 61.8944, 602.188, 0, 4172, 216331, 143.575, 102),
|
|
(309, NULL, 0, 0, 602.175, 602.188, -100, 0, 0, 143.575, 102),
|
|
(310, 'wm1', 0, 0, 160.017, 200.86, 0, 159, 71622, 229.251, 103),
|
|
(311, 'wm2', 0, 0, 39.8327, 200.86, 0, 2684, 72037, 229.251, 103),
|
|
(312, NULL, 0, 0, 199.849, 200.86, -100, 0, 0, 229.251, 103),
|
|
(313, 'wm1', 0, 0, 0, 100.438, 0, 0, 16776900, 338.589, 104),
|
|
(314, 'wm2', 0, 0, 99.0655, 100.438, 0, 6678, 240137, 338.589, 104),
|
|
(315, NULL, 0, 0, 99.0655, 100.438, -100, 0, 0, 338.589, 104),
|
|
(316, 'wm1', 0, 0, 63.1665, 100.639, 0, 62, 236049, 124.339, 105),
|
|
(317, 'wm2', 0, 0, 37.3833, 100.639, 0, 2519, 240351, 124.339, 105),
|
|
(318, NULL, 0, 0, 100.55, 100.639, -100, 0, 0, 124.339, 105),
|
|
(319, 'wm1', 0, 0, 539.968, 602.378, 0, 539, 215998, 143.511, 106),
|
|
(320, 'wm2', 0, 0, 62.1642, 602.378, 0, 4191, 216374, 143.511, 106),
|
|
(321, NULL, 0, 0, 602.132, 602.378, -100, 0, 0, 143.511, 106),
|
|
(322, 'wm1', 0, 0, 160.774, 200.842, 0, 160, 71733, 229.662, 107),
|
|
(323, 'wm2', 0, 0, 40.1103, 200.842, 0, 2703, 72045, 229.662, 107),
|
|
(324, NULL, 0, 0, 200.884, 200.842, -100, 0, 0, 229.662, 107),
|
|
(325, 'wm1', 0, 0, 541.727, 602.268, 0, 540, 215697, 142.272, 108),
|
|
(326, 'wm2', 0, 0, 61.7283, 602.268, 0, 4161, 216343, 142.272, 108),
|
|
(327, NULL, 0, 0, 603.456, 602.268, -100, 0, 0, 142.272, 108),
|
|
(328, 'wm1', 0, 0, 161.883, 200.809, 0, 161, 71688, 227.334, 109),
|
|
(329, 'wm2', 0, 0, 39.8706, 200.809, 0, 2687, 72050, 227.334, 109),
|
|
(330, NULL, 0, 0, 201.753, 200.809, -100, 0, 0, 227.334, 109),
|
|
(331, 'wm1', 0, 0, 0, 100.452, 0, 0, 16777200, 303.052, 110),
|
|
(332, 'wm2', 0, 0, 99.1244, 100.452, 0, 6683, 240196, 303.052, 110),
|
|
(333, NULL, 0, 0, 99.1244, 100.452, -100, 0, 0, 303.052, 110),
|
|
(334, 'wm1', 0, 0, 59.9333, 100.63, 0, 59, 236755, 123.913, 111),
|
|
(335, 'wm2', 0, 0, 39.6961, 100.63, 0, 2676, 240465, 123.913, 111),
|
|
(336, NULL, 0, 0, 99.6293, 100.63, -100, 0, 0, 123.913, 111),
|
|
(337, 'wm1', 0, 0, 557.026, 601.566, 0, 556, 215744, 141.812, 112),
|
|
(338, 'wm2', 0, 0, 44.2035, 601.566, 0, 2980, 216121, 141.812, 112),
|
|
(339, NULL, 0, 0, 601.229, 601.566, -100, 0, 0, 141.812, 112),
|
|
(340, 'wm1', 0, 0, 540.17, 573.441, 0, 539, 215673, 141.843, 113),
|
|
(341, 'wm2', 0, 0, 61.4893, 573.441, 0, 4145, 216103, 141.843, 113),
|
|
(342, NULL, 0, 0, 601.659, 573.441, -100, 0, 0, 141.843, 113),
|
|
(343, 'wm1', 0, 0, 163.388, 200.576, 0, 163, 71857, 227.385, 114),
|
|
(344, 'wm2', 0, 0, 38.3645, 200.576, 0, 2586, 72011, 227.385, 114),
|
|
(345, NULL, 0, 0, 201.752, 200.576, -100, 0, 0, 227.385, 114),
|
|
(346, 'wm1', 0, 0, 0, 100.307, 0, 0, 16777100, 327.749, 115),
|
|
(347, 'wm2', 0, 0, 99.0589, 100.307, 0, 6678, 240098, 327.749, 115),
|
|
(348, NULL, 0, 0, 99.0589, 100.307, -100, 0, 0, 327.749, 115),
|
|
(349, 'wm1', 0, 0, 52.1295, 100.396, 0, 52, 239733, 124.195, 116),
|
|
(350, 'wm2', 0, 0, 47.3139, 100.396, 0, 3189, 240255, 124.195, 116),
|
|
(351, NULL, 0, 0, 99.4434, 100.396, -100, 0, 0, 124.195, 116),
|
|
(352, 'wm1', 0, 0, 557.773, 601.589, 0, 556, 215452, 142.352, 117),
|
|
(353, 'wm2', 0, 0, 44.6397, 601.589, 0, 3009, 216089, 142.352, 117),
|
|
(354, NULL, 0, 0, 602.413, 601.589, -100, 0, 0, 142.352, 117),
|
|
(355, 'wm1', 0, 0, 164.399, 200.602, 0, 163, 71416, 228.639, 118),
|
|
(356, 'wm2', 0, 0, 34.6523, 200.602, 0, 2335, 71988, 228.639, 118),
|
|
(357, NULL, 0, 0, 199.051, 200.602, -100, 0, 0, 228.639, 118),
|
|
(358, 'wm1', 0, 0, 0, 100.3, 0, 0, 16776800, 334.338, 119),
|
|
(359, 'wm2', 0, 0, 98.9856, 100.3, 0, 6673, 240094, 334.338, 119),
|
|
(360, NULL, 0, 0, 98.9856, 100.3, -100, 0, 0, 334.338, 119),
|
|
(361, 'wm1', 0, 0, 55.8177, 100.388, 0, 55, 236818, 122.406, 120),
|
|
(362, 'wm2', 0, 0, 43.7202, 100.388, 0, 2946, 240200, 122.406, 120),
|
|
(363, NULL, 0, 0, 99.538, 100.388, -100, 0, 0, 122.406, 120),
|
|
(364, 'wm1', 0, 0, 556.23, 601.44, 0, 555, 215658, 143.394, 121),
|
|
(365, 'wm2', 0, 0, 44.9828, 601.44, 0, 3032, 216077, 143.394, 121),
|
|
(366, NULL, 0, 0, 601.213, 601.44, -100, 0, 0, 143.394, 121),
|
|
(367, 'wm1', 0, 0, 163.633, 200.636, 0, 162, 71310, 227.823, 122),
|
|
(368, 'wm2', 0, 0, 35.0535, 200.636, 0, 2362, 71987, 227.823, 122),
|
|
(369, NULL, 0, 0, 198.687, 200.636, -100, 0, 0, 227.823, 122),
|
|
(370, 'wm1', 0, 0, 72.6003, 100.304, 0, 71, 234833, 327.562, 123),
|
|
(371, 'wm2', 0, 0, 26.5379, 100.304, 0, 1788, 239960, 327.562, 123),
|
|
(372, NULL, 0, 0, 99.1382, 100.304, -100, 0, 0, 327.562, 123),
|
|
(373, 'wm1', 0, 0, 58.5186, 100.385, 0, 57, 234099, 123.939, 124),
|
|
(374, 'wm2', 0, 0, 41.0619, 100.385, 0, 2767, 240208, 123.939, 124),
|
|
(375, NULL, 0, 0, 99.5805, 100.385, -100, 0, 0, 123.939, 124),
|
|
(376, 'wm1', 0, 0, 75.3241, 99.9558, 0, 73, 232934, 140.349, 125),
|
|
(377, 'wm2', 0, 0, 2666.08, 99.9558, 0, 2665, 240253, 140.349, 125),
|
|
(378, NULL, 0, 0, 2741.4, 99.9558, 2642.61, 0, 0, 140.349, 125),
|
|
(379, 'wm1', 0, 0, 489.792, 504.357, 0, 488, 17970, 45.555, 126),
|
|
(380, 'wm2', 0, 0, 462.179, 504.357, 0, 462, 18029, 45.555, 126),
|
|
(381, NULL, 0, 0, 951.972, 504.357, 88.7494, 0, 0, 45.555, 126),
|
|
(382, 'wm1', 0, 0, 82.0731, -0.00400604, 0, 72, 210923, 141.941, 127),
|
|
(383, 'wm2', 0, 0, 675.712, -0.00400604, 0, 601, 213848, 141.941, 127),
|
|
(384, NULL, 0, 0, 757.785, -0.00400604, 100, 0, 0, 141.941, 127),
|
|
(385, 'wm1', 0, 0, 98.6875, 100.371, 0, 97, 236187, 138.923, 128),
|
|
(386, 'wm2', 0, 0, 545.886, 100.371, 0, 544, 239466, 138.923, 128),
|
|
(387, NULL, 0, 0, 644.573, 100.371, 542.19, 0, 0, 138.923, 128),
|
|
(388, 'wm1', 0, 0, 490.496, 504.323, 0, 489, 17979, 47.722, 129),
|
|
(389, 'wm2', 0, 0, 449.746, 504.323, 0, 448, 17964, 47.722, 129),
|
|
(390, NULL, 0, 0, 940.242, 504.323, 86.4366, 0, 0, 47.722, 129),
|
|
(391, 'wm1', 0, 0, 74.2185, 100.377, 0, 73, 236351, 139.708, 130),
|
|
(392, 'wm2', 0, 0, 26.0858, 100.377, 0, 949, 240164, 139.708, 130),
|
|
(393, NULL, 0, 0, 100.304, 100.377, -0.0721921, 0, 0, 139.708, 130),
|
|
(394, 'wm1', 0, 0, 75.1074, 100.372, 0, 74, 236753, 139.606, 131),
|
|
(395, 'wm2', 0, 0, 24.9824, 100.372, 0, 909, 240201, 139.606, 131),
|
|
(396, NULL, 0, 0, 100.09, 100.372, -0.281415, 0, 0, 139.606, 131),
|
|
(397, 'wm1', 0, 0, 492.546, 503.6, 0, 492, 18012, 50.305, 132),
|
|
(398, 'wm2', 0, 0, 12.0006, 503.6, 0, 436, 17998, 50.305, 132),
|
|
(399, NULL, 0, 0, 504.547, 503.6, 0.18799, 0, 0, 50.305, 132),
|
|
(400, 'wm1', 0, 0, 77.6625, 100.363, 0, 77, 238250, 137.485, 133),
|
|
(401, 'wm2', 0, 0, 25.5386, 100.363, 0, 928, 239885, 137.485, 133),
|
|
(402, NULL, 0, 0, 103.201, 100.363, 2.82741, 0, 0, 137.485, 133),
|
|
(403, 'wm1', 0, 0, 75.623, 100.359, 0, 74, 235132, 141.199, 134),
|
|
(404, 'wm2', 0, 0, 24.7192, 100.359, 0, 899, 240081, 141.199, 134),
|
|
(405, NULL, 0, 0, 100.342, 100.359, -0.0170743, 0, 0, 141.199, 134),
|
|
(406, 'wm1', 0, 0, 75.605, 100.366, 0, 74, 235192, 141.235, 135),
|
|
(407, 'wm2', 0, 0, 24.7174, 100.366, 0, 899, 240102, 141.235, 135),
|
|
(408, NULL, 0, 0, 100.322, 100.366, -0.0431846, 0, 0, 141.235, 135),
|
|
(409, 'wm1', 0, 0, 75.5147, 100.362, 0, 74, 235473, 141.167, 136),
|
|
(410, 'wm2', 0, 0, 24.7436, 100.362, 0, 900, 240115, 141.167, 136),
|
|
(411, NULL, 0, 0, 100.258, 100.362, -0.103241, 0, 0, 141.167, 136),
|
|
(412, 'wm1', 0, 0, 75.4228, 100.36, 0, 74, 235758, 141.205, 137),
|
|
(413, 'wm2', 0, 0, 24.708, 100.36, 0, 898, 239925, 141.205, 137),
|
|
(414, NULL, 0, 0, 100.131, 100.36, -0.228191, 0, 0, 141.205, 137),
|
|
(415, 'wm1', 0, 0, 491.526, 504.026, 0, 490, 17979, 45.287, 138),
|
|
(416, 'wm2', 0, 0, 12.6683, 504.026, 0, 460, 17991, 45.287, 138),
|
|
(417, NULL, 0, 0, 504.194, 504.026, 0.0334405, 0, 0, 45.287, 138),
|
|
(418, 'wm1', 0, 0, 489.815, 503.921, 0, 489, 18000, 53.029, 139),
|
|
(419, 'wm2', 0, 0, 11.188, 503.921, 0, 406, 17975, 53.029, 139),
|
|
(420, NULL, 0, 0, 501.003, 503.921, -0.578981, 0, 0, 53.029, 139),
|
|
(421, 'wm1', 0, 0, 488.217, 504.187, 0, 488, 18028, 46.504, 140),
|
|
(422, 'wm2', 0, 0, 13.5857, 504.187, 0, 494, 18017, 46.504, 140),
|
|
(423, NULL, 0, 0, 501.802, 504.187, -0.47295, 0, 0, 46.504, 140),
|
|
(424, 'wm1', 0, 0, 492.708, 0, 0, 492, 18073, 46.696, 141),
|
|
(425, 'wm2', 0, 0, 13.5107, 0, 0, 491, 18070, 46.696, 141),
|
|
(426, NULL, 0, 0, 506.218, 0, 100, 0, 0, 46.696, 141),
|
|
(427, 'wm1', 0, 0, 487.947, 504.17, 0, 487, 18001, 46.473, 142),
|
|
(428, 'wm2', 0, 0, 13.513, 504.17, 0, 491, 18004, 46.473, 142),
|
|
(429, NULL, 0, 0, 501.46, 504.17, -0.537467, 0, 0, 46.473, 142),
|
|
(430, 'wm1', 0, 0, 74.6587, 100.373, 0, 74, 238169, 141.214, 143),
|
|
(431, 'wm2', 0, 0, 25.5406, 100.373, 0, 928, 239855, 141.214, 143),
|
|
(432, NULL, 0, 0, 100.199, 100.373, -0.172598, 0, 0, 141.214, 143),
|
|
(433, 'wm1', 0, 0, 74.9823, 100.358, 0, 74, 237145, 141.271, 144),
|
|
(434, 'wm2', 0, 0, 25.4422, 100.358, 0, 925, 240009, 141.271, 144),
|
|
(435, NULL, 0, 0, 100.424, 100.358, 0.066253, 0, 0, 141.271, 144),
|
|
(436, 'wm1', 0, 0, 74.3745, 100.363, 0, 73, 235854, 139.594, 145),
|
|
(437, 'wm2', 0, 0, 26.0476, 100.363, 0, 947, 240008, 139.594, 145),
|
|
(438, NULL, 0, 0, 100.422, 100.363, 0.058488, 0, 0, 139.594, 145),
|
|
(439, 'wm1', 0, 0, 74.6596, 100.368, 0, 74, 238170, 139.621, 146),
|
|
(440, 'wm2', 0, 0, 26.0331, 100.368, 0, 947, 240140, 139.621, 146),
|
|
(441, NULL, 0, 0, 100.693, 100.368, 0.323303, 0, 0, 139.621, 146),
|
|
(442, 'wm1', 0, 0, 73.2231, 100.381, 0, 72, 236290, 136.57, 147),
|
|
(443, 'wm2', 0, 0, 26.7173, 100.381, 0, 971, 239931, 136.57, 147),
|
|
(444, NULL, 0, 0, 99.9404, 100.381, -0.438539, 0, 0, 136.57, 147),
|
|
(445, 'wm1', 0, 0, 78.0386, 100.37, 0, 76, 234015, 141.259, 148),
|
|
(446, 'wm2', 0, 0, 25.6718, 100.37, 0, 933, 239918, 141.259, 148),
|
|
(447, NULL, 0, 0, 103.71, 100.37, 3.32821, 0, 0, 141.259, 148),
|
|
(448, 'wm1', 0, 0, 74.6587, 100.375, 0, 74, 238173, 141.35, 149),
|
|
(449, 'wm2', 0, 0, 25.6336, 100.375, 0, 932, 240019, 141.35, 149),
|
|
(450, NULL, 0, 0, 100.292, 100.375, -0.0825531, 0, 0, 141.35, 149),
|
|
(451, 'wm1', 0, 0, 492.365, 504.625, 0, 491, 17980, 52.841, 150),
|
|
(452, 'wm2', 0, 0, 11.25, 504.625, 0, 409, 18008, 52.841, 150),
|
|
(453, NULL, 0, 0, 503.615, 504.625, -0.200126, 0, 0, 52.841, 150),
|
|
(454, 'wm1', 0, 0, 491.381, 504.69, 0, 491, 18021, 46.735, 151),
|
|
(455, 'wm2', 0, 0, 13.7752, 504.69, 0, 501, 18020, 46.735, 151),
|
|
(456, NULL, 0, 0, 505.157, 504.69, 0.0923647, 0, 0, 46.735, 151),
|
|
(457, 'wm1', 0, 0, 27.5599, 50.1737, 0, 13, 56655, 188.906, 152),
|
|
(458, 'wm2', 0, 0, 49.5245, 50.1737, 0, 1802, 120062, 188.906, 152),
|
|
(459, NULL, 0, 0, 77.0843, 50.1737, 53.6348, 0, 0, 188.906, 152),
|
|
(460, 'wm1', 0, 0, 0, 50.1733, 0, 0, 16759000, 115.456, 153),
|
|
(461, 'wm2', 0, 0, 49.7609, 50.1733, 0, 1810, 120090, 115.456, 153),
|
|
(462, NULL, 0, 0, 49.7609, 50.1733, -0.821942, 0, 0, 115.456, 153),
|
|
(466, 'wm1', 0, 0, 0, 50.1685, 0, 0, 16759600, 99.018, 154),
|
|
(467, 'wm2', 0, 0, 49.7571, 50.1685, 0, 1810, 120133, 99.018, 154),
|
|
(468, NULL, 0, 0, 49.7571, 50.1685, -0.820005, 0, 0, 99.018, 154),
|
|
(469, 'wm1', 0, 0, 0, 50.1626, 0, 0, 16658100, 96.306, 155),
|
|
(470, 'wm2', 0, 0, 50.0808, 50.1626, 0, 1822, 120151, 96.306, 155),
|
|
(471, NULL, 0, 0, 50.0808, 50.1626, -0.163181, 0, 0, 96.306, 155),
|
|
(472, 'wm1', 0, 0, 49.905, 50.1651, 0, 49, 117977, 131.275, 156),
|
|
(473, 'wm2', 0, 0, 0.871778, 50.1651, 0, 30, 113595, 131.275, 156),
|
|
(474, NULL, 0, 0, 50.7768, 50.1651, 1.21934, 0, 0, 131.275, 156),
|
|
(475, 'wm1', 0, 0, 0, 50.1782, 0, 0, 16775900, 98.471, 157),
|
|
(476, 'wm2', 0, 0, 49.8067, 50.1782, 0, 1812, 120144, 98.471, 157),
|
|
(477, NULL, 0, 0, 49.8067, 50.1782, -0.740387, 0, 0, 98.471, 157),
|
|
(478, 'wm1', 0, 0, 47.7762, 50.1848, 0, 47, 118256, 99.223, 158),
|
|
(479, 'wm2', 0, 0, 6.77178, 50.1848, 0, 245, 119481, 99.223, 158),
|
|
(480, NULL, 0, 0, 54.548, 50.1848, 8.69418, 0, 0, 99.223, 158),
|
|
(481, 'wm1', 0, 0, 74.1062, 100.354, 0, 73, 236704, 140.713, 159),
|
|
(482, 'wm2', 0, 0, 26.1197, 100.354, 0, 950, 240100, 140.713, 159),
|
|
(483, NULL, 0, 0, 100.226, 100.354, -0.127919, 0, 0, 140.713, 159),
|
|
(484, 'wm1', 0, 0, 74.2084, 100.374, 0, 73, 236381, 140.877, 160),
|
|
(485, 'wm2', 0, 0, 26.1285, 100.374, 0, 950, 240022, 140.877, 160),
|
|
(486, NULL, 0, 0, 100.337, 100.374, -0.0366976, 0, 0, 140.877, 160),
|
|
(487, 'wm1', 0, 0, 74.1989, 100.373, 0, 74, 239647, 140.826, 161),
|
|
(488, 'wm2', 0, 0, 26.1314, 100.373, 0, 951, 240245, 140.826, 161),
|
|
(489, NULL, 0, 0, 100.33, 100.373, -0.0427862, 0, 0, 140.826, 161),
|
|
(490, 'wm1', 0, 0, 74.1353, 100.376, 0, 73, 236615, 140.842, 162),
|
|
(491, 'wm2', 0, 0, 26.0834, 100.376, 0, 949, 240185, 140.842, 162),
|
|
(492, NULL, 0, 0, 100.219, 100.376, -0.157146, 0, 0, 140.842, 162),
|
|
(493, 'wm1', 0, 0, 74.2927, 100.37, 0, 73, 236113, 140.91, 163),
|
|
(494, 'wm2', 0, 0, 26.0364, 100.37, 0, 947, 240110, 140.91, 163),
|
|
(495, NULL, 0, 0, 100.329, 100.37, -0.0412443, 0, 0, 140.91, 163),
|
|
(496, 'wm1', 0, 0, 495.357, 504.056, 0, 495, 18025, 42.394, 164),
|
|
(497, 'wm2', 0, 0, 13.6965, 504.056, 0, 498, 18018, 42.394, 164),
|
|
(498, NULL, 0, 0, 509.053, 504.056, 0.991396, 0, 0, 42.394, 164),
|
|
(499, 'wm1', 0, 0, 498.714, 503.279, 0, 497, 17976, 42.413, 165),
|
|
(500, 'wm2', 0, 0, 13.6895, 503.279, 0, 497, 17991, 42.413, 165),
|
|
(501, NULL, 0, 0, 512.404, 503.279, 1.81312, 0, 0, 42.413, 165),
|
|
(502, 'wm1', 0, 0, 490.305, 503.794, 0, 489, 17991, 42.458, 166),
|
|
(503, 'wm2', 0, 0, 13.6253, 503.794, 0, 495, 18004, 42.458, 166),
|
|
(504, NULL, 0, 0, 503.93, 503.794, 0.0269924, 0, 0, 42.458, 166),
|
|
(505, 'wm1', 0, 0, 489.302, 502.942, 0, 488, 17990, 42.43, 167),
|
|
(506, 'wm2', 0, 0, 13.6734, 502.942, 0, 496, 17976, 42.43, 167),
|
|
(507, NULL, 0, 0, 502.975, 502.942, 0.00666853, 0, 0, 42.43, 167),
|
|
(508, 'wm1', 0, 0, 491.288, 503.876, 0, 489, 17955, 42.466, 168),
|
|
(509, 'wm2', 0, 0, 13.6536, 503.876, 0, 496, 18003, 42.466, 168),
|
|
(510, NULL, 0, 0, 504.941, 503.876, 0.21141, 0, 0, 42.466, 168),
|
|
(511, 'wm1', 0, 0, 0, 50.1636, 0, 0, 16751600, 91.977, 169),
|
|
(512, 'wm2', 0, 0, 49.8958, 50.1636, 0, 1815, 120147, 91.977, 169),
|
|
(513, NULL, 0, 0, 49.8958, 50.1636, -0.533731, 0, 0, 91.977, 169),
|
|
(514, 'wm1', 0, 0, 0, 50.1793, 0, 0, 16751600, 91.859, 170),
|
|
(515, 'wm2', 0, 0, 49.8929, 50.1793, 0, 1815, 120153, 91.859, 170),
|
|
(516, NULL, 0, 0, 49.8929, 50.1793, -0.570654, 0, 0, 91.859, 170),
|
|
(517, 'wm1', 0, 0, 0, 50.1736, 0, 0, 16664800, 93.553, 171),
|
|
(518, 'wm2', 0, 0, 49.8341, 50.1736, 0, 1812, 120091, 93.553, 171),
|
|
(519, NULL, 0, 0, 49.8341, 50.1736, -0.676682, 0, 0, 93.553, 171),
|
|
(520, 'wm1', 0, 0, 1.8742, 50.1676, 0, 1, 64147, 92.725, 172),
|
|
(521, 'wm2', 0, 0, 49.7989, 50.1676, 0, 1812, 120179, 92.725, 172),
|
|
(522, NULL, 0, 0, 51.673, 50.1676, 3.00085, 0, 0, 92.725, 172),
|
|
(523, 'wm1', 0, 0, 0, 50.1676, 0, 0, 16767800, 94.104, 173),
|
|
(524, 'wm2', 0, 0, 49.8321, 50.1676, 0, 1813, 120158, 94.104, 173),
|
|
(525, NULL, 0, 0, 49.8321, 50.1676, -0.668642, 0, 0, 94.104, 173),
|
|
(526, 'wm1', 0, 0, 49.2621, 50.1722, 0, 48, 117100, 113.708, 174),
|
|
(527, 'wm2', 0, 0, 1.97506, 50.1722, 0, 70, 117016, 113.708, 174),
|
|
(528, NULL, 0, 0, 51.2372, 50.1722, 2.12265, 0, 0, 113.708, 174),
|
|
(529, 'wm1', 0, 0, 49.5521, 50.1769, 0, 49, 118842, 114.165, 175),
|
|
(530, 'wm2', 0, 0, 1.35864, 50.1769, 0, 48, 116646, 114.165, 175),
|
|
(531, NULL, 0, 0, 50.9107, 50.1769, 1.46246, 0, 0, 114.165, 175),
|
|
(532, 'wm1', 0, 0, 50.3895, 50.1726, 0, 50, 119249, 115.974, 176),
|
|
(533, 'wm2', 0, 0, 0.979079, 50.1726, 0, 35, 118025, 115.974, 176),
|
|
(534, NULL, 0, 0, 51.3686, 50.1726, 2.38378, 0, 0, 115.974, 176),
|
|
(535, 'wm1', 0, 0, 49.9235, 50.1733, 0, 49, 117955, 117.023, 177),
|
|
(536, 'wm2', 0, 0, 0.974843, 50.1733, 0, 34, 115151, 117.023, 177),
|
|
(537, NULL, 0, 0, 50.8983, 50.1733, 1.445, 0, 0, 117.023, 177),
|
|
(538, 'wm1', 0, 0, 49.7678, 50.1693, 0, 49, 118324, 114.351, 178),
|
|
(539, 'wm2', 0, 0, 1.42521, 50.1693, 0, 50, 115828, 114.351, 178),
|
|
(540, NULL, 0, 0, 51.193, 50.1693, 2.04042, 0, 0, 114.351, 178),
|
|
(541, 'wm1', 0, 0, 71.9354, 100.371, 0, 71, 237188, 131.394, 179),
|
|
(542, 'wm2', 0, 0, 28.5036, 100.371, 0, 1037, 240190, 131.394, 179),
|
|
(543, NULL, 0, 0, 100.439, 100.371, 0.0675517, 0, 0, 131.394, 179),
|
|
(544, 'wm1', 0, 0, 73.7589, 100.378, 0, 72, 234559, 139.926, 180),
|
|
(545, 'wm2', 0, 0, 26.7775, 100.378, 0, 974, 240116, 139.926, 180),
|
|
(546, NULL, 0, 0, 100.536, 100.378, 0.158155, 0, 0, 139.926, 180),
|
|
(547, 'wm1', 0, 0, 493.198, 0, 0, 492, 18065, 42.743, 181),
|
|
(548, 'wm2', 0, 0, 496.192, 0, 0, 496, 18102, 42.743, 181),
|
|
(549, NULL, 0, 0, 989.39, 0, 100, 0, 0, 42.743, 181),
|
|
(550, 'wm1', 0, 0, 106.428, 100.47, 0, 106, 35903, 67.678, 182),
|
|
(551, 'wm2', 0, 0, 17.4985, 100.47, 0, 16, 32961, 67.678, 182),
|
|
(552, NULL, 0, 0, 123.927, 100.47, 23.3465, 0, 0, 67.678, 182),
|
|
(553, 'wm1', 0, 0, 0, 50.1727, 0, 0, 16703200, 97.673, 183),
|
|
(554, 'wm2', 0, 0, 1811.81, 50.1727, 0, 1811, 120157, 97.673, 183),
|
|
(555, NULL, 0, 0, 1811.81, 50.1727, 3511.15, 0, 0, 97.673, 183),
|
|
(556, 'wm1', 0, 0, 35.6682, 50.2214, 0, 35, 118063, 65.623, 184),
|
|
(557, 'wm2', 0, 0, 536.7, 50.2214, 0, 535, 119936, 65.623, 184),
|
|
(558, NULL, 0, 0, 572.368, 50.2214, 1039.69, 0, 0, 65.623, 184),
|
|
(559, 'wm1', 0, 0, 591.655, 606.406, 0, 591, 21646, 28.282, 185),
|
|
(560, 'wm2', 0, 0, 15.6427, 606.406, 0, 569, 21655, 28.282, 185),
|
|
(561, NULL, 0, 0, 607.298, 606.406, 0.147111, 0, 0, 28.282, 185),
|
|
(562, 'wm1', 0, 0, 170.954, 200.698, 0, 170, 71668, 94.607, 186),
|
|
(563, 'wm2', 0, 0, 29.8979, 200.698, 0, 1087, 71985, 94.607, 186),
|
|
(564, NULL, 0, 0, 200.851, 200.698, 0.0762261, 0, 0, 94.607, 186),
|
|
(565, 'wm1', 0, 0, 594.796, 604.97, 0, 594, 21643, 28.098, 187),
|
|
(566, 'wm2', 0, 0, 14.4853, 604.97, 0, 526, 21620, 28.098, 187),
|
|
(567, NULL, 0, 0, 609.281, 604.97, 0.712705, 0, 0, 28.098, 187),
|
|
(568, 'wm1', 0, 0, 175.906, 200.643, 0, 175, 71699, 94.872, 188),
|
|
(569, 'wm2', 0, 0, 26.9631, 200.643, 0, 980, 71963, 94.872, 188),
|
|
(570, NULL, 0, 0, 202.869, 200.643, 1.1091, 0, 0, 94.872, 188),
|
|
(571, 'wm1', 0, 0, 0, 100.291, 0, 0, 16635600, 200.285, 189),
|
|
(572, 'wm2', 0, 0, 99.5408, 100.291, 0, 3623, 240188, 200.285, 189),
|
|
(573, NULL, 0, 0, 99.5408, 100.291, -0.748225, 0, 0, 200.285, 189),
|
|
(574, 'wm1', 0, 0, 97.9918, 100.314, 0, 97, 237751, 226.58, 190),
|
|
(575, 'wm2', 0, 0, 3.8521, 100.314, 0, 139, 238098, 226.58, 190),
|
|
(576, NULL, 0, 0, 101.844, 100.314, 1.52492, 0, 0, 226.58, 190),
|
|
(577, 'wm1', 0, 0, 0, 50.1568, 0, 0, 16775500, 98.315, 191),
|
|
(578, 'wm2', 0, 0, 49.8346, 50.1568, 0, 1813, 120146, 98.315, 191),
|
|
(579, NULL, 0, 0, 49.8346, 50.1568, -0.642228, 0, 0, 98.315, 191),
|
|
(580, 'wm1', 0, 0, 49.1247, 50.1749, 0, 49, 119872, 116.002, 192),
|
|
(581, 'wm2', 0, 0, 1.79279, 50.1749, 0, 64, 117861, 116.002, 192),
|
|
(582, NULL, 0, 0, 50.9175, 50.1749, 1.47987, 0, 0, 116.002, 192),
|
|
(583, 'wm1', 0, 0, 72.4993, 100.348, 0, 72, 238634, 141.267, 193),
|
|
(584, 'wm2', 0, 0, 27.9995, 100.348, 0, 1019, 240246, 141.267, 193),
|
|
(585, NULL, 0, 0, 100.499, 100.348, 0.150386, 0, 0, 141.267, 193),
|
|
(586, 'wm1', 0, 0, 494.178, 504.997, 0, 493, 17997, 41.633, 194),
|
|
(587, 'wm2', 0, 0, 11.9602, 504.997, 0, 434, 17984, 41.633, 194),
|
|
(588, NULL, 0, 0, 506.138, 504.997, 0.226031, 0, 0, 41.633, 194),
|
|
(589, 'wm1', 0, 0, 0, 50.1627, 0, 0, 16661200, 97.565, 195),
|
|
(590, 'wm2', 0, 0, 49.7392, 50.1627, 0, 1809, 120112, 97.565, 195),
|
|
(591, NULL, 0, 0, 49.7392, 50.1627, -0.844329, 0, 0, 97.565, 195),
|
|
(592, 'wm1', 0, 0, 49.6052, 50.1735, 0, 48, 116289, 115.859, 196),
|
|
(593, 'wm2', 0, 0, 1.43312, 50.1735, 0, 51, 117493, 115.859, 196),
|
|
(594, NULL, 0, 0, 51.0384, 50.1735, 1.72377, 0, 0, 115.859, 196),
|
|
(595, 'wm1', 0, 0, 0, 100.294, 0, 0, 16640800, 195.803, 197),
|
|
(596, 'wm2', 0, 0, 99.5411, 100.294, 0, 3622, 240122, 195.803, 197),
|
|
(597, NULL, 0, 0, 99.5411, 100.294, -0.750601, 0, 0, 195.803, 197),
|
|
(598, 'wm1', 0, 0, 98.7868, 100.305, 0, 98, 238268, 229.086, 198),
|
|
(599, 'wm2', 0, 0, 3.14719, 100.305, 0, 113, 236915, 229.086, 198),
|
|
(600, NULL, 0, 0, 101.934, 100.305, 1.62398, 0, 0, 229.086, 198),
|
|
(601, 'wm1', 0, 0, 176.134, 200.654, 0, 176, 72017, 94.671, 199),
|
|
(602, 'wm2', 0, 0, 29.5001, 200.654, 0, 1073, 72018, 94.671, 199),
|
|
(603, NULL, 0, 0, 205.635, 200.654, 2.48213, 0, 0, 94.671, 199),
|
|
(604, 'wm1', 0, 0, 591.956, 606.727, 0, 591, 21635, 28.131, 200),
|
|
(605, 'wm2', 0, 0, 14.2884, 606.727, 0, 520, 21666, 28.131, 200),
|
|
(606, NULL, 0, 0, 606.244, 606.727, -0.0795022, 0, 0, 28.131, 200),
|
|
(607, 'wm1', 0, 0, 0, 100.287, 0, 0, 16704700, 209.122, 201),
|
|
(608, 'wm2', 0, 0, 99.3867, 100.287, 0, 3617, 240153, 209.122, 201),
|
|
(609, NULL, 0, 0, 99.3867, 100.287, -0.897473, 0, 0, 209.122, 201),
|
|
(610, 'wm1', 0, 0, 98.913, 100.298, 0, 98, 237960, 233.016, 202),
|
|
(611, 'wm2', 0, 0, 3.03071, 100.298, 0, 109, 237308, 233.016, 202),
|
|
(612, NULL, 0, 0, 101.944, 100.298, 1.64045, 0, 0, 233.016, 202),
|
|
(613, 'wm1', 0, 0, 171.998, 200.67, 0, 171, 71652, 94.471, 203),
|
|
(614, 'wm2', 0, 0, 28.5873, 200.67, 0, 1040, 72030, 94.471, 203),
|
|
(615, NULL, 0, 0, 200.585, 200.67, -0.0424223, 0, 0, 94.471, 203),
|
|
(616, 'wm1', 0, 0, 591.501, 606.742, 0, 590, 21616, 28.114, 204),
|
|
(617, 'wm2', 0, 0, 14.2498, 606.742, 0, 518, 21642, 28.114, 204),
|
|
(618, NULL, 0, 0, 605.751, 606.742, -0.163396, 0, 0, 28.114, 204),
|
|
(619, 'wm1', 0, 0, 0, 100.276, 0, 0, 16652900, 202.784, 205),
|
|
(620, 'wm2', 0, 0, 99.4533, 100.276, 0, 3619, 240131, 202.784, 205),
|
|
(621, NULL, 0, 0, 99.4533, 100.276, -0.820459, 0, 0, 202.784, 205),
|
|
(622, 'wm1', 0, 0, 99.9299, 100.296, 0, 99, 237940, 235.554, 206),
|
|
(623, 'wm2', 0, 0, 2.00189, 100.296, 0, 72, 237312, 235.554, 206),
|
|
(624, NULL, 0, 0, 101.932, 100.296, 1.63113, 0, 0, 235.554, 206),
|
|
(625, 'wm1', 0, 0, 175.047, 200.603, 0, 174, 71640, 94.605, 207),
|
|
(626, 'wm2', 0, 0, 29.7242, 200.603, 0, 1081, 72007, 94.605, 207),
|
|
(627, NULL, 0, 0, 204.771, 200.603, 2.07753, 0, 0, 94.605, 207),
|
|
(628, 'wm1', 0, 0, 592.301, 607.594, 0, 592, 21661, 28.149, 208),
|
|
(629, 'wm2', 0, 0, 14.2505, 607.594, 0, 518, 21642, 28.149, 208),
|
|
(630, NULL, 0, 0, 606.551, 607.594, -0.171686, 0, 0, 28.149, 208),
|
|
(631, 'wm1', 0, 0, 1.40603, 100.278, 0, 1, 170840, 200.653, 209),
|
|
(632, 'wm2', 0, 0, 99.6419, 100.278, 0, 3626, 240142, 200.653, 209),
|
|
(633, NULL, 0, 0, 101.048, 100.278, 0.768322, 0, 0, 200.653, 209),
|
|
(634, 'wm1', 0, 0, 98.8428, 100.299, 0, 98, 238131, 230.112, 210),
|
|
(635, 'wm2', 0, 0, 3.03594, 100.299, 0, 109, 236901, 230.112, 210),
|
|
(636, NULL, 0, 0, 101.879, 100.299, 1.57492, 0, 0, 230.112, 210),
|
|
(637, 'wm1', 0, 0, 170.595, 200.688, 0, 169, 71398, 93.603, 211),
|
|
(638, 'wm2', 0, 0, 29.5682, 200.688, 0, 1075, 71986, 93.603, 211),
|
|
(639, NULL, 0, 0, 200.164, 200.688, -0.261361, 0, 0, 93.603, 211),
|
|
(640, 'wm1', 0, 0, 592.476, 607.612, 0, 591, 21618, 27.98, 212),
|
|
(641, 'wm2', 0, 0, 14.2427, 607.612, 0, 517, 21612, 27.98, 212),
|
|
(642, NULL, 0, 0, 606.719, 607.612, -0.14703, 0, 0, 27.98, 212),
|
|
(643, 'wm1', 0, 0, 0, 100.278, 0, 0, 16591200, 203.845, 213),
|
|
(644, 'wm2', 0, 0, 99.4047, 100.278, 0, 3618, 240182, 203.845, 213),
|
|
(645, NULL, 0, 0, 99.4047, 100.278, -0.870893, 0, 0, 203.845, 213),
|
|
(646, 'wm1', 0, 0, 99.2103, 100.308, 0, 98, 237252, 227.893, 214),
|
|
(647, 'wm2', 0, 0, 2.76914, 100.308, 0, 100, 238284, 227.893, 214),
|
|
(648, NULL, 0, 0, 101.979, 100.308, 1.66658, 0, 0, 227.893, 214),
|
|
(649, 'wm1', 0, 0, 171.026, 200.671, 0, 171, 72060, 93.412, 215),
|
|
(650, 'wm2', 0, 0, 28.7562, 200.671, 0, 1046, 72021, 93.412, 215),
|
|
(651, NULL, 0, 0, 199.782, 200.671, -0.442676, 0, 0, 93.412, 215),
|
|
(652, 'wm1', 0, 0, 592.246, 607.195, 0, 592, 21662, 27.925, 216),
|
|
(653, 'wm2', 0, 0, 14.2289, 607.195, 0, 517, 21632, 27.925, 216),
|
|
(654, NULL, 0, 0, 606.475, 607.195, -0.118593, 0, 0, 27.925, 216),
|
|
(655, 'wm1', 0, 0, 0, 100.326, 0, 0, 16777200, 209.388, 217),
|
|
(656, 'wm2', 0, 0, 99.368, 100.326, 0, 3616, 240131, 209.388, 217),
|
|
(657, NULL, 0, 0, 99.368, 100.326, -0.95479, 0, 0, 209.388, 217),
|
|
(658, 'wm1', 0, 0, 102.572, 100.321, 0, 102, 238857, 210.931, 218),
|
|
(659, 'wm2', 0, 0, 1.47127, 100.321, 0, 53, 237712, 210.931, 218),
|
|
(660, NULL, 0, 0, 104.043, 100.321, 3.71036, 0, 0, 210.931, 218),
|
|
(661, 'wm1', 0, 0, 197.851, 200.303, 0, 197, 71758, 94.603, 219),
|
|
(662, 'wm2', 0, 0, 2.05631, 200.303, 0, 74, 71250, 94.603, 219),
|
|
(663, NULL, 0, 0, 199.907, 200.303, -0.197736, 0, 0, 94.603, 219),
|
|
(664, 'wm1', 0, 0, 591.737, 606.845, 0, 591, 21643, 27.943, 220),
|
|
(665, 'wm2', 0, 0, 14.1732, 606.845, 0, 514, 21590, 27.943, 220),
|
|
(666, NULL, 0, 0, 605.911, 606.845, -0.154055, 0, 0, 27.943, 220),
|
|
(667, 'wm1', 0, 0, 0, 100.3, 0, 0, 16642100, 208.729, 221),
|
|
(668, 'wm2', 0, 0, 99.4487, 100.3, 0, 3619, 240136, 208.729, 221),
|
|
(669, NULL, 0, 0, 99.4487, 100.3, -0.848394, 0, 0, 208.729, 221),
|
|
(670, 'wm1', 0, 0, 1.4469, 100.293, 0, 1, 166020, 194.083, 222),
|
|
(671, 'wm2', 0, 0, 99.4679, 100.293, 0, 3620, 240173, 194.083, 222),
|
|
(672, NULL, 0, 0, 100.915, 100.293, 0.620384, 0, 0, 194.083, 222),
|
|
(673, 'wm1', 0, 0, 95.3968, 100.315, 0, 95, 239196, 211.811, 223),
|
|
(674, 'wm2', 0, 0, 6.45348, 100.315, 0, 234, 239268, 211.811, 223),
|
|
(675, NULL, 0, 0, 101.85, 100.315, 1.53025, 0, 0, 211.811, 223),
|
|
(676, 'wm1', 0, 0, 169.789, 200.655, 0, 169, 71734, 94.481, 224),
|
|
(677, 'wm2', 0, 0, 29.878, 200.655, 0, 1087, 72032, 94.481, 224),
|
|
(678, NULL, 0, 0, 199.667, 200.655, -0.49205, 0, 0, 94.481, 224),
|
|
(679, 'wm1', 0, 0, 592.175, 607.261, 0, 591, 21626, 27.954, 225),
|
|
(680, 'wm2', 0, 0, 14.2112, 607.261, 0, 516, 21615, 27.954, 225),
|
|
(681, NULL, 0, 0, 606.386, 607.261, -0.144079, 0, 0, 27.954, 225),
|
|
(682, 'wm1', 0, 0, 592.641, 605.56, 0, 591, 21610, 27.953, 226),
|
|
(683, 'wm2', 0, 0, 14.2564, 605.56, 0, 518, 21631, 27.953, 226),
|
|
(684, NULL, 0, 0, 606.897, 605.56, 0.220844, 0, 0, 27.953, 226),
|
|
(685, 'wm1', 0, 0, 169.261, 0, 0, 168, 71656, 94.672, 227),
|
|
(686, 'wm2', 0, 0, 30.4505, 0, 0, 1107, 72103, 94.672, 227),
|
|
(687, NULL, 0, 0, 199.712, 0, 100, 0, 0, 94.672, 227),
|
|
(688, 'wm1', 0, 0, 1.61949, 100.281, 0, 1, 148317, 207.996, 228),
|
|
(689, 'wm2', 0, 0, 99.4225, 100.281, 0, 3618, 240133, 207.996, 228),
|
|
(690, NULL, 0, 0, 101.042, 100.281, 0.758816, 0, 0, 207.996, 228),
|
|
(691, 'wm1', 0, 0, 96.0356, 100.317, 0, 96, 240100, 218.832, 229),
|
|
(692, 'wm2', 0, 0, 5.76275, 100.317, 0, 209, 239314, 218.832, 229),
|
|
(693, NULL, 0, 0, 101.798, 100.317, 1.47672, 0, 0, 218.832, 229),
|
|
(694, 'wm1', 0, 0, 592.175, 597.12, 0, 591, 21629, 27.8, 230),
|
|
(695, 'wm2', 0, 0, 15.018, 597.12, 0, 546, 21646, 27.8, 230),
|
|
(696, NULL, 0, 0, 607.193, 597.12, 1.68695, 0, 0, 27.8, 230),
|
|
(697, 'wm1', 0, 0, 194.911, 200.652, 0, 194, 71733, 93.052, 231),
|
|
(698, 'wm2', 0, 0, 5.86159, 200.652, 0, 212, 71610, 93.052, 231),
|
|
(699, NULL, 0, 0, 200.773, 200.652, 0.0600991, 0, 0, 93.052, 231),
|
|
(700, 'wm1', 0, 0, 1.62847, 100.288, 0, 1, 147503, 203.888, 232),
|
|
(701, 'wm2', 0, 0, 118.379, 100.288, 0, 4307, 240093, 203.888, 232),
|
|
(702, NULL, 0, 0, 120.007, 100.288, 19.6628, 0, 0, 203.888, 232),
|
|
(703, 'wm1', 0, 0, 99.5546, 100.301, 0, 99, 238844, 227.927, 233),
|
|
(704, 'wm2', 0, 0, 2.34684, 100.301, 0, 84, 236176, 227.927, 233),
|
|
(705, NULL, 0, 0, 101.901, 100.301, 1.59609, 0, 0, 227.927, 233);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `outputpath`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `outputpath` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`ItemNr` int(11) DEFAULT NULL,
|
|
`Name` varchar(255) DEFAULT NULL,
|
|
`Qfrom` float DEFAULT NULL,
|
|
`Qto` float DEFAULT NULL,
|
|
`RegulValve` varchar(255) DEFAULT NULL,
|
|
`FlowMeter` varchar(255) DEFAULT NULL,
|
|
`Diverter` varchar(255) DEFAULT NULL,
|
|
`TempDiv` varchar(255) DEFAULT NULL,
|
|
`Balance` varchar(255) DEFAULT NULL,
|
|
`EmptyTankValve` varchar(255) DEFAULT NULL,
|
|
`ValvesOpen` varchar(8000) DEFAULT NULL,
|
|
`ValvesClose` varchar(8000) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
|
|
|
|
--
|
|
-- Dumping data for table `outputpath`
|
|
--
|
|
|
|
INSERT INTO `outputpath` (`Id`, `ItemNr`, `Name`, `Qfrom`, `Qto`, `RegulValve`, `FlowMeter`, `Diverter`, `TempDiv`, `Balance`, `EmptyTankValve`, `ValvesOpen`, `ValvesClose`) VALUES
|
|
(1, 1, 'PQ1', 0.01, 0.75, 'RV4', 'I4', 'DIV3', 'T5', 'W2', 'VB2', 'VI41;VI42', ''),
|
|
(2, 2, 'PQ2', 0.075, 0.18, 'RV5', 'I4', 'DIV3', 'T5', 'W2', 'VB2', 'VI41;VI43', ''),
|
|
(3, 3, 'PQ3', 0.18, 3, 'RV3', 'I3', 'DIV2', 'T3', 'W2', 'VB2', 'VI31;VI32', ''),
|
|
(4, 4, 'PQ4', 3, 19, 'RV2', 'I2', 'DIV1', 'T4', 'W1', 'VB1', 'VI13;VI21;VI22', ''),
|
|
(5, 5, 'PQ5', 19, 160, 'RV1', 'I1', 'DIV1', 'T4', 'W1', 'VB1', 'VI11;VI13', 'VI12'),
|
|
(6, 6, 'PQ6', 160, 210, 'RV1', 'I1', 'DIV1', 'T4', 'W1', 'VB1', 'VI11;VI12;VI13', ''),
|
|
(7, 0, '<kein>', 0, 0, '---', '---', '---', '---', '---', '---', '', '');
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `procedure`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `procedure` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`ItemNr` int(11) DEFAULT NULL,
|
|
`Name` varchar(255) DEFAULT NULL,
|
|
`Description` varchar(255) DEFAULT NULL,
|
|
`CreationUser` varchar(255) DEFAULT NULL,
|
|
`CreationTime` datetime DEFAULT NULL,
|
|
`LastChgUser` varchar(255) DEFAULT NULL,
|
|
`LastChgTime` datetime DEFAULT NULL,
|
|
`LongDescription` varchar(255) DEFAULT NULL,
|
|
`Watermeters` varchar(255) DEFAULT NULL,
|
|
`PulsesPerLtr` float DEFAULT '0',
|
|
`PulsesPerLtr2` float DEFAULT '0',
|
|
`DataEntry` varchar(255) DEFAULT NULL,
|
|
`ResultsPrinter` varchar(255) DEFAULT NULL,
|
|
`ResultsWriter` varchar(255) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=22 ;
|
|
|
|
--
|
|
-- Dumping data for table `procedure`
|
|
--
|
|
|
|
INSERT INTO `procedure` (`Id`, `ItemNr`, `Name`, `Description`, `CreationUser`, `CreationTime`, `LastChgUser`, `LastChgTime`, `LongDescription`, `Watermeters`, `PulsesPerLtr`, `PulsesPerLtr2`, `DataEntry`, `ResultsPrinter`, `ResultsWriter`) VALUES
|
|
(7, 0, 'Prüfung1', 'test1 meistream50', 'admin', '2014-01-21 08:21:49', 'admin', '2014-01-23 18:09:43', '', '', 0.1, 0, NULL, NULL, NULL),
|
|
(8, 1, 'Prüfung2', '', 'admin', '2014-01-21 14:46:58', 'admin', '2014-01-23 14:23:32', '', '', 1, 0, NULL, NULL, NULL),
|
|
(10, 2, 'Test 1', 'Karsten Test meistream50', 'admin', '2014-01-22 14:42:31', 'admin', '2014-01-23 14:23:45', '', '', 1, 0, NULL, NULL, NULL),
|
|
(11, 3, 'TestIgor', 'flowrates', 'admin', '2014-01-22 15:38:37', 'admin', '2014-01-23 14:23:58', '', '', 0, 0, NULL, NULL, NULL),
|
|
(12, 4, 'Prüfung3', 'bigline', 'admin', '2014-01-22 16:55:21', 'admin', '2014-01-23 14:24:30', '', '', 0.1, 0, NULL, NULL, NULL),
|
|
(13, 5, 'TEST VERIFICATION', '', 'admin', '2014-01-23 09:20:49', 'admin', '2014-01-23 16:38:55', '', '', 0.704, 0, NULL, NULL, NULL),
|
|
(14, 6, 'QN 15 HY', 'Kompakt D92 / 6.131.33', 'admin', '2014-01-24 08:51:59', 'admin', '2014-01-27 13:26:08', '', '', 1, 67.422, NULL, 'Advanced Results', NULL),
|
|
(15, 7, 'DN80', 'DN80 Verbundwasserzahler', 'admin', '2014-01-24 13:39:20', 'admin', '2014-02-20 12:08:59', '', '', 0, 0, 'Dateneingabe', 'Advanced Results', NULL),
|
|
(17, 0, '89189', 'Hydromete Qn40', 'admin', '2014-02-11 17:52:16', 'admin', '2014-02-12 08:54:30', '', '', 0, 0, NULL, 'Advanced Results', NULL),
|
|
(18, 0, '89189 - A', 'QN 40 DN80 Verbundwasserzahler', 'admin', '2014-02-12 09:26:19', 'admin', '2014-02-12 13:52:04', '', '', 0, 0, NULL, 'Advanced Results', NULL),
|
|
(19, 10, 'Prüfung4', '', 'admin', '2014-02-12 10:20:56', 'admin', '2014-02-12 10:20:56', NULL, NULL, 0, 0, NULL, NULL, NULL),
|
|
(20, 11, 'Prüfung5', '', 'admin', '2014-02-12 10:21:13', 'admin', '2014-02-12 10:21:25', '', '', 0, 0, NULL, NULL, NULL),
|
|
(21, 0, '89189 - A - Kopie', 'QN 40 DN80 Verbundwasserzahler', 'admin', '2014-02-12 15:47:50', 'admin', '2014-02-12 17:00:38', '', '', 0, 0, NULL, 'Advanced Results', NULL);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `purgeend`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `purgeend` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`ItemNr` int(11) DEFAULT NULL,
|
|
`Duration` int(11) DEFAULT NULL,
|
|
`ValvesOpen` varchar(8000) DEFAULT NULL,
|
|
`ValvesClose` varchar(8000) DEFAULT NULL,
|
|
`RegulValvesPct` varchar(255) DEFAULT ';;;;',
|
|
`Procedure_id` int(11) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`),
|
|
KEY `Procedure_id` (`Procedure_id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;
|
|
|
|
--
|
|
-- Dumping data for table `purgeend`
|
|
--
|
|
|
|
INSERT INTO `purgeend` (`Id`, `ItemNr`, `Duration`, `ValvesOpen`, `ValvesClose`, `RegulValvesPct`, `Procedure_id`) VALUES
|
|
(1, 0, 5, '', '', '10;20;30;40;50', 7),
|
|
(2, 0, 5, 'VP5;VP6', '', '0;0;30;0;0', 14),
|
|
(3, 1, 25, 'VP5;VP6', '', '0;0;0;0;0', 14),
|
|
(4, 2, 5, '', 'VP5', '0;0;0;0;0', 14),
|
|
(5, 0, 5, 'VI3P;VB1;VB2', 'VL11;VL13;VL21;VL23;VZ1;VP2;VP4;VP5;VP6;VL12;VL22;VI11;VI12;VI13;VI21;VI22;VI2P;VI31;VI32;VI41;VI42;VI43;VI4P', '0;0;0;0;0', 18),
|
|
(6, 1, 125, 'VP5;VP6', '', '0;0;0;0;0', 18),
|
|
(7, 2, 5, '', 'VP5;VP6;VB1;VB2', '0;0;0;0;0', 18),
|
|
(8, 0, 5, 'VI3P;VB1;VB2', 'VL11;VL13;VL21;VL23;VZ1;VP2;VP4;VP5;VP6;VL12;VL22;VI11;VI12;VI13;VI21;VI22;VI2P;VI31;VI32;VI41;VI42;VI43;VI4P', '0;0;0;0;0', 21),
|
|
(9, 1, 125, 'VP5;VP6', '', '0;0;0;0;0', 21),
|
|
(10, 2, 5, '', 'VP5;VP6;VB1;VB2', '0;0;0;0;0', 21);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `purgestart`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `purgestart` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`ItemNr` int(11) DEFAULT NULL,
|
|
`Duration` int(11) DEFAULT NULL,
|
|
`ValvesOpen` varchar(8000) DEFAULT NULL,
|
|
`ValvesClose` varchar(8000) DEFAULT NULL,
|
|
`RegulValvesPct` varchar(255) DEFAULT ';;;;',
|
|
`Procedure_id` int(11) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`),
|
|
KEY `Procedure_id` (`Procedure_id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=62 ;
|
|
|
|
--
|
|
-- Dumping data for table `purgestart`
|
|
--
|
|
|
|
INSERT INTO `purgestart` (`Id`, `ItemNr`, `Duration`, `ValvesOpen`, `ValvesClose`, `RegulValvesPct`, `Procedure_id`) VALUES
|
|
(1, 1, 10, 'VL13;VZ1;VL12;VI11;VI12;VI13;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VB1;VB1a;VB2;VB2a', 'VL21', '50;40;30;20;10', 7),
|
|
(2, 0, 10, 'VL13;VZ1;VL12;VI11;VI12;VI13;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VB1;VB1a;VB2;VB2a', 'VL21', '0;0;0;0;0', 7),
|
|
(3, 2, 10, 'VL11;VZ1;VL12;VI11;VI12;VI13;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VB1;VB1a;VB2;VB2a', 'VL13;VL21', '0;0;0;0;0', 7),
|
|
(4, 3, 5, 'VZ1', 'VL11;VL13;VL21;VL12;VI11;VI12;VI13;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VB1;VB1a;VB2;VB2a', '0;0;0;0;0', 7),
|
|
(5, 0, 5, '', '', '0;0;0;0;0', 11),
|
|
(6, 0, 20, 'VL13;VZ1;VL12;VI11;VI12;VI13;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VB1;VB2', '', '5;5;5;5;5', 13),
|
|
(7, 1, 10, 'VL13;VZ1;VL12;VI11;VI12;VI32', 'VL11', '0;0;0;0;0', 13),
|
|
(8, 2, 5, 'VL11;VL13;VZ1;VL12;VI11;VI12;VI32', '', '0;0;0;0;0', 13),
|
|
(9, 3, 10, 'VL11;VL13;VZ1;VI11;VI12', 'VL12', '0;0;0;0;0', 13),
|
|
(10, 4, 25, 'VL11;VL13;VZ1;VL12;VI11;VI12', '', '0;0;0;0;0', 13),
|
|
(11, 5, 5, 'VL11;VL13;VZ1;VL12', 'VI11;VI12', '0;0;0;0;0', 13),
|
|
(12, 6, 5, '', 'VL11;VL13;VL21;VL23;VZ1;VP2;VP4;VP5;VP6;VL12;VL22;VI11;VI12;VI13;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VI4P;VB1;VB2', '0;0;0;0;0', 13),
|
|
(13, 0, 10, 'VL13', '', '0;0;0;0;0', 15),
|
|
(14, 0, 10, 'VL13;VL23;VL12;VI11;VI12;VI13', '', '25;25;25;25;25', 14),
|
|
(15, 1, 30, 'VL13', 'VL12;VI11;VI12;VI13', '30;40;40;40;40', 14),
|
|
(16, 2, 20, 'VL11;VL12;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VB1;VB2', 'VL13', '15;40;40;40;80', 14),
|
|
(17, 3, 15, 'VL11;VL12;VI11;VI13;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VB1;VB2', '', '15;40;40;40;40', 14),
|
|
(18, 4, 8, 'VL11;VL12;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VB1;VB2', 'VI11;VI13', '15;60;60;60;80', 14),
|
|
(19, 5, 8, 'VL11;VL12;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VB1;VB2', '', '15;40;40;40;40', 14),
|
|
(20, 6, 2, 'VL11;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VB1;VB2', 'VL12', '15;40;40;40;40', 14),
|
|
(21, 7, 28, 'VL11;VL12;VI11;VI13;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VB1;VB2', '', '15;40;40;40;40', 14),
|
|
(22, 8, 2, 'VL11;VI11;VI13;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VB1;VB2', 'VL12', '15;40;40;40;40', 14),
|
|
(23, 9, 15, 'VL11;VL12;VI11;VI13;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VB1;VB2', '', '15;40;40;40;40', 14),
|
|
(24, 10, 5, 'VZ1', 'VL11;VL13;VL21;VL23;VP2;VP4;VP5;VP6;VL12;VL22;VI11;VI12;VI13;VI21;VI22;VI31;VI32;VI41;VI42;VI43;VI4P;VB1;VB2;VM1;VM2;VM3;VM4;Pumpe1;Block', '0;0;0;0;0', 14),
|
|
(25, 0, 10, 'VL13;VL12;VI11;VI12;VI13;VB1;VB2', '', '0;0;0;0;0', 17),
|
|
(26, 1, 30, 'VL13', 'VL12', '10;10;10;10;0', 17),
|
|
(27, 2, 20, 'VL11;VL12;VI13;VI21;VI22;VI31;VI32;VI41;VI42;VI43', 'VL13;VI11;VI12', '0;0;0;0;0', 17),
|
|
(28, 3, 15, '', 'VI13', '0;0;0;0;0', 17),
|
|
(29, 4, 8, 'VI13', '', '0;0;0;0;0', 17),
|
|
(30, 5, 8, '', 'VI21', '0;0;0;0;0', 17),
|
|
(31, 6, 2, 'VI21', '', '0;0;0;0;0', 17),
|
|
(32, 7, 28, 'VL12', '', '0;0;0;0;0', 17),
|
|
(33, 8, 2, '', 'VL12', '0;0;0;0;0', 17),
|
|
(34, 9, 15, 'VL11;VL12;VI11;VI12;VI13', '', '0;0;0;0;0', 17),
|
|
(35, 10, 2, '', 'VL11;VL13;VL21;VL23;VZ1;VP2;VP4;VP5;VP6;VL12;VL22;VI11;VI12;VI13;VI21;VI22;VI2P;VI31;VI32;VI3P;VI41;VI42;VI43;VI4P;VB1;VB2', '0;0;0;0;0', 17),
|
|
(36, 0, 20, 'VL13;VL12;VI11;VI12;VI13;VB1;VB2', '', '0;0;0;0;0', 18),
|
|
(37, 1, 30, '', 'VL12', '0;0;0;0;0', 18),
|
|
(38, 2, 20, 'VL11;VL12;VI21;VI22;VI31;VI32;VI41;VI42;VI43', 'VL13;VI11;VI12', '0;0;0;0;0', 18),
|
|
(39, 3, 15, 'VI11;VI12', '', '0;0;0;0;0', 18),
|
|
(40, 5, 8, 'VI11', 'VI12', '0;0;0;0;0', 18),
|
|
(41, 6, 8, '', '', '0;0;0;0;0', 18),
|
|
(42, 7, 2, '', 'VI11;VI12', '0;0;0;0;0', 18),
|
|
(43, 8, 28, '', '', '0;0;0;0;0', 18),
|
|
(44, 9, 2, '', 'VI21', '0;0;0;0;0', 18),
|
|
(45, 10, 15, 'VI11;VI12;VI21', '', '0;0;0;0;0', 18),
|
|
(46, 12, 5, '', 'VL11;VL13;VL21;VL23;VZ1;VP2;VP4;VP5;VP6;VL12;VL22;VI11;VI12;VI13;VI21;VI22;VI2P;VI31;VI32;VI3P;VI41;VI42;VI43;VI4P;VB1;VB2', '0;0;0;0;0', 18),
|
|
(47, 4, 5, '', 'VI11', '0;0;0;0;0', 18),
|
|
(48, 11, 5, '', 'VI11', '0;0;0;0;0', 18),
|
|
(49, 0, 20, 'VL13;VL12;VI11;VI12;VI13;VB1;VB2', '', '0;0;0;0;0', 21),
|
|
(50, 1, 30, '', 'VL12', '0;0;0;0;0', 21),
|
|
(51, 2, 20, 'VL11;VL12;VI21;VI22;VI31;VI32;VI41;VI42;VI43', 'VL13;VI11;VI12', '0;0;0;0;0', 21),
|
|
(52, 3, 15, 'VI11;VI12', '', '0;0;0;0;0', 21),
|
|
(53, 4, 5, '', 'VI11', '0;0;0;0;0', 21),
|
|
(54, 5, 8, 'VI11', 'VI12', '0;0;0;0;0', 21),
|
|
(55, 6, 8, '', '', '0;0;0;0;0', 21),
|
|
(56, 7, 2, '', 'VI11;VI12', '0;0;0;0;0', 21),
|
|
(57, 8, 28, '', '', '0;0;0;0;0', 21),
|
|
(58, 9, 2, '', 'VI21', '0;0;0;0;0', 21),
|
|
(59, 10, 15, 'VI11;VI12;VI21', '', '0;0;0;0;0', 21),
|
|
(60, 11, 5, '', 'VI11', '0;0;0;0;0', 21),
|
|
(61, 12, 5, '', 'VL11;VL13;VL21;VL23;VZ1;VP2;VP4;VP5;VP6;VL12;VL22;VI11;VI12;VI13;VI21;VI22;VI2P;VI31;VI32;VI3P;VI41;VI42;VI43;VI4P;VB1;VB2', '0;0;0;0;0', 21);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `test`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `test` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`ItemNr` int(11) DEFAULT NULL,
|
|
`Name` varchar(255) DEFAULT NULL,
|
|
`Qfrom` float DEFAULT NULL,
|
|
`Qto` float DEFAULT NULL,
|
|
`Volume` float DEFAULT NULL,
|
|
`TstTime` float DEFAULT NULL,
|
|
`Repeats` int(11) DEFAULT NULL,
|
|
`Emptying` tinyint(1) DEFAULT NULL,
|
|
`Zeroing` tinyint(1) DEFAULT NULL,
|
|
`Method` varchar(255) DEFAULT NULL,
|
|
`ErrLimLo` float DEFAULT NULL,
|
|
`ErrLimHi` float DEFAULT NULL,
|
|
`TolerRed` double DEFAULT NULL,
|
|
`RedType` varchar(255) DEFAULT NULL,
|
|
`FeedingPath` varchar(255) DEFAULT NULL,
|
|
`BenchPath` varchar(255) DEFAULT NULL,
|
|
`OutputPath` varchar(255) DEFAULT NULL,
|
|
`MetersPath` varchar(255) DEFAULT NULL,
|
|
`Procedure_id` int(11) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`),
|
|
KEY `Procedure_id` (`Procedure_id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=53 ;
|
|
|
|
--
|
|
-- Dumping data for table `test`
|
|
--
|
|
|
|
INSERT INTO `test` (`Id`, `ItemNr`, `Name`, `Qfrom`, `Qto`, `Volume`, `TstTime`, `Repeats`, `Emptying`, `Zeroing`, `Method`, `ErrLimLo`, `ErrLimHi`, `TolerRed`, `RedType`, `FeedingPath`, `BenchPath`, `OutputPath`, `MetersPath`, `Procedure_id`) VALUES
|
|
(15, 0, 'Qn', 15, 16, 200, 46.4516, 5, 1, 0, 'Verbund', 0, 2, 0, 'Fix', 'PS2', 'PBank2', 'PQ4', 'PMess1', 7),
|
|
(16, 1, 'Qt', 2, 2.2, 60, 102.857, 5, 1, 0, 'Fliegender Start-Stopp', 0, 5, 0, 'Fix', 'PS2', 'PBank2', 'PQ3', 'PMess1', 7),
|
|
(17, 2, 'Qmin', 1, 1.2, 20, 65.4545, 1, 1, 0, 'Fliegender Start-Stopp', 2, 0, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', '', 7),
|
|
(18, 0, 'Qmin', 1, 1.1, 30, 102.857, 1, 0, 0, 'Fliegender Start-Stopp', 2, 0, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', '', 8),
|
|
(19, 0, 'Qn', 12, 16, 200, 51.4286, 1, 0, 0, 'Fliegender Start-Stopp', 5, 0, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ4', '', 10),
|
|
(20, 1, 'Qt', 2.5, 3.5, 100, 120, 1, 0, 0, 'Fliegender Start-Stopp', 0, 0, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', '', 10),
|
|
(21, 0, 'Prüfpunkt1', 1, 1.2, 20, 65.4545, 5, 0, 0, 'Fliegender Start-Stopp', 0, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ4', 'PMess1', 11),
|
|
(22, 1, 'Prüfpunkt2', 2, 2.1, 40, 70.2439, 5, 0, 0, 'Fliegender Start-Stopp', 0, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ4', 'PMess1', 11),
|
|
(23, 2, 'Prüfpunkt3', 3.1, 3.2, 60, 68.5714, 5, 0, 0, 'Fliegender Start-Stopp', 0, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ4', 'PMess1', 11),
|
|
(24, 3, 'Prüfpunkt4', 4.1, 4.3, 80, 68.5714, 5, 0, 0, 'Fliegender Start-Stopp', 0, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ4', 'PMess1', 11),
|
|
(25, 4, 'Prüfpunkt5', 6, 6.1, 120, 71.405, 5, 0, 0, 'Fliegender Start-Stopp', 0, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ4', 'PMess1', 11),
|
|
(26, 0, 'Prüfpunkt1', 15, 17, 200, 45, 4, 0, 0, 'Fliegender Start-Stopp', 2, 0, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ5', 'PMess1', 12),
|
|
(27, 0, 'Prüfpunkt1', 15, 16, 1000, 232.258, 5, 1, 0, 'Fliegender Start-Stopp', 0, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ4', 'PMess1', 13),
|
|
(28, 1, 'Prüfpunkt2', 1, 1.1, 100, 342.857, 5, 1, 0, 'Fliegender Start-Stopp', 0, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', 'PMess1', 13),
|
|
(29, 0, 'Qmax', 15, 16, 600, 139.355, 1, 0, 0, 'Verbund', 0, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ4', 'PMess1', 14),
|
|
(30, 1, 'Qt', 3, 3.2, 200, 232.258, 1, 0, 0, 'Verbund', 0, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ4', 'PMess1', 14),
|
|
(31, 2, 'Qsteig', 0.9, 1, 100, 378.947, 1, 1, 0, 'Verbund', 0, 5, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', 'PMess1', 14),
|
|
(32, 3, 'Qfall', 2.8, 3, 100, 124.138, 1, 1, 0, 'Verbund', 0, 5, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', 'PMess1', 14),
|
|
(33, 2, 'Q1', 2.4, 2.6, 100, 144, 1, 1, 0, 'Verbund', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', 'PMess1', 15),
|
|
(34, 3, 'Q2', 38, 44, 500, 43.9024, 1, 1, 0, 'Verbund', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ5', 'PMess1', 15),
|
|
(35, 0, 'Qsteig', 1, 1.2, 50, 163.636, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', 'PMess1', 15),
|
|
(36, 1, 'Qfall', 2.8, 3, 50, 62.069, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', 'PMess1', 15),
|
|
(41, 2, 'Qsteig', 1, 1.2, 100, 327.273, 1, 1, 0, 'Verbund-steig-fall', 5, 5, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', 'PMess1', 17),
|
|
(42, 3, 'Qfall', 2.8, 3, 100, 124.138, 1, 1, 0, 'Verbund-steig-fall', 5, 5, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', 'PMess1', 17),
|
|
(43, 1, 'Q1', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ4', 'PMess1', 17),
|
|
(44, 0, 'Q2', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ5', 'PMess1', 17),
|
|
(45, 0, 'Qsteig', 1, 1.2, 100, 327.273, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', 'PMess1', 18),
|
|
(46, 1, 'Qfall', 2.8, 3, 100, 124.138, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', 'PMess1', 18),
|
|
(47, 2, 'Qt', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ4', 'PMess1', 18),
|
|
(48, 3, 'Qmax', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ5', 'PMess1', 18),
|
|
(49, 2, 'Qsteig', 1, 1.2, 100, 327.273, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', 'PMess1', 21),
|
|
(50, 3, 'Qfall', 2.8, 3, 100, 124.138, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ3', 'PMess1', 21),
|
|
(51, 1, 'Qt', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ4', 'PMess1', 21),
|
|
(52, 0, 'Qmax', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 0.20000000298023224, 'Fix', 'PS2', 'PBank2', 'PQ5', 'PMess1', 21);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `testresult`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `testresult` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`Name` varchar(255) NOT NULL,
|
|
`TestName` varchar(255) NOT NULL,
|
|
`Qfrom` float NOT NULL,
|
|
`Qto` float NOT NULL,
|
|
`Volume` float NOT NULL,
|
|
`TstTime` float NOT NULL,
|
|
`Repeats` int(11) NOT NULL,
|
|
`Emptying` tinyint(4) NOT NULL,
|
|
`Zeroing` tinyint(4) NOT NULL,
|
|
`Method` varchar(255) NOT NULL,
|
|
`ErrLimLo` float NOT NULL,
|
|
`ErrLimHi` float NOT NULL,
|
|
`FeedingPath` varchar(4000) NOT NULL,
|
|
`BenchPath` varchar(4000) NOT NULL,
|
|
`OutputPath` varchar(4000) NOT NULL,
|
|
`MetersPath` varchar(4000) NOT NULL,
|
|
`TimeStart` datetime DEFAULT NULL,
|
|
`TimeEnd` datetime DEFAULT NULL,
|
|
`RepetitionNr` int(11) DEFAULT NULL,
|
|
`AmbientTempAve` float DEFAULT NULL,
|
|
`AmbientPressAve` float DEFAULT NULL,
|
|
`AmbientHumiAve` float DEFAULT NULL,
|
|
`PressInAvrg` float DEFAULT NULL,
|
|
`PressInStart` float DEFAULT NULL,
|
|
`PressInEnd` float DEFAULT NULL,
|
|
`PressOutAvrg` float DEFAULT NULL,
|
|
`PressOutStart` float DEFAULT NULL,
|
|
`PressOutEnd` float DEFAULT NULL,
|
|
`TempInAvrg` float DEFAULT NULL,
|
|
`TempInStart` float DEFAULT NULL,
|
|
`TempInEnd` float DEFAULT NULL,
|
|
`TempOutAvrg` float DEFAULT NULL,
|
|
`TempOutStart` float DEFAULT NULL,
|
|
`TempOutEnd` float DEFAULT NULL,
|
|
`TempDivAvrg` float DEFAULT NULL,
|
|
`TempDivStart` float DEFAULT NULL,
|
|
`TempDivEnd` float DEFAULT NULL,
|
|
`MassStartRaw` float DEFAULT NULL,
|
|
`MassStart` float DEFAULT NULL,
|
|
`MassEndRaw` float DEFAULT NULL,
|
|
`MassEnd` float DEFAULT NULL,
|
|
`MassDiff` float DEFAULT NULL,
|
|
`DensityIn` float DEFAULT NULL,
|
|
`DensityOut` float DEFAULT NULL,
|
|
`DensityDiv` float DEFAULT NULL,
|
|
`FlowMass` float DEFAULT NULL,
|
|
`FlowVolume` float DEFAULT NULL,
|
|
`VolumeCTV` float DEFAULT NULL,
|
|
`VolumeMaster` float DEFAULT NULL,
|
|
`Time` float DEFAULT NULL,
|
|
`ErrorMaster` float DEFAULT NULL,
|
|
`PulsesMaster` float DEFAULT NULL,
|
|
`ConstMaster` float DEFAULT NULL,
|
|
`TimeDivStart0` float DEFAULT NULL,
|
|
`TimeDivStart1` float DEFAULT NULL,
|
|
`TimeDivStart2` float DEFAULT NULL,
|
|
`TimeDivStart3` float DEFAULT NULL,
|
|
`TimeDivStart4` float DEFAULT NULL,
|
|
`TimeDivStart5` float DEFAULT NULL,
|
|
`TimeDivEnd0` float DEFAULT NULL,
|
|
`TimeDivEnd1` float DEFAULT NULL,
|
|
`TimeDivEnd2` float DEFAULT NULL,
|
|
`TimeDivEnd3` float DEFAULT NULL,
|
|
`TimeDivEnd4` float DEFAULT NULL,
|
|
`TimeDivEnd5` float DEFAULT NULL,
|
|
`Test_id` int(11) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`),
|
|
KEY `Test_id` (`Test_id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=234 ;
|
|
|
|
--
|
|
-- Dumping data for table `testresult`
|
|
--
|
|
|
|
INSERT INTO `testresult` (`Id`, `Name`, `TestName`, `Qfrom`, `Qto`, `Volume`, `TstTime`, `Repeats`, `Emptying`, `Zeroing`, `Method`, `ErrLimLo`, `ErrLimHi`, `FeedingPath`, `BenchPath`, `OutputPath`, `MetersPath`, `TimeStart`, `TimeEnd`, `RepetitionNr`, `AmbientTempAve`, `AmbientPressAve`, `AmbientHumiAve`, `PressInAvrg`, `PressInStart`, `PressInEnd`, `PressOutAvrg`, `PressOutStart`, `PressOutEnd`, `TempInAvrg`, `TempInStart`, `TempInEnd`, `TempOutAvrg`, `TempOutStart`, `TempOutEnd`, `TempDivAvrg`, `TempDivStart`, `TempDivEnd`, `MassStartRaw`, `MassStart`, `MassEndRaw`, `MassEnd`, `MassDiff`, `DensityIn`, `DensityOut`, `DensityDiv`, `FlowMass`, `FlowVolume`, `VolumeCTV`, `VolumeMaster`, `Time`, `ErrorMaster`, `PulsesMaster`, `ConstMaster`, `TimeDivStart0`, `TimeDivStart1`, `TimeDivStart2`, `TimeDivStart3`, `TimeDivStart4`, `TimeDivStart5`, `TimeDivEnd0`, `TimeDivEnd1`, `TimeDivEnd2`, `TimeDivEnd3`, `TimeDivEnd4`, `TimeDivEnd5`, `Test_id`) VALUES
|
|
(1, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-21 17:41:57', '2014-01-21 17:42:54', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1818, 17.198, 17.17, 17.1656, 17.183, 17.155, 17.2016, 17.227, 17.181, 0.05, 0.05, 201.15, 201.15, 201.1, 1000.35, 1000.35, 1000.34, 15837.4, 15839.2, 201.237, 201.122, 45.712, -0.0570204, 72404, 0.00277936, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(2, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-21 17:43:11', '2014-01-21 17:45:07', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1555, 17.162, 17.152, 17.1364, 17.144, 17.132, 17.5829, 17.91, 17.487, 0, 0, 60.133, 60.133, 60.133, 1000.35, 1000.35, 1000.27, 2062.1, 2062.55, 60.1737, 60.1463, 104.98, -0.0455428, 144351, 0.000416857, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16),
|
|
(3, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-21 17:49:21', '2014-01-21 17:50:18', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2002, 17.222, 17.183, 17.182, 17.199, 17.168, 17.2144, 17.235, 17.194, 0, 0, 201.133, 201.133, 201.133, 1000.34, 1000.35, 1000.34, 15842.5, 15842, 201.271, 201.128, 45.705, -0.071127, 72406, 0.00277976, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(4, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-21 17:50:31', '2014-01-21 17:52:28', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1553, 17.168, 17.147, 17.1358, 17.151, 17.128, 17.5125, 17.846, 17.436, 3.26133, 3.26133, 63.514, 63.514, 60.2527, 1000.35, 1000.35, 1000.29, 2067.4, 2063.75, 60.2934, 60.1463, 104.919, -0.244041, 144351, 0.000417686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16),
|
|
(5, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-21 17:54:04', '2014-01-21 17:55:01', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1507, 17.157, 17.146, 17.1317, 17.139, 17.127, 17.1593, 17.17, 17.147, 0, 0, 201.15, 201.15, 201.15, 1000.35, 1000.35, 1000.35, 15843.1, 15840.9, 201.286, 201.122, 45.707, -0.0812647, 72404, 0.00278004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(6, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-21 17:55:14', '2014-01-21 17:57:12', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1391, 17.141, 17.136, 17.1179, 17.121, 17.115, 17.4528, 17.727, 17.403, 3.363, 3.363, 63.6217, 63.6217, 60.2587, 1000.35, 1000.36, 1000.3, 2067.23, 2063.39, 60.2992, 60.1467, 104.938, -0.252975, 144352, 0.000417723, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16),
|
|
(7, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 09:13:46', '2014-01-22 09:14:43', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18.8708, 19.804, 18.321, 19.4739, 20.842, 18.646, 20.0805, 21.682, 18.94, 0, 0, 201.15, 201.15, 201.15, 1000.03, 999.913, 999.789, 15854.9, 15852.9, 201.375, 201.125, 45.673, -0.123957, 72405, 0.00278123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(8, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 09:30:27', '2014-01-22 09:31:24', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.7432, 17.782, 17.721, 17.7499, 17.793, 17.725, 17.8648, 17.989, 17.775, 0, 0, 201.15, 201.15, 201.15, 1000.25, 1000.24, 1000.22, 15803.3, 15801.1, 201.308, 201.122, 45.822, -0.0923222, 72404, 0.00278034, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(9, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 09:44:48', '2014-01-22 09:45:45', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2819, 17.314, 17.248, 17.2901, 17.331, 17.254, 17.3612, 17.457, 17.291, 0, 0, 201.1, 201.1, 201.1, 1000.33, 1000.33, 1000.31, 15753.3, 15754.2, 201.241, 201.111, 45.956, -0.0647607, 72400, 0.00277958, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(10, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 09:54:30', '2014-01-22 09:55:27', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1931, 17.237, 17.156, 17.2, 17.254, 17.161, 17.2767, 17.379, 17.212, 0, 0, 201.05, 201.05, 201.05, 1000.34, 1000.34, 1000.33, 15738.5, 15743.9, 201.188, 201.119, 45.988, -0.0341599, 72403, 0.00277873, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(11, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 10:11:13', '2014-01-22 10:12:09', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1765, 17.23, 17.137, 17.1807, 17.234, 17.139, 17.2987, 17.466, 17.189, 0, 0, 201.2, 201.2, 201.2, 1000.35, 1000.35, 1000.33, 15801.4, 15795.3, 201.338, 201.122, 45.839, -0.106966, 72404, 0.00278075, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(12, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 10:12:23', '2014-01-22 10:14:13', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.102, 17.107, 17.104, 17.1125, 17.109, 17.125, 17.6444, 18.254, 17.504, 0, 0, 48.118, 48.118, 48.118, 1000.36, 1000.36, 1000.26, 1741.48, 2177.09, 48.1503, 60.1542, 99.47, 24.9299, 144370, 0.00033352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16),
|
|
(13, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 10:24:14', '2014-01-22 10:25:11', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1366, 17.172, 17.106, 17.1396, 17.197, 17.107, 17.2267, 17.342, 17.155, 0, 0, 201.1, 201.1, 201.1, 1000.35, 1000.35, 1000.34, 15795.3, 15796.8, 201.236, 201.119, 45.834, -0.0579684, 72403, 0.00277939, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(14, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 10:25:25', '2014-01-22 10:27:16', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.0878, 17.087, 17.089, 17.0902, 17.084, 17.103, 17.5711, 18.084, 17.455, 0, 0, 51.2683, 51.2683, 51.2683, 1000.36, 1000.36, 1000.28, 1852.09, 2173.09, 51.3026, 60.1542, 99.653, 17.2537, 144370, 0.000355355, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16),
|
|
(15, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 10:31:24', '2014-01-22 10:32:21', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1506, 17.152, 17.161, 17.1276, 17.132, 17.136, 17.1659, 17.207, 17.152, 0, 0, 201.2, 201.2, 201.2, 1000.35, 1000.36, 1000.35, 15801.7, 15795.4, 201.336, 201.119, 45.838, -0.107422, 72403, 0.00278077, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(16, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 10:32:35', '2014-01-22 10:34:26', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1924, 17.174, 17.209, 17.1736, 17.15, 17.195, 17.5562, 17.921, 17.499, 0, 0, 51.4273, 51.4273, 51.4273, 1000.34, 1000.35, 1000.28, 1857.16, 2172.32, 51.4624, 60.1546, 99.689, 16.8903, 144371, 0.00035646, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16),
|
|
(17, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 10:40:35', '2014-01-22 10:41:32', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2396, 17.245, 17.237, 17.2284, 17.238, 17.222, 17.2562, 17.276, 17.242, 0, 0, 201.2, 201.2, 201.2, 1000.34, 1000.34, 1000.33, 15788.6, 15782.3, 201.339, 201.119, 45.876, -0.109186, 72403, 0.00278081, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(18, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 10:41:45', '2014-01-22 10:42:42', 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2369, 17.24, 17.233, 17.2221, 17.223, 17.22, 17.239, 17.24, 17.24, 0, 0, 201.15, 201.15, 201.15, 1000.34, 1000.34, 1000.34, 15795.7, 15793.3, 201.289, 201.119, 45.844, -0.0842349, 72403, 0.00278012, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(19, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 10:42:55', '2014-01-22 10:43:52', 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2012, 17.216, 17.181, 17.1943, 17.21, 17.176, 17.2148, 17.228, 17.202, 0, 0, 201.117, 201.117, 201.117, 1000.34, 1000.34, 1000.34, 15804.2, 15804.6, 201.255, 201.122, 45.812, -0.0658179, 72404, 0.00277961, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(20, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 10:44:05', '2014-01-22 10:45:02', 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1431, 17.16, 17.128, 17.1348, 17.153, 17.118, 17.1586, 17.178, 17.141, 0.0166667, 0.0166667, 201.2, 201.2, 201.183, 1000.35, 1000.35, 1000.35, 15796.3, 15791.3, 201.319, 201.119, 45.85, -0.0992674, 72403, 0.00278054, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(21, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 10:45:15', '2014-01-22 10:46:12', 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1021, 17.114, 17.094, 17.0894, 17.101, 17.079, 17.1112, 17.123, 17.101, 0, 0, 201.2, 201.2, 201.2, 1000.36, 1000.36, 1000.36, 15797.6, 15791.1, 201.334, 201.117, 45.85, -0.108127, 72402, 0.00278078, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(22, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 13:30:40', '2014-01-22 13:31:36', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2618, 17.308, 17.226, 17.3, 17.394, 17.247, 17.6104, 17.992, 17.382, 0, 0, 201.133, 201.133, 201.133, 998.731, 998.724, 998.669, 15795.5, 15794.4, 201.598, 201.119, 45.841, -0.237233, 72403, 0.00278438, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(23, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 13:31:49', '2014-01-22 13:32:45', 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1934, 17.202, 17.186, 17.1978, 17.216, 17.184, 17.2435, 17.281, 17.217, 0, 0, 201.2, 201.2, 201.2, 998.743, 998.742, 998.734, 15792.8, 15786.5, 201.661, 201.119, 45.864, -0.268477, 72403, 0.00278526, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(24, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 13:32:58', '2014-01-22 13:33:54', 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1658, 17.173, 17.158, 17.1658, 17.176, 17.157, 17.1913, 17.206, 17.18, 0, 0, 201.15, 201.15, 201.15, 998.748, 998.748, 998.743, 15796.4, 15794, 201.61, 201.119, 45.842, -0.243115, 72403, 0.00278455, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(25, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 13:34:07', '2014-01-22 13:35:04', 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1447, 17.15, 17.139, 17.1406, 17.147, 17.136, 17.1617, 17.17, 17.155, 0, 0, 201.233, 201.233, 201.233, 998.752, 998.752, 998.749, 15801.3, 15792.5, 201.692, 201.122, 45.847, -0.282612, 72404, 0.00278565, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(26, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 13:35:17', '2014-01-22 13:36:14', 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1352, 17.136, 17.137, 17.1284, 17.13, 17.128, 17.1452, 17.147, 17.144, 0, 0, 201.15, 201.15, 201.15, 998.753, 998.754, 998.752, 15798.2, 15796, 201.608, 201.122, 45.837, -0.241088, 72404, 0.00278449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(27, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 13:36:30', '2014-01-22 13:38:23', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1575, 17.144, 17.166, 17.1557, 17.132, 17.176, 17.8218, 18.699, 17.611, 0, 0, 60.2617, 60.2617, 60.2617, 998.749, 998.75, 998.63, 2172.88, 2168.98, 60.3993, 60.1538, 99.841, -0.406466, 144369, 0.000418367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16),
|
|
(28, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 13:38:37', '2014-01-22 13:40:28', 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1742, 17.172, 17.178, 17.1969, 17.185, 17.207, 17.5216, 17.568, 17.487, 0, 0, 60.2737, 60.2737, 60.2737, 998.746, 998.742, 998.685, 2172.65, 2168.35, 60.4117, 60.1542, 99.871, -0.426323, 144370, 0.000418451, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16),
|
|
(29, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 13:40:41', '2014-01-22 13:44:13', 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1814, 17.18, 17.179, 17.2121, 17.208, 17.215, 17.4733, 17.479, 17.469, 0, 0, -119.212, -119.212, -119.212, 998.745, 998.74, 998.693, -4924.63, 2169.62, -119.485, 52.5204, 87.146, 0.1, 126049, -0.000947925, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16),
|
|
(30, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:02:00', '2014-01-22 16:03:15', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.4985, 17.532, 17.456, 17.7711, 17.797, 17.76, 18.1239, 18.126, 18.063, 0.7, 0.7, 20.75, 20.75, 20.05, 998.689, 998.64, 998.575, 1126.93, 1128.49, 20.098, 20.0778, 64.05, -0.100578, 7228, 0.00278057, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21),
|
|
(31, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:03:26', '2014-01-22 16:04:41', 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.4188, 17.423, 17.399, 17.7271, 17.753, 17.701, 17.9281, 18, 17.874, 20.8, 20.8, 40.8667, 40.8667, 20.0667, 998.703, 998.648, 998.611, 1124.43, 1125.05, 20.1145, 20.0778, 64.246, -0.182746, 7228, 0.00278286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21),
|
|
(32, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:04:52', '2014-01-22 16:06:07', 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.3671, 17.385, 17.358, 17.6452, 17.667, 17.616, 17.8033, 17.841, 17.767, 40.9, 40.9, 61, 61, 20.1, 998.712, 998.662, 998.634, 1124.55, 1123.3, 20.1476, 20.0778, 64.346, -0.34679, 7228, 0.00278744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21),
|
|
(33, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:06:18', '2014-01-22 16:07:33', 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.3574, 17.358, 17.353, 17.5951, 17.61, 17.599, 17.7199, 17.748, 17.698, 61.05, 61.05, 81.1167, 81.1167, 20.0667, 998.714, 998.672, 998.649, 1123.2, 1123.83, 20.1141, 20.0778, 64.316, -0.180379, 7228, 0.0027828, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21),
|
|
(34, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:07:44', '2014-01-22 16:08:58', 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.3483, 17.349, 17.343, 17.5803, 17.599, 17.556, 17.6685, 17.682, 17.657, 81.15, 81.15, 101.25, 101.25, 20.1, 998.716, 998.674, 998.658, 1124.86, 1123.62, 20.1474, 20.0778, 64.328, -0.345629, 7228, 0.00278741, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21),
|
|
(35, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:09:21', '2014-01-22 16:10:43', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.3572, 17.356, 17.353, 17.5227, 17.544, 17.525, 17.6173, 17.646, 17.583, 101.25, 101.25, 141.45, 141.45, 40.2, 998.714, 998.685, 998.667, 2037.88, 2035.06, 40.2944, 40.1444, 71.015, -0.372169, 14452, 0.00278815, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22),
|
|
(36, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:10:54', '2014-01-22 16:12:16', 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.3371, 17.346, 17.333, 17.4815, 17.521, 17.451, 17.5445, 17.568, 17.519, 141.45, 141.45, 181.617, 181.617, 40.1667, 998.718, 998.692, 998.681, 2036.42, 2035.15, 40.2607, 40.1417, 71.007, -0.295629, 14451, 0.00278601, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22),
|
|
(37, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:12:27', '2014-01-22 16:13:49', 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.3189, 17.323, 17.319, 17.4144, 17.429, 17.407, 17.4837, 17.5, 17.469, 181.65, 181.65, 221.85, 221.85, 40.2, 998.721, 998.704, 998.692, 2037.62, 2034.81, 40.2937, 40.1444, 71.024, -0.370349, 14452, 0.0027881, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22),
|
|
(38, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:14:00', '2014-01-22 16:15:22', 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.317, 17.321, 17.313, 17.3955, 17.409, 17.39, 17.4482, 17.459, 17.439, 221.85, 221.85, 262.05, 262.05, 40.2, 998.721, 998.707, 998.698, 2037.71, 2034.75, 40.2935, 40.1417, 71.021, -0.376722, 14451, 0.00278828, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22),
|
|
(39, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:15:33', '2014-01-22 16:16:55', 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.3006, 17.309, 17.299, 17.3899, 17.4, 17.385, 17.4324, 17.436, 17.426, 262.1, 262.1, 302.267, 302.267, 40.1667, 998.724, 998.708, 998.701, 2036.25, 2034.98, 40.26, 40.1417, 71.013, -0.293995, 14451, 0.00278597, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22),
|
|
(40, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:17:15', '2014-01-22 16:18:35', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.3041, 17.311, 17.3, 17.3716, 17.393, 17.357, 17.415, 17.427, 17.401, 302.3, 302.3, 362.55, 362.55, 60.25, 998.724, 998.712, 998.704, 3116.96, 3115.38, 60.3898, 60.2194, 69.587, -0.282152, 21679, 0.00278564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23),
|
|
(41, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:18:46', '2014-01-22 16:20:06', 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.292, 17.295, 17.291, 17.3415, 17.356, 17.331, 17.3764, 17.387, 17.365, 362.6, 362.6, 422.85, 422.85, 60.25, 998.726, 998.717, 998.711, 3117.99, 3116.41, 60.3895, 60.2194, 69.564, -0.281667, 21679, 0.00278562, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23),
|
|
(42, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:20:17', '2014-01-22 16:21:37', 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2851, 17.293, 17.278, 17.3302, 17.338, 17.328, 17.3581, 17.362, 17.359, 422.9, 422.9, 483.15, 483.15, 60.25, 998.727, 998.719, 998.714, 3118.71, 3117.13, 60.3894, 60.2194, 69.548, -0.281465, 21679, 0.00278562, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23),
|
|
(43, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:21:48', '2014-01-22 16:23:08', 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2673, 17.274, 17.259, 17.3324, 17.329, 17.316, 17.3468, 17.355, 17.342, 483.2, 483.2, 543.45, 543.45, 60.25, 998.73, 998.719, 998.716, 3119.78, 3118.2, 60.3894, 60.2194, 69.524, -0.281453, 21679, 0.00278562, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23),
|
|
(44, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:23:19', '2014-01-22 16:24:39', 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2602, 17.263, 17.254, 17.3006, 17.31, 17.297, 17.3294, 17.338, 17.324, 543.45, 543.45, 603.75, 603.75, 60.3, 998.731, 998.724, 998.719, 3121.43, 3117.26, 60.4392, 60.2194, 69.545, -0.363607, 21679, 0.00278791, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23),
|
|
(45, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:25:00', '2014-01-22 16:26:20', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.248, 17.253, 17.242, 17.288, 17.295, 17.275, 17.3215, 17.324, 17.313, 603.75, 603.75, 684.117, 684.117, 80.3667, 998.733, 998.726, 998.72, 4179.36, 4175.74, 80.5521, 80.2972, 69.226, -0.316373, 28907, 0.00278659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24),
|
|
(46, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:26:31', '2014-01-22 16:27:51', 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2481, 17.242, 17.243, 17.2722, 17.271, 17.275, 17.3024, 17.31, 17.3, 684.15, 684.15, 764.5, 764.5, 80.3499, 998.733, 998.729, 998.724, 4179.39, 4176.5, 80.535, 80.2944, 69.211, -0.298715, 28906, 0.0027861, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24),
|
|
(47, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:28:02', '2014-01-22 16:29:22', 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2303, 17.236, 17.227, 17.2607, 17.271, 17.254, 17.2948, 17.3, 17.286, 764.55, 764.55, 844.9, 844.9, 80.3501, 998.737, 998.731, 998.725, 4175.18, 4172.28, 80.535, 80.2944, 69.281, -0.298743, 28906, 0.0027861, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24),
|
|
(48, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:29:33', '2014-01-22 16:30:53', 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2214, 17.225, 17.218, 17.2451, 17.25, 17.238, 17.2773, 17.283, 17.273, 844.9, 844.9, 925.25, 925.25, 80.3499, 998.738, 998.734, 998.728, 4181.26, 4178.38, 80.5346, 80.2944, 69.18, -0.298233, 28906, 0.00278609, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24),
|
|
(49, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:31:04', '2014-01-22 16:32:24', 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2209, 17.22, 17.221, 17.2358, 17.239, 17.236, 17.2663, 17.268, 17.263, 925.25, 925.25, 1005.62, 1005.62, 80.3667, 998.738, 998.736, 998.73, 4181.59, 4177.83, 80.5513, 80.2944, 69.189, -0.318895, 28906, 0.00278666, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24),
|
|
(50, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:32:44', '2014-01-22 16:34:07', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2195, 17.226, 17.212, 17.2277, 17.23, 17.23, 17.2623, 17.265, 17.259, 1005.65, 1005.65, 1126.07, 1126.07, 120.417, 998.738, 998.737, 998.731, 6007.98, 6008.4, 120.693, 120.425, 72.154, -0.222163, 43353, 0.00278396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25),
|
|
(51, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:34:18', '2014-01-22 16:35:40', 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.2095, 17.218, 17.203, 17.22, 17.22, 17.215, 17.2511, 17.255, 17.247, 1126.1, 1126.1, 1246.53, 1246.53, 120.433, 998.74, 998.738, 998.733, 6089.5, 6089.36, 120.71, 120.431, 71.198, -0.231234, 43355, 0.00278422, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25),
|
|
(52, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:35:51', '2014-01-22 16:37:13', 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1967, 17.199, 17.193, 17.2102, 17.214, 17.204, 17.2379, 17.245, 17.234, 1246.55, 1246.55, 1366.97, 1366.97, 120.417, 998.742, 998.74, 998.735, 6087.88, 6088.59, 120.693, 120.431, 71.207, -0.217208, 43355, 0.00278382, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25),
|
|
(53, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:37:24', '2014-01-22 16:38:46', 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1888, 17.19, 17.189, 17.2037, 17.201, 17.192, 17.2271, 17.228, 17.224, 1367, 1367, 1487.45, 1487.45, 120.45, 998.744, 998.741, 998.737, 6088.02, 6087.05, 120.726, 120.431, 71.225, -0.2446, 43355, 0.00278459, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25),
|
|
(54, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 16:38:58', '2014-01-22 16:40:19', 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.1873, 17.188, 17.188, 17.19, 17.192, 17.19, 17.2222, 17.224, 17.219, 1487.5, 1487.5, 1607.9, 1607.9, 120.4, 998.744, 998.744, 998.738, 6064.73, 6066.13, 120.676, 120.428, 71.469, -0.205397, 43354, 0.0027835, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25),
|
|
(55, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 17:02:12', '2014-01-22 17:03:08', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17.0874, 17.097, 17.081, 17.0734, 17.085, 17.065, 17.1019, 17.109, 17.095, 15.1, 15.1, 216.233, 216.233, 201.133, 998.762, 998.764, 998.759, 16247, 16245.2, 201.59, 201.111, 44.567, -0.237371, 7240, 0.0278439, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26),
|
|
(56, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-22 17:57:43', '2014-01-22 17:58:40', 1, 21.81, 948.212, 29.9233, 0, 0, 0, 0, 0, 0, 17.1047, 17.122, 17.09, 17.0985, 17.122, 17.083, 17.1413, 17.185, 17.114, -17.05, -17.05, 184.1, 184.1, 201.15, 998.759, 998.76, 998.752, 15815.1, 15812.9, 201.607, 201.122, 45.788, -0.240582, 72404, 0.00278448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(57, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 08:44:35', '2014-01-23 08:45:32', 1, 23.45, 950.68, 26.0282, 0, 0, 0, 0, 0, 0, 18.453, 19.041, 18.037, 19.1917, 20.404, 18.331, 20.0359, 21.914, 18.711, 0, 0, 189.483, 189.483, 189.483, 998.513, 998.37, 998.199, 14954, 15872.7, 189.988, 201.125, 45.616, 5.86181, 72405, 0.00262397, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(58, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 08:50:09', '2014-01-23 08:51:06', 2, 23.5362, 950.676, 26.7004, 0, 0, 0, 0, 0, 0, 17.6413, 17.64, 17.65, 17.6502, 17.655, 17.655, 17.6828, 17.695, 17.677, 0, 0, 186.75, 186.75, 186.75, 998.663, 998.662, 998.656, 14745.4, 15880.6, 187.193, 201.128, 45.594, 7.44413, 72406, 0.00258532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(59, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 08:55:42', '2014-01-23 08:56:38', 3, 23.62, 950.554, 26.6455, 0, 0, 0, 0, 0, 0, 17.416, 17.47, 17.361, 17.4474, 17.493, 17.395, 17.4955, 17.54, 17.442, 0, 0, 186.75, 186.75, 186.75, 998.704, 998.698, 998.689, 14742.8, 15877.8, 187.186, 201.128, 45.602, 7.44806, 72406, 0.00258523, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(60, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 08:56:55', '2014-01-23 08:57:51', 4, 23.623, 950.795, 26.392, 0, 0, 0, 0, 0, 0, 17.2409, 17.284, 17.2, 17.2702, 17.312, 17.222, 17.3208, 17.373, 17.266, -22.55, -22.55, 178.6, 178.6, 201.15, 998.735, 998.73, 998.721, 15883.7, 15882, 201.613, 201.128, 45.59, -0.24084, 72406, 0.00278448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(61, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 09:31:37', '2014-01-23 09:35:35', 1, 23.5322, 951.066, 27.0611, 0, 0, 0, 0, 0, 0, 17.1355, 17.562, 17.05, 17.1693, 17.66, 17.047, 17.2724, 17.93, 17.091, 0, 0, 989.017, 989.017, 989.017, 998.753, 998.747, 998.729, 15679.7, 15871.7, 991.277, 1001.12, 227.074, 0.993456, 360405, 0.00275045, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(62, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 09:49:45', '2014-01-23 09:53:43', 1, 23.4289, 951.307, 27.749, 0, 0, 0, 0, 0, 0, 17.0658, 17.192, 17.039, 17.0687, 17.222, 17.031, 17.106, 17.246, 17.054, -0.3, -0.3, 1000.65, 1000.65, 1000.95, 998.765, 998.765, 998.758, 15872.4, 15875.2, 1003.22, 1001.13, 227.025, -0.208551, 360406, 0.00278358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(63, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 09:58:22', '2014-01-23 10:02:20', 1, 23.3655, 951.275, 27.6753, 0, 0, 0, 0, 0, 0, 17.0131, 17.017, 17.007, 17.0014, 17.006, 16.996, 17.0201, 17.025, 17.01, 34.1, 34.1, 1035.08, 1035.08, 1000.98, 998.775, 998.777, 998.773, 15872.3, 15874.6, 1003.24, 1001.12, 227.033, -0.210986, 360405, 0.00278365, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(64, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 10:04:51', '2014-01-23 10:08:49', 2, 23.2715, 951.288, 27.3465, 0, 0, 0, 0, 0, 0, 16.996, 16.998, 16.995, 16.9819, 16.985, 16.981, 17.0011, 17.004, 17.002, 32.9, 32.9, 1034.05, 1034.05, 1001.15, 998.778, 998.78, 998.777, 15874.2, 15873.8, 1003.41, 1001.12, 227.044, -0.227527, 360404, 0.00278411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(65, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 10:11:24', '2014-01-23 10:15:22', 3, 23.1503, 951.305, 27.0103, 0, 0, 0, 0, 0, 0, 16.9938, 16.995, 16.993, 16.9781, 16.978, 16.98, 16.9963, 16.996, 16.996, 33.15, 33.15, 1034.13, 1034.13, 1000.98, 998.778, 998.781, 998.778, 15872.1, 15874.3, 1003.24, 1001.12, 227.036, -0.210841, 360404, 0.00278365, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(66, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 10:17:57', '2014-01-23 10:21:55', 4, 23.0528, 951.479, 27.0146, 0, 0, 0, 0, 0, 0, 16.9936, 16.993, 16.994, 16.9767, 16.977, 16.977, 16.9958, 16.998, 16.997, 32.85, 32.85, 1033.85, 1033.85, 1001, 998.778, 998.781, 998.778, 15873.3, 15875.3, 1003.25, 1001.12, 227.023, -0.212212, 360405, 0.00278369, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(67, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 10:32:46', '2014-01-23 10:36:44', 1, 22.836, 951.592, 27.534, 0, 0, 0, 0, 0, 0, 16.999, 17, 16.999, 16.9772, 16.978, 16.977, 16.9958, 16.998, 16.994, 33.3, 33.3, 1034.27, 1034.27, 1000.97, 998.777, 998.781, 998.778, 15872.1, 15874.6, 1003.22, 1001.12, 227.032, -0.20891, 360405, 0.00278359, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(68, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 10:39:14', '2014-01-23 10:43:12', 2, 22.7173, 951.711, 27.5574, 0, 0, 0, 0, 0, 0, 17.0003, 16.999, 17.001, 16.9784, 16.977, 16.979, 16.9973, 16.996, 16.998, 32.95, 32.95, 1033.9, 1033.9, 1000.95, 998.777, 998.781, 998.777, 15871.2, 15874, 1003.2, 1001.12, 227.041, -0.207258, 360405, 0.00278355, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(69, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 10:45:43', '2014-01-23 10:49:41', 3, 22.5937, 951.647, 27.4176, 0, 0, 0, 0, 0, 0, 17.0002, 17, 16.999, 16.9784, 16.978, 16.979, 16.9972, 16.997, 16.996, 33.05, 33.05, 1034.05, 1034.05, 1001, 998.777, 998.781, 998.777, 15869.6, 15871.6, 1003.25, 1001.12, 227.076, -0.212249, 360405, 0.00278369, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(70, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 10:52:16', '2014-01-23 10:56:15', 4, 22.526, 951.594, 27.5806, 0, 0, 0, 0, 0, 0, 17.0014, 17.002, 17.003, 16.9788, 16.978, 16.979, 16.9989, 16.997, 16.998, 33, 33, 1033.98, 1033.98, 1000.98, 998.777, 998.781, 998.777, 15871.1, 15873.4, 1003.24, 1001.13, 227.051, -0.210299, 360406, 0.00278363, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(71, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 10:58:49', '2014-01-23 11:02:47', 5, 22.4358, 951.725, 27.4002, 0, 0, 0, 0, 0, 0, 17.0043, 17.003, 17.004, 16.981, 16.979, 16.982, 16.9999, 16.997, 17, 33.15, 33.15, 1034.1, 1034.1, 1000.95, 998.776, 998.78, 998.777, 15873.3, 15876.1, 1003.2, 1001.13, 227.011, -0.207021, 360406, 0.00278354, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(72, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 11:03:27', '2014-01-23 11:09:25', 1, 22.381, 951.688, 27.6094, 0, 0, 0, 0, 0, 0, 17.0359, 17.014, 17.041, 17.0425, 16.99, 17.078, 17.8152, 18.731, 17.476, -0.0136667, -0.0136667, 100.162, 100.162, 100.175, 998.771, 998.769, 998.632, 1035.88, 1034.83, 100.402, 100.073, 348.14, -0.327396, 240176, 0.000418035, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28),
|
|
(73, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 11:10:11', '2014-01-23 11:16:10', 2, 22.3575, 951.648, 27.5311, 0, 0, 0, 0, 0, 0, 17.0517, 17.046, 17.055, 17.1016, 17.084, 17.111, 17.4316, 17.448, 17.426, 5.42533, 5.42533, 105.64, 105.64, 100.215, 998.768, 998.759, 998.701, 1036.77, 1035.31, 100.443, 100.073, 347.978, -0.367552, 240176, 0.000418204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28),
|
|
(74, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 11:16:58', '2014-01-23 11:22:57', 3, 22.3472, 951.517, 27.2686, 0, 0, 0, 0, 0, 0, 17.0592, 17.054, 17.062, 17.125, 17.114, 17.13, 17.4365, 17.429, 17.444, 5.60667, 5.60667, 105.809, 105.809, 100.203, 998.767, 998.755, 998.7, 1036.63, 1035.29, 100.431, 100.073, 347.982, -0.356025, 240176, 0.000418155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28),
|
|
(75, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 11:23:45', '2014-01-23 11:29:44', 4, 22.3489, 951.527, 27.0005, 0, 0, 0, 0, 0, 0, 17.0613, 17.058, 17.063, 17.1369, 17.133, 17.135, 17.4475, 17.442, 17.454, 5.24433, 5.24433, 105.465, 105.465, 100.221, 998.766, 998.753, 998.698, 1036.52, 1034.99, 100.449, 100.073, 348.083, -0.374469, 240176, 0.000418233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28),
|
|
(76, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 11:30:31', '2014-01-23 11:36:30', 5, 22.3677, 951.481, 26.8638, 0, 0, 0, 0, 0, 0, 17.0642, 17.061, 17.069, 17.142, 17.133, 17.15, 17.4536, 17.454, 17.452, 5.583, 5.583, 105.801, 105.801, 100.218, 998.766, 998.752, 998.697, 1036.55, 1035.06, 100.446, 100.073, 348.062, -0.371238, 240176, 0.000418219, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28),
|
|
(77, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 14:36:43', '2014-01-23 14:37:40', 1, 22.1304, 950.107, 27.0682, 0, 0, 0, 0, 0, 0, 17.1687, 17.174, 17.16, 17.167, 17.175, 17.159, 17.2108, 17.23, 17.196, 33.1, 33.1, 234.25, 234.25, 201.15, 998.747, 998.748, 998.74, 15876.4, 15874.5, 201.61, 201.125, 45.611, -0.240383, 72405, 0.00278447, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(78, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 14:40:03', '2014-01-23 14:44:01', 1, 22.1172, 950.109, 27.9356, 0, 0, 0, 0, 0, 0, 17.1405, 17.13, 17.147, 17.1268, 17.119, 17.13, 17.1458, 17.145, 17.148, 33.5, 33.5, 1034.45, 1034.45, 1000.95, 998.752, 998.755, 998.751, 15870.6, 15873.4, 1003.23, 1001.12, 227.05, -0.209839, 360405, 0.00278362, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(79, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 14:46:33', '2014-01-23 14:50:32', 2, 22.0557, 950.031, 27.9047, 0, 0, 0, 0, 0, 0, 17.0877, 17.134, 17.062, 17.0744, 17.123, 17.045, 17.0975, 17.145, 17.066, 32.7, 32.7, 1033.65, 1033.65, 1000.95, 998.762, 998.764, 998.76, 15870.6, 15873.4, 1003.22, 1001.12, 227.05, -0.208928, 360405, 0.00278359, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(80, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 14:53:06', '2014-01-23 14:57:04', 3, 22.0006, 950.123, 27.87, 0, 0, 0, 0, 0, 0, 17.0567, 17.057, 17.05, 17.0369, 17.036, 17.031, 17.0565, 17.055, 17.051, 33.3, 33.3, 1034.4, 1034.4, 1001.1, 998.767, 998.77, 998.767, 15872.8, 15873.2, 1003.36, 1001.12, 227.053, -0.22323, 360405, 0.00278399, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(81, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 14:59:35', '2014-01-23 15:03:33', 4, 21.9671, 950.105, 27.9426, 0, 0, 0, 0, 0, 0, 17.0501, 17.049, 17.051, 17.0276, 17.027, 17.029, 17.0484, 17.049, 17.048, 33, 33, 1033.9, 1033.9, 1000.9, 998.768, 998.772, 998.768, 15873.1, 15876.6, 1003.16, 1001.12, 227.003, -0.203403, 360404, 0.00278344, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(82, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 15:06:08', '2014-01-23 15:10:06', 5, 21.9451, 950.152, 27.9535, 0, 0, 0, 0, 0, 0, 17.054, 17.051, 17.056, 17.0309, 17.029, 17.033, 17.0513, 17.05, 17.052, 32.9, 32.9, 1033.95, 1033.95, 1001.05, 998.768, 998.771, 998.768, 15872.7, 15873.9, 1003.31, 1001.12, 227.042, -0.218131, 360405, 0.00278385, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(83, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 15:10:28', '2014-01-23 15:16:28', 1, 21.9423, 950.104, 28.1947, 0, 0, 0, 0, 0, 0, 17.0873, 17.059, 17.095, 17.0896, 17.038, 17.125, 17.8578, 19.567, 17.514, 0.236667, 0.236667, 100.459, 100.459, 100.223, 998.762, 998.761, 998.624, 1032.16, 1030.62, 100.45, 100.073, 349.559, -0.375704, 240175, 0.000418238, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28),
|
|
(84, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 15:17:15', '2014-01-23 15:23:15', 2, 21.9366, 950.112, 28.259, 0, 0, 0, 0, 0, 0, 17.1022, 17.095, 17.109, 17.1503, 17.13, 17.167, 17.4923, 17.505, 17.492, 5.38167, 5.38167, 105.599, 105.599, 100.217, 998.759, 998.751, 998.69, 1032.51, 1031.03, 100.446, 100.073, 349.421, -0.371126, 240175, 0.000418219, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28),
|
|
(85, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 15:24:03', '2014-01-23 15:30:04', 3, 21.9112, 950.105, 28.1581, 0, 0, 0, 0, 0, 0, 17.1102, 17.109, 17.115, 17.176, 17.173, 17.182, 17.4962, 17.494, 17.504, 5.20133, 5.20133, 105.405, 105.405, 100.203, 998.758, 998.746, 998.689, 1032.5, 1031.16, 100.432, 100.073, 349.376, -0.357995, 240175, 0.000418164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28),
|
|
(86, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 15:30:52', '2014-01-23 15:36:52', 4, 21.9089, 950.05, 27.8639, 0, 0, 0, 0, 0, 0, 17.1158, 17.116, 17.115, 17.1856, 17.182, 17.212, 17.5053, 17.509, 17.515, 5.57667, 5.57667, 105.799, 105.799, 100.222, 998.757, 998.744, 998.688, 1032.58, 1031.04, 100.451, 100.073, 349.416, -0.376725, 240175, 0.000418242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28),
|
|
(87, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 15:37:40', '2014-01-23 15:43:40', 5, 21.9101, 950.054, 27.8539, 0, 0, 0, 0, 0, 0, 17.117, 17.118, 17.121, 17.1896, 17.193, 17.191, 17.5014, 17.507, 17.499, 5.59267, 5.59267, 105.795, 105.795, 100.202, 998.756, 998.744, 998.688, 1032.52, 1031.19, 100.431, 100.073, 349.366, -0.356905, 240175, 0.000418159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28),
|
|
(88, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 16:33:16', '2014-01-23 16:37:14', 1, 22.2809, 950.137, 29.0679, 0, 0, 0, 0, 0, 0, 17.1094, 17.109, 17.104, 17.0906, 17.089, 17.087, 17.1091, 17.107, 17.108, 1.15, 1.15, 1.15, 1.15, 0, 998.758, 998.761, 998.758, 0, 15850.1, 0, 1001.12, 227.383, 0.1, 360405, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27),
|
|
(89, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 16:50:04', '2014-01-23 16:51:00', 1, 22.2748, 950.052, 29.2155, 0, 0, 0, 0, 0, 0, 17.0772, 17.076, 17.077, 17.0559, 17.056, 17.056, 17.0756, 17.077, 17.075, 33.05, 33.05, 234.2, 234.2, 201.15, 998.763, 998.767, 998.764, 15905, 15903.3, 201.606, 201.128, 45.529, -0.237072, 72406, 0.00278438, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(90, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 16:53:00', '2014-01-23 16:53:57', 2, 22.28, 950.177, 29.1289, 0, 0, 0, 0, 0, 0, 17.077, 17.075, 17.079, 17.054, 17.053, 17.056, 17.0725, 17.073, 17.073, 33.5667, 33.5667, 234.7, 234.7, 201.133, 998.763, 998.767, 998.764, 15911, 15910.6, 201.589, 201.128, 45.508, -0.228773, 72406, 0.00278415, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(91, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 16:55:57', '2014-01-23 16:56:54', 3, 22.2762, 950.3, 29.1878, 0, 0, 0, 0, 0, 0, 17.0771, 17.077, 17.078, 17.0544, 17.053, 17.056, 17.072, 17.072, 17.072, 33, 33, 234.2, 234.2, 201.2, 998.763, 998.767, 998.764, 15910.4, 15904.4, 201.656, 201.125, 45.525, -0.263217, 72405, 0.00278511, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(92, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 16:58:54', '2014-01-23 16:59:50', 4, 22.2625, 950.295, 29.23, 0, 0, 0, 0, 0, 0, 17.0783, 17.078, 17.077, 17.054, 17.054, 17.054, 17.0734, 17.073, 17.074, 33.45, 33.45, 234.6, 234.6, 201.15, 998.763, 998.768, 998.764, 15904.3, 15902.6, 201.606, 201.128, 45.531, -0.23705, 72406, 0.00278438, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(93, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 17:01:50', '2014-01-23 17:02:47', 5, 22.25, 950.2, 29.2922, 0, 0, 0, 0, 0, 0, 17.0784, 17.078, 17.079, 17.0549, 17.054, 17.056, 17.0739, 17.073, 17.076, 32.9667, 32.9667, 234.117, 234.117, 201.15, 998.763, 998.767, 998.764, 15909.6, 15907.8, 201.606, 201.128, 45.516, -0.23705, 72406, 0.00278438, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(94, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-23 18:11:56', '2014-01-23 18:12:59', 1, 21.6157, 950.069, 29.512, 0, 0, 0, 0, 0, 0, 17.1888, 17.242, 17.155, 17.1899, 17.236, 17.157, 17.2798, 17.427, 17.206, -0.05, -0.05, 200.9, 200.9, 200.95, 998.744, 998.744, 998.728, 14034.5, 14037.6, 201.41, 200.994, 51.546, -0.206317, 72358, 0.00278352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(95, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 09:49:41', '2014-01-24 09:50:40', 1, 22.6, 948.534, 27.64, 0, 0, 0, 0, 0, 0, 18.5668, 19.343, 18.13, 19.4426, 21.161, 18.427, 20.1827, 21.875, 18.962, 0, 0, 201.05, 201.05, 201.05, 998.491, 998.32, 998.168, 15121.3, 15123.2, 201.596, 201.075, 47.865, -0.258345, 72387, 0.00278497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15),
|
|
(96, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 09:54:08', '2014-01-24 09:56:52', 1, 22.5919, 948.819, 29.9135, 0, 0, 0, 0, 0, 0, 17.7907, 17.86, 17.737, 17.8374, 17.969, 17.763, 17.9082, 18.042, 17.815, 302.75, 302.75, 903.683, 903.683, 600.933, 998.636, 998.628, 998.615, 14070.9, 14072.4, 602.379, 600.997, 153.747, -0.229386, 216359, 0.00278416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29),
|
|
(97, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 09:57:48', '2014-01-24 10:01:47', 1, 22.5884, 948.599, 30.4115, 0, 0, 0, 0, 0, 0, 17.7214, 17.708, 17.735, 17.7629, 17.732, 17.776, 17.7996, 17.785, 17.816, 903.75, 903.75, 1104.1, 1104.1, 200.35, 998.649, 998.641, 998.634, 3157.6, 3155.59, 200.829, 200.222, 228.42, -0.302252, 72080, 0.0027862, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30),
|
|
(98, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 10:08:47', '2014-01-24 10:11:21', 1, 22.5246, 948.847, 30.101, 0, 0, 0, 0, 0, 0, 17.6874, 17.777, 17.624, 17.7124, 17.833, 17.631, 17.7955, 17.983, 17.687, 1104.15, 1104.15, 1705.03, 1705.03, 600.883, 998.655, 998.65, 998.635, 15090.3, 15094.9, 602.315, 601.067, 143.349, -0.207279, 216384, 0.00278355, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29),
|
|
(99, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 10:12:21', '2014-01-24 10:16:20', 1, 22.5002, 948.827, 31.126, 0, 0, 0, 0, 0, 0, 17.5736, 17.588, 17.548, 17.6089, 17.608, 17.593, 17.6488, 17.655, 17.637, 1705.1, 1705.1, 1905.42, 1905.42, 200.317, 998.675, 998.669, 998.662, 3151.86, 3150.38, 200.79, 200.222, 228.798, -0.282879, 72080, 0.00278566, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30),
|
|
(100, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 10:17:13', '2014-01-24 10:22:31', 1, 22.4694, 948.939, 31.3745, 0, 0, 0, 0, 0, 0, 17.5237, 17.546, 17.493, 17.6182, 17.601, 17.625, 18.0608, 18.404, 17.923, 5.674, 5.674, 105.906, 105.906, 100.232, 998.684, 998.667, 998.586, 1178.96, 1177.21, 100.469, 100.083, 306.062, -0.383661, 240200, 0.000418271, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31),
|
|
(101, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 10:24:03', '2014-01-24 10:26:19', 1, 22.4202, 949.037, 30.8028, 0, 0, 0, 0, 0, 0, 17.4585, 17.498, 17.435, 17.5486, 17.6, 17.496, 17.744, 17.816, 17.688, 5.60467, 5.60467, 105.998, 105.998, 100.394, 998.696, 998.68, 998.645, 2888.08, 2882.56, 100.63, 100.202, 125.141, -0.425557, 240484, 0.000418447, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32),
|
|
(102, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 11:27:34', '2014-01-24 11:30:09', 1, 22.2572, 949.084, 29.9756, 0, 0, 0, 0, 0, 0, 17.3901, 17.615, 17.313, 17.4633, 17.94, 17.316, 17.6353, 18.542, 17.388, 1905.45, 1905.45, 2506.23, 2506.23, 600.784, 998.708, 998.695, 998.664, 15064, 15071.2, 602.188, 601.069, 143.575, -0.185765, 216385, 0.00278295, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29),
|
|
(103, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 11:33:10', '2014-01-24 11:37:10', 1, 22.2358, 949.059, 30.417, 0, 0, 0, 0, 0, 0, 17.2012, 17.2, 17.197, 17.2137, 17.208, 17.216, 17.244, 17.239, 17.25, 23.4, 23.4, 223.8, 223.8, 200.4, 998.742, 998.74, 998.734, 3146.94, 3144.15, 200.86, 200.222, 229.251, -0.317324, 72080, 0.00278662, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30),
|
|
(104, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 11:38:48', '2014-01-24 11:44:38', 1, 22.2371, 949.064, 29.9864, 0, 0, 0, 0, 0, 0, 17.2171, 17.207, 17.227, 17.2649, 17.223, 17.296, 17.7839, 18.155, 17.642, 5.552, 5.552, 105.759, 105.759, 100.207, 998.739, 998.73, 998.637, 1065.44, 1064.03, 100.438, 100.075, 338.589, -0.361469, 240180, 0.000418178, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31),
|
|
(105, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 11:46:13', '2014-01-24 11:48:28', 1, 22.2581, 949.068, 28.5927, 0, 0, 0, 0, 0, 0, 17.2312, 17.252, 17.219, 17.2727, 17.301, 17.246, 17.4753, 17.517, 17.454, 5.552, 5.552, 105.959, 105.959, 100.407, 998.736, 998.729, 998.693, 2907.1, 2901.22, 100.639, 100.204, 124.339, -0.431722, 240490, 0.000418473, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32),
|
|
(106, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 12:02:16', '2014-01-24 12:04:50', 1, 22.5164, 949.085, 27.5738, 0, 0, 0, 0, 0, 0, 17.2041, 17.274, 17.172, 17.215, 17.334, 17.169, 17.3073, 17.613, 17.213, 223.8, 223.8, 824.8, 824.8, 601, 998.741, 998.739, 998.723, 15076.2, 15078, 602.378, 601.072, 143.511, -0.216843, 216386, 0.00278381, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29),
|
|
(107, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 12:05:51', '2014-01-24 12:09:51', 1, 22.5944, 949.109, 27.5323, 0, 0, 0, 0, 0, 0, 17.1726, 17.166, 17.171, 17.1775, 17.165, 17.175, 17.2016, 17.196, 17.208, 824.85, 824.85, 1025.23, 1025.23, 200.383, 998.747, 998.746, 998.742, 3141.05, 3138.53, 200.842, 200.222, 229.662, -0.308402, 72080, 0.00278637, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30),
|
|
(108, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 13:07:48', '2014-01-24 13:10:21', 1, 23.0909, 949.002, 26.2842, 0, 0, 0, 0, 0, 0, 17.2331, 17.429, 17.175, 17.2812, 17.719, 17.182, 17.4027, 18.026, 17.225, 1025.25, 1025.25, 1626.13, 1626.13, 600.883, 998.736, 998.728, 998.706, 15204.5, 15209.4, 602.268, 601.075, 142.272, -0.198164, 216387, 0.00278329, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29),
|
|
(109, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 13:11:21', '2014-01-24 13:15:19', 1, 23.1303, 948.951, 26.183, 0, 0, 0, 0, 0, 0, 17.1652, 17.161, 17.166, 17.177, 17.161, 17.179, 17.202, 17.195, 17.209, 1626.2, 1626.2, 1826.55, 1826.55, 200.35, 998.748, 998.746, 998.742, 3172.69, 3170.71, 200.809, 200.225, 227.334, -0.290581, 72081, 0.00278587, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30),
|
|
(110, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 13:16:22', '2014-01-24 13:21:36', 1, 23.1949, 948.915, 26.1312, 0, 0, 0, 0, 0, 0, 17.1793, 17.175, 17.175, 17.2394, 17.196, 17.259, 17.883, 18.531, 17.64, 5.227, 5.227, 105.449, 105.449, 100.222, 998.746, 998.735, 998.619, 1190.55, 1188.91, 100.452, 100.084, 303.052, -0.366476, 240202, 0.000418199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31),
|
|
(111, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 13:23:09', '2014-01-24 13:25:25', 1, 23.3193, 948.973, 26.3648, 0, 0, 0, 0, 0, 0, 17.1846, 17.197, 17.179, 17.226, 17.26, 17.202, 17.4636, 17.515, 17.43, 5.561, 5.561, 105.96, 105.96, 100.399, 998.745, 998.737, 998.695, 2916.87, 2911.32, 100.63, 100.208, 123.913, -0.418833, 240500, 0.000418419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32),
|
|
(112, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 14:03:10', '2014-01-24 14:05:43', 1, 23.6351, 948.813, 26.7518, 155.811, 155.886, 155.911, 141.568, 141.71, 141.343, 10.5715, 10.6832, 10.5338, 10.621, 10.7674, 10.562, 10.6782, 10.7867, 10.6027, 196.25, 196.25, 796.983, 796.983, 600.733, 999.65, 999.645, 999.639, 15250, 15241.4, 601.566, 600.394, 141.812, -0.194703, 216142, 0.0027832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29),
|
|
(113, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 14:55:04', '2014-01-24 14:57:37', 1, 24.3689, 948.904, 28.2572, 155.805, 155.828, 155.811, 141.454, 141.788, 141.235, 10.5344, 10.604, 10.4959, 10.5674, 10.6485, 10.5277, 10.6463, 10.8516, 10.563, 0, 0, 572.65, 572.65, 572.65, 999.653, 999.65, 999.642, 14534, 15238, 573.441, 600.392, 141.843, 4.6999, 216141, 0.00265309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29),
|
|
(114, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 14:58:38', '2014-01-24 15:02:36', 1, 24.4131, 948.846, 28.5036, 155.913, 155.893, 155.986, 159.13, 158.947, 159.16, 10.5067, 10.4905, 10.5103, 10.5614, 10.5151, 10.589, 10.5935, 10.5522, 10.6172, 572.7, 572.7, 773, 773, 200.3, 999.656, 999.651, 999.647, 3171.19, 3167.67, 200.576, 200.078, 227.385, -0.248582, 72028, 0.0027847, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30),
|
|
(115, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 15:03:45', '2014-01-24 15:09:24', 1, 24.4372, 948.986, 28.6013, 155.93, 155.957, 155.975, 157.52, 157.461, 157.645, 10.5299, 10.5266, 10.532, 10.6805, 10.5908, 10.7206, 11.6102, 12.0364, 11.4289, 0.081, 0.081, 100.249, 100.249, 100.168, 999.654, 999.639, 999.543, 1100.24, 1098.97, 100.307, 100.052, 327.749, -0.254171, 240125, 0.000417728, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31),
|
|
(116, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-24 15:10:58', '2014-01-24 15:13:13', 1, 24.47, 948.983, 28.7628, 155.939, 155.975, 156.009, 155.564, 155.477, 155.056, 10.555, 10.5662, 10.532, 10.6734, 10.7188, 10.6341, 11.1051, 11.1928, 11.054, 5.425, 5.425, 105.682, 105.682, 100.257, 999.651, 999.64, 999.597, 2906.11, 2902.65, 100.396, 100.138, 124.195, -0.25757, 240330, 0.000417743, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32),
|
|
(117, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-27 12:49:03', '2014-01-27 12:51:36', 1, 24.3667, 937.303, 24.6681, 155.831, 155.767, 155.731, 141.339, 141.375, 140.818, 11.7791, 11.8739, 11.7424, 11.7954, 11.8166, 11.7697, 11.9446, 12.268, 11.8276, 6.4, 6.4, 607.083, 607.083, 600.683, 999.525, 999.523, 999.506, 15190.9, 15183.4, 601.589, 600.386, 142.352, -0.199971, 216139, 0.00278334, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29),
|
|
(118, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-27 12:52:37', '2014-01-27 12:56:36', 1, 24.3666, 937.21, 24.9066, 155.917, 155.903, 155.874, 159.405, 159.357, 159.47, 11.6909, 11.7261, 11.6144, 11.7866, 11.7499, 11.7264, 11.8528, 11.8024, 11.815, 607.15, 607.15, 807.45, 807.45, 200.3, 999.534, 999.524, 999.516, 3153.79, 3150.34, 200.602, 200.081, 228.639, -0.259853, 72029, 0.00278501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30),
|
|
(119, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-27 12:57:10', '2014-01-27 13:02:55', 1, 24.3852, 937.231, 25.1367, 155.991, 155.988, 155.949, 157.687, 157.582, 157.573, 11.6022, 11.6162, 11.5658, 11.7865, 11.7318, 11.822, 12.7097, 13.5891, 12.433, 0.165, 0.165, 100.314, 100.314, 100.149, 999.544, 999.524, 999.415, 1078.36, 1077.31, 100.3, 100.051, 334.338, -0.248255, 240123, 0.000417704, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31),
|
|
(120, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-27 13:04:30', '2014-01-27 13:06:44', 1, 24.3937, 937.315, 25.3005, 156.012, 156.72, 156.424, 155.735, 154.088, 156.025, 11.6393, 11.6162, 11.6595, 11.7486, 11.8022, 11.7264, 12.1113, 12.1986, 12.0887, 5.558, 5.558, 105.796, 105.796, 100.238, 999.54, 999.528, 999.487, 2948.02, 2945.19, 100.388, 100.141, 122.406, -0.246084, 240339, 0.000417695, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32),
|
|
(121, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-27 13:23:18', '2014-01-27 13:25:53', 1, 24.4548, 937.35, 25.3167, 155.877, 155.917, 155.876, 141.605, 141.611, 141.718, 11.1896, 11.5027, 11.0722, 11.3013, 11.9248, 11.1279, 11.4635, 12.4088, 11.1998, 807.45, 807.45, 1408.02, 1408.02, 600.567, 999.588, 999.576, 999.559, 15077.6, 15072.9, 601.44, 600.378, 143.394, -0.176629, 216136, 0.00278269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29),
|
|
(122, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-27 13:26:52', '2014-01-27 13:30:51', 1, 24.4663, 937.297, 25.7032, 155.989, 155.904, 155.928, 159.459, 159.414, 159.496, 10.9305, 10.966, 10.8687, 11.0395, 11.0666, 11.0107, 11.0933, 11.1186, 11.0717, 1408.05, 1408.05, 1608.4, 1608.4, 200.35, 999.614, 999.603, 999.598, 3165.88, 3161.62, 200.636, 200.081, 227.823, -0.276792, 72029, 0.00278549, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30);
|
|
INSERT INTO `testresult` (`Id`, `Name`, `TestName`, `Qfrom`, `Qto`, `Volume`, `TstTime`, `Repeats`, `Emptying`, `Zeroing`, `Method`, `ErrLimLo`, `ErrLimHi`, `FeedingPath`, `BenchPath`, `OutputPath`, `MetersPath`, `TimeStart`, `TimeEnd`, `RepetitionNr`, `AmbientTempAve`, `AmbientPressAve`, `AmbientHumiAve`, `PressInAvrg`, `PressInStart`, `PressInEnd`, `PressOutAvrg`, `PressOutStart`, `PressOutEnd`, `TempInAvrg`, `TempInStart`, `TempInEnd`, `TempOutAvrg`, `TempOutStart`, `TempOutEnd`, `TempDivAvrg`, `TempDivStart`, `TempDivEnd`, `MassStartRaw`, `MassStart`, `MassEndRaw`, `MassEnd`, `MassDiff`, `DensityIn`, `DensityOut`, `DensityDiv`, `FlowMass`, `FlowVolume`, `VolumeCTV`, `VolumeMaster`, `Time`, `ErrorMaster`, `PulsesMaster`, `ConstMaster`, `TimeDivStart0`, `TimeDivStart1`, `TimeDivStart2`, `TimeDivStart3`, `TimeDivStart4`, `TimeDivStart5`, `TimeDivEnd0`, `TimeDivEnd1`, `TimeDivEnd2`, `TimeDivEnd3`, `TimeDivEnd4`, `TimeDivEnd5`, `Test_id`) VALUES
|
|
(123, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-27 13:32:33', '2014-01-27 13:38:12', 1, 24.4979, 937.409, 25.3508, 155.995, 156.017, 156.038, 161.118, 160.934, 161.192, 10.8131, 10.8201, 10.7985, 11.0214, 10.9981, 11.0468, 11.8933, 12.3952, 11.7065, 5.262, 5.262, 105.424, 105.424, 100.162, 999.626, 999.605, 999.512, 1100.81, 1099.61, 100.304, 100.053, 327.562, -0.251158, 240126, 0.000417716, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31),
|
|
(124, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-01-27 13:39:49', '2014-01-27 13:42:04', 1, 24.49, 937.333, 25.3118, 156.024, 155.662, 156.062, 154.579, 153.316, 157.252, 10.7452, 10.7967, 10.7246, 10.9408, 11.0378, 10.8485, 11.3199, 11.4487, 11.2343, 5.33767, 5.33767, 105.581, 105.581, 100.243, 999.633, 999.613, 999.574, 2911.72, 2908.72, 100.385, 100.14, 123.939, -0.24445, 240336, 0.000417688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32),
|
|
(125, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 10:34:34', '2014-02-10 10:37:05', 1, 23.3814, 933.535, 24.0235, 155.816, 154.255, 165.099, 127.086, 126.867, 112.681, 11.4867, 12.5028, 11.1983, 12.3161, 13.4598, 11.5894, 13.4178, 15.3884, 12.3681, -0.009, -0.009, 99.7903, 99.7903, 99.7993, 999.557, 999.463, 999.325, 2559.89, 2568.78, 99.9558, 100.146, 140.349, 0.190109, 240350, 0.000415876, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(126, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 10:37:31', '2014-02-10 10:38:31', 1, 23.38, 933.458, 23.5607, 155.147, 155.105, 155.165, 148.065, 148.153, 148.161, 11.0406, 11.1479, 10.948, 11.1406, 11.3749, 10.9657, 12.1197, 13.4921, 11.3639, 15, 15, 518.633, 518.633, 503.633, 999.603, 999.593, 999.486, 39799.8, 39591.7, 504.357, 501, 45.555, -0.665671, 18036, 0.0279639, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34),
|
|
(127, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 10:54:54', '2014-02-10 11:02:45', 1, 23.4246, 933.123, 23.3219, 155.617, 155.576, 155.689, 159.112, 159.045, 159.154, 10.8988, 11.1029, 10.8309, 11.3865, 11.6705, 11.1279, 12.1099, 12.6783, 11.6957, 5.546, 5.546, 5.542, 5.542, -0.00400019, 999.618, 999.567, 999.487, -0.101455, 2540.83, -0.00400604, 100.18, 141.941, 0.1, 240432, -0.0000000166618, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(128, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 11:03:54', '2014-02-10 11:06:24', 1, 23.4238, 933.369, 23.5026, 155.618, 155.583, 155.659, 159.755, 159.658, 159.737, 10.8492, 11.0398, 10.7643, 11.1802, 11.2451, 11.045, 11.737, 12.0815, 11.4866, 5.542, 5.542, 105.769, 105.769, 100.227, 999.622, 999.589, 999.529, 2597.24, 2594.56, 100.371, 100.123, 138.923, -0.246894, 240296, 0.000417698, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(129, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 11:06:51', '2014-02-10 11:07:50', 1, 23.4445, 933.343, 23.7755, 155.058, 155.031, 154.963, 148.861, 148.755, 148.871, 10.7121, 10.7553, 10.6652, 10.7856, 10.8936, 10.6989, 11.2167, 11.7861, 10.8606, 518.65, 518.65, 1022.27, 1022.27, 503.617, 999.636, 999.629, 999.585, 37991.3, 37789.7, 504.323, 500.944, 47.722, -0.669832, 18034, 0.0279651, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34),
|
|
(130, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 13:13:50', '2014-02-10 13:16:22', 1, 23.5781, 930.88, 22.0897, 155.456, 155.46, 155.478, 157.501, 157.365, 157.721, 11.0939, 11.8468, 10.7679, 12.3625, 13.2216, 11.6886, 13.184, 14.7368, 12.076, 5.79167, 5.79167, 106.011, 106.011, 100.219, 999.598, 999.457, 999.356, 2582.45, 2579.98, 100.377, 100.123, 139.708, -0.252391, 240296, 0.000417721, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(131, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 13:23:48', '2014-02-10 13:26:19', 1, 23.6071, 930.643, 22.3375, 155.363, 155.318, 155.307, 157.705, 157.879, 157.768, 10.757, 10.948, 10.6904, 11.1593, 11.4001, 10.9495, 11.6593, 12.0003, 11.3784, 5.788, 5.788, 106.016, 106.016, 100.228, 999.632, 999.591, 999.538, 2584.56, 2581.87, 100.372, 100.123, 139.606, -0.248016, 240296, 0.000417703, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(132, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 13:26:53', '2014-02-10 13:27:54', 1, 23.62, 930.617, 22.5558, 155.111, 155.153, 155.136, 149.841, 149.677, 149.921, 10.6263, 10.6832, 10.5608, 10.6902, 10.7818, 10.5962, 11.6511, 13.2212, 10.9184, 278.35, 278.35, 781.25, 781.25, 502.9, 999.644, 999.638, 999.539, 35989.3, 35845.3, 503.6, 500.889, 50.305, -0.53839, 18032, 0.0279281, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34),
|
|
(133, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 13:31:37', '2014-02-10 13:34:05', 1, 23.6456, 930.527, 22.8671, 155.489, 155.546, 155.463, 157.506, 157.511, 157.251, 10.4999, 10.5392, 10.4779, 10.6483, 10.6539, 10.6215, 11.1849, 11.3262, 11.0811, 5.399, 5.399, 105.623, 105.623, 100.224, 999.656, 999.642, 999.588, 2624.34, 2621.74, 100.363, 100.125, 137.485, -0.237601, 240300, 0.000417659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(134, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 13:35:00', '2014-02-10 13:37:33', 2, 23.6645, 930.379, 23.1497, 155.456, 155.418, 155.472, 157.88, 157.75, 157.91, 10.4526, 10.4689, 10.4437, 10.6007, 10.5998, 10.5926, 11.016, 11.0522, 10.9856, 5.337, 5.337, 105.558, 105.558, 100.221, 999.661, 999.647, 999.606, 2555.22, 2552.66, 100.359, 100.12, 141.199, -0.238051, 240289, 0.000417661, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(135, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 13:38:33', '2014-02-10 13:41:05', 3, 23.67, 930.312, 22.9731, 155.484, 155.407, 155.499, 157.886, 157.785, 157.943, 10.4358, 10.4311, 10.4329, 10.5722, 10.5782, 10.5656, 10.9751, 10.9784, 10.9694, 5.692, 5.692, 105.919, 105.919, 100.227, 999.662, 999.649, 999.61, 2554.74, 2552.06, 100.366, 100.122, 141.235, -0.242772, 240293, 0.000417681, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(136, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 13:42:02', '2014-02-10 13:44:34', 4, 23.6591, 930.233, 22.2285, 155.492, 155.39, 155.497, 157.898, 157.644, 157.563, 10.4236, 10.4329, 10.4275, 10.5604, 10.5656, 10.562, 10.9623, 10.9694, 10.9549, 5.705, 5.705, 105.929, 105.929, 100.224, 999.664, 999.651, 999.611, 2555.88, 2553.28, 100.362, 100.122, 141.167, -0.239011, 240293, 0.000417665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(137, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 13:45:31', '2014-02-10 13:48:03', 5, 23.6335, 930.357, 21.9714, 155.472, 155.327, 155.531, 157.901, 158.199, 157.989, 10.4169, 10.4221, 10.4113, 10.5434, 10.5548, 10.5349, 10.9381, 10.9387, 10.9351, 5.681, 5.681, 105.903, 105.903, 100.222, 999.664, 999.652, 999.614, 2555.14, 2552.58, 100.36, 100.121, 141.205, -0.237685, 240291, 0.000417659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(138, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 13:51:09', '2014-02-10 13:52:07', 1, 23.62, 930.481, 23.7909, 154.839, 154.849, 154.768, 147.469, 147.437, 147.31, 10.1477, 10.1682, 10.1178, 10.1627, 10.1836, 10.1385, 10.2193, 10.2583, 10.1934, 34.05, 34.05, 537.4, 537.4, 503.35, 999.689, 999.688, 999.682, 40012.8, 39823.8, 504.026, 500.972, 45.287, -0.605864, 18035, 0.0279471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34),
|
|
(139, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 13:55:13', '2014-02-10 13:56:17', 2, 23.6083, 930.462, 24.0179, 155.215, 155.229, 155.163, 151.193, 151.341, 150.974, 10.0344, 10.035, 10.0296, 10.0474, 10.0538, 10.043, 10.0858, 10.0888, 10.0834, 34.3, 34.3, 537.55, 537.55, 503.25, 999.699, 999.698, 999.694, 34164.3, 34000.3, 503.921, 500.833, 53.029, -0.612646, 18030, 0.027949, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34),
|
|
(140, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 13:59:08', '2014-02-10 14:00:08', 3, 23.6, 930.469, 24.7452, 154.837, 154.865, 154.899, 147.167, 146.811, 147.117, 10.0194, 10.0206, 10.0188, 10.0313, 10.0304, 10.0286, 10.069, 10.069, 10.0672, 34.25, 34.25, 537.767, 537.767, 503.517, 999.7, 999.699, 999.696, 38978.6, 38783.8, 504.187, 501, 46.504, -0.632079, 18036, 0.0279545, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34),
|
|
(141, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 14:02:59', '2014-02-10 14:03:56', 4, 23.5944, 930.338, 24.9489, 154.81, 154.753, 154.715, 147.193, 146.833, 147.061, 10.0107, 10.017, 10.0098, 10.0212, 10.0214, 10.0196, 10.0584, 10.06, 10.0564, 34.1, 34.1, 34.1, 34.1, 0, 999.701, 999.7, 999.697, 0, 38759.2, 0, 502.75, 46.696, 0.1, 18099, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34),
|
|
(142, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 14:04:22', '2014-02-10 14:05:24', 5, 23.59, 930.411, 24.8331, 154.803, 154.877, 154.767, 147.147, 146.9, 147.23, 10.0098, 10.008, 10.0116, 10.0195, 10.0214, 10.0178, 10.0571, 10.0582, 10.0564, 33.25, 33.25, 536.75, 536.75, 503.5, 999.701, 999.7, 999.697, 39003.3, 38809.6, 504.17, 501, 46.473, -0.628687, 18036, 0.0279535, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34),
|
|
(143, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 14:58:54', '2014-02-10 15:01:27', 1, 23.4812, 929.983, 22.7254, 155.456, 155.375, 155.476, 157.693, 157.762, 157.801, 10.387, 10.7949, 10.2241, 11.2192, 11.7877, 10.6899, 12.099, 13.1959, 11.3262, 5.318, 5.318, 105.546, 105.546, 100.228, 999.667, 999.585, 999.488, 2555.13, 2552.39, 100.373, 100.12, 141.214, -0.251208, 240289, 0.000417716, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(144, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 15:02:19', '2014-02-10 15:04:51', 2, 23.4816, 929.988, 22.6396, 155.45, 155.298, 155.48, 157.747, 157.419, 157.424, 10.1956, 10.2133, 10.1844, 10.4232, 10.5169, 10.3764, 10.9236, 11.0631, 10.8342, 5.274, 5.274, 105.495, 105.495, 100.221, 999.685, 999.664, 999.615, 2553.93, 2551.4, 100.358, 100.122, 141.271, -0.235052, 240293, 0.000417648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(145, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 15:18:45', '2014-02-10 15:21:16', 1, 23.44, 929.927, 22.8441, 155.45, 155.505, 155.47, 157.566, 157.71, 157.402, 10.2599, 10.4131, 10.1862, 10.5411, 10.6647, 10.4088, 11.1378, 11.4577, 10.8973, 5.405, 5.405, 105.63, 105.63, 100.225, 999.679, 999.652, 999.593, 2584.72, 2582.08, 100.363, 100.123, 139.594, -0.239653, 240295, 0.000417668, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(146, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 15:22:15', '2014-02-10 15:24:48', 2, 23.4553, 929.787, 23.0913, 155.446, 155.457, 155.532, 157.553, 157.411, 157.426, 10.1816, 10.1898, 10.1826, 10.3361, 10.3349, 10.3277, 10.763, 10.8054, 10.7369, 5.337, 5.337, 105.569, 105.569, 100.232, 999.686, 999.672, 999.631, 2584.39, 2581.56, 100.368, 100.122, 139.621, -0.245199, 240293, 0.000417691, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(147, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 15:26:04', '2014-02-10 15:28:32', 3, 23.4879, 929.792, 23.0006, 155.466, 155.579, 155.577, 157.272, 157.258, 157.463, 10.1784, 10.1898, 10.179, 10.3079, 10.3115, 10.3115, 10.7041, 10.7225, 10.6901, 5.293, 5.293, 105.538, 105.538, 100.245, 999.686, 999.674, 999.637, 2642.46, 2639.35, 100.381, 100.127, 136.57, -0.252974, 240304, 0.000417723, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(148, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 15:29:27', '2014-02-10 15:32:00', 4, 23.5265, 929.665, 23.17, 155.441, 155.342, 155.386, 157.682, 157.499, 157.658, 10.1735, 10.179, 10.1718, 10.299, 10.2917, 10.2953, 10.6968, 10.6919, 10.7027, 5.31, 5.31, 105.544, 105.544, 100.234, 999.687, 999.675, 999.637, 2554.47, 2551.61, 100.37, 100.122, 141.259, -0.24727, 240292, 0.0004177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(149, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 15:32:57', '2014-02-10 15:35:29', 5, 23.5329, 929.67, 23.1757, 155.454, 155.464, 155.444, 157.697, 157.86, 158.195, 10.1751, 10.1736, 10.1718, 10.2979, 10.3079, 10.2863, 10.6928, 10.7009, 10.6919, 5.739, 5.739, 105.978, 105.978, 100.239, 999.686, 999.675, 999.638, 2552.96, 2549.98, 100.375, 100.122, 141.35, -0.252144, 240293, 0.00041772, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33),
|
|
(150, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 15:38:38', '2014-02-10 15:39:42', 1, 23.53, 929.661, 23.7317, 154.968, 154.94, 155.048, 151.006, 151.045, 151.125, 10.118, 10.1322, 10.0998, 10.1323, 10.1439, 10.1169, 10.1965, 10.2078, 10.1735, 33.85, 33.85, 537.8, 537.8, 503.95, 999.692, 999.69, 999.685, 34333.6, 34121.2, 504.625, 500.833, 52.841, -0.751441, 18030, 0.0279881, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34),
|
|
(151, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-10 15:42:33', '2014-02-10 15:43:33', 2, 23.5109, 929.591, 23.7613, 154.881, 154.842, 154.68, 147.047, 147.483, 147.039, 10.0863, 10.0854, 10.0854, 10.0967, 10.0971, 10.0953, 10.1378, 10.1357, 10.1339, 34.05, 34.05, 538.067, 538.067, 504.017, 999.694, 999.693, 999.69, 38824.4, 38589.9, 504.69, 500.972, 46.735, -0.736741, 18035, 0.0279839, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34),
|
|
(152, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-11 08:34:54', '2014-02-11 08:38:13', 1, 23.8203, 943.893, 26.1866, 154.687, 154.675, 154.641, 154.207, 154.188, 154.335, 12.8431, 13.7935, 12.0829, 15.8215, 17.1054, 14.2502, 16.5175, 17.9119, 15.1194, 0, 0, 50.0707, 50.0707, 50.0707, 999.399, 998.974, 998.859, 954.202, 953.712, 50.1737, 50.045, 188.906, -0.256562, 120108, 0.000417738, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35),
|
|
(153, '', '', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, '', '', '', '', '2014-02-11 10:17:54', '2014-02-11 10:20:01', 1, 23.9527, 944.364, 25.9059, 155.542, 155.53, 155.574, 147.403, 145.269, 147.945, 11.4935, 11.5027, 11.5045, 11.9845, 11.9843, 12.0492, 12.4704, 12.6043, 12.3699, 30.152, 30.152, 80.2487, 80.2487, 50.0967, 999.556, 999.501, 999.445, 1562.05, 1561.32, 50.1733, 50.0733, 115.456, -0.1992, 120176, 0.000417498, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35),
|
|
(154, 'Qsteig', 'Qsteig', 1.76569, 1.96569, 50, 96.4791, 1, 0, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 14:33:34', '2014-02-11 14:35:24', 1, 22.8701, 942.78, 23.1037, 155.409, 155.5, 155.352, 143.021, 144.653, 141.529, 11.7602, 11.773, 11.7658, 12.0301, 12.0492, 12.0149, 12.4607, 12.5412, 12.4006, 50.898, 50.898, 100.99, 100.99, 50.0917, 999.527, 999.496, 999.446, 1821.18, 1821.03, 50.1685, 50.0875, 99.018, -0.161512, 120210, 0.000417341, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(155, 'Qsteig', 'Qsteig', 1.77058, 1.97058, 50, 96.2268, 1, 0, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 14:45:21', '2014-02-11 14:47:11', 1, 22.83, 942.744, 22.7084, 155.315, 155.272, 155.34, 141.867, 141.411, 142.985, 11.767, 11.7694, 11.7658, 11.9904, 12.0221, 11.9825, 12.4125, 12.5034, 12.3627, 0.652, 0.652, 50.738, 50.738, 50.086, 999.526, 999.501, 999.451, 1872.26, 1872.36, 50.1626, 50.0888, 96.306, -0.147272, 120213, 0.000417281, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(156, 'Qfall', 'Qfall', 1.25781, 1.45781, 50, 132.566, 1, 0, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 15:30:06', '2014-02-11 15:32:29', 1, 22.9417, 942.232, 21.9756, 155.401, 155.31, 155.482, 162.191, 162.268, 162.245, 11.6636, 11.6919, 11.6415, 11.8384, 11.8563, 11.8364, 12.2965, 12.2852, 12.278, 50.703, 50.703, 100.792, 100.792, 50.0893, 999.537, 999.518, 999.465, 1373.62, 1372.95, 50.1651, 50.065, 131.275, -0.199552, 120156, 0.0004175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(157, 'Qsteig', 'Qsteig', 1.77459, 1.97459, 50, 96.0209, 1, 0, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 15:43:35', '2014-02-11 15:45:42', 1, 23.0381, 942.202, 22.5049, 155.389, 155.442, 155.459, 142.677, 143.858, 144.353, 11.5485, 11.5658, 11.5334, 11.9184, 11.9428, 11.923, 12.3495, 12.4709, 12.2545, 1.418, 1.418, 51.52, 51.52, 50.102, 999.55, 999.509, 999.459, 1831.68, 1831.12, 50.1782, 50.0867, 98.471, -0.182508, 120208, 0.000417429, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(158, 'Qfall', 'Qfall', 1.66466, 1.86466, 50, 102.003, 1, 0, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 15:49:06', '2014-02-11 15:50:56', 1, 23.05, 942.403, 22.4866, 155.495, 155.559, 155.544, 159.773, 159.836, 159.946, 11.5551, 11.5496, 11.519, 11.6635, 11.685, 11.6615, 12.061, 12.058, 12.049, 51.519, 51.519, 101.629, 101.629, 50.11, 999.549, 999.537, 999.493, 1818.09, 1817.26, 50.1848, 50.0871, 99.223, -0.194768, 120209, 0.00041748, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(159, 'Q1 (1/5)', 'Q1', 2.4, 2.6, 100, 144, 5, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 15:52:16', '2014-02-11 15:54:48', 1, 23.0715, 942.285, 22.5032, 155.5, 155.45, 155.378, 157.587, 157.382, 157.83, 11.4984, 11.5262, 11.5081, 11.6296, 11.694, 11.5912, 11.9657, 12.0274, 11.9264, 1.533, 1.533, 101.738, 101.738, 100.205, 999.555, 999.541, 999.504, 2563.64, 2561.5, 100.354, 100.121, 140.713, -0.232194, 240291, 0.000417636, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(160, 'Q1 (2/5)', 'Q1', 2.4, 2.6, 100, 144, 5, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 15:55:32', '2014-02-11 15:58:04', 2, 23.0688, 942.354, 22.4026, 155.475, 155.53, 155.475, 157.609, 157.548, 157.776, 11.4189, 11.4847, 11.3983, 11.5789, 11.6074, 11.5335, 11.9096, 11.9408, 11.8741, 1.592, 1.592, 101.817, 101.817, 100.225, 999.564, 999.547, 999.51, 2561.17, 2558.55, 100.374, 100.123, 140.877, -0.250293, 240294, 0.000417712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(161, 'Q1 (3/5)', 'Q1', 2.4, 2.6, 100, 144, 5, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 15:58:49', '2014-02-11 16:01:20', 3, 23.0423, 942.438, 22.2702, 155.482, 155.552, 155.504, 157.586, 157.555, 157.581, 11.3581, 11.4019, 11.3046, 11.4971, 11.5209, 11.456, 11.8233, 11.8471, 11.7876, 1.58633, 1.58633, 101.812, 101.812, 100.225, 999.57, 999.555, 999.52, 2562.11, 2559.45, 100.373, 100.121, 140.826, -0.250994, 240291, 0.000417715, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(162, 'Q1 (4/5)', 'Q1', 2.4, 2.6, 100, 144, 5, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 16:02:05', '2014-02-11 16:04:36', 4, 23.0164, 942.478, 22.3321, 155.496, 155.54, 155.528, 157.598, 157.438, 157.613, 11.2548, 11.283, 11.2037, 11.3971, 11.4308, 11.3767, 11.7192, 11.7552, 11.6885, 0.783, 0.783, 101.013, 101.013, 100.23, 999.581, 999.566, 999.531, 2561.93, 2559.2, 100.376, 100.123, 140.842, -0.252582, 240295, 0.000417722, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(163, 'Q1 (5/5)', 'Q1', 2.4, 2.6, 100, 144, 5, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 16:05:20', '2014-02-11 16:07:53', 5, 23.01, 942.434, 22.5842, 155.493, 155.563, 155.519, 157.589, 157.593, 157.915, 11.1498, 11.1569, 11.1407, 11.3069, 11.3424, 11.2847, 11.6313, 11.6632, 11.6037, 1.38933, 1.38933, 101.614, 101.614, 100.225, 999.592, 999.576, 999.541, 2560.56, 2557.95, 100.37, 100.123, 140.91, -0.247055, 240294, 0.000417699, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(164, 'Q2 (1/5)', 'Q2', 38, 44, 500, 43.9024, 5, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-11 16:09:52', '2014-02-11 16:10:47', 1, 23.01, 942.402, 22.8181, 154.624, 154.667, 154.616, 144.794, 144.749, 144.983, 10.7788, 10.9047, 10.6328, 10.8004, 10.9314, 10.6899, 11.6261, 12.2933, 11.1547, 0, 0, 503.35, 503.35, 503.35, 999.629, 999.627, 999.541, 42743.3, 42548.5, 504.056, 501.056, 42.394, -0.595317, 18038, 0.0279441, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(165, 'Q2 (2/5)', 'Q2', 38, 44, 500, 43.9024, 5, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-11 16:12:32', '2014-02-11 16:13:27', 2, 23.0105, 942.356, 23.6678, 154.558, 154.61, 154.475, 144.881, 144.834, 144.899, 10.2374, 10.2565, 10.2187, 10.245, 10.2647, 10.225, 10.3434, 10.3701, 10.3052, 31.9833, 31.9833, 534.583, 534.583, 502.6, 999.681, 999.68, 999.671, 42660.5, 42529.4, 503.279, 501.056, 42.413, -0.441714, 18038, 0.027901, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(166, 'Q2 (3/5)', 'Q2', 38, 44, 500, 43.9024, 5, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-11 16:15:15', '2014-02-11 16:16:09', 3, 23.02, 942.357, 23.4829, 154.532, 154.535, 154.525, 144.906, 145.266, 144.559, 10.1927, 10.197, 10.1898, 10.2004, 10.2016, 10.1944, 10.2516, 10.2547, 10.2457, 31.2833, 31.2833, 534.4, 534.4, 503.117, 999.685, 999.684, 999.68, 42659.1, 42486.7, 503.794, 501.083, 42.458, -0.53805, 18039, 0.027928, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(167, 'Q2 (4/5)', 'Q2', 38, 44, 500, 43.9024, 5, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-11 16:17:56', '2014-02-11 16:18:51', 4, 23.02, 942.308, 23.6373, 154.536, 154.56, 154.534, 144.861, 144.84, 145.205, 10.1741, 10.1754, 10.1736, 10.1802, 10.1818, 10.1764, 10.2228, 10.2222, 10.2222, 32.5833, 32.5833, 534.85, 534.85, 502.267, 999.687, 999.686, 999.682, 42615.1, 42512.4, 502.942, 501.056, 42.43, -0.375058, 18038, 0.0278824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(168, 'Q2 (5/5)', 'Q2', 38, 44, 500, 43.9024, 5, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-11 16:20:39', '2014-02-11 16:21:36', 5, 23.02, 942.412, 24.1654, 154.552, 154.447, 154.426, 144.894, 145.041, 145.161, 10.1667, 10.1682, 10.1664, 10.1713, 10.1746, 10.1692, 10.2113, 10.2168, 10.2096, 31.9667, 31.9667, 535.167, 535.167, 503.2, 999.687, 999.687, 999.683, 42658.1, 42478.7, 503.876, 501.083, 42.466, -0.554254, 18039, 0.0279326, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(169, 'Qsteig (1/5)', 'Qsteig', 1.89828, 2.09828, 50, 90.0774, 5, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 16:45:25', '2014-02-11 16:47:07', 1, 22.9968, 942.465, 24.3667, 155.516, 155.496, 155.724, 139.825, 140.769, 137.294, 10.3055, 10.3033, 10.3105, 10.5163, 10.5169, 10.5151, 10.9801, 11.045, 10.9567, 1.573, 1.573, 51.6677, 51.6677, 50.0947, 999.675, 999.655, 999.609, 1960.72, 1960.71, 50.1636, 50.0946, 91.977, -0.137528, 120227, 0.00041724, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(170, 'Qsteig (2/5)', 'Qsteig', 1.89548, 2.09548, 50, 90.204, 5, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 16:50:23', '2014-02-11 16:52:08', 2, 23.01, 942.467, 23.6088, 155.512, 155.539, 155.569, 139.45, 136.863, 138.829, 10.3065, 10.3069, 10.3105, 10.4491, 10.4466, 10.4629, 10.8888, 10.9135, 10.8847, 1.358, 1.358, 51.4687, 51.4687, 50.1107, 999.674, 999.661, 999.619, 1963.86, 1963.22, 50.1793, 50.0942, 91.859, -0.169619, 120226, 0.000417375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(171, 'Qsteig (3/5)', 'Qsteig', 1.88816, 2.08816, 50, 90.5359, 5, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 16:55:21', '2014-02-11 16:57:06', 3, 23.03, 942.543, 23.3817, 155.515, 155.474, 155.552, 140.272, 141.225, 139.546, 10.3064, 10.2943, 10.3177, 10.4507, 10.4394, 10.4611, 10.8811, 10.8901, 10.8883, 1.312, 1.312, 51.417, 51.417, 50.105, 999.674, 999.661, 999.619, 1928.08, 1927.59, 50.1736, 50.0921, 93.553, -0.162506, 120221, 0.000417345, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(172, 'Qsteig (4/5)', 'Qsteig', 1.87545, 2.07545, 50, 91.1185, 5, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 17:00:15', '2014-02-11 17:02:12', 4, 23.0435, 942.414, 23.4428, 155.529, 155.583, 155.426, 140.241, 142.093, 139.64, 10.3056, 10.3051, 10.2997, 10.4488, 10.4466, 10.4539, 10.8829, 10.8955, 10.8811, 1.306, 1.306, 51.405, 51.405, 50.099, 999.675, 999.661, 999.619, 1945.07, 1944.85, 50.1676, 50.0933, 92.725, -0.148025, 120224, 0.000417284, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(173, 'Qsteig (5/5)', 'Qsteig', 1.87301, 2.07301, 50, 91.2311, 5, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 17:05:21', '2014-02-11 17:07:10', 5, 23.0686, 942.27, 23.4657, 155.532, 155.499, 155.351, 140.781, 139.917, 138.477, 10.3125, 10.3069, 10.3177, 10.4468, 10.4448, 10.4557, 10.8899, 10.8901, 10.8865, 1.325, 1.325, 51.424, 51.424, 50.099, 999.674, 999.661, 999.618, 1916.56, 1916.24, 50.1676, 50.0904, 94.104, -0.153819, 120217, 0.000417309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(174, 'Qfall (1/5)', 'Qfall', 1.56732, 1.66732, 50, 111.295, 5, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 17:10:56', '2014-02-11 17:13:00', 1, 23.093, 942.136, 23.4172, 155.273, 155.328, 155.382, 160.45, 160.418, 160.376, 10.3206, 10.3087, 10.3105, 10.4304, 10.4394, 10.434, 10.9015, 10.8702, 10.9207, 1.33, 1.33, 51.4337, 51.4337, 50.1037, 999.673, 999.663, 999.617, 1586.28, 1585.36, 50.1722, 50.0746, 113.708, -0.194521, 120179, 0.000417479, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(175, 'Qfall (2/5)', 'Qfall', 1.54171, 1.64171, 50, 113.086, 5, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 17:16:49', '2014-02-11 17:18:55', 2, 23.1054, 942.124, 23.2282, 155.218, 155.242, 155.262, 160.557, 160.61, 160.519, 10.3085, 10.3159, 10.3069, 10.4416, 10.4412, 10.443, 10.9186, 10.9081, 10.9243, 1.281, 1.281, 51.3893, 51.3893, 50.1083, 999.674, 999.662, 999.616, 1580.08, 1579.04, 50.1769, 50.0754, 114.165, -0.202272, 120181, 0.000417511, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(176, 'Qfall (3/5)', 'Qfall', 1.53782, 1.63782, 50, 113.363, 5, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 17:22:41', '2014-02-11 17:24:48', 3, 23.13, 942.136, 23.1746, 155.167, 155.2, 155.217, 160.806, 160.816, 160.684, 10.3251, 10.3339, 10.3249, 10.4483, 10.4539, 10.4466, 10.9223, 10.8883, 10.9189, 1.286, 1.286, 51.39, 51.39, 50.104, 999.673, 999.661, 999.615, 1555.3, 1554.37, 50.1726, 50.0742, 115.974, -0.196184, 120178, 0.000417486, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(177, 'Qfall (4/5)', 'Qfall', 1.53558, 1.63558, 50, 113.523, 5, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 17:28:38', '2014-02-11 17:30:48', 4, 23.1317, 942.151, 23.1959, 155.236, 155.288, 155.182, 160.864, 160.984, 160.868, 10.3215, 10.3267, 10.3123, 10.4544, 10.4665, 10.4647, 10.9235, 10.8973, 10.9351, 2.363, 2.363, 52.4677, 52.4677, 50.1047, 999.673, 999.661, 999.615, 1541.38, 1540.44, 50.1733, 50.0742, 117.023, -0.197573, 120178, 0.000417492, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(178, 'Qfall (5/5)', 'Qfall', 1.55244, 1.65244, 50, 112.329, 5, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 17:34:34', '2014-02-11 17:36:42', 5, 23.1429, 942.236, 23.0711, 155.151, 155.16, 155.179, 160.594, 160.621, 160.625, 10.3335, 10.3375, 10.3339, 10.4592, 10.4521, 10.4611, 10.943, 10.9171, 10.9531, 0.736, 0.736, 50.8367, 50.8367, 50.1007, 999.672, 999.66, 999.613, 1577.27, 1576.44, 50.1693, 50.0742, 114.351, -0.189658, 120178, 0.000417458, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(179, 'Q1 (1/5)', 'Q1', 2.4, 2.6, 100, 144, 5, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 17:37:45', '2014-02-11 17:40:08', 1, 23.15, 942.098, 23.4511, 155.333, 155.449, 155.345, 156.622, 156.566, 156.373, 10.346, 10.3591, 10.3249, 10.448, 10.4791, 10.4196, 10.839, 10.8919, 10.818, 1.19, 1.19, 101.424, 101.424, 100.234, 999.671, 999.661, 999.624, 2746.26, 2743.42, 100.371, 100.13, 131.394, -0.239931, 240313, 0.000417669, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(180, 'Q1 (2/5)', 'Q1', 2.4, 2.6, 100, 144, 5, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 17:40:58', '2014-02-11 17:43:29', 2, 23.1291, 942.222, 23.5566, 155.309, 155.339, 155.354, 157.425, 158.123, 157.453, 10.3236, 10.3339, 10.3177, 10.4201, 10.425, 10.416, 10.8196, 10.8162, 10.8108, 0.822, 0.822, 101.063, 101.063, 100.241, 999.673, 999.664, 999.625, 2578.98, 2575.89, 100.378, 100.12, 139.926, -0.25625, 240289, 0.000417737, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(181, 'Q2', 'Q2', 38, 44, 500, 43.9024, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-11 18:00:00', '2014-02-11 18:00:54', 1, 23.0019, 942.224, 23.6567, 154.825, 154.73, 154.873, 145.016, 144.846, 145.388, 10.3422, 10.3375, 10.3483, 10.3448, 10.3457, 10.3511, 10.4543, 10.4927, 10.4296, 31.55, 31.55, 31.55, 31.55, 0, 999.671, 999.671, 999.661, 0, 42367.2, 0, 503.028, 42.743, 0.1, 18109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(182, 'Q1', 'Q1', 5, 5.5, 100, 68.5714, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ4', 'PMess1', '2014-02-11 18:03:06', '2014-02-11 18:04:24', 1, 23.0315, 942.385, 24.8615, 155.407, 155.495, 155.393, 161.744, 161.607, 161.725, 10.3912, 10.3843, 10.3987, 10.4045, 10.3908, 10.4178, 10.4655, 10.4476, 10.4801, 29.55, 29.55, 129.883, 129.883, 100.333, 999.667, 999.665, 999.66, 5337.04, 5326.4, 100.47, 100.133, 67.678, -0.335383, 36048, 0.00278713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(183, 'Qsteig', 'Qsteig', 1.80768, 2.00768, 50, 94.3556, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 18:08:54', '2014-02-11 18:10:43', 1, 23.0858, 942.354, 24.8067, 155.283, 155.286, 155.424, 142.298, 140.499, 142.6, 10.4658, 10.4599, 10.4743, 10.5495, 10.5241, 10.5674, 11.1111, 11.1568, 11.0811, 1.134, 1.134, 51.2377, 51.2377, 50.1037, 999.66, 999.652, 999.596, 1846.7, 1846.12, 50.1727, 50.0879, 97.673, -0.169078, 120211, 0.000417372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(184, 'Qfall', 'Qfall', 2.60318, 2.80318, 50, 66.5883, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-11 18:12:35', '2014-02-11 18:13:51', 1, 23.1369, 942.399, 24.4736, 155.305, 155.445, 155.237, 156.336, 156.039, 155.77, 10.4596, 10.4617, 10.4527, 10.5327, 10.5386, 10.5277, 10.9532, 10.9585, 10.9459, 1.253, 1.253, 51.4053, 51.4053, 50.1523, 999.66, 999.653, 999.612, 2751.3, 2750.19, 50.2214, 50.1321, 65.623, -0.177855, 120317, 0.000417409, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(185, 'Q2', 'Q2', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-12 08:59:31', '2014-02-12 09:00:20', 1, 24.39, 947.296, 24.1278, 153.923, 153.754, 153.812, 95.265, 95.2036, 95.4415, 11.6113, 11.6793, 11.5262, 11.6889, 11.8563, 11.593, 11.938, 12.2157, 11.7428, 0.1, 0.1, 605.6, 605.6, 605.5, 999.543, 999.535, 999.507, 77073.8, 76621.2, 606.406, 601.944, 28.282, -0.735716, 21670, 0.0279837, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(186, 'Q1', 'Q1', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ4', 'PMess1', '2014-02-12 09:02:32', '2014-02-12 09:04:18', 1, 24.3792, 947.391, 23.9491, 155.404, 155.389, 155.392, 152.634, 152.768, 152.775, 11.5368, 11.5244, 11.5298, 11.6282, 11.6237, 11.6291, 11.6907, 11.6959, 11.6815, 32.1, 32.1, 232.5, 232.5, 200.4, 999.551, 999.541, 999.534, 7625.65, 7617.83, 200.698, 200.194, 94.607, -0.251145, 72070, 0.00278477, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(187, 'Q2', 'Q2', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-12 09:10:49', '2014-02-12 09:11:35', 1, 24.32, 947.411, 24.2856, 153.783, 154.057, 153.758, 94.1333, 94.5115, 94.5256, 10.833, 10.9444, 10.7174, 10.8866, 11.0126, 10.7873, 11.0286, 11.1763, 10.8859, 8.3, 8.3, 612.417, 612.417, 604.117, 999.624, 999.619, 999.604, 77401.2, 77130, 604.97, 602, 28.098, -0.490858, 21672, 0.0279148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(188, 'Q1', 'Q1', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ4', 'PMess1', '2014-02-12 09:13:41', '2014-02-12 09:15:27', 1, 24.3065, 947.524, 24.5919, 155.379, 155.457, 155.42, 152.466, 152.634, 152.51, 10.501, 10.5139, 10.4887, 10.5686, 10.5728, 10.5566, 10.6229, 10.6262, 10.6153, 31.95, 31.95, 232.317, 232.317, 200.367, 999.656, 999.65, 999.645, 7603.09, 7596.55, 200.643, 200.194, 94.872, -0.223707, 72070, 0.00278401, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(189, 'Qsteig', 'Qsteig', 1.74913, 1.94913, 100, 194.686, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 09:37:03', '2014-02-12 09:40:35', 1, 24.2442, 947.69, 24.4377, 155.554, 155.45, 155.627, 143.101, 141.828, 141.911, 10.3882, 10.4167, 10.3663, 10.7036, 10.7476, 10.7007, 11.1919, 11.3136, 11.146, -0.004, -0.004, 100.148, 100.148, 100.152, 999.667, 999.637, 999.588, 1800.16, 1798.99, 100.291, 100.086, 200.285, -0.204399, 240207, 0.00041752, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(190, 'Qfall', 'Qfall', 1.55001, 1.65001, 100, 224.998, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 09:44:35', '2014-02-12 09:48:32', 1, 24.1984, 947.703, 24.1629, 155.388, 155.361, 155.36, 160.39, 160.502, 160.463, 10.3225, 10.3393, 10.3051, 10.5241, 10.5151, 10.5277, 11.0209, 10.9982, 11.027, 5.735, 5.735, 105.911, 105.911, 100.176, 999.673, 999.654, 999.605, 1591.64, 1590.05, 100.314, 100.076, 226.58, -0.237634, 240182, 0.000417659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(191, 'Qsteig', 'Qsteig', 1.78364, 1.98364, 50, 95.5597, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 09:57:10', '2014-02-12 09:58:58', 1, 24.1412, 947.677, 24.0846, 155.601, 155.597, 155.575, 142.488, 140.333, 144.089, 10.3053, 10.3195, 10.2997, 10.5556, 10.5566, 10.571, 11.0389, 11.0739, 11.0162, 4.208, 4.208, 54.2957, 54.2957, 50.0877, 999.675, 999.651, 999.603, 1834.06, 1834.07, 50.1568, 50.0879, 98.315, -0.13725, 120211, 0.000417239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(192, 'Qfall', 'Qfall', 1.53317, 1.63317, 50, 113.696, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 10:02:40', '2014-02-12 10:04:47', 1, 24.0515, 947.802, 23.7436, 155.431, 155.469, 155.449, 160.458, 160.443, 160.584, 10.3322, 10.3123, 10.3285, 10.4497, 10.4665, 10.4575, 10.9563, 10.9279, 10.9712, 5.618, 5.618, 55.7243, 55.7243, 50.1063, 999.672, 999.661, 999.612, 1555, 1553.99, 50.1749, 50.0737, 116.002, -0.201687, 120177, 0.000417509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(193, 'Q1', 'Q1', 2.4, 2.6, 100, 144, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 10:05:50', '2014-02-12 10:08:22', 1, 23.9531, 947.802, 23.6814, 155.421, 155.514, 155.46, 157.031, 157.067, 156.964, 10.312, 10.3429, 10.2835, 10.4556, 10.5007, 10.4142, 10.8874, 10.9477, 10.8414, 5.527, 5.527, 105.738, 105.738, 100.211, 999.674, 999.661, 999.619, 2553.73, 2551.43, 100.348, 100.12, 141.267, -0.226735, 240289, 0.000417614, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(194, 'Q2', 'Q2', 38, 44, 500, 43.9024, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-12 10:09:16', '2014-02-12 10:10:10', 1, 23.902, 947.75, 23.669, 154.792, 154.851, 154.737, 143.91, 143.894, 143.787, 10.2125, 10.2331, 10.1952, 10.2241, 10.2538, 10.2016, 10.47, 10.7578, 10.3412, 0, 0, 504.317, 504.317, 504.317, 999.683, 999.682, 999.659, 43608.2, 43331, 504.997, 501.111, 41.633, -0.769423, 18040, 0.0279932, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(195, 'Qsteig', 'Qsteig', 1.79723, 1.99723, 50, 94.875, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 10:26:49', '2014-02-12 10:28:38', 1, 23.5893, 947.858, 23.8378, 155.433, 155.579, 155.423, 142.132, 142.52, 142.568, 10.2835, 10.2925, 10.2889, 10.5451, 10.5746, 10.5584, 11.1332, 11.2361, 11.0559, 5.585, 5.585, 55.6787, 55.6787, 50.0937, 999.677, 999.652, 999.594, 1848.38, 1848.18, 50.1627, 50.0883, 97.565, -0.148283, 120212, 0.000417285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(196, 'Qfall', 'Qfall', 1.54707, 1.64707, 50, 112.707, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 10:32:21', '2014-02-12 10:34:28', 1, 23.5599, 947.953, 24.1142, 155.376, 155.4, 155.437, 160.446, 160.41, 160.515, 10.2695, 10.2619, 10.2673, 10.4222, 10.4142, 10.4611, 10.9331, 10.9117, 10.9405, 5.83, 5.83, 55.935, 55.935, 50.105, 999.678, 999.664, 999.614, 1556.88, 1555.92, 50.1735, 50.0742, 115.859, -0.197944, 120178, 0.000417493, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(197, 'Qsteig', 'Qsteig', 1.7827, 1.9827, 100, 191.215, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 10:37:48', '2014-02-12 10:41:15', 1, 23.5118, 948.071, 24.026, 155.426, 155.426, 155.32, 142.351, 143.915, 143.703, 10.2639, 10.2691, 10.2529, 10.4627, 10.4683, 10.4701, 10.9439, 10.982, 10.9297, 5.964, 5.964, 106.121, 106.121, 100.157, 999.678, 999.66, 999.613, 1841.46, 1840.18, 100.294, 100.087, 195.803, -0.20666, 240208, 0.00041753, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(198, 'Qfall', 'Qfall', 1.53903, 1.63903, 100, 226.553, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 10:45:12', '2014-02-12 10:49:13', 1, 23.4743, 948.079, 23.9058, 155.375, 155.295, 155.238, 160.373, 160.34, 160.357, 10.2551, 10.2601, 10.2457, 10.4046, 10.3998, 10.4304, 10.9047, 10.8829, 10.9153, 5.465, 5.465, 105.633, 105.633, 100.168, 999.679, 999.665, 999.617, 1574.11, 1572.65, 100.305, 100.075, 229.086, -0.228962, 240181, 0.000417623, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(199, 'Qt', 'Qt', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ4', 'PMess1', '2014-02-12 10:51:21', '2014-02-12 10:53:06', 1, 23.4514, 948.345, 24.1072, 155.522, 155.494, 155.53, 152.922, 152.928, 152.944, 10.197, 10.2133, 10.1826, 10.2523, 10.2827, 10.234, 10.3794, 10.4675, 10.3142, 33.0667, 33.0667, 233.45, 233.45, 200.383, 999.684, 999.679, 999.668, 7619.86, 7612.89, 200.654, 200.2, 94.671, -0.226273, 72072, 0.00278408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(200, 'Qmax', 'Qmax', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-12 10:55:33', '2014-02-12 10:56:25', 1, 23.42, 948.246, 24.0592, 153.679, 153.827, 153.436, 93.9943, 93.7608, 94.2054, 10.0936, 10.098, 10.0854, 10.0982, 10.1025, 10.0935, 10.1285, 10.1375, 10.1231, 33.05, 33.05, 638.967, 638.967, 605.917, 999.694, 999.693, 999.691, 77540.8, 77032.5, 606.727, 601.944, 28.131, -0.788221, 21670, 0.0279985, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(201, 'Qsteig', 'Qsteig', 1.71164, 1.91164, 100, 198.715, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 11:14:19', '2014-02-12 11:17:59', 1, 23.26, 948.328, 24.2585, 155.284, 155.342, 155.298, 144.515, 142.503, 144.04, 10.1462, 10.1232, 10.1412, 10.2328, 10.1854, 10.2719, 10.8296, 10.9225, 10.7982, 0.173, 0.173, 100.325, 100.325, 100.152, 999.689, 999.681, 999.624, 1724.09, 1722.9, 100.287, 100.083, 209.122, -0.203708, 240198, 0.000417517, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(202, 'Qfall', 'Qfall', 1.53217, 1.63217, 100, 227.535, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 11:22:00', '2014-02-12 11:26:04', 1, 23.2256, 948.339, 24.2575, 155.312, 155.309, 155.406, 160.471, 160.79, 160.433, 10.1556, 10.1538, 10.1574, 10.2611, 10.2466, 10.2773, 10.7965, 10.7657, 10.8216, 5.32667, 5.32667, 105.49, 105.49, 100.163, 999.688, 999.679, 999.628, 1547.48, 1546.1, 100.298, 100.074, 233.016, -0.223972, 240177, 0.000417602, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(203, 'Qt', 'Qt', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ4', 'PMess1', '2014-02-12 11:26:25', '2014-02-12 11:28:10', 1, 23.22, 948.378, 24.27, 155.219, 155.31, 155.242, 153.219, 153.318, 153.009, 10.1487, 10.1754, 10.1376, 10.2128, 10.2719, 10.1728, 10.4105, 10.6911, 10.2619, 19.6, 19.6, 220, 220, 200.4, 999.689, 999.683, 999.665, 7636.63, 7628.8, 200.67, 200.194, 94.471, -0.236984, 72070, 0.00278438, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(204, 'Qmax', 'Qmax', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-12 11:30:04', '2014-02-12 11:30:46', 1, 23.21, 948.477, 24.4754, 153.567, 153.731, 153.632, 94.3636, 93.7417, 94.4694, 10.0728, 10.0782, 10.071, 10.0788, 10.0845, 10.0737, 10.1043, 10.1104, 10.0996, 33.2, 33.2, 639.133, 639.133, 605.933, 999.696, 999.695, 999.693, 77589.8, 77082.6, 606.742, 601.972, 28.114, -0.786199, 21671, 0.0279979, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(205, 'Qsteig', 'Qsteig', 1.7052, 1.9052, 100, 199.424, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 11:47:27', '2014-02-12 11:51:01', 1, 23.1755, 948.36, 24.7173, 155.257, 155.153, 155.278, 143.449, 142.702, 142.917, 10.1396, 10.1286, 10.1448, 10.2225, 10.18, 10.252, 10.7877, 10.8811, 10.7477, 0.161333, 0.161333, 100.302, 100.302, 100.141, 999.69, 999.682, 999.629, 1777.79, 1776.8, 100.276, 100.085, 202.784, -0.190499, 240204, 0.000417462, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(206, 'Qfall', 'Qfall', 1.52073, 1.62073, 100, 229.193, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 11:55:03', '2014-02-12 11:59:09', 1, 23.1181, 948.259, 24.6504, 155.308, 155.281, 155.276, 160.733, 160.723, 160.714, 10.1577, 10.1628, 10.1556, 10.2726, 10.2628, 10.2935, 10.7887, 10.7387, 10.8018, 5.285, 5.285, 105.445, 105.445, 100.16, 999.688, 999.678, 999.628, 1530.76, 1529.43, 100.296, 100.073, 235.554, -0.222266, 240175, 0.000417595, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(207, 'Qt', 'Qt', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ4', 'PMess1', '2014-02-12 11:59:30', '2014-02-12 12:01:15', 1, 23.119, 948.293, 24.7455, 155.238, 155.447, 155.288, 152.898, 152.861, 152.904, 10.1451, 10.1682, 10.1322, 10.2218, 10.2863, 10.1764, 10.3962, 10.655, 10.2583, 14.1, 14.1, 214.433, 214.433, 200.333, 999.689, 999.682, 999.666, 7623.28, 7618.1, 200.603, 200.197, 94.605, -0.202484, 72071, 0.00278341, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(208, 'Qmax', 'Qmax', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-12 12:03:08', '2014-02-12 12:03:59', 1, 23.14, 947.977, 24.7915, 153.465, 153.6, 153.285, 94.4564, 94.2222, 94.7648, 10.081, 10.0836, 10.0818, 10.0917, 10.0935, 10.0899, 10.1153, 10.1195, 10.114, 33.25, 33.25, 640.033, 640.033, 606.783, 999.695, 999.694, 999.692, 77602.1, 76990.3, 607.594, 602, 28.149, -0.920729, 21672, 0.0280359, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(209, 'Qsteig', 'Qsteig', 1.71861, 1.91861, 100, 197.953, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 13:26:45', '2014-02-12 13:30:17', 1, 23.4412, 948.179, 25.1057, 155.065, 155.114, 154.917, 142.841, 143.897, 142.947, 10.2121, 10.2006, 10.2133, 10.3117, 10.2737, 10.3439, 10.9074, 10.9892, 10.8793, 0.044, 0.044, 100.186, 100.186, 100.142, 999.683, 999.674, 999.617, 1796.68, 1795.68, 100.278, 100.086, 200.653, -0.191135, 240206, 0.000417465, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(210, 'Qfall', 'Qfall', 1.51806, 1.61806, 100, 229.583, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 13:34:15', '2014-02-12 13:38:17', 1, 23.4949, 948.107, 24.9742, 155.174, 155.194, 155.211, 160.313, 160.347, 160.381, 10.2278, 10.2241, 10.2313, 10.3406, 10.3259, 10.3638, 10.8677, 10.845, 10.8793, 5.303, 5.303, 105.466, 105.466, 100.163, 999.682, 999.671, 999.621, 1567.01, 1565.62, 100.299, 100.075, 230.112, -0.223879, 240179, 0.000417602, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(211, 'Qt', 'Qt', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ4', 'PMess1', '2014-02-12 13:38:38', '2014-02-12 13:40:22', 1, 23.4903, 948.13, 24.564, 155.18, 155.209, 155.188, 152.537, 152.586, 152.546, 10.2147, 10.2475, 10.1988, 10.2924, 10.362, 10.252, 10.5027, 10.8101, 10.3448, -0.133333, -0.133333, 200.283, 200.283, 200.417, 999.683, 999.676, 999.656, 7708.09, 7699.75, 200.688, 200.2, 93.603, -0.243227, 72072, 0.00278455, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(212, 'Qmax', 'Qmax', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-12 13:42:37', '2014-02-12 13:43:31', 1, 23.4726, 948.23, 24.52, 153.579, 153.709, 153.606, 93.6685, 92.6869, 93.277, 10.103, 10.1088, 10.0926, 10.1167, 10.1223, 10.1115, 10.1458, 10.1519, 10.1429, 33.85, 33.85, 640.65, 640.65, 606.8, 999.693, 999.692, 999.689, 78072.9, 77455.3, 607.612, 602, 27.98, -0.923675, 21672, 0.0280367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(213, 'Qsteig', 'Qsteig', 1.71886, 1.91886, 100, 197.926, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 14:06:03', '2014-02-12 14:09:38', 1, 23.2177, 948.149, 24.7618, 155.26, 155.196, 155.249, 143.909, 143.851, 142.847, 10.1808, 10.161, 10.188, 10.2584, 10.2106, 10.2827, 10.8351, 10.9081, 10.7964, 0.151, 0.151, 100.294, 100.294, 100.143, 999.686, 999.679, 999.624, 1768.57, 1767.55, 100.278, 100.085, 203.845, -0.192481, 240204, 0.00041747, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(214, 'Qfall', 'Qfall', 1.53412, 1.63412, 100, 227.255, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 14:13:41', '2014-02-12 14:17:40', 1, 23.1278, 948.106, 24.7521, 155.281, 155.228, 155.422, 160.32, 160.108, 160.573, 10.2035, 10.2042, 10.1988, 10.294, 10.2881, 10.3061, 10.7839, 10.7459, 10.8, 5.412, 5.412, 105.584, 105.584, 100.172, 999.684, 999.676, 999.629, 1582.41, 1580.89, 100.308, 100.076, 227.893, -0.231154, 240182, 0.000417632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(215, 'Qt', 'Qt', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ4', 'PMess1', '2014-02-12 14:18:01', '2014-02-12 14:19:45', 1, 23.0791, 948.042, 24.7716, 155.209, 155.124, 155.291, 152.888, 153.043, 152.805, 10.19, 10.2115, 10.1772, 10.2465, 10.3025, 10.207, 10.4394, 10.7127, 10.298, 26.95, 26.95, 227.35, 227.35, 200.4, 999.685, 999.68, 999.662, 7723.21, 7715.39, 200.671, 200.197, 93.412, -0.235919, 72071, 0.00278435, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(216, 'Qmax', 'Qmax', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-12 14:22:06', '2014-02-12 14:22:47', 1, 23.04, 947.835, 25.0346, 153.564, 153.381, 153.546, 93.1579, 93.3164, 92.9786, 10.1147, 10.1232, 10.107, 10.1136, 10.1205, 10.1061, 10.1427, 10.1483, 10.1393, 34.0167, 34.0167, 640.4, 640.4, 606.383, 999.692, 999.692, 999.689, 78173, 77604.3, 607.195, 601.972, 27.925, -0.860138, 21671, 0.0280188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(217, 'Qsteig', 'Qsteig', 1.70033, 1.90033, 100, 199.963, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 14:36:04', '2014-02-12 14:39:44', 1, 22.9438, 947.883, 24.9002, 155.971, 155.955, 156.086, 145.303, 145.655, 145.895, 10.2209, 10.2205, 10.2223, 10.3787, 10.4485, 10.3385, 11.0028, 11.2811, 10.8738, 0.084, 0.084, 100.273, 100.273, 100.189, 999.682, 999.668, 999.607, 1722.55, 1720.71, 100.326, 100.082, 209.388, -0.242983, 240197, 0.000417682, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(218, 'Qfall', 'Qfall', 1.61484, 1.71484, 100, 216.238, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 14:43:39', '2014-02-12 14:47:21', 1, 22.9331, 947.892, 24.7242, 155.986, 156.009, 155.968, 162.829, 162.833, 162.811, 10.2418, 10.2403, 10.2259, 10.3103, 10.3133, 10.3241, 10.7765, 10.7567, 10.791, 5.281, 5.281, 105.466, 105.466, 100.185, 999.68, 999.674, 999.63, 1709.88, 1708.12, 100.321, 100.082, 210.931, -0.23837, 240197, 0.000417662, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(219, 'Qt', 'Qt', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ4', 'PMess1', '2014-02-12 14:47:44', '2014-02-12 14:49:30', 1, 22.9628, 947.969, 24.847, 155.948, 155.964, 155.961, 160.505, 160.37, 160.531, 10.1982, 10.2475, 10.179, 10.2456, 10.3133, 10.2034, 11.5568, 14.8236, 10.4476, 5.3, 5.3, 205.333, 205.333, 200.033, 999.684, 999.68, 999.549, 7612.02, 7617.94, 200.303, 200.189, 94.603, -0.0571871, 72068, 0.00277937, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(220, 'Qmax', 'Qmax', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-12 14:51:46', '2014-02-12 14:52:41', 1, 23.0135, 947.969, 24.69, 153.69, 153.548, 153.825, 93.8078, 92.9503, 93.8381, 10.1293, 10.1358, 10.1232, 10.1305, 10.1349, 10.1241, 10.1742, 10.179, 10.1681, 33.75, 33.75, 639.783, 639.783, 606.033, 999.691, 999.69, 999.687, 78077.5, 77550.7, 606.845, 601.944, 27.943, -0.807609, 21670, 0.0280039, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(221, 'Qsteig', 'Qsteig', 1.68967, 1.88967, 100, 201.155, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 15:59:12', '2014-02-12 16:02:51', 1, 23.8897, 947.37, 22.6616, 155.2, 155.093, 155.148, 144.474, 144.848, 145.557, 10.2808, 10.2709, 10.2709, 10.3997, 10.3493, 10.434, 11.0613, 11.1946, 10.991, 0.027, 0.027, 100.19, 100.19, 100.163, 999.677, 999.666, 999.601, 1727.54, 1726.15, 100.3, 100.083, 208.729, -0.216529, 240198, 0.000417571, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(222, 'Qsteig', 'Qsteig', 1.80279, 2.00279, 100, 189.196, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 16:36:22', '2014-02-12 16:39:47', 1, 24.2851, 947.275, 22.8132, 155.39, 155.324, 155.111, 141.965, 142.164, 139.672, 10.2221, 10.2097, 10.2313, 10.3243, 10.2809, 10.3565, 10.8489, 10.863, 10.8522, 0.115, 0.115, 100.272, 100.272, 100.157, 999.682, 999.673, 999.623, 1857.78, 1856.54, 100.293, 100.09, 194.083, -0.202471, 240215, 0.000417512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL);
|
|
INSERT INTO `testresult` (`Id`, `Name`, `TestName`, `Qfrom`, `Qto`, `Volume`, `TstTime`, `Repeats`, `Emptying`, `Zeroing`, `Method`, `ErrLimLo`, `ErrLimHi`, `FeedingPath`, `BenchPath`, `OutputPath`, `MetersPath`, `TimeStart`, `TimeEnd`, `RepetitionNr`, `AmbientTempAve`, `AmbientPressAve`, `AmbientHumiAve`, `PressInAvrg`, `PressInStart`, `PressInEnd`, `PressOutAvrg`, `PressOutStart`, `PressOutEnd`, `TempInAvrg`, `TempInStart`, `TempInEnd`, `TempOutAvrg`, `TempOutStart`, `TempOutEnd`, `TempDivAvrg`, `TempDivStart`, `TempDivEnd`, `MassStartRaw`, `MassStart`, `MassEndRaw`, `MassEnd`, `MassDiff`, `DensityIn`, `DensityOut`, `DensityDiv`, `FlowMass`, `FlowVolume`, `VolumeCTV`, `VolumeMaster`, `Time`, `ErrorMaster`, `PulsesMaster`, `ConstMaster`, `TimeDivStart0`, `TimeDivStart1`, `TimeDivStart2`, `TimeDivStart3`, `TimeDivStart4`, `TimeDivStart5`, `TimeDivEnd0`, `TimeDivEnd1`, `TimeDivEnd2`, `TimeDivEnd3`, `TimeDivEnd4`, `TimeDivEnd5`, `Test_id`) VALUES
|
|
(223, 'Qfall', 'Qfall', 1.62192, 1.72192, 100, 215.321, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 16:43:38', '2014-02-12 16:47:21', 1, 24.1921, 947.088, 23.0671, 155.421, 155.363, 155.43, 160.08, 160.18, 160.116, 10.2256, 10.2349, 10.2187, 10.3425, 10.3421, 10.362, 10.8334, 10.8072, 10.854, 5.704, 5.704, 105.883, 105.883, 100.179, 999.682, 999.671, 999.624, 1702.67, 1701.01, 100.315, 100.081, 211.811, -0.233182, 240195, 0.000417641, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(224, 'Qt', 'Qt', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ4', 'PMess1', '2014-02-12 16:47:45', '2014-02-12 16:49:30', 1, 24.1444, 947.061, 23.1614, 155.413, 155.41, 155.451, 152.617, 152.469, 152.547, 10.2119, 10.2367, 10.2006, 10.278, 10.3439, 10.243, 10.4974, 10.839, 10.3358, -0.1, -0.1, 200.283, 200.283, 200.383, 999.683, 999.677, 999.657, 7635.19, 7627.88, 200.655, 200.192, 94.481, -0.230675, 72069, 0.0027842, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(225, 'Qmax', 'Qmax', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-12 16:51:51', '2014-02-12 16:52:32', 1, 24.0846, 946.908, 23.2208, 153.563, 153.53, 153.415, 93.3551, 94.0705, 93.3385, 10.0966, 10.1016, 10.0908, 10.1062, 10.1133, 10.0989, 10.134, 10.1393, 10.1303, 34.0333, 34.0333, 640.483, 640.483, 606.45, 999.693, 999.693, 999.69, 78100.5, 77516.6, 607.261, 601.917, 27.954, -0.880116, 21669, 0.0280244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(226, 'Qmax', 'Qmax', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-12 17:05:40', '2014-02-12 17:06:25', 1, 23.8788, 946.912, 23.6535, 153.809, 153.999, 153.881, 93.788, 94.6997, 93.5672, 10.1106, 10.116, 10.1088, 10.1242, 10.1313, 10.1187, 10.1581, 10.1754, 10.1483, 8.3, 8.3, 613.05, 613.05, 604.75, 999.692, 999.691, 999.688, 77884.3, 77523, 605.56, 601.944, 27.953, -0.597057, 21670, 0.0279446, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(227, 'Qt', 'Qt', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ4', 'PMess1', '2014-02-12 17:09:13', '2014-02-12 17:10:58', 1, 23.8151, 946.968, 23.8398, 155.32, 155.316, 155.312, 152.62, 152.507, 152.698, 10.1129, 10.1142, 10.1124, 10.1393, 10.1385, 10.1385, 10.1798, 10.179, 10.1826, 34.1, 34.1, 34.1, 34.1, 0, 999.692, 999.69, 999.686, 0, 7625.7, 0, 200.539, 94.672, 0.1, 72194, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(228, 'Qsteig', 'Qsteig', 1.66617, 1.86617, 100, 203.831, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 17:13:25', '2014-02-12 17:17:04', 1, 23.7489, 946.989, 24.0505, 155.462, 155.53, 155.532, 144.559, 144.493, 145.402, 10.1915, 10.161, 10.2024, 10.2614, 10.2124, 10.2935, 10.8504, 10.9802, 10.8018, 0.044, 0.044, 100.19, 100.19, 100.146, 999.685, 999.679, 999.622, 1733.32, 1732.23, 100.281, 100.083, 207.996, -0.197983, 240198, 0.000417493, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(229, 'Qfall', 'Qfall', 1.6237, 1.7237, 100, 215.092, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 17:20:59', '2014-02-12 17:24:49', 1, 23.6582, 946.975, 23.9772, 155.478, 155.549, 155.485, 160.275, 160.313, 160.222, 10.1884, 10.197, 10.1772, 10.2808, 10.2791, 10.2935, 10.7763, 10.7513, 10.7892, 5.412, 5.412, 105.593, 105.593, 100.181, 999.685, 999.677, 999.63, 1648.08, 1646.39, 100.317, 100.079, 218.832, -0.23743, 240189, 0.000417658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(230, 'Qmax', 'Qmax', 76, 84, 600, 27, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ5', 'PMess1', '2014-02-12 17:36:12', '2014-02-12 17:36:55', 1, 23.4641, 946.74, 23.94, 153.743, 153.917, 153.629, 92.9069, 93.1351, 92.3387, 10.3009, 10.4203, 10.2349, 10.5077, 10.8485, 10.3331, 11.2828, 12.0352, 10.7218, 0.45, 0.45, 596.75, 596.75, 596.3, 999.675, 999.656, 999.578, 77218.7, 77956.8, 597.12, 602, 27.8, 0.817288, 21672, 0.0275526, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(231, 'Qt', 'Qt', 7.5, 7.8, 200, 94.1177, 1, 1, 0, 'Verbund', -2, 2, 'PS2', 'PBank2', 'PQ4', 'PMess1', '2014-02-12 17:39:45', '2014-02-12 17:41:29', 1, 23.3967, 946.811, 24.5048, 155.434, 155.559, 155.407, 159.558, 159.461, 159.46, 10.1432, 10.1412, 10.1502, 10.1631, 10.1637, 10.1673, 10.2192, 10.2204, 10.2204, 34.05, 34.05, 234.433, 234.433, 200.383, 999.689, 999.688, 999.682, 7752.44, 7745.13, 200.652, 200.194, 93.052, -0.228237, 72070, 0.00278413, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(232, 'Qsteig', 'Qsteig', 1.67471, 1.87471, 100, 202.85, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 17:43:54', '2014-02-12 17:47:29', 1, 23.3185, 946.74, 24.0545, 155.657, 155.676, 155.426, 144.151, 143.679, 143.69, 10.1937, 10.1826, 10.1952, 10.2843, 10.2376, 10.3205, 10.944, 11.1748, 10.8396, 0.053, 0.053, 100.205, 100.205, 100.152, 999.685, 999.677, 999.613, 1768.36, 1767.18, 100.288, 100.085, 203.888, -0.202344, 240204, 0.000417511, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL),
|
|
(233, 'Qfall', 'Qfall', 1.56802, 1.66802, 100, 222.494, 1, 1, 0, 'Verbund-steig-fall', -2, 2, 'PS2', 'PBank2', 'PQ3', 'PMess1', '2014-02-12 17:51:30', '2014-02-12 17:55:28', 1, 23.234, 946.613, 23.8995, 155.655, 155.59, 155.614, 160.994, 161.083, 161.007, 10.2128, 10.2151, 10.2024, 10.3121, 10.2935, 10.3223, 10.7987, 10.7603, 10.827, 5.298, 5.298, 105.463, 105.463, 100.165, 999.683, 999.674, 999.628, 1582.05, 1580.65, 100.301, 100.076, 227.927, -0.224035, 240182, 0.000417602, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `user`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `user` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`Name` varchar(255) DEFAULT NULL,
|
|
`Password` varchar(255) DEFAULT NULL,
|
|
`Description` varchar(255) DEFAULT NULL,
|
|
`LastPwChange` datetime DEFAULT NULL,
|
|
PRIMARY KEY (`Id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
|
|
|
|
--
|
|
-- Dumping data for table `user`
|
|
--
|
|
|
|
INSERT INTO `user` (`Id`, `Name`, `Password`, `Description`, `LastPwChange`) VALUES
|
|
(1, 'admin', 'af242843887f3bdcc52e485483356eaccd37ba67a35941530bd195a8310fc7d5aca8560576dfb62ad5a4bd2df789a5e8be068e62e7c976d6eeed8d63abbd9909', 'Application administrator', '2013-12-30 12:17:19'),
|
|
(2, 'tester', '', 'tester', '2013-12-30 12:17:19');
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `watermeter`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `watermeter` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`Serial` varchar(255) DEFAULT NULL,
|
|
`WMType_id` int(11) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`),
|
|
KEY `WMType_id` (`WMType_id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Table structure for table `wmtype`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `wmtype` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`CreateTime` datetime DEFAULT NULL,
|
|
`CreateUserName` varchar(255) DEFAULT NULL,
|
|
`CreateDescription` varchar(255) DEFAULT NULL,
|
|
`Name` varchar(255) DEFAULT NULL,
|
|
`PulseRate` float DEFAULT NULL,
|
|
PRIMARY KEY (`Id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
|
|
|
--
|
|
-- Constraints for dumped tables
|
|
--
|
|
|
|
--
|
|
-- Constraints for table `componentprocedure`
|
|
--
|
|
ALTER TABLE `componentprocedure`
|
|
ADD CONSTRAINT `FKA4EE67E2C1B693F2` FOREIGN KEY (`Procedure_id`) REFERENCES `procedure` (`Id`);
|
|
|
|
--
|
|
-- Constraints for table `componenttest`
|
|
--
|
|
ALTER TABLE `componenttest`
|
|
ADD CONSTRAINT `FK4933B35E048BC68` FOREIGN KEY (`Test_id`) REFERENCES `test` (`Id`);
|
|
|
|
--
|
|
-- Constraints for table `group`
|
|
--
|
|
ALTER TABLE `group`
|
|
ADD CONSTRAINT `FKFBBA8E27F90D2266` FOREIGN KEY (`User_id`) REFERENCES `user` (`Id`);
|
|
|
|
--
|
|
-- Constraints for table `measurementcorrection`
|
|
--
|
|
ALTER TABLE `measurementcorrection`
|
|
ADD CONSTRAINT `FK2E70F3322F02977E` FOREIGN KEY (`Component_id`) REFERENCES `component` (`Id`);
|
|
|
|
--
|
|
-- Constraints for table `metertestresult`
|
|
--
|
|
ALTER TABLE `metertestresult`
|
|
ADD CONSTRAINT `FK1CE41B064BD6C9B6` FOREIGN KEY (`TestResult_id`) REFERENCES `testresult` (`Id`);
|
|
|
|
--
|
|
-- Constraints for table `purgeend`
|
|
--
|
|
ALTER TABLE `purgeend`
|
|
ADD CONSTRAINT `FK14832B1AC1B693F2` FOREIGN KEY (`Procedure_id`) REFERENCES `procedure` (`Id`);
|
|
|
|
--
|
|
-- Constraints for table `purgestart`
|
|
--
|
|
ALTER TABLE `purgestart`
|
|
ADD CONSTRAINT `FKDC8627F9C1B693F2` FOREIGN KEY (`Procedure_id`) REFERENCES `procedure` (`Id`);
|
|
|
|
--
|
|
-- Constraints for table `test`
|
|
--
|
|
ALTER TABLE `test`
|
|
ADD CONSTRAINT `FKCC127866C1B693F2` FOREIGN KEY (`Procedure_id`) REFERENCES `procedure` (`Id`);
|
|
|
|
--
|
|
-- Constraints for table `testresult`
|
|
--
|
|
ALTER TABLE `testresult`
|
|
ADD CONSTRAINT `FKAD39033FE048BC68` FOREIGN KEY (`Test_id`) REFERENCES `test` (`Id`);
|
|
|
|
--
|
|
-- Constraints for table `watermeter`
|
|
--
|
|
ALTER TABLE `watermeter`
|
|
ADD CONSTRAINT `FKA968A8E699BF9B30` FOREIGN KEY (`WMType_id`) REFERENCES `wmtype` (`Id`);
|
|
|
|
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
|
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
|
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|