minute.yaml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. wind_full_name: 密马风电场-山西-大唐
  2. # 是否是竖表
  3. is_vertical_table: False
  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: 平均发电机功率实时值(kW)
  28. #风轮转速
  29. rotor_speed: 平均主轴转速
  30. #发电机转速
  31. generator_speed: 平均发电机转速实时值
  32. #风速
  33. wind_velocity: 平均风速实时值(m/s)
  34. #桨距角1
  35. pitch_angle_blade_1: null
  36. #桨距角2
  37. pitch_angle_blade_2: 平均变桨角度
  38. #桨距角3
  39. pitch_angle_blade_3: null
  40. #机舱位置
  41. cabin_position: 平均机舱方向绝对角度
  42. #绝对风向
  43. true_wind_direction: 平均风向1秒平均值
  44. #对风角度
  45. yaw_error1: null
  46. #有功功率设定值
  47. set_value_of_active_power: null
  48. #齿轮箱油温
  49. gearbox_oil_temperature: 平均齿轮油温
  50. #发电机驱动端轴承温度
  51. generatordrive_end_bearing_temperature: 平均发电机de端轴承温度
  52. #发电机非驱动端轴承温度
  53. generatornon_drive_end_bearing_temperature: 平均发电机nde端轴承温度
  54. #风机状态1
  55. wind_turbine_status: 平均机组运行模式
  56. #风机状态2
  57. wind_turbine_status2: 平均机组刹车程序
  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: null
  68. #给定力矩
  69. given_torque: null
  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: 平均转子轴承a温度
  86. #齿轮箱高速轴轴承温度
  87. gearbox_high_speed_shaft_bearing_temperature: 平均齿轮箱nde端轴承温度
  88. #齿轮箱中速轴轴承温度
  89. gearboxmedium_speed_shaftbearing_temperature: null
  90. #齿轮箱低速轴轴承温度
  91. gearbox_low_speed_shaft_bearing_temperature: 平均齿轮箱de端轴承温度
  92. #发电机绕组1温度
  93. generator_winding1_temperature: 平均发电机定子绕组u温度
  94. #发电机绕组2温度
  95. generator_winding2_temperature: null
  96. #发电机绕组3温度
  97. generator_winding3_temperature: 平均发电机定子绕组v温度
  98. #湍流强度
  99. turbulence_intensity: 平均发电机定子绕组w温度
  100. # 自定义风机编号映射 必须是 wind_name
  101. #wind_name_exec: "wind_name.replace('号风机','')"