wind_full_name: 长清风电场-山东-国电 # 是否是竖表 is_vertical_table: False # 如果是怎配置竖表需要查询的字段 vertical_table_conf: read_cols: - 数据时间 - 资产名称 - 采集点名称 - 数值 index_cols: - 数据时间 - 资产名称 col_key: 采集点名称 col_value: 数值 #时间字段,转化年月日 以及格式化为 yyyy-MM-dd HH:mm:ss使用 time_col: time_stamp # 风机编号字段 wind_col: wind_turbine_number # 表数据和数据文件的映射关系 trans_col: # 风机编号 wind_turbine_number: 风机名称 # 时间戳 time_stamp: 时间 # 有功功率 active_power: 有功功率(kW) # 风轮转速 rotor_speed: 风轮转速(rpm) # 发电机转速 generator_speed: 发电机转速(rpm) # 风速 wind_velocity: 30秒平均风速(m/s) # 桨距角1 pitch_angle_blade_1: 桨距角1(°) # 桨距角2 pitch_angle_blade_2: 桨距角2(°) # 桨距角3 pitch_angle_blade_3: 桨距角3(°) # 绝对风向 true_wind_direction: null # 对风角度 yaw_error1: 风向角(°) # 机舱位置 cabin_position: 机舱位置(°) # 环境温度 outside_cabin_temperature: 舱外温度(℃) # 有功功率设定值 set_value_of_active_power: 有功设定值 # 齿轮箱油温 gearbox_oil_temperature: null # 主轴承轴承温度 main_bearing_temperature: null # 齿轮箱高速轴轴承温度 gearbox_high_speed_shaft_bearing_temperature: 高速轴承温度(℃) # 齿轮箱中速轴轴承温度 gearboxmedium_speed_shaftbearing_temperature: null # 齿轮箱低速轴轴承温度 gearbox_low_speed_shaft_bearing_temperature: 低速轴承温度(℃) # 发电机驱动端轴承温度 generatordrive_end_bearing_temperature: 驱动前轴承温度(℃) # 发电机非驱动端轴承温度 generatornon_drive_end_bearing_temperature: 自由后轴承温度(℃) # 发电机绕组1温度 generator_winding1_temperature: 发电机定子U温度(℃) # 发电机绕组2温度 generator_winding2_temperature: 发电机定子V温度(℃) # 发电机绕组3温度 generator_winding3_temperature: 发电机定子W温度(℃) # 风机状态1 wind_turbine_status: null # 风机状态2 wind_turbine_status2: 限功率运行 # 机舱内温度 cabin_temperature: null # 湍流强度 turbulence_intensity: null # 扭缆角度 twisted_cable_angle: 扭缆位置(°) # 机舱前后振动 front_back_vibration_of_the_cabin: 机舱振动传感器Y(g) # 机舱左右振动 side_to_side_vibration_of_the_cabin: 机舱振动传感器X(g) # 实际力矩 actual_torque: null # 给定力矩 given_torque: null # 顺时针偏航次数 clockwise_yaw_count: null # 逆时针偏航次数 counterclockwise_yaw_count: null # 不可利用 unusable: null # 功率曲线可用 power_curve_available: null # 齿轮箱转速 required_gearbox_speed: null # 变频器转速(主控) inverter_speed_master_control: null # 偏航激活状态 (param1-param10 预留字段,每个电厂自己定于对应的含义) param1: 偏航激活状态 # 自定义风机编号映射 必须是 wind_name wind_name_exec: "'A'+wind_name.replace('号风机','').zfill(3)"