xieshengjie před 2 roky
rodič
revize
6c9cfa931f

+ 19 - 1
common/src/main/java/com/gyee/common/contant/ContantXk.java

@@ -168,14 +168,23 @@ public class ContantXk {
 
     public static final String  CJ_SSFS= "AI066";//设备风速,光照
     public static final String  CJ_SSGL= "AI114";//设备有功功率
+    public static final String  CJ_SSZS= "AI060";//转速
     public static final String  CJ_FDZTXZSGD= "AI061";//发电状态下的转速给定
     public static final String  CJ_SCADA_YGSD= "AI003";//scada有功设定值
     public static final String  CJ_YLZSGD= "AI110";//叶轮转速给定
     public static final String  CJ_FDL= "AI121";//发电量
     public static final String  CJ_DWGL = "AI107";  //电网功率
+    public static final String  CJ_FX = "AI067";  //风向
+    public static final String  CJ_WGGL = "AI107";  //风向
 
     public static final String TPOINT_WP_AGC = "AGC002";// agc
     public static final String TPOINT_WP_CXGL = "AGC001";// 出线
+    public static final String TPOINT_WP_YGSX = "AGC003";// 有功上限
+    public static final String TPOINT_WP_YGXX = "AGC004";// 有功下限
+    public static final String TPOINT_WP_YF = "AGC005";// 远方
+    public static final String TPOINT_WP_TT = "AGC006";// 投退
+    public static final String TPOINT_WP_JBS = "AGC007";// 减闭锁
+    public static final String TPOINT_WP_ZBS = "AGC008";// 增闭锁
     public static final String TPOINT_WP_XDZT = "AGC009";// 限电状态
     public static final String TPOINT_WP_ZSGL = "AGC010";// 自算功率
     public static final String TPOINT_WP_YCGL = "FCFGCDQ0001";// 预测功率
@@ -183,11 +192,12 @@ public class ContantXk {
 
     public static final String FCCFTFS70 = "FCCFTFS70";//测风塔70米风速
     public static final String FCCFTFX70 = "FCCFTFX70";//测风塔70米风向
-    public static final String CJ_FX = "AI067";//风向
 
     public static final String NBQSRGL = "AIG067";   //逆变器输入功率
     public static final String NBQSCGL = "AI114";   //逆变器输出功率
     public static final String ZLDL = "AI114";   //支路电流
+    public static final String JLDL = "AI075";   //交流电流
+    public static final String JLDY = "AIG055";   //交流电压
 
 
     public static final String FCCFTWD = "FCCFTWD";//测风塔温度
@@ -211,6 +221,14 @@ public class ContantXk {
     public static final String FNLYL = "FNLYL";
 
 
+    public static final String FCCFTFS10 = "FCCFTFS10";
+    public static final String FCCFTFX10 = "FCCFTFX10";
+
+
+    public static final String QXZFS = "QXZFS";
+    public static final String QXZFX = "QXZFX";
+
+
 
 
 

+ 24 - 0
common/src/main/java/com/gyee/common/vo/monitor/AgcVo.java

@@ -0,0 +1,24 @@
+package com.gyee.common.vo.monitor;/*
+@author   谢生杰
+@date   2023/4/3-17:18
+*/
+
+import lombok.Data;
+
+@Data
+public class AgcVo {
+    private String wpid;
+    private String wpname;  //场站
+    private Double agc001;  //出线功率
+    private Double agc002;  //有功设定
+    private Double agc003;  //上限
+    private Double agc004;  //下线
+    private Double agc005;  //远方
+    private Double agc006;  //投入
+    private Double agc007;  //减闭锁
+    private Double agc008;  //增闭锁
+    private Double agc009;  //限电状态
+    private Double agc010;  //理论功率
+    private Double ycgl;  //预测功率
+
+}

+ 16 - 0
common/src/main/java/com/gyee/common/vo/monitor/CompreVo.java

@@ -0,0 +1,16 @@
+package com.gyee.common.vo.monitor;/*
+@author   谢生杰
+@date   2023/4/3-15:40
+*/
+
+import com.gyee.common.model.PointData;
+import lombok.Data;
+
+import java.util.List;
+
+@Data
+public class CompreVo {
+    private String wpname;
+    private Double capacity;
+    private List<PointData> dataList;
+}

+ 10 - 0
common/src/main/java/com/gyee/common/vo/monitor/FittingBoVo.java

@@ -0,0 +1,10 @@
+package com.gyee.common.vo.monitor;/*
+@author   谢生杰
+@date   2023/3/29-9:00
+*/
+
+import lombok.Data;
+
+@Data
+public class FittingBoVo {
+}

+ 15 - 0
common/src/main/java/com/gyee/common/vo/monitor/FittingVo.java

@@ -0,0 +1,15 @@
+package com.gyee.common.vo.monitor;/*
+@author   谢生杰
+@date   2023/3/29-8:39
+*/
+
+import lombok.Data;
+
+import java.util.Date;
+
+@Data
+public class FittingVo {
+
+    private Long dateTime;
+    private Double value;
+}

+ 31 - 0
common/src/main/java/com/gyee/common/vo/monitor/MatrixPowerVo.java

@@ -0,0 +1,31 @@
+package com.gyee.common.vo.monitor;/*
+@author   谢生杰
+@date   2023/3/28-9:22
+*/
+
+import lombok.Data;
+
+import java.util.List;
+
+@Data
+public class MatrixPowerVo {
+    private String wpid;
+    private String wpname;
+    private Integer jrts;
+    private Double djts;
+    private Double bwts;
+    private Double gzts;
+    private Double jxts;
+    private Double xdts;
+    private Double slts;
+    private Double lxts;
+    private Double spped;
+    private Double ycgl;
+    private Double bzgl;
+    private Double llgl;
+    private Double sjgl;
+    private Double agc;
+    private Double cxgl;
+    private String czlx;
+    private List<MatrixVo> wtlist;
+}

+ 21 - 0
common/src/main/java/com/gyee/common/vo/monitor/MatrixVo.java

@@ -0,0 +1,21 @@
+package com.gyee.common.vo.monitor;/*
+@author   谢生杰
+@date   2023/3/28-9:11
+*/
+
+import lombok.Data;
+
+@Data
+public class MatrixVo {
+    private String wtid;  //风机
+    private String wtname;  //风机
+    private Double status;  //状态
+    private Double speed;   //风速
+    private Double power;   //功率
+    private Double transfer;   //转速
+    private Double rate;   //进度
+    private Double current;   //电流
+    private Double voltage;   //电压
+    private Double ssqfzt;
+    private Double qfdl;
+}

+ 36 - 0
common/src/main/java/com/gyee/common/vo/monitor/StatusVo.java

@@ -0,0 +1,36 @@
+package com.gyee.common.vo.monitor;/*
+@author   谢生杰
+@date   2023/4/4-10:06
+*/
+
+import lombok.Data;
+
+@Data
+public class StatusVo {
+
+
+    private String wpname;
+    private Integer jrts;
+    private Double yxts;
+    private Double djts;
+    private Double xdts;
+    private Double jxts;
+    private Double gzts;
+    private Double slts;
+    private Double lxts;
+    private Double agc001;
+    private Double agc002;
+    private Double ycgl;
+    private Double qxzfs;
+    private Double qxzfx;
+    private Double swdl;
+    private Double agcjrzt;
+    private Double fggljrzt;
+    private Double qxzjrzt;
+    private Double djljrzt;
+    private Double fjjrzt;
+    private Double qcjrzt;
+    private String type;
+
+
+}