|
@@ -1,353 +0,0 @@
|
|
|
-<template>
|
|
|
- <div>
|
|
|
- <div class="app" id="app">
|
|
|
- <div class="top">
|
|
|
- <ul>
|
|
|
- <li class="li0">第四组</li>
|
|
|
- <li class="li1">煤矿主通风集中监控系统</li>
|
|
|
- <li class="li2">当前用户:</li>
|
|
|
- <li class="li3">{{ nowDate }} {{ nowTime }}</li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <div class="btngroup">
|
|
|
- <el-button class="fengji1" @click="viewFengjiDetailed(1)"
|
|
|
- >1号风机</el-button
|
|
|
- >
|
|
|
- <el-button class="fengji2" @click="viewFengjiDetailed(2)"
|
|
|
- >2号风机</el-button
|
|
|
- >
|
|
|
- </div>
|
|
|
- <div class="image">
|
|
|
- <img src="@/assets/img/风机组态图.png" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="bottom">
|
|
|
- <div class="bottom-left">
|
|
|
- <p>一号风机运行参数</p>
|
|
|
- <table>
|
|
|
- <tr>
|
|
|
- <th><img src="@/assets/img/柱形图.png" />1级电机参数</th>
|
|
|
- <th><img src="@/assets/img/柱形图.png" />2级电机风机</th>
|
|
|
- <th><img src="@/assets/img/柱形图.png" />管道风量参数</th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>电压Uab: {{ uab_1 }} V</td>
|
|
|
- <td>电压Uab: {{ uab_2 }} V</td>
|
|
|
- <td>风流: {{ wind_volume }} m³/s</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>电压Ubc: {{ ubc_1 }} V</td>
|
|
|
- <td>电压Ubc: {{ ubc_2 }} V</td>
|
|
|
- <td>风速: {{ wind_speed }} m/s</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>电压Uac: {{ uca_1 }} V</td>
|
|
|
- <td>电压Uac: {{ uca_2 }} V</td>
|
|
|
- <td>全压: {{ full_pressure }} Pa</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>电流IA: {{ ia_1 }} A</td>
|
|
|
- <td>电流IA: {{ ia_2 }} A</td>
|
|
|
- <td>静压: {{ static_pressure }} Pa</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>电流IB: {{ ib_1 }} A</td>
|
|
|
- <td>电流IC: {{ ib_2 }} A</td>
|
|
|
- <td>动压: {{ dynamic_pressure }} Pa</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>绕组1温度: {{ temperature_1_1 }} ℃</td>
|
|
|
- <td>绕组1温度: {{ temperature_1_2 }} ℃</td>
|
|
|
- <td>水平风门: {{ horizontal_airdoor }}</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>绕组2温度: {{ temperature_2_1 }} ℃</td>
|
|
|
- <td>绕组2温度: {{ temperature_2_2 }} ℃</td>
|
|
|
- <td>垂直风门: {{ vertical_airdoor }}</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>前轴温度: {{ front_axle_temperature_1 }} ℃</td>
|
|
|
- <td>后轴温度: {{ front_axle_temperature_2 }} ℃</td>
|
|
|
- <td></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>水平震动: {{ horizontal_vibration_1 }} um/s</td>
|
|
|
- <td>垂直震动: {{ vertical_vibration }} um/s</td>
|
|
|
- <td></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>运行频率: {{ operating_frequency_1 }} w</td>
|
|
|
- <td>运行频率: {{ operating_frequency_2 }} w</td>
|
|
|
- <td></td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- <div class="bottom-right">
|
|
|
- <p>二号风机运行参数</p>
|
|
|
- <table>
|
|
|
- <tr>
|
|
|
- <th><img src="@/assets/img/柱形图.png" />1级电机参数</th>
|
|
|
- <th><img src="@/assets/img/柱形图.png" />2级电机参数</th>
|
|
|
- <th><img src="@/assets/img/柱形图.png" />管道风量参数</th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>电压Uab: {{ uab_12 }} V</td>
|
|
|
- <td>电压Uab: {{ uab_22 }} V</td>
|
|
|
- <td>风流: {{ wind_volume2 }} m³/s</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>电压Ubc: {{ ubc_12 }} V</td>
|
|
|
- <td>电压Ubc: {{ ubc_22 }} V</td>
|
|
|
- <td>风速: {{ wind_speed2 }} m/s</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>电压Uac: {{ uca_12 }} V</td>
|
|
|
- <td>电压Uac: {{ uca_22 }} V</td>
|
|
|
- <td>全压: {{ full_pressure2 }} Pa</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>电流IA: {{ ia_12 }} A</td>
|
|
|
- <td>电流IA: {{ ia_22 }} A</td>
|
|
|
- <td>静压: {{ static_pressure2 }} Pa</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>电流IB: {{ ib_1 }} A</td>
|
|
|
- <td>电流IC: {{ ib_2 }} A</td>
|
|
|
- <td>动压: {{ dynamic_pressure }} Pa</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>绕组1温度: {{ temperature_1_12 }} ℃</td>
|
|
|
- <td>绕组1温度: {{ temperature_1_22 }} ℃</td>
|
|
|
- <td>水平风门: {{ horizontal_airdoor2 }}</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>绕组2温度: {{ temperature_2_12 }} ℃</td>
|
|
|
- <td>绕组2温度: {{ temperature_2_22 }} ℃</td>
|
|
|
- <td>垂直风门: {{ vertical_airdoor2 }}</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>前轴温度: {{ front_axle_temperature_12 }} ℃</td>
|
|
|
- <td>后轴温度: {{ front_axle_temperature_22 }} ℃</td>
|
|
|
- <td></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>水平震动: {{ horizontal_vibration_12 }} um/s</td>
|
|
|
- <td>垂直震动: {{ vertical_vibration2 }} um/s</td>
|
|
|
- <td></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>运行频率: {{ operating_frequency_12 }} w</td>
|
|
|
- <td>运行频率: {{ operating_frequency_22 }} w</td>
|
|
|
- <td></td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-</template>
|
|
|
-<script>
|
|
|
-export default {
|
|
|
- data() {
|
|
|
- return {
|
|
|
- nowDate: "", // 当前日期
|
|
|
- nowTime: "", // 当前时间
|
|
|
- //1号风机
|
|
|
- uab_1: "",
|
|
|
- ubc_1: "",
|
|
|
- uca_1: "",
|
|
|
- ia_1: "",
|
|
|
- ib_1: "",
|
|
|
- temperature_1_1: "",
|
|
|
- temperature_2_1: "",
|
|
|
- front_axle_temperature_1: "",
|
|
|
- horizontal_vibration_1: "",
|
|
|
- operating_frequency_1: "",
|
|
|
- value1: 0, //1号风机1级电机
|
|
|
- uab_2: "",
|
|
|
- ubc_2: "",
|
|
|
- uca_2: "",
|
|
|
- ia_2: "",
|
|
|
- ib_2: "",
|
|
|
- temperature_1_2: "",
|
|
|
- temperature_2_2: "",
|
|
|
- front_axle_temperature_2: "",
|
|
|
- vertical_vibration: "",
|
|
|
- operating_frequency_2: "",
|
|
|
- value2: 0, //1号风机1级电机
|
|
|
- wind_volume: "",
|
|
|
- wind_speed: "",
|
|
|
- full_pressure: "",
|
|
|
- static_pressure: "",
|
|
|
- dynamic_pressure: "",
|
|
|
- horizontal_airdoor: "",
|
|
|
- vertical_airdoor: "",
|
|
|
- value3: 0, //1号风机管道风量
|
|
|
- //2号风机
|
|
|
- uab_12: "",
|
|
|
- ubc_12: "",
|
|
|
- uca_12: "",
|
|
|
- ia_12: "",
|
|
|
- ib_12: "",
|
|
|
- temperature_1_12: "",
|
|
|
- temperature_2_12: "",
|
|
|
- front_axle_temperature_12: "",
|
|
|
- horizontal_vibration_12: "",
|
|
|
- operating_frequency_12: "",
|
|
|
- value4: 0, //2号风机1级电机
|
|
|
- uab_22: "",
|
|
|
- ubc_22: "",
|
|
|
- uca_22: "",
|
|
|
- ia_22: "",
|
|
|
- ib_22: "",
|
|
|
- temperature_1_22: "",
|
|
|
- temperature_2_22: "",
|
|
|
- front_axle_temperature_22: "",
|
|
|
- vertical_vibration2: "",
|
|
|
- operating_frequency_22: "",
|
|
|
- value5: 0, //2号风机1级电机
|
|
|
- wind_volume2: "",
|
|
|
- wind_speed2: "",
|
|
|
- full_pressure2: "",
|
|
|
- static_pressure2: "",
|
|
|
- dynamic_pressure2: "",
|
|
|
- horizontal_airdoor2: "",
|
|
|
- vertical_airdoor2: "",
|
|
|
- value6: 0, //2号风机管道风量
|
|
|
- remote_ip: "10.170.53.164",
|
|
|
- };
|
|
|
- },
|
|
|
-};
|
|
|
-</script>
|
|
|
-
|
|
|
-<style scoped>
|
|
|
-* {
|
|
|
- padding: 0;
|
|
|
- border: 0;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-.a {
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-li {
|
|
|
- list-style-type: none;
|
|
|
-}
|
|
|
-#app {
|
|
|
- background-color: rgb(2, 76, 146);
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-#app .top li {
|
|
|
- display: inline;
|
|
|
-}
|
|
|
-#app .top ul {
|
|
|
- color: rgb(01, 230, 239);
|
|
|
- line-height: 50px;
|
|
|
-}
|
|
|
-#app .top ul .li0 {
|
|
|
- float: left;
|
|
|
- font-family: 楷体;
|
|
|
- font-size: 20px;
|
|
|
- margin-left: 10%;
|
|
|
-}
|
|
|
-#app .top ul .li1 {
|
|
|
- margin-right: 13%;
|
|
|
- margin-left: 25%;
|
|
|
- font-weight: 700;
|
|
|
- font-size: 25px;
|
|
|
- font-family: 黑体;
|
|
|
- letter-spacing: 5px;
|
|
|
-}
|
|
|
-#app .top ul .li2 {
|
|
|
- font-family: 楷体;
|
|
|
- font-size: 20px;
|
|
|
-}
|
|
|
-#app .top ul .li3 {
|
|
|
- float: right;
|
|
|
- margin-right: 40px;
|
|
|
-}
|
|
|
-.btngroup {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-.btngroup .fengji1 {
|
|
|
- font-size: 30px;
|
|
|
- position: absolute;
|
|
|
- top: 110px;
|
|
|
- left: 660px;
|
|
|
-}
|
|
|
-.btngroup .fengji2 {
|
|
|
- font-size: 30px;
|
|
|
- position: absolute;
|
|
|
- top: 180px;
|
|
|
- left: 600px;
|
|
|
-}
|
|
|
-#app .image {
|
|
|
- text-align: center;
|
|
|
- height: 300px;
|
|
|
-}
|
|
|
-#app .image img {
|
|
|
- width: auto;
|
|
|
- height: auto;
|
|
|
- max-width: 100%;
|
|
|
- max-height: 100%;
|
|
|
-}
|
|
|
-#app .image img {
|
|
|
- height: 300px;
|
|
|
-}
|
|
|
-
|
|
|
-#app .top {
|
|
|
- width: 100%;
|
|
|
- height: 50px;
|
|
|
-}
|
|
|
-
|
|
|
-#app .center {
|
|
|
- border-top: 1px solid rgb(39, 99, 163);
|
|
|
- height: 60px;
|
|
|
- border-bottom: 1px solid rgb(39, 99, 163);
|
|
|
-}
|
|
|
-
|
|
|
-#app .bottom-left table {
|
|
|
- width: 98%;
|
|
|
- text-align: center;
|
|
|
- min-height: 500px;
|
|
|
-}
|
|
|
-
|
|
|
-#app .bottom-left {
|
|
|
- float: left;
|
|
|
- width: 49%;
|
|
|
- height: auto;
|
|
|
- text-align: center;
|
|
|
- border: 2px solid rgb(0, 100, 174);
|
|
|
- border-radius: 10px;
|
|
|
-}
|
|
|
-#app .bottom {
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-#app .bottom-right {
|
|
|
- float: right;
|
|
|
- width: 49%;
|
|
|
- height: auto;
|
|
|
- text-align: center;
|
|
|
- border: 2px solid rgb(0, 100, 174);
|
|
|
- border-radius: 10px;
|
|
|
-}
|
|
|
-#app .bottom-right table {
|
|
|
- width: 98%;
|
|
|
- text-align: center;
|
|
|
- min-height: 500px;
|
|
|
-}
|
|
|
-table {
|
|
|
- color: rgb(1, 153, 190);
|
|
|
-}
|
|
|
-tr th img {
|
|
|
- height: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-#app .bottom p {
|
|
|
- color: rgb(0, 230, 239);
|
|
|
- font-weight: 1000;
|
|
|
- font-size: 20px;
|
|
|
-}
|
|
|
-th {
|
|
|
- background-color: rgb(7, 70, 130);
|
|
|
- font-size: 20px;
|
|
|
-}
|
|
|
-</style>
|