minute.yaml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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: 有功功率
  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: 环境风向
  44. #对风角度
  45. yaw_error1: 对风角度
  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: null
  56. #风机状态2
  57. wind_turbine_status2: null
  58. #机舱内温度
  59. cabin_temperature: 机舱温度
  60. #扭缆角度
  61. twisted_cable_angle: 扭缆角度
  62. #机舱前后振动
  63. front_back_vibration_of_the_cabin: X方向振动幅度
  64. #机舱左右振动
  65. side_to_side_vibration_of_the_cabin: Y方向振动幅度
  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: 主轴前轴承温度
  86. #齿轮箱高速轴轴承温度
  87. gearbox_high_speed_shaft_bearing_temperature: 齿轮箱高速轴承温度
  88. #齿轮箱中速轴轴承温度
  89. gearboxmedium_speed_shaftbearing_temperature: 齿轮箱中速轴承温度
  90. #齿轮箱低速轴轴承温度
  91. gearbox_low_speed_shaft_bearing_temperature: 齿轮箱低速轴承温度
  92. #发电机绕组1温度
  93. generator_winding1_temperature: 发电机定子绕组温度U1
  94. #发电机绕组2温度
  95. generator_winding2_temperature: 发电机定子绕组温度V1
  96. #发电机绕组3温度
  97. generator_winding3_temperature: 发电机定子绕组温度W1
  98. #湍流强度
  99. turbulence_intensity: 湍流强度
  100. #齿轮箱油压
  101. param1: 齿轮箱油压
  102. # 自定义风机编号映射 必须是 wind_name
  103. wind_name_exec: "wind_name.replace('元宝山','').replace('号风机','')"