Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
36413e3c
Commit
36413e3c
authored
Nov 16, 2023
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.泰和电量表计移除消弧线圈测点。
parent
086e36ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
CommonConstans.java
.../amos/boot/module/jxiop/biz/constants/CommonConstans.java
+3
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-monitor-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/constants/CommonConstans.java
View file @
36413e3c
...
...
@@ -130,7 +130,8 @@ public class CommonConstans {
public
static
final
List
<
String
>
xiazaoElectricityMeter
=
new
ArrayList
<>(
Arrays
.
asList
(
"夏雩线212主表"
,
"夏雩线212副表"
,
"1号主变高压侧201"
,
"1号主变低压侧301"
,
"35kV集电Ⅰ线311"
,
"35kV集电Ⅱ线312"
,
"35kV集电Ⅲ线313"
,
"35kV集电Ⅳ线314"
,
"35kV集电V线315"
,
"35kV#1SVG316"
,
"35kV#1SVG317"
,
"35kV#1接地变307"
));
public
static
final
List
<
String
>
taiheElectricityMeter
=
new
ArrayList
<>(
Arrays
.
asList
(
"前光Ⅰ线"
,
"前光Ⅱ线"
,
"消弧线圈兼接地变"
,
"#1SVG"
,
"前万线"
));
// public static final List<String> taiheElectricityMeter = new ArrayList<>(Arrays.asList("前光Ⅰ线", "前光Ⅱ线", "消弧线圈兼接地变", "#1SVG", "前万线"));
public
static
final
List
<
String
>
taiheElectricityMeter
=
new
ArrayList
<>(
Arrays
.
asList
(
"前光Ⅰ线"
,
"前光Ⅱ线"
,
"#1SVG"
,
"前万线"
));
public
static
final
HashMap
<
String
,
List
<
String
>>
xiazaoElectricityMeterPointSort
=
new
HashMap
<
String
,
List
<
String
>>()
{
...
...
@@ -153,7 +154,7 @@ public class CommonConstans {
{
put
(
"前光Ⅰ线"
,
Arrays
.
asList
(
"314前光Ⅰ线保测_总正向有功电度"
,
"314前光Ⅰ线保测_总反向有功电度"
,
"314前光Ⅰ线保测_总感性无功电度"
,
"314前光Ⅰ线保测_总容性无功电度"
));
put
(
"前光Ⅱ线"
,
Arrays
.
asList
(
"315前光Ⅱ线保测_总正向有功电度"
,
"315前光Ⅱ线保测_总反向有功电度"
,
"315前光Ⅱ线保测_总感性无功电度"
,
"315前光Ⅱ线保测_总容性无功电度"
));
put
(
"消弧线圈兼接地变"
,
Arrays
.
asList
(
"311#1消弧线圈_总正向有功电度"
,
"311#1消弧线圈_总反向有功电度"
,
"311#1消弧线圈_总感性无功电度"
,
"311#1消弧线圈_总容性无功电度"
));
//
put("消弧线圈兼接地变", Arrays.asList("311#1消弧线圈_总正向有功电度", "311#1消弧线圈_总反向有功电度", "311#1消弧线圈_总感性无功电度", "311#1消弧线圈_总容性无功电度"));
put
(
"#1SVG"
,
Arrays
.
asList
(
"312#1SVG_总正向有功电度"
,
"312#1SVG_总反向有功电度"
,
"312#1SVG_总感性无功电度"
,
"312#1SVG_总容性无功电度"
));
put
(
"前万线"
,
Arrays
.
asList
(
"313光差保护_总正向有功电度"
,
"313光差保护_总反向有功电度"
,
"313光差保护_总感性无功电度"
,
"313光差保护_总容性无功电度"
));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment