{ "$schema": "http://json-schema.org/draft-04/schema", "title": "基于TCP连接的IFSF协议的中油加油机(DIT)配置", "type": "object", "format": "grid", "properties": { "FccIfsfSubnetValue": { "title": "中控IFSF子网值", "type": "integer", "default": 2, "minimum": 1, "maximum": 255, "options": { "infoText": "FCC Ifsf Subnet,此值应与油机的Subnet值区分" } }, "FccIfsfNodeValue": { "title": "中控IFSF节点", "type": "integer", "default": 1, "minimum": 1, "maximum": 255, "options": { "infoText": "FCC Ifsf Node" } }, "PumpGroupIfsfSubnetValue": { "title": "加油点组IFSF子网值", "type": "integer", "default": 1, "minimum": 1, "maximum": 255, "options": { "infoText": "此油机主板上的多个加油点所共享的Ifsf Subnet Value,一般一个油站中所有加油机均使用同一值。此值应与'中控IFSF子网值'区分" } }, "PumpConfigurations": { "title": "所有加油点", "type": "array", "format": "grid", "uniqueItems": true, "items": { "type": "object", "title": "加油点", "format": "grid", "required": [ "PumpIfsfNodeValue", "PumpId", "PhysicalId", "NozzleConfigurations" ], "properties": { "PumpIfsfNodeValue": { "title": "加油点IFSF节点", "type": "integer", "default": 1, "minimum": 1, "maximum": 255, "options": { "infoText": "全站中,每个加油点应该分配唯一的IFSF节点值,同时它默认即是全站枪号(中油站的默认业务),此值应该与加油机的Web管理后台中所分配的值一致", "grid_columns": 6 } }, "PumpId": { "title": "加油点号(Ifsf Fdc PumpId)", "type": "integer", "default": 1, "minimum": 1, "maximum": 255, "options": { "infoText": "应该与FDC SERVER APP中所配置的加油点关联", "grid_columns": 6 } }, "PhysicalId": { "title": "加油点IFSF物理地址", "type": "integer", "enum": [ 33, 34, 35, 36 ], "options": { "enum_titles": [ "0x21", "0x22", "0x23", "0x24" ], "grid_columns": 12 }, "links": [ { "href": "/image/ProcessorMetaDescriptor/tqcIfsfPumpBoard_pump_nozzle_id.png", "mediaType": "image" } ] }, "NozzleConfigurations": { "type": "array", "format": "tabs", "title": "所有油枪", "uniqueItems": true, "items": { "type": "object", "title": "油枪", "required": [ "LogicalId", "PhysicalId" ], "format": "table", "properties": { "LogicalId": { "title": "油枪逻辑号(Ifsf Fdc LogicalNozzle Id)", "type": "integer", "default": 1, "minimum": 1, "maximum": 8, "options": { "infoText": "应该与FDC SERVER APP中所配置的加油点关联" } }, "PhysicalId": { "title": "油枪IFSF物理地址", "type": "integer", "enum": [ 17, 18, 19, 20, 21, 22, 23, 24 ], "options": { "enum_titles": [ "0x11", "0x12", "0x13", "0x14", "0x15", "0x16", "0x17", "0x18" ] } } } } } } } } } }