Browse Source

[Mod 0000] 寸草二矿瓦斯泵模型动画兼容点表阀门开度内容

hongrunxia 1 month ago
parent
commit
0413bfe952

+ 16 - 3
src/views/vent/monitorManager/gasPumpMonitor/components/gasPumpHome.vue

@@ -15,8 +15,13 @@
     <!-- 布尔台新瓦斯泵模型上的数据 -->
     <div class="elementContent" style="position: absolute; display: none">
       <div v-for="(tag, index) in modelMonitorTags" :key="index" :id="tag.domId" class="modal-monitor-box">
-        <div class="title">{{ tag.title }}</div
-        ><div class="signal-round" :class="{ 'signal-round-gry': selectData[tag.code] != 1, 'signal-round-run': selectData[tag.code] == 1 }"></div>
+        <div class="title">{{ tag.title }}</div>
+        <div
+          v-if="tag.type == 'sign'"
+          class="signal-round"
+          :class="{ 'signal-round-gry': selectData[tag.code] != 1, 'signal-round-run': selectData[tag.code] == 1 }"
+        ></div>
+        <div v-else class="value">{{ selectData[tag.code] }}</div>
       </div>
     </div>
     <div v-if="selectData['netStatus'] == 0" class="device-state">网络断开</div>
@@ -222,7 +227,7 @@
     waterPumpData,
     dewateringPumpData,
     modelMonitor,
-    modelMonitorTags,
+    getModelMonitorTags,
     valveCtrlType,
   } from '../gasPump.data';
   import { list } from '../gasPump.api';
@@ -249,6 +254,7 @@
     },
   });
   const [register, { openModal }] = useModal();
+  const modelMonitorTags = getModelMonitorTags();
   const loading = ref(false);
   const tabActiveKey = ref(1);
   const passwordModalIsShow = ref(false);
@@ -462,9 +468,16 @@
     display: flex;
     align-items: center;
     justify-content: center;
+    .title {
+      margin-right: 5px;
+    }
     .signal-round {
       margin-left: 5px;
     }
+    .value {
+      width: 30px;
+      color: #efae05;
+    }
   }
   .device-state {
     width: 100%;

+ 280 - 17
src/views/vent/monitorManager/gasPumpMonitor/components/gasPumpHomeCC.vue

@@ -6,7 +6,7 @@
       class="FlowSensor-box"
       style="position: absolute; display: none"
     >
-      <div class="elementContent">
+      <!-- <div class="elementContent">
         <fourBorderBg>
           <div v-for="(item, index) in deviceProperty.modelMonitor" :key="index" class="gas-monitor-row">
             <div class="title">{{ item.title }}</div>
@@ -27,8 +27,22 @@
             </template>
           </div>
         </fourBorderBg>
+      </div> -->
+      <div class="elementContent" style="position: absolute; display: none">
+        <div v-for="(tag, index) in modelMonitorTags" :key="index" :id="tag.domId" class="modal-monitor-box">
+          <template v-if="selectData[tag.code]">
+            <div class="title">{{ tag.title }}</div>
+            <div
+              v-if="tag.type == 'sign'"
+              class="signal-round"
+              :class="{ 'signal-round-gry': selectData[tag.code] != 1, 'signal-round-run': selectData[tag.code] == 1 }"
+            ></div>
+            <div v-else class="value">{{ selectData[tag.code] }}</div>
+          </template>
+        </div>
       </div>
     </div>
+
     <div v-if="selectData['netStatus'] == 0" class="device-state">网络断开</div>
     <div class="btn-group">
       <a-button v-if="deviceProperty.detailCtrl.length > 0" class="btn-item" type="primary" @click="openModal">瓦斯泵控制</a-button>
@@ -85,6 +99,21 @@
     </div>
     <div class="lr right-box">
       <div class="item-box sensor-container">
+        <ventBox1 class="">
+          <template #title>
+            <div>泵站监测详情</div>
+          </template>
+          <template #container>
+            <ListItem
+              v-for="(item, index) in deviceProperty.modelMonitor"
+              :key="index"
+              class="w-100% mb-5px"
+              :value="selectData[item.code]"
+              :label="item.title"
+              label-width="250px"
+            />
+          </template>
+        </ventBox1>
         <ventBox1 v-for="(device, rightIndex) in deviceProperty.rightMonitor" :key="rightIndex" class="vent-margin-t-10">
           <template #title>
             <div>{{ device.title }}</div>
@@ -169,7 +198,7 @@
   import { ref, onMounted, onUnmounted, reactive, defineProps, watch, inject, nextTick, onBeforeUnmount } from 'vue';
   import ventBox1 from '/@/components/vent/ventBox1.vue';
   import { setModelType } from '../gasPump.threejs';
-  import { getMonitorData, devicePropertyType } from '../gasPump.data';
+  import { getMonitorData, devicePropertyType, getModelMonitorTags } from '../gasPump.data';
   // import { leftMonitor, rightMonitor, modelMonitor, detailCtrl } from '../gasPump.dataCc2_2';
   import { list } from '../gasPump.api';
   import { SvgIcon } from '/@/components/Icon';
@@ -181,6 +210,7 @@
   import { message } from 'ant-design-vue';
   import fourBorderBg from '/@/components/vent/fourBorderBg.vue';
   import { useCamera } from '/@/hooks/system/useCamera';
+  import ListItem from '@/views/vent/gas/components/list/listItem.vue';
 
   const globalConfig = inject('globalConfig');
 
@@ -205,6 +235,7 @@
     modelMonitor: [] as devicePropertyType[],
     detailCtrl: [] as devicePropertyType[],
   });
