// 制氮机 export const ZDOptionList = { // ZD + prefix + item.ident + item.prop 'prefix': [ 'ZD1', 'ZD2', 'ZD3', 'ZD4' ], 'item': [ { 'label': '氮气纯度', 'ident':'AI', 'prop': 'CD', 'unit': '%', 'isShow': true }, { 'label': '氮气流量', 'ident':'AI', 'prop': 'LL', 'unit': 'm³/h', 'isShow': true }, { 'label': '流量累计', 'ident':'AI', 'prop': 'LLj', 'unit': 'm³', 'isShow': true }, { 'label': '氮气温度', 'ident':'AI', 'prop': 'PT', 'unit': '℃', 'isShow': true }, { 'label': '氮气压力', 'ident':'AI', 'prop': 'YL', 'unit': 'Mpa', 'isShow': true }, { 'label': '冻干机备妥', 'ident':'DI', 'prop': 'DGready', 'unit': '-', 'isShow': false }, { 'label': '冻干机运行', 'ident':'DI', 'prop': 'DGrun', 'unit': '-', 'isShow': false }, { 'label': '冻干机停止', 'ident':'DI', 'prop': 'DGstop', 'unit': '-', 'isShow': false }, { 'label': '制氮机远方', 'ident':'DI', 'prop': 'DGyk', 'unit': '-', 'isShow': false }, { 'label': '制氮机报警', 'ident':'DI', 'prop': 'ZDalarm', 'unit': '-', 'isShow': false }, { 'label': '制氮机故障', 'ident':'DI', 'prop': 'ZDfault', 'unit': '-', 'isShow': false }, { 'label': '制氮机备妥', 'ident':'DI', 'prop': 'ZDready', 'unit': '-', 'isShow': false }, { 'label': '制氮机运行', 'ident':'DI', 'prop': 'ZDrun', 'unit': '-', 'isShow': false }, { 'label': '制氮机停止', 'ident':'DI', 'prop': 'ZDstop', 'unit': '-', 'isShow': false }, { 'label': '制氮机远方', 'ident':'DI', 'prop': 'ZDyk', 'unit': '-', 'isShow': false }, { 'label': '制氮机通讯', 'ident':'GZ', 'prop': 'ZDtx', 'unit': '-', 'isShow': false }, ] }; // 空压机 export const KYOptionList = { // ZD + prefix + item.ident + item.prop 'prefix': [ 'KY1', 'KY2', 'KY3', 'KY4' ], 'item': [ { 'label': '单次加载时间h', 'ident':'', 'prop': 'LOATh', 'unit': 'H', 'isShow': false }, { 'label': '单次加载时间m', 'ident':'', 'prop': 'LOATm', 'unit': 'M', 'isShow': false }, { 'label': '单次加载时间s', 'ident':'', 'prop': 'LOATs', 'unit': 'S', 'isShow': false }, { 'label': '单次运行时间h', 'ident':'', 'prop': 'RUNh', 'unit': 'H', 'isShow': false }, { 'label': '单次运行时间m', 'ident':'', 'prop': 'RUNm', 'unit': 'M', 'isShow': false }, { 'label': '单次运行时间s', 'ident':'', 'prop': 'RUNs', 'unit': 'S', 'isShow': false }, { 'label': '运行电流', 'ident':'AI', 'prop': 'A', 'unit': 'A', 'isShow': false }, { 'label': '风扇电流', 'ident':'AI', 'prop': 'FSa', 'unit': 'A', 'isShow': false }, { 'label': '出口流量', 'ident':'AI', 'prop': 'LL', 'unit': 'm³', 'isShow': false }, { 'label': '累计加载', 'ident':'AI', 'prop': 'LOATt', 'unit': 'H', 'isShow': true }, { 'label': '排气温度', 'ident':'AI', 'prop': 'PT', 'unit': '℃', 'isShow': true }, { 'label': '电机温度a', 'ident':'AI', 'prop': 'PTa', 'unit': '℃', 'isShow': true }, { 'label': '电机温度b', 'ident':'AI', 'prop': 'PTb', 'unit': '℃', 'isShow': true }, { 'label': '电机温度c', 'ident':'AI', 'prop': 'PTc', 'unit': '℃', 'isShow': true }, { 'label': '后轴温度', 'ident':'AI', 'prop': 'PTh', 'unit': '℃', 'isShow': true }, { 'label': '前轴温度', 'ident':'AI', 'prop': 'PTq', 'unit': '℃', 'isShow': true }, { 'label': '累计运行', 'ident':'AI', 'prop': 'RUNt', 'unit': 'H', 'isShow': true },{ 'label': '电源电压', 'ident':'AI', 'prop': 'V', 'unit': 'V', 'isShow': true },{ 'label': '排气压力', 'ident':'AI', 'prop': 'YL', 'unit': 'Mpa', 'isShow': true },{ 'label': '水平震动', 'ident':'AI', 'prop': 'ZDx', 'unit': 'mm/s', 'isShow': false },{ 'label': '垂直振动', 'ident':'AI', 'prop': 'ZDy', 'unit': 'mm/s', 'isShow': false }, ] };