minute.yaml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. wind_full_name: 虹梯官风电场-山西-大唐
  2. # 是否是竖表
  3. is_vertical_table: True
  4. # 如果是怎配置竖表需要查询的字段
  5. vertical_table_conf:
  6. read_cols:
  7. - 数据时间
  8. - 资产名称
  9. - 采集点名称
  10. - 数值
  11. index_cols:
  12. - 数据时间
  13. - 资产名称
  14. col_key: 采集点名称
  15. col_value: 数值
  16. #时间字段,转化年月日 以及格式化为 yyyy-MM-dd HH:mm:ss使用
  17. time_col: time_stamp
  18. # 风机编号字段
  19. wind_col: wind_turbine_number
  20. # 表数据和数据文件的映射关系
  21. trans_col:
  22. #风机编号
  23. wind_turbine_number: 资产名称
  24. #时间戳
  25. time_stamp: 时间
  26. #有功功率
  27. active_power: 电网有功功率
  28. #风轮转速
  29. rotor_speed: 主轴转速
  30. #发电机转速
  31. generator_speed: 发电机转速
  32. #风速
  33. wind_velocity: 风速
  34. #桨距角1
  35. pitch_angle_blade_1: 桨叶1电机位置
  36. #桨距角2
  37. pitch_angle_blade_2: 桨叶2电机位置
  38. #桨距角3
  39. pitch_angle_blade_3: 桨叶3电机位置
  40. #机舱位置
  41. cabin_position: 机舱偏北位置
  42. #绝对风向
  43. true_wind_direction: 30s绝对风向
  44. #对风角度
  45. yaw_error1: 30s机舱风向夹角
  46. #有功功率设定值
  47. set_value_of_active_power: 当前有功设定值
  48. #齿轮箱油温
  49. gearbox_oil_temperature: 齿轮油油温
  50. #发电机驱动端轴承温度
  51. generatordrive_end_bearing_temperature: 发电机驱动端温度
  52. #发电机非驱动端轴承温度
  53. generatornon_drive_end_bearing_temperature: 发电机非驱动端温度
  54. #风机状态1
  55. wind_turbine_status: 风机主状态
  56. #风机状态2
  57. wind_turbine_status2: null
  58. #机舱内温度
  59. cabin_temperature: 机舱温度
  60. #扭缆角度
  61. twisted_cable_angle: null
  62. #机舱前后振动
  63. front_back_vibration_of_the_cabin: null
  64. #机舱左右振动
  65. side_to_side_vibration_of_the_cabin: null
  66. #实际力矩
  67. actual_torque: 变流器实际转矩(计算)
  68. #给定力矩
  69. given_torque: 主控转矩设定值
  70. #顺时针偏航次数
  71. clockwise_yaw_count: null
  72. #逆时针偏航次数
  73. counterclockwise_yaw_count: null
  74. #不可利用
  75. unusable: null
  76. #功率曲线可用
  77. power_curve_available: null
  78. #齿轮箱转速
  79. required_gearbox_speed: null
  80. #变频器转速(主控)
  81. inverter_speed_master_control: null
  82. #环境温度
  83. outside_cabin_temperature: 环境温度
  84. #主轴承轴承温度
  85. main_bearing_temperature: 主轴温度
  86. #齿轮箱高速轴轴承温度
  87. gearbox_high_speed_shaft_bearing_temperature: 齿轮箱高速轴温度
  88. #齿轮箱中速轴轴承温度
  89. gearboxmedium_speed_shaftbearing_temperature: null
  90. #齿轮箱低速轴轴承温度
  91. gearbox_low_speed_shaft_bearing_temperature: 齿轮箱低速轴温度
  92. #发电机绕组1温度
  93. generator_winding1_temperature: 发电机线圈1温度
  94. #发电机绕组2温度
  95. generator_winding2_temperature: 发电机线圈2温度
  96. #发电机绕组3温度
  97. generator_winding3_temperature: 发电机线圈3温度
  98. #湍流强度
  99. turbulence_intensity: null
  100. # 自定义风机编号映射 必须是 wind_name
  101. wind_name_exec: "'C'+wind_name.replace('号风机','').zfill(3)"