+  const modelMonitorTags = getModelMonitorTags();
 
   // 监测数据
   const selectData = reactive({});
@@ -237,6 +268,235 @@
 
   async function getDataSource(systemID) {
     const res = await list({ devicetype: props.deviceType, ids: systemID });
+    // const res = {
+    //   cmd: 'monitordata',
+    //   msgTxt: [
+    //     {
+    //       datalist: [
+    //         {
+    //           msgType: null,
+    //           deviceID: '1773155914577469442',
+    //           strname: '22煤瓦斯泵站',
+    //           strinstallpos: '22煤瓦斯泵站',
+    //           fsectarea: 'null',
+    //           stationname: '22煤瓦斯泵站',
+    //           stationtype: 'redis',
+    //           deviceType: 'pump_under',
+    //           typeName: '地下瓦斯泵站',
+    //           netStatus: 1,
+    //           warnFlag: 0,
+    //           warnLevel: 0,
+    //           warnLevel_str: '正常',
+    //           syswarnLevel: null,
+    //           syswarnLevel_str: null,
+    //           syswarnLevel_des: null,
+    //           warnTime: null,
+    //           readTime: '2025-03-03 15:09:59',
+    //           warnDes: '',
+    //           frontGateOpenCtrl: null,
+    //           rearGateOpenCtrl: null,
+    //           readData: {
+    //             FeedSG101_Ib: '0',
+    //             Starter4_CloseAllow: '0',
+    //             FeedSG101_Ic: '0',
+    //             TemperatureSensor_TemperatureLowAlarm: '0',
+    //             SubmarinePump_MOT_AvgVoltage: '0',
+    //             VSL_LiquidLevelSensor_Level: '0',
+    //             GVL_CloseLimit: '0',
+    //             FeedSG102_Uca: '1242',
+    //             FeedSG102_CBStatus: '1',
+    //             Starter1_SwitchOffOutput: '0',
+    //             FeedSG101_Ia: '0',
+    //             CentrifugalPump2_GVL1_CloseLimit: '1',
+    //             Starter2_RunTimerOpen: '0',
+    //             Starter5_Uab: '0',
+    //             CentrifugalPump1_MOT_PhaseBTemp: '16',
+    //             CentrifugalPump2_GVL1_OpenFail: '0',
+    //             CentrifugalPump1_GVL1_CloseFail: '0',
+    //             CentrifugalPump2_GVL2_OnOutput: '0',
+    //             SubmarinePump2_MOT_Power: '0',
+    //             CentrifugalPump1_MOT_Ic: '0',
+    //             SubmarinePump2_MOT_AvgVoltage: '1121',
+    //             CentrifugalPump2_PU_InterlockReady: '1',
+    //             CentrifugalPump1_MOT_Ib: '0',
+    //             T101_HighVoltSwitch_Temp: '0',
+    //             CentrifugalPump2_PU_Healthy: '1',
+    //             CentrifugalPump1_PU_InterlockStarting: '0',
+    //             SubmarinePump2_PU_Healthy: '1',
+    //             CentrifugalPump1_PU_InterlockStoping: '0',
+    //             SubmarinePump2_MOT_OpenFail: '0',
+    //             CentrifugalPump2_GVL2_CloseFail: '0',
+    //             T101_LowVoltSwith_Current: '0',
+    //             CentrifugalPump2_GVL2_CtrlMode: '0',
+    //             Starter2_RunTimerClose: '0',
+    //             CentrifugalPump1_MOT_OpenFail: '0',
+    //             CentrifugalPump2_MOT_OpenFail: '0',
+    //             Starter2_SwitchOnOutput: '0',
+    //             SubmarinePump1_PU_Healthy: '1',
+    //             CentrifugalPump2_GVL2_CloseLimit: '1',
+    //             CentrifugalPump2_MOT_BackAxleOverTempAlarm: '1',
+    //             GVL_CloseFail: '0',
+    //             CentrifugalPump2_MOT_PhaseBTempAlarm: '0',
+    //             CentrifugalPump2_MOT_PhaseBTemp: '16',
+    //             CentrifugalPump2_GVL1_CloseFail: '0',
+    //             T102_CBStatus: '1',
+    //             SubmarinePump_MOT_OpenFail: '0',
+    //             FeedSG101_CBStatus: '0',
+    //             CentrifugalPump1_MOT_PhaseBTempAlarm: '0',
+    //             FanPre: '-5.0',
+    //             CentrifugalPump2_GVL2_OffOutput: '0',
+    //             Starter5_PLCState: '1',
+    //             CentrifugalPump1_GVL1_CloseLimit: '1',
+    //             FeedSG102_Healthy: '1',
+    //             PumpStopAlarm1: '1',
+    //             FeedSG101_ControlState: '0',
+    //             SubmarinePump_MOT_Power: '0',
+    //             Starter5_CloseAllow: '0',
+    //             CentrifugalPump2_GVL2_CloseReady: '1',
+    //             Starter2_SwitchOnNoReturn: '0',
+    //             CentrifugalPump2_PU_InterlockStoping: '0',
+    //             Starter5_SwitchOnNoReturn: '0',
+    //             T102_HighVoltSwitch_Temp: '49',
+    //             CentrifugalPump1_GVL1_OnOutput: '0',
+    //             Starter1_RunTimerClose: '0',
+    //             GVL_OpenLimit: '0',
+    //             CentrifugalPump1_MOT_BackAxleTemp: '870',
+    //             GVL_OpenFail: '1',
+    //             Starter1_CBStatus: '0',
+    //             CentrifugalPump1_GVL1_OpenLimit: '0',
+    //             CentrifugalPump2_GVL1_CtrlMode: '0',
+    //             CentrifugalPump1_GVL1_OffOutput: '0',
+    //             CentrifugalPump1_MOT_FrontAxleTemp: '870',
+    //             CentrifugalPump2_PU_InterlockStop: '0',
+    //             Starter4_SwitchOffOutput: '0',
+    //             CentrifugalPump2_GVL1_OnOutput: '0',
+    //             CentrifugalPump2_GVL2_OpenFail: '0',
+    //             CentrifugalPump2_PU_HMIStart: '0',
+    //             CentrifugalPump1_MOT_BackAxleOverTempAlarm: '1',
+    //             CentrifugalPump2_GVL2_OpenLimit: '0',
+    //             CentrifugalPump1_PU_InterlockStartFail: '0',
+    //             CentrifugalPump2_GVL2_Healthy: '0',
+    //             SubmarinePump2_MOT_Ic: '0',
+    //             SubmarinePump2_MOT_Ib: '0',
+    //             SubmarinePump2_MOT_Ia: '0',
+    //             Starter3_PLCState: '1',
+    //             CentrifugalPump1_GVL2_OffOutput: '0',
+    //             CentrifugalPump1_PU_Healthy: '0',
+    //             Starter4_SwitchOnOutput: '0',
+    //             FeedSG101_Uca: '0',
+    //             sign: '0',
+    //             T102_HighVoltSwitch_Current: '0',
+    //             CentrifugalPump1_MOT_PhaseATempAlarm: '2',
+    //             CentrifugalPump1_MOT_PhaseATemp: '16',
+    //             CentrifugalPump2_PU_InterlockStart: '0',
+    //             CentrifugalPump2_MOT_FrontAxleTemp: '870',
+    //             GVL_OnOutput: '1',
+    //             Starter3_CBStatus: '0',
+    //             CentrifugalPump1_GVL2_CtrlMode: '0',
+    //             SubmarinePump3_PU_Healthy: '1',
+    //             FeedSG102_ControlState: '1',
+    //             FeedSG101_Healthy: '0',
+    //             VSL_LiquidLevelSensor_HighWaterAlarm: '0',
+    //             CentrifugalPump1_GVL2_OpenFail: '0',
+    //             Starter5_OpenFail: '0',
+    //             Reset: '0',
+    //             GVL_OffOutput: '0',
+    //             Starter2_SwitchOffOutput: '0',
+    //             Starter5_SwitchOffOutput: '0',
+    //             CentrifugalPump1_GVL2_OnOutput: '0',
+    //             FeedSG102_Ic: '0',
+    //             Starter1_PLCState: '1',
+    //             CentrifugalPump1_GVL1_Healthy: '0',
+    //             CentrifugalPump2_MOT_PhaseATempAlarm: '2',
+    //             CentrifugalPump1_MOT_Power: '0',
+    //             CentrifugalPump1_MOT_FrontAxleOverTempAlarm: '1',
+    //             Starter1_SwitchOnOutput: '0',
+    //             CentrifugalPump1_MOT_PhaseCTemp: '16',
+    //             Starter4_CBStatus: '0',
+    //             CentrifugalPump2_GVL1_Healthy: '0',
+    //             T101_LowVoltSwith_SysVoltage: '0',
+    //             CentrifugalPump2_GVL1_OpenLimit: '0',
+    //             FeedSG102_Ia: '0',
+    //             TemperatureSensor_Temp: '8700',
+    //             FeedSG102_Ib: '0',
+    //             FeedSG101_CloseReady: '0',
+    //             Starter3_CloseAllow: '0',
+    //             CentrifugalPump1_GVL1_CtrlMode: '0',
+    //             CentrifugalPump1_MOT_AvgVoltage: '0',
+    //             GVL_CtrlMode: '0',
+    //             CentrifugalPump1_GVL2_CloseLimit: '1',
+    //             SubmarinePump_MOT_Ic: '0',
+    //             CentrifugalPump1_GVL2_CloseFail: '0',
+    //             CentrifugalPump1_GVL2_OpenLimit: '0',
+    //             SubmarinePump_MOT_Ib: '0',
+    //             FeedSG102_CloseReady: '1',
+    //             SubmarinePump_MOT_Ia: '0',
+    //             CentrifugalPump2_PU_InterlockStartFail: '0',
+    //             Starter3_SwitchOffOutput: '0',
+    //             T102_LowVoltSwith_Current: '0',
+    //             CentrifugalPump1_PU_InterlockReady: '0',
+    //             CentrifugalPump2_MOT_AvgVoltage: '1141',
+    //             CentrifugalPump1_GVL1_CloseReady: '0',
+    //             TemperatureSensor_TemperatureHighAlarm: '1',
+    //             Starter2_CBStatus: '0',
+    //             Starter2_PLCState: '1',
+    //             Starter3_SwitchOnOutput: '0',
+    //             Starter1_RunTimerOpen: '0',
+    //             CentrifugalPump2_PU_InterlockStarting: '0',
+    //             CentrifugalPump2_MOT_PhaseCTemp: '16',
+    //             Starter5_Ia: '0',
+    //             CentrifugalPump2_MOT_Ia: '0',
+    //             CentrifugalPump2_MOT_Ib: '0',
+    //             T102_LowVoltSwith_SysVoltage: '1135',
+    //             Starter5_Ic: '0',
+    //             CentrifugalPump1_MOT_Ia: '0',
+    //             Starter5_Ib: '0',
+    //             Starter5_CBStatus: '0',
+    //             T102_HighVoltSwitch_SysVoltage: '9978',
+    //             CentrifugalPump1_MOT_PhaseCTempAlarm: '0',
+    //             T101_CBStatus: '0',
+    //             Starter1_SwitchOnNoReturn: '0',
+    //             CentrifugalPump2_MOT_Ic: '0',
+    //             GVL_Healthy: '1',
+    //             VSL_LiquidLevelSensor_LowWaterAlarm: '1',
+    //             Starter4_PLCState: '1',
+    //             T101_HighVoltSwitch_Current: '0',
+    //             CentrifugalPump2_MOT_BackAxleTemp: '882',
+    //             CentrifugalPump2_GVL1_OffOutput: '0',
+    //             Starter5_SwitchOnOutput: '0',
+    //             CentrifugalPump2_MOT_FrontAxleOverTempAlarm: '1',
+    //             CentrifugalPump2_PU_HMIStop: '0',
+    //             isRun: '-2',
+    //             CentrifugalPump2_MOT_PhaseATemp: '16',
+    //             CentrifugalPump1_GVL2_Healthy: '0',
+    //             CentrifugalPump1_GVL1_OpenFail: '0',
+    //             T101_HighVoltSwitch_SysVoltage: '0',
+    //           },
+    //           readDataDes: null,
+    //           summaryHour: [],
+    //           summaryDay: [],
+    //           history: [],
+    //           dayhistory: [],
+    //           totalInfo: null,
+    //           sign: null,
+    //           cameras: [],
+    //           links: [],
+    //           avgParam: {},
+    //           other1: null,
+    //           other2: null,
+    //           other3: null,
+    //           remarkInfo: null,
+    //           linkInfo: null,
+    //           addrIndex: null,
+    //           warnLogNotOkCount: 0,
+    //           otherInfo: null,
+    //           orderNum: 0,
+    //         },
+    //       ],
+    //       type: 'pump_under',
+    //     },
+    //   ],
+    // };
     const result = res.msgTxt[0]['datalist'][0];
     Object.assign(result, result['readData']);
     return result;
@@ -345,21 +605,24 @@
       background-color: #061c2a55;
       box-shadow: 0 0 15px #3b567f55;
       background-color: #38383833;
-      .gas-monitor-row {
-        display: flex;
-        flex-direction: row;
-        flex-wrap: wrap;
-        color: #fff;
-        line-height: 32px;
-        .title {
-          width: 250px;
-          color: #baeaff;
-        }
-        .value {
-          width: 80px;
-          color: #efae05;
-        }
-      }
+    }
+  }
+  .modal-monitor-box {
+    background-color: #000;
+    color: #fff;
+    padding: 0 5px;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    .title {
+      margin-right: 5px;
+    }
+    .signal-round {
+      margin-left: 5px;
+    }
+    .value {
+      width: 30px;
+      color: #efae05;
     }
   }
 

