123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- 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:
- # 风机编号 $file[0:3]获取文件名的前3位
- wind_turbine_number: $file[0:3]
- # 时间戳
- time_stamp: Time
- # 有功功率
- active_power: 有功功率
- # 风轮转速
- rotor_speed: 叶轮转速
- # 发电机转速
- generator_speed: 发电机转速
- # 风速
- wind_velocity: 实际风速
- # 桨距角1
- pitch_angle_blade_1: 桨叶角度A
- # 桨距角2
- pitch_angle_blade_2: 桨叶角度B
- # 桨距角3
- pitch_angle_blade_3: 桨叶角度C
- # 绝对风向
- true_wind_direction: 绝对风向
- # 对风角度
- yaw_error1: 风向1s
- # 机舱位置
- cabin_position: 机舱位置
- # 环境温度
- outside_cabin_temperature: 机舱外温度
- # 有功功率设定值
- set_value_of_active_power: 有功设定反馈
- # 齿轮箱油温
- gearbox_oil_temperature: 齿轮箱油温度
- # 主轴承轴承温度
- main_bearing_temperature: 主轴轴承温度
- # 齿轮箱高速轴轴承温度
- gearbox_high_speed_shaft_bearing_temperature: 齿轮箱高速轴轴承(风轮侧)温度
- # 齿轮箱中速轴轴承温度
- gearboxmedium_speed_shaftbearing_temperature: null
- # 齿轮箱低速轴轴承温度
- gearbox_low_speed_shaft_bearing_temperature: null
- # 发电机驱动端轴承温度
- generatordrive_end_bearing_temperature: 发电机前轴承温度
- # 发电机非驱动端轴承温度
- generatornon_drive_end_bearing_temperature: 发电机后轴承温度
- # 发电机绕组1温度
- generator_winding1_temperature: 发电机定子绕组温度
- # 发电机绕组2温度
- generator_winding2_temperature: null
- # 发电机绕组3温度
- generator_winding3_temperature: null
- # 风机状态1
- wind_turbine_status: 设备主要状态
- # 风机状态2
- wind_turbine_status2: null
- # 机舱内温度
- cabin_temperature: 机舱内温度
- # 湍流强度
- turbulence_intensity: 湍流强度
- # 扭缆角度
- twisted_cable_angle: 电缆扭角
- # 机舱前后振动
- front_back_vibration_of_the_cabin: 塔筒前后振动
- # 机舱左右振动
- side_to_side_vibration_of_the_cabin: 塔筒左右振动
- # 实际力矩
- actual_torque: 实际力矩
- # 给定力矩
- given_torque: 给定力矩
- # 顺时针偏航次数
- clockwise_yaw_count: 顺时针偏航次数
- # 逆时针偏航次数
- counterclockwise_yaw_count: 逆时针偏航次数
- # 不可利用
- unusable: 不可利用
- # 功率曲线可用
- power_curve_available: 功率曲线可用
- # 齿轮箱转速
- required_gearbox_speed: 齿轮箱转速
- # 变频器转速(主控)
- inverter_speed_master_control: 变频器转速(主控)
|