123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- wind_full_name: 昌平坳风场-贵州-大唐
- # 是否是竖表
- is_vertical_table: False
- # 是否需要合并列,吉山风电场-重庆海装处理
- merge_columns: 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_exec: column[column.find('_')+1:]
- # 表数据和数据文件的映射关系
- trans_col:
- # 风机编号 文件夹中是风机编号,压缩包的话会多一层目录
- # eg: /data/download/xx/风机001/cc.csv $folder[1]
- # eg: /data/download/xx/风机001/unzip_files/cc.csv $folder[2]
- # 如果不规则,则配置下方的 wind_name_exec
- wind_turbine_number: 风机编号
- # 时间戳
- time_stamp: 时间
- # 有功功率
- active_power: iGenPower
- # 风轮转速
- rotor_speed: iRotorSpeedPDM
- # 发电机转速
- generator_speed: iGenSpeed
- # 风速
- wind_velocity: iWindSpeed_real
- # 桨距角1
- pitch_angle_blade_1: iPitchAngle1
- # 桨距角2
- pitch_angle_blade_2: iPitchAngle2
- # 桨距角3
- pitch_angle_blade_3: iPitchAngle3
- # 绝对风向
- true_wind_direction: iwindDirection
- # 对风角度
- yaw_error1: iVaneDiiection
- # 机舱位置
- cabin_position: iNacellePositionLtd
- # 环境温度
- outside_cabin_temperature: iTempOutdoor_1sec
- # 有功功率设定值
- set_value_of_active_power: iActivePoweiSetPointValue
- # 齿轮箱油温
- gearbox_oil_temperature: iTemp1GearOil_1sec
- # 主轴承轴承温度
- main_bearing_temperature: iTempRotorBearA_1sec
- # 齿轮箱高速轴轴承温度
- gearbox_high_speed_shaft_bearing_temperature: iTempGearBearNDE_1sec
- # 齿轮箱中速轴轴承温度
- gearboxmedium_speed_shaftbearing_temperature: null
- # 齿轮箱低速轴轴承温度
- gearbox_low_speed_shaft_bearing_temperature: iTempGearBearDE_1sec
- # 发电机驱动端轴承温度
- generatordrive_end_bearing_temperature: iTempGenBearDE_1sec
- # 发电机非驱动端轴承温度
- generatornon_drive_end_bearing_temperature: iTempGenBearNDE_1sec
- # 发电机绕组1温度
- generator_winding1_temperature: iTempGenStatorU_1sec
- # 发电机绕组2温度
- generator_winding2_temperature: iTempGenStatorV_1sec
- # 发电机绕组3温度
- generator_winding3_temperature: iTempGenStatorW_1sec
- # 风机状态1
- wind_turbine_status: iTurbineOperationMode
- # 风机状态2
- wind_turbine_status2: iPowerLimit_Flag
- # 机舱内温度
- cabin_temperature: iTempNacelle_1sec
- # 湍流强度
- turbulence_intensity: null
- # 扭缆角度
- twisted_cable_angle: null
- # 机舱前后振动
- front_back_vibration_of_the_cabin: iVibrationZ
- # 机舱左右振动
- side_to_side_vibration_of_the_cabin: iVibrationY
- # 实际力矩
- actual_torque: null
- # 给定力矩
- given_torque: iCAN_GeneratorTorqueSetPointValue
- # 顺时针偏航次数
- clockwise_yaw_count: null
- # 逆时针偏航次数
- counterclockwise_yaw_count: null
- # 不可利用
- unusable: null
- # 功率曲线可用
- power_curve_available: null
- # 齿轮箱转速
- required_gearbox_speed: null
- # 变频器转速(主控)
- inverter_speed_master_control: null
- # 自定义风机编号映射 必须是 wind_name
- #wind_name_exec: "win_name.replace('20049','')"
|