+ 147 - 61
src/views/vent/monitorManager/gasPumpMonitor/gasPump.data.ts

@@ -293,72 +293,157 @@ export const modelMonitor = [
   },
 ];
 
-export const modelMonitorTags = [
-  {
-    domId: 'jsf1',
-    title: '进水阀1#',
-    code: 'CentrifugalPump1_WaterInValve1_OpenLimit',
-    // value: '0',
-    position: [-5.26, 0.28, 0.6],
-  },
-  {
-    domId: 'jsf2',
-    title: '进水阀2#',
-    code: 'CentrifugalPump2_WaterInValve1_OpenLimit',
-    // value: '0',
-    position: [-8.75, 0.3, 0.6],
-  },
-  {
-    domId: 'csf1',
-    title: '出水阀1#',
-    code: 'CentrifugalPump1_WaterOutValve2_OpenLimit',
-    // value: '0',
-    position: [-5.74, 0.35, 0.27],
-  },
-  {
-    domId: 'csf2',
-    title: '出水阀2#',
-    code: 'CentrifugalPump2_WaterOutValve2_OpenLimit',
-    // value: '0',
-    position: [-9.42, 0.35, 0.3],
-  },
-  {
-    domId: 'jqf1',
-    title: '进气阀1#',
-    code: 'CentrifugalPump1_AirInValve1_OpenLimit',
-    // value: '0',
-    position: [-4.41, 1.28, 0.03],
-  },
-  {
-    domId: 'jqf2',
-    title: '进气阀2#',
-    code: 'CentrifugalPump2_AirInValve1_OpenLimit',
-    // value: '0',
-    position: [-7.7, 1.31, -0.14],
-  },
-  {
-    domId: 'cqf1',
-    title: '出气阀1#',
-    code: 'CentrifugalPump1_AirOutValve2_OpenLimit',
-    // value: '0',
-    position: [-6.2, 1.55, 0.06],
-  },
-  {
-    domId: 'cqf2',
-    title: '出气阀2#',
-    code: 'CentrifugalPump2_AirOutValve2_OpenLimit',
-    // value: '0',
-    position: [-9.58, 1.55, -0.13],
-  },
-];
+export const getModelMonitorTags = () => {
+  const { sysOrgCode } = useGlobSetting();
+  // const sysOrgCode = 'sdmtjtcctrk';
+  if (sysOrgCode !== 'sdmtjtcctrk') {
+    return [
+      {
+        domId: 'jsf1',
+        title: '进水阀1#',
+        code: 'CentrifugalPump1_WaterInValve1_OpenLimit',
+        type: 'sign',
+        // value: '0',
+        position: [-5.26, 0.28, 0.6],
+      },
+      {
+        domId: 'jsf2',
+        title: '进水阀2#',
+        code: 'CentrifugalPump2_WaterInValve1_OpenLimit',
+        type: 'sign',
+        // value: '0',
+        position: [-8.75, 0.3, 0.6],
+      },
+      {
+        domId: 'csf1',
+        title: '出水阀1#',
+        code: 'CentrifugalPump1_WaterOutValve2_OpenLimit',
+        type: 'sign',
+        // value: '0',
+        position: [-5.74, 0.35, 0.27],
+      },
+      {
+        domId: 'csf2',
+        title: '出水阀2#',
+        code: 'CentrifugalPump2_WaterOutValve2_OpenLimit',
+        type: 'sign',
+        // value: '0',
+        position: [-9.42, 0.35, 0.3],
+      },
+      {
+        domId: 'jqf1',
+        title: '进气阀1#',
+        code: 'CentrifugalPump1_AirInValve1_OpenLimit',
+        type: 'sign',
+        // value: '0',
+        position: [-4.41, 1.28, 0.03],
+      },
+      {
+        domId: 'jqf2',
+        title: '进气阀2#',
+        code: 'CentrifugalPump2_AirInValve1_OpenLimit',
+        type: 'sign',
+        // value: '0',
+        position: [-7.7, 1.31, -0.14],
+      },
+      {
+        domId: 'cqf1',
+        title: '出气阀1#',
+        code: 'CentrifugalPump1_AirOutValve2_OpenLimit',
+        type: 'sign',
+        // value: '0',
+        position: [-6.2, 1.55, 0.06],
+      },
+      {
+        domId: 'cqf2',
+        title: '出气阀2#',
+        code: 'CentrifugalPump2_AirOutValve2_OpenLimit',
+        type: 'sign',
+        // value: '0',
+        position: [-9.58, 1.55, -0.13],
+      },
+    ];
+  } else {
+    return [
+      {
+        domId: 'jsf1',
+        title: '进水阀1#',
+        code: 'CentrifugalPump1_WaterInValve1_OpenLimit',
+        type: 'sign',
+        // value: '0',
+        position: [-5.26, 0.28, 0.6],
+      },
+      {
+        domId: 'jsf2',
+        title: '进水阀2#',
+        code: 'CentrifugalPump2_WaterInValve1_OpenLimit',
+        type: 'sign',
+        // value: '0',
+        position: [-8.75, 0.3, 0.6],
+      },
+      {
+        domId: 'csf1',
+        title: '出水阀1#',
+        code: 'CentrifugalPump1_WaterOutValve2_OpenLimit',
+        type: 'sign',
+        // value: '0',
+        position: [-5.74, 0.35, 0.27],
+      },
+      {
+        domId: 'csf2',
+        title: '出水阀2#',
+        code: 'CentrifugalPump2_WaterOutValve2_OpenLimit',
+        type: 'sign',
+        // value: '0',
+        position: [-9.42, 0.35, 0.3],
+      },
+      {
+        domId: 'jqf1',
+        title: '进气阀1#开度',
+        code: 'CentrifugalPump1_AirInValve1_OpenLimit',
+        type: 'value',
+        // value: '0',
+        position: [-4.41, 1.28, 0.03],
+      },
+      {
+        domId: 'jqf2',
+        title: '进气阀2#开度',
+        code: 'CentrifugalPump2_AirInValve1_OpenLimit',
+        type: 'value',
+        // value: '0',
+        position: [-7.7, 1.31, -0.14],
+      },
+      {
+        domId: 'cqf1',
+        title: '出气阀1#开度',
+        code: 'CentrifugalPump1_AirOutValve2_OpenLimit',
+        type: 'value',
+        // value: '0',
+        position: [-6.2, 1.55, 0.06],
+      },
+      {
+        domId: 'cqf2',
+        title: '出气阀2#开度',
+        code: 'CentrifugalPump2_AirOutValve2_OpenLimit',
+        type: 'value',
+        // value: '0',
+        position: [-9.58, 1.55, -0.13],
+      },
+    ];
+  }
+};
 
 export function getComponent() {
   const { sysOrgCode } = useGlobSetting();
+  // const sysOrgCode = 'sdmtjtcctrk';
   let gasPumpHome;
   switch (sysOrgCode) {
     case 'sdmtjtbetmk': // 布尔台
       gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHome.vue'));
       return gasPumpHome;
+    case 'sdmtjtcctrk': // 布尔台
+      gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHomeCC.vue'));
+      return gasPumpHome;
     default:
       gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHome.vue'));
       return gasPumpHome;
@@ -366,13 +451,14 @@ export function getComponent() {
 }
 
 export async function getMonitorData(deviceType) {
-  const globSetting = useGlobSetting();
-  switch (globSetting.sysOrgCode) {
+  const { sysOrgCode } = useGlobSetting();
+  // const sysOrgCode = 'sdmtjtcctrk';
+  switch (sysOrgCode) {
     case 'sdmtjtcctmk':
       return await import('./gasPump.dataCc');
     case 'sdmtjtcctrk':
       if (deviceType == 'pump_under') {
-        return await import('./gasPump.dataCc2_1');
+        return await import('./gasPump.dataCc2_2');
       } else if (deviceType == 'pump_under_31') {
         return await import('./gasPump.dataCc2_2');
       }

+ 71 - 80
src/views/vent/monitorManager/gasPumpMonitor/gasPump.dataCc2_1.ts

@@ -49,6 +49,21 @@ export const leftMonitor = [
             code: 'Ic',
             type: '',
           },
+          // {
+          //   title: 'A相绕组温度(℃)',
+          //   code: 'PhaseATemp',
+          //   type: '',
+          // },
+          // {
+          //   title: 'B相绕组温度(℃)',
+          //   code: 'PhaseBTemp',
+          //   type: '',
+          // },
+          // {
+          //   title: 'C相绕组温度(℃)',
+          //   code: 'PhaseCTemp',
+          //   type: '',
+          // },
           {
             title: '前轴温度(℃)',
             code: 'FrontAxleTemp',
@@ -110,63 +125,63 @@ export const leftMonitor = [
 ];
 
 export const rightMonitor = [
-  {
-    type: 'table',
-    title: '磁力启动器运行状态',
-    stateHeader: ['设备名称', '断路器', '合闸输出', '分闸输出', '状态'],
-    children: [
-      {
-        title: '启动器1',
-        key: ['Starter1_'],
-        childTitle: ['启动器1'],
-      },
-      {
-        title: '启动器2',
-        key: ['Starter2_'],
-        childTitle: ['启动器2'],
-      },
-      {
-        title: '启动器3',
-        key: ['Starter3_'],
-        childTitle: ['启动器3'],
-      },
-      {
-        title: '启动器4',
-        key: ['Starter4_'],
-        childTitle: ['启动器4'],
-      },
-      {
-        title: '启动器5',
-        key: ['Starter5_'],
-        childTitle: ['启动器5'],
-      },
-    ],
-    list: [
-      {
-        title: '断路器',
-        type: '',
-        code: 'CBStatus',
-        dict: { '1': '合闸', '0': '分闸' },
-      },
-      {
-        title: '合闸输出',
-        type: '',
-        code: 'SwitchOnOutput',
-      },
-      {
-        title: '分闸输出',
-        type: '',
-        code: 'SwitchOffOutput',
-      },
+  // {
+  //   type: 'table',
+  //   title: '磁力启动器运行状态',
+  //   stateHeader: ['设备名称', '断路器', '合闸输出', '分闸输出', '状态'],
+  //   children: [
+  //     {
+  //       title: '启动器1',
+  //       key: ['Starter1_'],
+  //       childTitle: ['启动器1'],
+  //     },
+  //     {
+  //       title: '启动器2',
+  //       key: ['Starter2_'],
+  //       childTitle: ['启动器2'],
+  //     },
+  //     {
+  //       title: '启动器3',
+  //       key: ['Starter3_'],
+  //       childTitle: ['启动器3'],
+  //     },
+  //     {
+  //       title: '启动器4',
+  //       key: ['Starter4_'],
+  //       childTitle: ['启动器4'],
+  //     },
+  //     {
+  //       title: '启动器5',
+  //       key: ['Starter5_'],
+  //       childTitle: ['启动器5'],
+  //     },
+  //   ],
+  //   list: [
+  //     {
+  //       title: '断路器',
+  //       type: '',
+  //       code: 'CBStatus',
+  //       dict: { '1': '合闸', '0': '分闸' },
+  //     },
+  //     {
+  //       title: '合闸输出',
+  //       type: '',
+  //       code: 'SwitchOnOutput',
+  //     },
+  //     {
+  //       title: '分闸输出',
+  //       type: '',
+  //       code: 'SwitchOffOutput',
+  //     },
 
-      {
-        title: '状态',
-        type: '',
-        code: 'PLCState',
-        dict: { '1': '连接', '0': '断开' },
-      },
-    ],
-  },
+  //     {
+  //       title: '状态',
+  //       type: '',
+  //       code: 'PLCState',
+  //       dict: { '1': '连接', '0': '断开' },
+  //     },
+  //   ],
+  // },
   {
     type: 'table',
     title: '阀门运行状态',
@@ -391,28 +406,4 @@ export const modelMonitor = [
     code: 'LiquidLevelSensor_HighWaterAlarm',
     type: 'warning',
   },
-  {
-    title: '1#瓦斯泵A相绕组温度(℃)',
-    code: 'CentrifugalPump1_MOT_PhaseATemp',
-  },
-  {
-    title: '2#瓦斯泵A相绕组温度(℃)',
-    code: 'CentrifugalPump2_MOT_PhaseATemp',
-  },
-  {
-    title: '1#瓦斯泵B相绕组温度(℃)',
-    code: 'CentrifugalPump1_MOT_PhaseBTemp',
-  },
-  {
-    title: '2#瓦斯泵B相绕组温度(℃)',
-    code: 'CentrifugalPump2_MOT_PhaseBTemp',
-  },
-  {
-    title: '1#瓦斯泵C相绕组温度(℃)',
-    code: 'CentrifugalPump1_MOT_PhaseCTemp',
-  },
-  {
-    title: '2#瓦斯泵C相绕组温度(℃)',
-    code: 'CentrifugalPump2_MOT_PhaseCTemp',
-  },
 ];

+ 83 - 112
src/views/vent/monitorManager/gasPumpMonitor/gasPump.dataCc2_2.ts

@@ -56,23 +56,18 @@ export const leftMonitor = [
             type: '',
           },
           {
-            title: '进气阀开度(°)',
-            code: 'GVL1_OpenDegree',
+            title: 'A相绕组温度(℃)',
+            code: 'MOT_PhaseATemp',
             type: '',
           },
           {
-            title: '排气阀开度(°)',
-            code: 'GVL2_OpenDegree',
+            title: 'B相绕组温度(℃)',
+            code: 'MOT_PhaseBTemp',
             type: '',
           },
           {
-            title: '进水阀开度(°)',
-            code: 'GVL4_Status',
-            type: '',
-          },
-          {
-            title: '排水阀开度(°)',
-            code: 'GVL3_Status',
+            title: 'C相绕组温度(℃)',
+            code: 'MOT_PhaseCTemp',
             type: '',
           },
         ],
@@ -153,49 +148,49 @@ export const rightMonitor = [
 ];
 
 export const detailCtrl = [
-  {
-    title: '回路控制',
-    type: [
-      {
-        title: '1回路',
-        childTitle: ['1回路'],
-        key: ['PD13_SG1_Loop1'],
-      },
-      {
-        title: '2回路',
-        childTitle: ['2回路'],
-        key: ['PD13_SG1_Loop2'],
-      },
-      {
-        title: '3回路',
-        childTitle: ['3回路'],
-        key: ['PD13_SG1_Loop3'],
-      },
-      {
-        title: '4回路',
-        childTitle: ['4回路'],
-        key: ['PD13_SG1_Loop4'],
-      },
-    ],
-    items: [
-      {
-        title: '分闸运行',
-        code: '_HMISwitchOff',
-      },
-      {
-        title: '合闸运行',
-        code: '_HMISwitchOn',
-      },
-      {
-        title: '远程短路试验',
-        code: '_HMIShortTest',
-      },
-      {
-        title: '远程漏电试验',
-        code: '_HMILeakageTest',
-      },
-    ],
-  },
+  // {
+  //   title: '回路控制',
+  //   type: [
+  //     {
+  //       title: '1回路',
+  //       childTitle: ['1回路'],
+  //       key: ['PD13_SG1_Loop1'],
+  //     },
+  //     {
+  //       title: '2回路',
+  //       childTitle: ['2回路'],
+  //       key: ['PD13_SG1_Loop2'],
+  //     },
+  //     {
+  //       title: '3回路',
+  //       childTitle: ['3回路'],
+  //       key: ['PD13_SG1_Loop3'],
+  //     },
+  //     {
+  //       title: '4回路',
+  //       childTitle: ['4回路'],
+  //       key: ['PD13_SG1_Loop4'],
+  //     },
+  //   ],
+  //   items: [
+  //     {
+  //       title: '分闸运行',
+  //       code: '_HMISwitchOff',
+  //     },
+  //     {
+  //       title: '合闸运行',
+  //       code: '_HMISwitchOn',
+  //     },
+  //     {
+  //       title: '远程短路试验',
+  //       code: '_HMIShortTest',
+  //     },
+  //     {
+  //       title: '远程漏电试验',
+  //       code: '_HMILeakageTest',
+  //     },
+  //   ],
+  // },
   {
     title: '泵站控制',
     type: [
@@ -230,40 +225,40 @@ export const detailCtrl = [
       },
     ],
   },
-  {
-    title: '阀门控制',
-    type: [
-      {
-        title: '注水阀',
-        childTitle: ['1#注水阀', '2#注水阀'],
-        key: ['PD13_SG1', 'PD13_SG2'],
-      },
-      {
-        title: '抽气阀',
-        childTitle: ['1#抽气阀', '2#抽气阀'],
-        key: ['PD13_SG4', 'PD13_SG6'],
-      },
-      {
-        title: '排气阀',
-        childTitle: ['1#排气阀', '2#排气阀'],
-        key: ['PD13_SG3', 'PD13_SG5'],
-      },
-    ],
-    items: [
-      {
-        title: '开启',
-        code: '_HMIOpen',
-      },
-      {
-        title: '关闭',
-        code: '_HMIClose',
-      },
-      {
-        title: '停止',
-        code: '_HMIStop',
-      },
-    ],
-  },
+  // {
+  //   title: '阀门控制',
+  //   type: [
+  //     {
+  //       title: '注水阀',
+  //       childTitle: ['1#注水阀', '2#注水阀'],
+  //       key: ['PD13_SG1', 'PD13_SG2'],
+  //     },
+  //     {
+  //       title: '抽气阀',
+  //       childTitle: ['1#抽气阀', '2#抽气阀'],
+  //       key: ['PD13_SG4', 'PD13_SG6'],
+  //     },
+  //     {
+  //       title: '排气阀',
+  //       childTitle: ['1#排气阀', '2#排气阀'],
+  //       key: ['PD13_SG3', 'PD13_SG5'],
+  //     },
+  //   ],
+  //   items: [
+  //     {
+  //       title: '开启',
+  //       code: '_HMIOpen',
+  //     },
+  //     {
+  //       title: '关闭',
+  //       code: '_HMIClose',
+  //     },
+  //     {
+  //       title: '停止',
+  //       code: '_HMIStop',
+  //     },
+  //   ],
+  // },
 ];
 
 export const modelMonitor = [
@@ -275,28 +270,4 @@ export const modelMonitor = [
     title: '抽放管道甲烷负压侧1(%)',
     code: 'gas2',
   },
-  {
-    title: '1#瓦斯泵A相绕组温度(℃)',
-    code: 'CentrifugalPump1_MOT_PhaseATemp',
-  },
-  {
-    title: '2#瓦斯泵A相绕组温度(℃)',
-    code: 'CentrifugalPump2_MOT_PhaseATemp',
-  },
-  {
-    title: '1#瓦斯泵B相绕组温度(℃)',
-    code: 'CentrifugalPump1_MOT_PhaseBTemp',
-  },
-  {
-    title: '2#瓦斯泵B相绕组温度(℃)',
-    code: 'CentrifugalPump2_MOT_PhaseBTemp',
-  },
-  {
-    title: '1#瓦斯泵C相绕组温度(℃)',
-    code: 'CentrifugalPump1_MOT_PhaseCTemp',
-  },
-  {
-    title: '2#瓦斯泵C相绕组温度(℃)',
-    code: 'CentrifugalPump2_MOT_PhaseCTemp',
-  },
 ];

+ 14 - 11
src/views/vent/monitorManager/gasPumpMonitor/gasPump.threejs.under.ts

@@ -1,6 +1,6 @@
 import * as THREE from 'three';
 import { CSS3DObject, CSS3DSprite } from 'three/examples/jsm/renderers/CSS3DRenderer.js';
-import { modelMonitorTags } from './gasPump.data';
+import { getModelMonitorTags } from './gasPump.data';
 import ArrowFlow from '../../comment/threejs/ArrowFlow';
 // import * as dat from 'dat.gui';
 // const gui = new dat.GUI();
@@ -10,6 +10,7 @@ class gasPumpUnder {
   model;
   modelName = 'gas-pump-underground';
   group: THREE.Object3D | null = null;
+  modelMonitorTags = getModelMonitorTags();
 
   /** 进气管道动画,指总进气连接左边泵的那条 */
   airInA: ArrowFlow | null = null;
@@ -74,8 +75,8 @@ class gasPumpUnder {
   addCssText = () => {
     if (!this.group) return;
     const parentElement = document.getElementById('gas3DCSS') as HTMLElement;
-    for (let i = 0; i < modelMonitorTags.length; i++) {
-      const tag = modelMonitorTags[i];
+    for (let i = 0; i < this.modelMonitorTags.length; i++) {
+      const tag = this.modelMonitorTags[i];
       if (!this.group.getObjectByName(tag.domId)) {
         const element = document.getElementById(tag.domId) as HTMLElement;
         if (element) {
@@ -92,6 +93,8 @@ class gasPumpUnder {
 
   /** 根据各个泵的状态控制动画 */
   handleAnimation(monitorData: any) {
+    if (!monitorData) return;
+
     this.airInA?.hideElement();
     this.airInB?.hideElement();
     this.airInR?.hideElement();
@@ -109,8 +112,8 @@ class gasPumpUnder {
     this.waterOutR?.hideElement();
     this.waterOutL?.hideElement();
     // 进气动画控制
-    const jqf1Open = modelMonitorTags.find((e) => e.domId === 'jqf1' && monitorData[e.code] == 1);
-    const jqf2Open = modelMonitorTags.find((e) => e.domId === 'jqf2' && monitorData[e.code] == 1);
+    const jqf1Open = this.modelMonitorTags.find((e) => e.domId === 'jqf1' && monitorData[e.code] > 0);
+    const jqf2Open = this.modelMonitorTags.find((e) => e.domId === 'jqf2' && monitorData[e.code] > 0);
 
     if (jqf1Open && jqf2Open) {
       this.airInB?.showElement();
@@ -125,8 +128,8 @@ class gasPumpUnder {
     }
 
     // 出气动画控制
-    const cqf1Open = modelMonitorTags.find((e) => e.domId === 'cqf1' && monitorData[e.code] == 1);
-    const cqf2Open = modelMonitorTags.find((e) => e.domId === 'cqf2' && monitorData[e.code] == 1);
+    const cqf1Open = this.modelMonitorTags.find((e) => e.domId === 'cqf1' && monitorData[e.code] > 0);
+    const cqf2Open = this.modelMonitorTags.find((e) => e.domId === 'cqf2' && monitorData[e.code] > 0);
 
     if (cqf1Open && cqf2Open) {
       this.airOutB?.showElement();
@@ -141,8 +144,8 @@ class gasPumpUnder {
     }
 
     // 进水动画控制
-    const jsf1Open = modelMonitorTags.find((e) => e.domId === 'jsf1' && monitorData[e.code] == 1);
-    const jsf2Open = modelMonitorTags.find((e) => e.domId === 'jsf2' && monitorData[e.code] == 1);
+    const jsf1Open = this.modelMonitorTags.find((e) => e.domId === 'jsf1' && monitorData[e.code] == 1);
+    const jsf2Open = this.modelMonitorTags.find((e) => e.domId === 'jsf2' && monitorData[e.code] == 1);
 
     if (jsf1Open && jsf2Open) {
       this.waterInB?.showElement();
@@ -157,8 +160,8 @@ class gasPumpUnder {
     }
 
     // 出水动画控制
-    const csf1Open = modelMonitorTags.find((e) => e.domId === 'csf1' && monitorData[e.code] == 1);
-    const csf2Open = modelMonitorTags.find((e) => e.domId === 'csf2' && monitorData[e.code] == 1);
+    const csf1Open = this.modelMonitorTags.find((e) => e.domId === 'csf1' && monitorData[e.code] == 1);
+    const csf2Open = this.modelMonitorTags.find((e) => e.domId === 'csf2' && monitorData[e.code] == 1);
 
     if (csf1Open && csf2Open) {
       this.waterOutB?.showElement();