sec.yaml 2.9 KB

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