compliance/assets/doc/extracted_schemas/wellbore-oil-data.1.0.0.json
2025-05-16 15:18:02 +08:00

216 lines
5.0 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/wellbore/wellbore-oil-data.1.0.0.json",
"type": "object",
"title": "油井实时数据交换模型",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"sbbm",
"cjsj"
],
"properties": {
"bx": {
"type": "string",
"title": "泵效"
},
"cc": {
"type": "string",
"title": "冲程"
},
"dl": {
"type": "string",
"title": "电量"
},
"hs": {
"type": "string",
"title": "含水"
},
"id": {
"type": "string",
"title": "id"
},
"nj": {
"type": "string",
"title": "电泵井扭矩"
},
"zs": {
"type": "string",
"title": "电泵井转速"
},
"cc1": {
"type": "string",
"title": "冲次"
},
"cmd": {
"type": "string",
"title": "电泵井沉没度"
},
"dla": {
"type": "string",
"title": "A相电流"
},
"dlb": {
"type": "string",
"title": "B相电流"
},
"dlc": {
"type": "string",
"title": "C相电流"
},
"dya": {
"type": "string",
"title": "A相电压"
},
"dyb": {
"type": "string",
"title": "B相电压"
},
"dyc": {
"type": "string",
"title": "C相电压"
},
"dym": {
"type": "string",
"title": "动液面"
},
"phd": {
"type": "string",
"title": "平衡度"
},
"phl": {
"type": "string",
"title": "平衡率"
},
"bjsj": {
"type": "string",
"title": "标记时间"
},
"cjsj": {
"type": "string",
"title": "采集时间"
},
"clbs": {
"type": "string",
"title": "数据处理标识位"
},
"glys": {
"type": "string",
"title": "功率因数"
},
"jkhy": {
"type": "string",
"title": "井口回压"
},
"jkty": {
"type": "string",
"title": "井口套压"
},
"jkwd": {
"type": "string",
"title": "井口温度"
},
"jkyy": {
"type": "string",
"title": "井口油压"
},
"ljll": {
"type": "string",
"title": "日累计流量"
},
"llds": {
"type": "string",
"title": "流量底数"
},
"rcyl": {
"type": "string",
"title": "日产油量"
},
"rhdl": {
"type": "string",
"title": "日耗电量"
},
"sbbm": {
"type": "string",
"title": "井号"
},
"ssll": {
"type": "string",
"title": "瞬时流量"
},
"sxdl": {
"type": "string",
"title": "上行电流"
},
"wggl": {
"type": "string",
"title": "无功功率"
},
"xxdl": {
"type": "string",
"title": "下行电流"
},
"yggl": {
"type": "string",
"title": "有功功率"
},
"yxpl": {
"type": "string",
"title": "变频器输出频率"
},
"yxzt": {
"type": "string",
"title": "运行状态"
},
"zddl": {
"type": "string",
"title": "最大电流"
},
"zxdl": {
"type": "string",
"title": "最小电流"
},
"zxzh": {
"type": "string",
"title": "最小载荷"
},
"zzzh": {
"type": "string",
"title": "最大载荷"
},
"brkyl": {
"type": "string",
"title": "电泵井泵入口压力"
},
"bscdl": {
"type": "string",
"title": "电泵井变频器输出电流"
},
"jrgpl": {
"type": "string",
"title": "加热杆频率"
},
"rcyl1": {
"type": "string",
"title": "日产液量"
},
"rhdl2": {
"type": "string",
"title": "日耗电量2"
},
"zwgdnz": {
"type": "string",
"title": "总无功电能值"
},
"zygdnz": {
"type": "string",
"title": "总有功电能值"
},
"jrgrhdl": {
"type": "string",
"title": "加热杆日耗电量"
},
"jrgzhdl": {
"type": "string",
"title": "加热杆总耗电量"
}
}
}