123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411 |
- import api from "@api/stateMonitor/index.js";
- export default class BackgroundData {
- /* 当前登录用户 */
- LoginUser;
- /* 标题栏数据 */
- // TopPoint = [
- // {
- // pointName: "TotalPower",// 实时总功率
- // pointTag: "JSFW.NX_GD_XXX_XX_XX_XXX_XXX_CI0135",
- // value: 0
- // }, {
- // pointName: "DailyPowerGeneration",// 日发电量
- // pointTag: "JSFW.NX_GD_XXX_XX_XX_XXX_XXX_CI0088",
- // value: 0
- // }, {
- // pointName: "GridPower",// 上网电量
- // pointTag: "JSFW.NX_GD_XXX_XX_XX_XXX_XXX_CI0136",
- // value: 0
- // }, {
- // pointName: "MonthlyPowerGeneration",// 月发电量
- // pointTag: "JSFW.NX_GD_XXX_XX_XX_XXX_XXX_CI0146",
- // value: 0
- // }, {
- // pointName: "AnnualPowerGeneration",// 年发电量
- // pointTag: "JSFW.NX_GD_XXX_XX_XX_XXX_XXX_CI0037",
- // value: 0
- // },
- // ];
- /* 推荐区数据 */
- // Recommends = {
- // "DWK": {
- // stationName: "大武口光伏电站",
- // content: "通讯中断",
- // createTime: this.formatDate(new Date("2021-04-15 8:17:59"), 'YY-MM-DD hh:mm'),
- // isActive: false,
- // stationID: 'DWK_AGC',
- // values:'DWK'
- // },
- // "NSSFCJSFW.NX_GD_NSSF_XX_XX_XXX_XXX_CI0263": {
- // stationName: "牛首山风电场",
- // id: 'NSS_BT',
- // content: "限电",
- // createTime: new Date(),
- // isActive: false,
- // stationID: 'NSS_AGC',
- // values:'NSSFCJSFW.NX_GD_NSSF_XX_XX_XXX_XXX_CI0263'
- // },
- // "QSFCJSFW.NX_GD_QSF_XX_XX_XXX_XXX_CI0263": {
- // stationName: "青山风电场",
- // content: "限电",
- // createTime: new Date(),
- // isActive: false,
- // stationID: 'QS_AGC',
- // id: 'QS_BT',
- // values:'QSFCJSFW.NX_GD_QSF_XX_XX_XXX_XXX_CI0263'
- // },
- // "SBQFCJSFW.NX_GD_SBQF_XX_XX_XXX_XXX_CI0263": {
- // stationName: "星能第六风电场",
- // content: "限电",
- // createTime: new Date(),
- // isActive: false,
- // stationID: 'XNL_AGC',
- // id: 'XN6_BT',
- // values:'SBQFCJSFW.NX_GD_SBQF_XX_XX_XXX_XXX_CI0263'
- // },
- // "MHSFCJSFW.NX_GD_MHSF_XX_XX_XXX_XXX_CI0263": {
- // stationName: "麻黄山风电场",
- // id: 'MHS_BT',
- // content: "限电",
- // createTime: new Date(),
- // isActive: false,
- // stationID: 'MHS_AGC',
- // values:'MHSFCJSFW.NX_GD_MHSF_XX_XX_XXX_XXX_CI0263'
- // },
- // "XSFCJSFW.NX_GD_XSF_XX_XX_XXX_XXX_CI0263": {
- // stationName: "香山风电场",
- // content: "限电",
- // createTime: new Date(),
- // isActive: false,
- // stationID: 'XS_AGC',
- // id: 'XS_BT',
- // values:'XSFCJSFW.NX_GD_XSF_XX_XX_XXX_XXX_CI0263'
- // },
- // "SBQFCJSFW.NX_GD_SBQF_XX_XX_XXX_XXX_CI026X": {
- // stationName: "牛首山第五风电场",
- // content: "限电",
- // createTime: new Date(),
- // isActive: false,
- // stationID: 'NW_AGC',
- // id: 'N5_BT',
- // values:'SBQFCJSFW.NX_GD_SBQF_XX_XX_XXX_XXX_CI026X'
- // },
- // "SLAGC.NX_GD_QSF_DQ_P1_L1_001_DI0165": {
- // stationName: "宋堡第六风电场",
- // content: "限电",
- // createTime: new Date(),
- // isActive: false,
- // stationID: 'QS3_AGC',
- // id: 'SL_BT',
- // values:'SLAGC.NX_GD_QSF_DQ_P1_L1_001_DI0165'
- // },
- // };
- /* 隐患数据 */
- HiddenProblems = new Array();
- /* 缺陷数据 */
- Defects = new Array();
- /* 故障数据 */
- Failure = new Array();
- /* 事故数据 */
- Accidents = new Array();
- /* 标记数据 */
- Marks = [];
- /* 校验区数据 */
- checkouts = [];
- MarkIndex = 0;
- constructor() {
- // this.refreshTPData = this.refreshTPData.bind(this);
- // this.onTPMessage = this.onTPMessage.bind(this);
- // this.refreshAlarmData = this.refreshAlarmData.bind(this);
- this.onHiddenProblemsMessage = this.onHiddenProblemsMessage.bind(this);
- this.formatDate = this.formatDate.bind(this);
- this.onDefectsMessage = this.onDefectsMessage.bind(this);
- this.onAccidentsMessage = this.onAccidentsMessage.bind(this);
- this.isContains = this.isContains.bind(this);
- this.refreshRecommendData = this.refreshRecommendData.bind(this);
- this.onRDMessage = this.onRDMessage.bind(this);
- this.windturbineControl = this.windturbineControl.bind(this);
- this.marking = this.marking.bind(this);
- this.removeMarked = this.removeMarked.bind(this);
- // this.initWinturbineBaseData = this.initWinturbineBaseData.bind(this);
- // this.refreshTPData();
- // this.refreshAlarmData();
- this.refreshRecommendData();
- // this.refreshTPTimer = setInterval(this.refreshTPData, 3000);// 标题栏数据
- // this.refreshAlarmTimer = setInterval(this.refreshAlarmData, 10000);// 报警数据
- this.refreshRecommendTimer = setInterval(this.refreshRecommendData, 3000);// 推荐数据
- }
- /* 数据刷新 */
- // refreshTPData() {
- // let val = '';
- // for (let v in this.TopPoint) {
- // val += this.TopPoint[v].pointTag + ',';
- // }
- // api.refreshData(val).then(this.onTPMessage)
- // }
- /* 刷新推荐信息 */
- refreshRecommendData() {
- let val = '';
- for (let v in this.Recommends) {
- val += v + ',';
- }
- // api.refreshData(val).then(this.onRDMessage)
- }
- /* 刷新报警信息 */
- refreshAlarmData() {
- // http://192.168.10.18:8075/alarm
- // 1、读取一天内的所有open的4级custom报警,作为隐患数据ar
- let enddt = new Date();
- let tm = enddt.getTime();
- enddt = new Date(tm + 900000);
- let startdt = new Date(tm - 86400000);
- // api.getSnap({
- // pagenum:'1',
- // pagesize:'500',
- // category1:'custom',
- // isopened:'1',
- // starttime:this.formatDate(startdt),
- // endtime:this.formatDate(enddt),
- // }).then(this.onHiddenProblemsMessage)
- // api.getSnap({
- // pagenum:'1',
- // pagesize:'500',
- // category1:'windturbine',
- // isopened:'1',
- // starttime:this.formatDate(startdt),
- // endtime:this.formatDate(enddt),
- // }).then(this.onHiddenProblemsMessage)
- // api.getSnap({
- // pagenum:'1',
- // pagesize:'500',
- // category1:'SYZ',
- // isopened:'1',
- // starttime:this.formatDate(startdt),
- // endtime:this.formatDate(enddt),
- // }).then(this.onHiddenProblemsMessage)
- }
- /* 获得故障数据 */
- onAccidentsMessage(msg) {
- if (!msg.data) return;
- this.Accidents = new Array();
- for (let v in msg.data.records) {
- let val = msg.data.records[v];
- if (this.isContains(val.alertText, ["跳闸", "开关", "刀闸", "断路器", "合位", "分位"])) {
- // todo 暂时隐藏事故报警
- //this.Accidents.push(val);
- } else {
- if (val.rank == "5") {
- this.Failure.push(val);
- } else {
- this.Defects.push(val);
- }
- }
- }
- }
- /* 获得缺陷数据 */
- onDefectsMessage(msg) {
- if (!msg.data) return;
- this.Defects = new Array();
- this.Failure = new Array();
- for (let v in msg.data.records) {
- let val = msg.data.records[v];
- if (val.alertText.indexOf("故障") > 0) {
- this.Failure.push(val);
- } else {
- this.Defects.push(val);
- }
- }
- }
- /* 获得隐患数据 */
- onHiddenProblemsMessage(msg) {
- if (!msg.data) return;
- this.HiddenProblems = msg.data.records;
- }
- /* 获得标题栏数据 */
- // onTPMessage(msg) {
- // if (!msg.data) return;
- // for (let v in this.TopPoint) {
- // let val = this.TopPoint[v];
- // val.value = msg.data[val.pointTag].doubleValue;
- // }
- // }
- /* 获得推荐信息数据 */
- onRDMessage(msg) {
- if (!msg.data) return;
- // for (let v in msg.data) {
- // let isact = false;
- // if (!msg.data[v].doubleValue) {
- // isact = msg.data[v].booleanValue
- // } else {
- // isact = msg.data[v].doubleValue != 0;
- // }
- // if (isact && !this.Recommends[v].isActive) {
- // this.Recommends[v].createTime = this.formatDate(new Date(), 'YY-MM-DD hh:mm');
- // }
- // this.Recommends[v].isActive = isact;
- // }
- }
- /* 格式化时间 */
- formatDate(time, format = 'YY-MM-DD HH:mm:ss') {
- let date = new Date(time);
- let year = date.getFullYear(),
- month = date.getMonth() + 1,//月份是从0开始的
- day = date.getDate(),
- hour = date.getHours(),
- min = date.getMinutes(),
- sec = date.getSeconds();
- let preArr = Array.apply(null, Array(10)).map(function (elem, index) {
- return '0' + index;
- });
- let newTime = format.replace(/YY/g, year)
- .replace(/MM/g, preArr[month] || month)
- .replace(/DD/g, preArr[day] || day)
- .replace(/hh/g, preArr[hour] || hour)
- .replace(/mm/g, preArr[min] || min)
- .replace(/ss/g, preArr[sec] || sec);
- return newTime;
- }
- /* 判断一个字符串中是否包含第二个字符串列表中的字符 */
- isContains(str, strs) {
- for (let v in strs) {
- if (str.indexOf(strs[v]) > 0) {
- return true;
- }
- }
- return false;
- }
- /* 风机控制 */
- windturbineControl(windturbines, isLockOrUnlock, automatic, test, success, error) {
- let pairs = {};
- for (let ind in windturbines) {
- let wb = windturbines[ind];
- let ct = {
- windturbineId: wb.windturbineId,
- stationId: wb.stationId,
- projectId: wb.projectId,
- modelId: wb.modelId,
- controlType: wb.controlType,
- lockType: wb.lockType,
- userName: automatic ? 'system_' + this.LoginUser.name : this.LoginUser.name,
- userId: this.LoginUser.id,
- };
- pairs[ct.windturbineId] = ct;
- }
- api.windturbControl(pairs).then(res => {
- success(res);
- })
- }
- /* 系统控制风机,自动下发命令 */
- windturbineControlSystem(windturbines) {
- let pairs = {};
- for (let ind in windturbines) {
- let wb = windturbines[ind];
- let ct = {
- windturbineId: wb.windturbineId,
- stationId: wb.stationId,
- projectId: wb.projectId,
- modelId: wb.modelId,
- controlType: wb.controlType,
- lockType: wb.lockType,
- userName: 'system',
- userId: 0,
- };
- pairs[ct.windturbineId] = ct;
- }
- let isLockOrUnlock = false
- api.windturbControl(pairs).then(res => {
- // eslint-disable-next-line no-undef
- success(res);
- })
- }
- /* 标记 */
- marking(windturbines) {
- for (let v in windturbines) {
- ++this.MarkIndex;
- this.Marks.push({title: windturbines[v].windturbineId, id: this.MarkIndex});
- }
- }
- updateMarks(windturbine, value) {
- this.Marks.forEach(item => {
- if (windturbine.windturbineId === item.title) {
- item.value = value
- }
- })
- }
- /* 校验区数据 */
- checkout(windturbines) {
- windturbines.forEach(item => {
- item.checkTime = (new Date()).getTime()
- if (!this.checkouts.filter(items => items.windturbineId === item.windturbineId)[0]) {
- this.checkouts.push(item)
- }
- })
- }
- removeCheckouts(mk) {
- let indx = -1;
- for (let id in this.checkouts) {
- if (this.checkouts[id].windturbineId == mk.windturbineId) {
- indx = id;
- break;
- }
- }
- if (indx < 0) return;
- this.checkouts.splice(indx, 1);
- }
- /* 移除标记 */
- removeMarked(mk) {
- let indx = -1;
- for (let id in this.Marks) {
- if (this.Marks[id].id == mk.id) {
- indx = id;
- break;
- }
- }
- if (indx < 0) return;
- this.Marks.splice(indx, 1);
- }
- /* 获取风机详情页面数据 */
- initWinturbineBaseData(info, action) {
- api.nitWinturbineBaseData({
- thingType: 'windturbine',
- thingId: info.windturbineId,
- uniformCodes: info.codes,
- }).then(res => {
- action(res.data);
- }).catch(err => {
- console.log(err);
- });
- }
- /* 单例 */
- static getInstance() {
- if (!BackgroundData.instance) {
- BackgroundData.instance = new BackgroundData();
- }
- return BackgroundData.instance;
- }
- }
|