second.yaml 2.9 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: null
  30. # 发电机转速
  31. generator_speed: null
  32. # 风速
  33. wind_velocity: 风速
  34. # 桨距角1
  35. pitch_angle_blade_1: 1号桨叶片角度(桨距角)-1分钟采样值
  36. # 桨距角2
  37. pitch_angle_blade_2: null
  38. # 桨距角3
  39. pitch_angle_blade_3: null
  40. # 绝对风向
  41. true_wind_direction: null
  42. # 对风角度
  43. yaw_error1: null
  44. # 机舱位置
  45. cabin_position: null
  46. # 环境温度
  47. outside_cabin_temperature: 舱外温度
  48. # 有功功率设定值
  49. set_value_of_active_power: null
  50. # 齿轮箱油温
  51. gearbox_oil_temperature: 齿轮箱油池温度
  52. # 主轴承轴承温度
  53. main_bearing_temperature: null
  54. # 齿轮箱高速轴轴承温度
  55. gearbox_high_speed_shaft_bearing_temperature: null
  56. # 齿轮箱中速轴轴承温度
  57. gearboxmedium_speed_shaftbearing_temperature: null
  58. # 齿轮箱低速轴轴承温度
  59. gearbox_low_speed_shaft_bearing_temperature: 齿轮箱高速轴非驱动端轴承温度
  60. # 发电机驱动端轴承温度
  61. generatordrive_end_bearing_temperature: 发电机驱动端轴承温度
  62. # 发电机非驱动端轴承温度
  63. generatornon_drive_end_bearing_temperature: 发电机非驱动端轴承温度
  64. # 发电机绕组1温度
  65. generator_winding1_temperature: null
  66. # 发电机绕组2温度
  67. generator_winding2_temperature: null
  68. # 发电机绕组3温度
  69. generator_winding3_temperature: null
  70. # 风机状态1
  71. wind_turbine_status: 厂家风机状态
  72. # 风机状态2
  73. wind_turbine_status2: null
  74. # 机舱内温度
  75. cabin_temperature: 舱内温度
  76. # 湍流强度
  77. turbulence_intensity: null
  78. # 扭缆角度
  79. twisted_cable_angle: null
  80. # 机舱前后振动
  81. front_back_vibration_of_the_cabin: null
  82. # 机舱左右振动
  83. side_to_side_vibration_of_the_cabin: null
  84. # 实际力矩
  85. actual_torque: null
  86. # 给定力矩
  87. given_torque: null
  88. # 顺时针偏航次数
  89. clockwise_yaw_count: null
  90. # 逆时针偏航次数
  91. counterclockwise_yaw_count: null
  92. # 不可利用
  93. unusable: null
  94. # 功率曲线可用
  95. power_curve_available: null
  96. # 齿轮箱转速
  97. required_gearbox_speed: null
  98. # 变频器转速(主控)
  99. inverter_speed_master_control: null
  100. # 自定义风机编号映射 必须是 wind_name
  101. wind_name_exec: "wind_name.replace('号风机','')"