1167 lines
105 KiB
SQL
1167 lines
105 KiB
SQL
-- phpMyAdmin SQL Dump
|
|
-- version 3.4.5
|
|
-- http://www.phpmyadmin.net
|
|
--
|
|
-- Host: localhost
|
|
-- Erstellungszeit: 24. Jan 2014 um 15:40
|
|
-- 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 */;
|
|
|
|
--
|
|
-- Datenbank: `gwz-1`
|
|
--
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `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, '---', '---', '---', '---', '', '');
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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,
|
|
`DebugLevel` varchar(255) DEFAULT NULL,
|
|
`LogLevel` varchar(255) DEFAULT NULL,
|
|
`Parameters` varchar(8000) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=67 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `component`
|
|
--
|
|
|
|
INSERT INTO `component` (`Id`, `Name`, `ClassName`, `ParentName`, `ItemNr`, `DebugLevel`, `LogLevel`, `Parameters`) VALUES
|
|
(1, 'CB', 'ControlBoard', NULL, 0, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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, 'Off', '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" />');
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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=1 ;
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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=5 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `componenttest`
|
|
--
|
|
|
|
INSERT INTO `componenttest` (`Id`, `CmpntName`, `Parameters`, `Test_id`) VALUES
|
|
(1, 'Verbund', '<?xml version="1.0" encoding="utf-16"?>\r\n<CombinedMetersTestParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TargetQfrom>3.05</TargetQfrom>\r\n <TargetQto>3.3</TargetQto>\r\n <RelativeQfrom>-0.7</RelativeQfrom>\r\n <RelativeQto>-0.5</RelativeQto>\r\n <RateOfChange>0</RateOfChange>\r\n <DetectionThreshold>0.1</DetectionThreshold>\r\n</CombinedMetersTestParams>', 29),
|
|
(2, 'Verbund', '<?xml version="1.0" encoding="utf-16"?>\r\n<CombinedMetersTestParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TargetQfrom>3.05</TargetQfrom>\r\n <TargetQto>3.3</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</CombinedMetersTestParams>', 30),
|
|
(3, 'Verbund', '<?xml version="1.0" encoding="utf-16"?>\r\n<CombinedMetersTestParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TargetQfrom>3.05</TargetQfrom>\r\n <TargetQto>3.3</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</CombinedMetersTestParams>', 31),
|
|
(4, 'Verbund', '<?xml version="1.0" encoding="utf-16"?>\r\n<CombinedMetersTestParams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r\n <TargetQfrom>0.9</TargetQfrom>\r\n <TargetQto>1</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</CombinedMetersTestParams>', 32);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `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');
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `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);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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 ;
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `meterspath`
|
|
--
|
|
|
|
INSERT INTO `meterspath` (`Id`, `ItemNr`, `Name`, `Qfrom`, `Qto`, `Sensor1`, `Sensor2`, `Sensor3`) VALUES
|
|
(1, 0, 'PMess1', 0.01, 300, 'Sick1', 'Sick2', 'Sick3');
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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=352 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `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);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `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, '---', '---', '---', '---', '---', '---', '', '');
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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=16 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `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, 'Prüfung4', '', 'admin', '2014-01-24 08:51:59', 'admin', '2014-01-24 14:23:00', '', '', 1, 67.422, NULL, NULL, NULL),
|
|
(15, 7, 'Prüfung5', '', 'admin', '2014-01-24 13:39:20', 'admin', '2014-01-24 13:44:29', '', '', 0, 0, NULL, NULL, NULL);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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) NOT NULL DEFAULT ';;;;',
|
|
`Procedure_id` int(11) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`),
|
|
KEY `Procedure_id` (`Procedure_id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `purgeend`
|
|
--
|
|
|
|
INSERT INTO `purgeend` (`Id`, `ItemNr`, `Duration`, `ValvesOpen`, `ValvesClose`, `RegulValvesPct`, `Procedure_id`) VALUES
|
|
(1, 0, 5, '', '', '10;20;30;40;50', 7);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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) NOT NULL DEFAULT ';;;;',
|
|
`Procedure_id` int(11) DEFAULT NULL,
|
|
PRIMARY KEY (`Id`),
|
|
KEY `Procedure_id` (`Procedure_id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=25 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `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;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);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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,
|
|
`FeadingPath` 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=33 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `test`
|
|
--
|
|
|
|
INSERT INTO `test` (`Id`, `ItemNr`, `Name`, `Qfrom`, `Qto`, `Volume`, `TstTime`, `Repeats`, `Emptying`, `Zeroing`, `Method`, `ErrLimLo`, `ErrLimHi`, `TolerRed`, `RedType`, `FeadingPath`, `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, 'Qn', 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);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `testresult`
|
|
--
|
|
|
|
CREATE TABLE IF NOT EXISTS `testresult` (
|
|
`Id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`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=117 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `testresult`
|
|
--
|
|
|
|
INSERT INTO `testresult` (`Id`, `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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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);
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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 ;
|
|
|
|
--
|
|
-- Daten für Tabelle `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');
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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 ;
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
--
|
|
-- Tabellenstruktur für Tabelle `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 der exportierten Tabellen
|
|
--
|
|
|
|
--
|
|
-- Constraints der Tabelle `componentprocedure`
|
|
--
|
|
ALTER TABLE `componentprocedure`
|
|
ADD CONSTRAINT `FKA4EE67E2C1B693F2` FOREIGN KEY (`Procedure_id`) REFERENCES `procedure` (`Id`);
|
|
|
|
--
|
|
-- Constraints der Tabelle `componenttest`
|
|
--
|
|
ALTER TABLE `componenttest`
|
|
ADD CONSTRAINT `FK4933B35E048BC68` FOREIGN KEY (`Test_id`) REFERENCES `test` (`Id`);
|
|
|
|
--
|
|
-- Constraints der Tabelle `group`
|
|
--
|
|
ALTER TABLE `group`
|
|
ADD CONSTRAINT `FKFBBA8E27F90D2266` FOREIGN KEY (`User_id`) REFERENCES `user` (`Id`);
|
|
|
|
--
|
|
-- Constraints der Tabelle `measurementcorrection`
|
|
--
|
|
ALTER TABLE `measurementcorrection`
|
|
ADD CONSTRAINT `FK2E70F3322F02977E` FOREIGN KEY (`Component_id`) REFERENCES `component` (`Id`);
|
|
|
|
--
|
|
-- Constraints der Tabelle `metertestresult`
|
|
--
|
|
ALTER TABLE `metertestresult`
|
|
ADD CONSTRAINT `FK1CE41B064BD6C9B6` FOREIGN KEY (`TestResult_id`) REFERENCES `testresult` (`Id`);
|
|
|
|
--
|
|
-- Constraints der Tabelle `purgeend`
|
|
--
|
|
ALTER TABLE `purgeend`
|
|
ADD CONSTRAINT `FK14832B1AC1B693F2` FOREIGN KEY (`Procedure_id`) REFERENCES `procedure` (`Id`);
|
|
|
|
--
|
|
-- Constraints der Tabelle `purgestart`
|
|
--
|
|
ALTER TABLE `purgestart`
|
|
ADD CONSTRAINT `FKDC8627F9C1B693F2` FOREIGN KEY (`Procedure_id`) REFERENCES `procedure` (`Id`);
|
|
|
|
--
|
|
-- Constraints der Tabelle `test`
|
|
--
|
|
ALTER TABLE `test`
|
|
ADD CONSTRAINT `FKCC127866C1B693F2` FOREIGN KEY (`Procedure_id`) REFERENCES `procedure` (`Id`);
|
|
|
|
--
|
|
-- Constraints der Tabelle `testresult`
|
|
--
|
|
ALTER TABLE `testresult`
|
|
ADD CONSTRAINT `FKAD39033FE048BC68` FOREIGN KEY (`Test_id`) REFERENCES `test` (`Id`);
|
|
|
|
--
|
|
-- Constraints der Tabelle `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 */;
|