CN104111837A - Provincial electric power measurement center production early-warning and monitoring method - Google Patents
Provincial electric power measurement center production early-warning and monitoring method Download PDFInfo
- Publication number
- CN104111837A CN104111837A CN201410335232.2A CN201410335232A CN104111837A CN 104111837 A CN104111837 A CN 104111837A CN 201410335232 A CN201410335232 A CN 201410335232A CN 104111837 A CN104111837 A CN 104111837A
- Authority
- CN
- China
- Prior art keywords
- monitoring
- verification
- task
- early warning
- data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
一种省级电力计量中心生产预警监控方法,首先监控服务器的生产预警监控程序使用ADODB访问MDS的Oracle数据库,与MDS服务器数据库建立信任连接;其次向MDS数据库提交sql脚本,并在MDS服务器端执行sql脚本,读取与生产有关的到货新购入库、检定流程、流水线检定任务以及配送环节的数据表和视图相关字段,完成数据查询、外联和运算的操作指令;最后向监控服务器返回直观的预警信息数据,关闭连接。本发明能够监控到生产调度平台业务流转各个环节对应的计量器具数量关系,适用于提高生产预警的监控效率和监控调度数据准确性,有效降低监控工作强度,切实提高监控工作能效。
A production early warning monitoring method of a provincial power metering center, firstly, the production early warning monitoring program of the monitoring server uses ADODB to access the Oracle database of MDS, and establishes a trusted connection with the MDS server database; secondly, submits the sql script to the MDS database, and executes it on the MDS server side The sql script reads the data table and view related fields related to the production-related arrival of new purchases, verification processes, assembly line verification tasks, and distribution links, and completes the operation instructions of data query, outreach and calculation; finally returns to the monitoring server Intuitive early warning information data, close the connection. The invention can monitor the quantitative relationship of measuring instruments corresponding to each link of the business flow of the production scheduling platform, and is suitable for improving the monitoring efficiency of production early warning and the accuracy of monitoring scheduling data, effectively reducing the intensity of monitoring work, and effectively improving the energy efficiency of monitoring work.
Description
技术领域 technical field
本发明涉及一种省级电力计量中心生产预警监控方法,属企业生产预警监控的数据库以及软件编程方法技术领域。 The invention relates to a production early warning and monitoring method of a provincial power metering center, which belongs to the technical field of databases and software programming methods for production early warning and monitoring of enterprises.
背景技术 Background technique
省级电力计量中心依托生产调度平台(MDS)开展计量器具集中检定、统一配送业务,生产方面涉及到主要环节是到货、检定和配送业务。但是在使用MDS过程中发现MDS公共查询里面的“库存查询”无法直观体现计量器具在省级计量中心内部流转过程中的各个业务环节业务逻辑状态和数量之间的对应关系,需要手工多方面综合查询和甄别,容易引起数据的遗漏和重复。MDS系统本身缺乏必要的业务逻辑信息全局监控功能和闭锁机制,很容易造成生产业务逻辑状态和数据的不对应、重复、错误等问题,不利于监控、管理和决策,直接影响产能。 The provincial power metering center relies on the production dispatching platform (MDS) to carry out centralized verification and unified distribution of measuring instruments. The main links involved in production are arrival, verification and distribution. However, in the process of using MDS, it is found that the "inventory query" in the MDS public query cannot intuitively reflect the corresponding relationship between the business logic status and quantity of each business link in the internal circulation process of measuring instruments in the provincial measurement center, which requires manual comprehensive synthesis Query and screening can easily cause data omission and duplication. The MDS system itself lacks the necessary business logic information global monitoring function and locking mechanism, which can easily cause problems such as incompatibility, duplication, and errors in production business logic status and data, which is not conducive to monitoring, management and decision-making, and directly affects production capacity.
生产预警监控程序所需MDS系统数据库表主要有(1)vw_equip_manufacturer (设备生产厂家视图)、(2)vw_wiring_mode(接线方式视图)、(3)WFPROCESSINST(工作流程数据表)、(4)T_DETECT_TASK(检定任务数据表)、(5)c_arrive_check_in(到货登记信息数据表)、(6)c_arrive_meter_para(到货电能表相关参数数据表)、(7)D_IO_TASK(出入库信息数据表)、(8)U_DIST_TASK_DET(配送任务明细)、(9)d_meter(电能表信息)。 The MDS system database tables required for the production of early warning monitoring programs mainly include (1) vw_equip_manufacturer (equipment manufacturer view), (2) vw_wiring_mode (wiring mode view), (3) WFPROCESSINST (workflow data table), (4) T_DETECT_TASK (verification task data table), (5) c_arrive_check_in (arrival registration information data table), (6) c_arrive_meter_para (arrival electric energy meter related parameter data table), (7) D_IO_TASK (in and out warehouse information data table), (8) U_DIST_TASK_DET ( Delivery task details), (9) d_meter (energy meter information).
发明内容 Contents of the invention
本发明的目的是,公开一种省级电力计量中心生产预警监控方法,既能监控到全部计量器具在到货、检定和配送各个生产环节的业务逻辑状态对应宏观信息,又能具体展示出每一个业务逻辑状态下的计量器具批次号、接线、厂家、状态、位置、数量等明细信息,实现生产预警监控业务对象、位置、状态全过程信息准确、高效、实时监控。 The purpose of the present invention is to disclose a production early warning and monitoring method of a provincial power metering center, which can not only monitor the macro information corresponding to the business logic state of all measuring instruments in each production link of arrival, verification and distribution, but also specifically display each Detailed information such as the batch number, wiring, manufacturer, status, location, and quantity of measuring instruments under a business logic state, to realize accurate, efficient, and real-time monitoring of the entire process of production early warning and monitoring business objects, locations, and status.
为了解决上述技术问题,本发明所采用的技术方案是: In order to solve the problems of the technologies described above, the technical solution adopted in the present invention is:
本发明一种省级电力计量中心生产预警监控方法,本发明方法使用ADODB访问MDS的Oracle数据库,首先监控服务器内的预警监控程序与MDS服务器数据库建立信任连接,其次预警监控程序向MDS服务器自动提交预警监控功能sql脚本,在MDS服务器端执行此SQL脚本,读取生产预警监控程序所需MDS系统数据库表的相关字段,完成预警监控程序SQL脚本包含的数据查询、外联和运算指令,最后向监控服务器返回直观的预警信息数据,关闭连接;所述预警监控方法包括对生产业务宏观数据监控和对业务微观明细数据监控。 The invention discloses a production warning monitoring method of a provincial power metering center. The method of the invention uses ADODB to access the Oracle database of the MDS. First, the early warning monitoring program in the monitoring server establishes a trusted connection with the MDS server database, and secondly, the early warning monitoring program automatically submits to the MDS server. Early warning monitoring function sql script, execute this SQL script on the MDS server side, read the relevant fields of the MDS system database table required by the production early warning monitoring program, complete the data query, outlink and operation instructions contained in the early warning monitoring program SQL script, and finally send The monitoring server returns intuitive early warning information data and closes the connection; the early warning monitoring method includes monitoring the macroscopic data of the production business and monitoring the microscopic detailed data of the business.
所述监控过程只需ADODB访问Oracle数据库一次,SQL脚本自动判断处于生产预警监控范围内的各个到货批次号对应的状态信息和数量关系,且自动完成入库进度、厂家、接线、检定方式、检定类型、检定任务数量、合格数、检定回库量和回库时间信息过滤和筛选,无需人工干预和操作。 The monitoring process only requires ADODB to access the Oracle database once, and the SQL script automatically judges the status information and quantity relationship corresponding to each arrival batch number within the production warning monitoring range, and automatically completes the storage progress, manufacturer, wiring, and verification methods , verification type, number of verification tasks, qualified number, verification return quantity and return time information filtering and screening, without manual intervention and operation.
所述业务宏观数据监控用于描述“到货——流程——检定——配送”4大业务环节的状态和数量关系,按照计量业务逻辑和本发明设计的提取数据方法,多角度对MDS数据进行筛选,过滤出所有正在处于“到货——流程——检定——配送”每环节对应的计量器具数量。 The business macro data monitoring is used to describe the state and quantity relationship of the four major business links of "arrival-process-verification-delivery". According to the measurement business logic and the data extraction method designed by the present invention, the MDS data is analyzed from multiple angles. Perform screening to filter out the quantity of measuring instruments corresponding to each link of "arrival-process-verification-delivery".
根据宏观数据监控当前检定流水线检定任务负荷情况、待检定在库的计量器具数量、流水线产能经验数据平均值,计算出可以支撑的小时数,利用绿色、蓝色、黄色、红色颜色区分紧急情况,实现预警信息的直观监控。 According to the macroscopic data monitoring of the current verification task load of the verification assembly line, the number of measuring instruments to be verified in the warehouse, and the average value of the experience data of the production line of the assembly line, the number of hours that can be supported is calculated, and the emergency situation is distinguished by using green, blue, yellow, and red colors. Realize the intuitive monitoring of early warning information.
所述业务微观数据监控用于描述“到货——流程——检定——配送”4大业务环节的具体每个业务环节包含的各个到货批次对应的厂家名称、接线方式、设备码、任务类型、任务状态、任务执行方式、任务完成进度百分比、计量器具数量等信息明细。 The business micro data monitoring is used to describe the manufacturer name, wiring mode, equipment code, Detailed information such as task type, task status, task execution method, task completion progress percentage, and number of measuring instruments.
对业务宏观数据的列名做超链接,点击可在弹出的新页面获取业务微观明细数据,按照厂家名称、接线方式、设备码进行排序,并对明细数据的数量列做了自动汇总求和,便于用户浏览和直接导出报表。 Make a hyperlink to the column name of the business macro data, click to get the business micro detailed data on the pop-up new page, sort according to the manufacturer name, connection mode, and equipment code, and automatically summarize and sum the quantity columns of the detailed data, It is convenient for users to browse and export reports directly.
前述的预警监控业务宏观数据,监控区间范围是从新购设备暂管入库业务到配送业务,基于MDS数据字典和各项业务逻辑判据,从业务名称、状态、业务前后逻辑相互关系以及计量器具属性,多角度描述业务数据的状态和数量,使数据准确反映生产实际,可用于宏观角度指导生产。 The aforementioned macro data of the early warning and monitoring business, the scope of the monitoring interval is from the temporary storage business of newly purchased equipment to the distribution business, based on the MDS data dictionary and various business logic criteria, from the business name, status, logical relationship before and after the business, and measuring instruments Attributes describe the status and quantity of business data from multiple angles, so that the data can accurately reflect the actual production and can be used to guide production from a macro perspective.
前述的预警监控业务微观数据,监控对象是具体的业务环节,是对具体的每一个业务环节的宏观数据进行详尽描述,细化展示出当前时刻该业务环节对应的计量器具微观数据明细。 The aforementioned early warning and monitoring business micro data, the monitoring object is a specific business link, which is a detailed description of the macro data of each specific business link, and shows in detail the micro data details of the measuring instruments corresponding to the business link at the current moment.
MDS服务器数据库相关的数据表包括:设备生产厂家视图、接线方式视图、工作流程数据表、检定任务数据表、到货登记信息数据表、到货电能表相关参数数据表、出入库信息数据表、工作流程工作项数据表、电能表信息数据表、电能表检定记录数据表、电能表检定结论数据表、配送任务数据表、配送任务明细数据表。 The data tables related to the MDS server database include: equipment manufacturer view, wiring mode view, workflow data table, verification task data table, arrival registration information data table, arrival electric energy meter related parameter data table, storage and storage information data table, Workflow work item data table, electric energy meter information data table, electric energy meter verification record data table, electric energy meter verification conclusion data table, distribution task data table, and distribution task detailed data table.
本发明一种省级电力计量中心生产预警监控方法的步骤如下: The steps of the production early warning and monitoring method of a provincial power metering center of the present invention are as follows:
(1)查询并获取计量器具的接线方式。 (1) Query and obtain the wiring mode of measuring instruments.
(2)查询并获取每个新购入库任务的任务数量、已入库数量、接线方式。 (2) Query and obtain the task quantity, already-inbound quantity, and connection mode of each newly-purchased warehouse task.
(3)查询并获取每个处于检定任务流程阶段的计量器具数量、接线方式。 (3) Query and obtain the quantity and wiring mode of each measuring instrument in the verification task process stage.
(4)查询并获取每个检定任务的任务数量、检定系统数量、检定出库数量、接线方式。 (4) Query and obtain the number of tasks for each verification task, the number of verification systems, the number of verification out-of-warehouses, and the wiring method.
(5)查询并获取每条检定流水线每小时产能历史平均数据值。 (5) Query and obtain the historical average data value of the hourly production capacity of each verification assembly line.
(6)查询并获取每个到货批次号对应的配送任务的配送数量、表条码状态、位置、接线方式。 (6) Query and obtain the delivery quantity, table barcode status, location, and connection mode of the delivery task corresponding to each arrival batch number.
(7)根据接线方式进行关联起来,以接线方式为基准,根据接线方式进行关联,并利用decode()、sum()和max()等函数对关联后的信息进行行列转换操作、求和操作以及取最值操作,获取各个接线方式的预警数据信息。 (7) Correlate according to the wiring method, based on the wiring method, associate according to the wiring method, and use functions such as decode(), sum(), and max() to perform row-column conversion and summation operations on the associated information And take the most value operation to obtain the early warning data information of each connection mode.
(8)根据待检定在库的计量器具数量、接线方式、当前检定系统数量、检定系统历史产能数据平均值,计算出待检定在库的计量器具数量可支持检定系统连续检定的小时数,体现当前待检定在库的计量器具能够持续满足检定系统检定需求的紧急程度,也体现未来一定时间内的检定任务繁重程度。计算方法:可支持检定系统连续检定的小时数=接线方式对应的待检定在库的计量器具数量/(接线方式对应的当前检定系统数量*该检定系统历史产能数据平均值)。利用绿色、蓝色、黄色、红色颜色区分,做到美观、直观,超过48小时显示绿色,24-48小时显示蓝色,12-24小时显示黄色,小于12小时显示红色。 (8) According to the number of measuring instruments to be verified in the warehouse, the wiring mode, the current number of verification systems, and the average value of the historical production capacity data of the verification system, calculate the number of hours that the number of measuring instruments to be verified in the warehouse can support the continuous verification of the verification system, reflecting The degree of urgency with which the measuring instruments currently waiting for verification in the warehouse can continue to meet the verification needs of the verification system also reflects the heavy degree of verification tasks in a certain period of time in the future. Calculation method: The number of hours that can support the continuous verification of the verification system = the number of measuring instruments to be verified in the warehouse corresponding to the wiring mode / (the current number of verification systems corresponding to the wiring mode * the average value of the historical production capacity data of the verification system). Use green, blue, yellow, and red colors to distinguish, so that it is beautiful and intuitive. It will display green for more than 48 hours, blue for 24-48 hours, yellow for 12-24 hours, and red for less than 12 hours.
本发明与现有技术比较的有益效果是:本发明的一种省级电力计量中心生产预警监控方法,全自动分析“到货——流程——检定——配送”完整信息和状态宏观数据,运用可视化直观的监控方式,以图形和报表方式呈现预警信息,克服“到货——流程——检定——配送”数据链条的抽象性、分散性、每个岗位用户只可以接触局部生产数据的局限性,实现“到货——流程——检定——配送”业务全过程的“可控、能控、在控”,提前发出预警,杜绝人为因素耽误生产,降低监控管理成本,减轻监控工作强度,提高计量管理能力水平和决策效益,保证了计量工作高效运行,提高产能并保持较高水平。 The beneficial effects of the present invention compared with the prior art are: a provincial electric power metering center production early warning monitoring method of the present invention can fully automatically analyze the complete information and state macro data of "arrival—process—verification—delivery", Use visual and intuitive monitoring methods to present early warning information in the form of graphics and reports, and overcome the abstraction and dispersion of the "arrival-process-verification-delivery" data chain, and the fact that users in each position can only access partial production data Limitations, realize "controllable, controllable, and in control" of the whole process of "arrival-process-verification-delivery" business, issue early warnings, prevent human factors from delaying production, reduce monitoring management costs, and reduce monitoring work Intensity, improve the level of measurement management capabilities and decision-making benefits, ensure the efficient operation of measurement work, increase production capacity and maintain a high level.
本发明方法通过预警监控在监控系统服务器端自动存储预警监控数据,可作为历史数据翻阅,也可作为短信、微信信息发送。 The method of the present invention automatically stores the early warning monitoring data on the server side of the monitoring system through the early warning monitoring, which can be viewed as historical data, and can also be sent as short messages and WeChat messages.
本发明适用于省级电力计量中心生产预警监控,其方法可推广其他企业应用。 The invention is applicable to the production early warning and monitoring of the provincial power metering center, and the method can be popularized and applied in other enterprises.
附图说明 Description of drawings
图1为本发明一种省级电力计量中心生产预警监控方法流程图。 Fig. 1 is a flowchart of a production early warning monitoring method of a provincial power metering center according to the present invention.
具体实施方式 Detailed ways
本发明实施例由监控系统服务器Web监控程序由java、asp脚本和sql脚本组成。监控程序首先基于ADODB(Active Data Object DataBase的缩写,即活动数据对象数据库)与MDS服务器数据库建立信任连接,其次传递SQL查询语句和参数并接收查询结果集合、关闭连接,最后向客户端传递数据和表格。 In the embodiment of the present invention, the web monitoring program of the monitoring system server is composed of java, asp script and sql script. The monitoring program first establishes a trusted connection with the MDS server database based on ADODB (the abbreviation of Active Data Object DataBase, that is, the active data object database), and then passes the SQL query statement and parameters and receives the query result set, closes the connection, and finally transmits the data and data to the client. sheet.
关键步骤: key step:
(1)取计量器具接线方式。 (1) Take the wiring method of the measuring instrument.
从vw_wiring_mode(接线方式视图)查询并获取接线方式。利用substr()函数截取接线方式的左两个字符,得出“单相、三相”接线方式。 Query and obtain the wiring mode from vw_wiring_mode (wiring mode view). Use the substr() function to intercept the left two characters of the wiring mode to obtain the "single-phase, three-phase" wiring mode.
(2)取新购设备暂管入库计量器具接线方式、已入库数量。 (2) Take newly-purchased equipment and put it into storage for temporary storage, the wiring method of measuring instruments, and the quantity that has been put into storage.
从D_IO_TASK(出入库任务信息)查询接线方式、新购入库数量,取数方法是不包含已经处于T_DETECT_TASK(检定任务信息)的到货批次号。 Query the wiring mode and newly purchased quantity from D_IO_TASK (inbound and outbound task information), and the access method does not include the arrival batch number that is already in T_DETECT_TASK (verification task information).
(3)取处于检定任务流程阶段的计量器具接线方式、数量。 (3) Take the connection mode and quantity of measuring instruments in the verification task process stage.
从d_meter(电能表资产信息)查询处于新购、待校验的电能表接线方式、数量,取数方法是d_meter的到货批次号在T_DETECT_TASK(检定任务信息)全检、复检之外的且检定任务已完成的计量器具对应的到货批次号内,而且d_meter在状态是“新购、待校验”。 From d_meter (electric energy meter asset information), query the wiring mode and quantity of newly purchased electric energy meters to be verified. The method of obtaining data is that the batch number of d_meter is outside the full inspection and re-inspection of T_DETECT_TASK (verification task information). And the measuring instrument whose verification task has been completed is in the corresponding arrival batch number, and the status of d_meter is "new purchase, waiting for verification".
(4)取待检定在库计量器具接线方式、数量。 (4) Take the wiring method and quantity of the measuring instruments in storage to be verified.
从T_DETECT_TASK(检定任务信息)、c_arrive_check_in(到货登记信息)、c_arrive_meter_para(到货电能表参数信息)查询检定任务数量、接线、已经完成量。取数方法是T_DETECT_TASK与c_arrive_check_in关联,c_arrive_check_in再与c_arrive_meter_para关联,T_DETECT_TASK任务状态是待检定。 From T_DETECT_TASK (verification task information), c_arrive_check_in (arrival registration information), c_arrive_meter_para (arrival electric energy meter parameter information), query the verification task quantity, wiring, and completed amount. The access method is that T_DETECT_TASK is associated with c_arrive_check_in, c_arrive_check_in is associated with c_arrive_meter_para, and the T_DETECT_TASK task status is pending verification.
(5)根据目前待检定在库数量、运行的检定系统数量以及检定系统产能平均值,计算出可以持续供应给检定流水线检定的小时数。取数方法是,计算当前检定流水线任务数量和回库数量,如果有检定任务未全部回库,则判断该流水线有检定而且在工作,否则,该流水线没有检定任务。 (5) Calculate the number of hours that can be continuously supplied to the verification assembly line for verification based on the current quantity in storage to be verified, the number of operating verification systems, and the average production capacity of the verification system. The counting method is to calculate the number of current verification pipeline tasks and the number of returned warehouses. If there are verification tasks that are not all returned to the warehouse, it is judged that the pipeline has verification and is working, otherwise, the pipeline has no verification tasks.
(6)取可做配送的计量器具接线、数量。 (6) Take the wiring and quantity of measuring instruments that can be used for distribution.
从d_meter(电能表资产信息)查询每个表条码的接线方式、到货批次号、在库状态。 From d_meter (watt-hour meter asset information), query the wiring mode of each meter barcode, the batch number of arrival, and the status in stock.
可做配送的计量器具满足以下条件: Measuring instruments that can be used for distribution meet the following conditions:
条件1:检定结论合格,位置在省级计量中心,而且经过全检(检定/检测/校准)结果处理; Condition 1: The verification conclusion is qualified, the location is in the provincial metrology center, and the results of the full inspection (verification/testing/calibration) have been processed;
条件2:取满足条件1的计量器具到货批次合格表计数量,再扣除掉已经制定并审批有效的配送计划对应的数量,剩下的数量就是可以再做配送的数量。 Condition 2: Take the quantity of qualified meters in the arrival batch of measuring instruments that meet condition 1, and then deduct the quantity corresponding to the effective distribution plan that has been formulated and approved, and the remaining quantity is the quantity that can be redistributed.
当前参与检定工作的检定系统数量同时满足以下条件: The number of verification systems currently participating in the verification work meets the following conditions at the same time:
(1)检定系统有检定任务; (1) The verification system has verification tasks;
(2)比较检定任务的计量器具数量和回库数量,如果有检定任务未全部回库,则判断该检定系统处于检定工作状态而且有检定任务,否则判断该检定系统没有参与检定工作。 (2) Compare the number of measuring instruments for the verification task with the number returned to the warehouse. If there are verification tasks that are not all returned to the warehouse, it is judged that the verification system is in the verification working state and there are verification tasks, otherwise it is judged that the verification system is not involved in the verification work.
取数方法是,从电能表资产信息表d_meter(电能表资产信息数据表)、WFWORKITEM(工作流程工作项数据表)、T_DETECT_TASK(检定任务数据表)根据到货批次号arrive_batch_no、任务号task_no进行关联,根据status_code、currentstate、processinstname进行筛选。 The way to get the data is to carry out from the energy meter asset information table d_meter (electric energy meter asset information data table), WFWORKITEM (workflow work item data table), T_DETECT_TASK (verification task data table) according to the arrival batch number arrive_batch_no, task number task_no Association, filter according to status_code, currentstate, processinstname.
(7)对预警监控的4个环节“新购在库未下任务量、下检定流程积压量、待检定在库量、可做配送在库量”列名做超链接,点击即可获取该环节数据明细。 (7) Make hyperlinks to the names of the four links of early warning monitoring, "new purchases in stock, unloaded tasks, verification process backlog, pending verification, and available for delivery" as a hyperlink. Click to get the Link data details.
利用到接线方式对步骤1-6的信息进行关联,并利用oracle的decode函数开展行转列操作,max函数对时间取最值、sum函数对数量求和,得出各个接线方式、状态、数量等信息。 Use the wiring method to correlate the information in steps 1-6, and use the decode function of oracle to carry out the row-to-column operation. The max function takes the maximum value of the time, and the sum function sums the quantity to obtain each wiring method, status, and quantity. and other information.
在监控服务器端建立一张数据库表,专门存储预警监控数据。 Create a database table on the monitoring server side to store the early warning monitoring data.
综上所述,本发明的一种省级电力计量中心生产预警监控方法,通过预警监控集成了到货信息、检定任务流程信息、检定任务信息、库存信息、配送信息和检定流水线状态信息。通过监控程序SQL脚本自动筛选、过滤出全部到货批次号的数据和状态。对于任意一个到货批次号,只要它满足预警监控各个环节的取数规则,就可以被预警监控程序发现并计算和显示,不需要人工干预。利用接线方式加以区分“新购在库未下任务量、下检定流程积压量、待检定在库量、能支撑几个小时、可做配送在库量”,可以保证预警信息的准确性和唯一性。对列名做超链接,实现数据宏观环节预警和微观环节信息描述,形成直观的生产预警监控,为监控、调度和管理提供基础数据支撑和技术保障。超链接附加显示每个预警环节对应的计量器具批次号、接线方式、生产厂家、设备码、检定系统与检定类型、任务号、任务数量、合格数、回库量和最新回库时间等信息。实现计量中心内部业务运转数据全过程的“可控、能控、在控”,杜绝人为因素耽误新购入库、检定任务流程、全检抽检和配送业务,降低监控管理成本,减轻监控工作强度,提高计量管理能力水平和决策效益,保证了计量工作高效运行,提高产能并保持较高水平。 To sum up, a production early warning monitoring method of a provincial power metering center of the present invention integrates arrival information, verification task process information, verification task information, inventory information, distribution information and verification assembly line status information through early warning monitoring. Automatically filter and filter out the data and status of all arrival batch numbers through the SQL script of the monitoring program. For any incoming batch number, as long as it satisfies the access rules of each link of early warning monitoring, it can be found, calculated and displayed by the early warning monitoring program without manual intervention. Use the wiring method to distinguish "the amount of new purchases that have not yet been placed in the warehouse, the backlog of the verification process, the amount in stock to be verified, the amount that can be supported for several hours, and the amount in stock that can be delivered", which can ensure the accuracy and uniqueness of the early warning information. sex. Make hyperlinks to the column names, realize the early warning of the macro link of the data and the information description of the micro link, form an intuitive early warning and monitoring of production, and provide basic data support and technical support for monitoring, scheduling and management. Hyperlinks additionally display the batch number, wiring method, manufacturer, equipment code, verification system and verification type, task number, task quantity, qualified number, return quantity and latest return time of the measuring instruments corresponding to each early warning link, etc. . Realize the "controllable, controllable, and in-control" of the entire process of internal business operation data in the metering center, eliminate human factors from delaying new purchases, verification task processes, full inspections and sampling inspections, and distribution services, reduce monitoring management costs, and reduce monitoring work intensity , improve the level of measurement management capabilities and decision-making benefits, ensure the efficient operation of measurement work, increase production capacity and maintain a high level.
表1:预警监控宏观单元展示图表; Table 1: Early warning and monitoring macro unit display chart;
表2:预警监控微观单元新购入库图表; Table 2: Chart of new purchases and storage of early warning and monitoring micro units;
表3:预警监控微观单元流程积压量图表; Table 3: Chart of backlog of early warning and monitoring micro-unit processes;
表4:预警监控微观单元待检在库量图表; Table 4: Chart of the amount in stock of the micro-units to be inspected for early warning monitoring;
表5:预警监控微观单元可做配送量图表。 Table 5: Early warning and monitoring micro units can be used as distribution volume charts.
the
以上结合附图对本发明的具体实施方式做了说明,但这些说明不能被理解为限制了本发明的范围。在不脱离本发明精神和范围的前提下,本发明还会有相应的变化和改进,这些变化和改进要求落入要求保护的发明范围内。本发明的保护范围由权利要求书、界定。 The specific implementation manners of the present invention have been described above in conjunction with the accompanying drawings, but these descriptions should not be construed as limiting the scope of the present invention. On the premise of not departing from the spirit and scope of the present invention, the present invention will also have corresponding changes and improvements, and these changes and improvements are required to fall within the scope of the claimed invention. The protection scope of the present invention is defined by the claims.
Claims (8)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410335232.2A CN104111837A (en) | 2014-07-15 | 2014-07-15 | Provincial electric power measurement center production early-warning and monitoring method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410335232.2A CN104111837A (en) | 2014-07-15 | 2014-07-15 | Provincial electric power measurement center production early-warning and monitoring method |
Publications (1)
Publication Number | Publication Date |
---|---|
CN104111837A true CN104111837A (en) | 2014-10-22 |
Family
ID=51708637
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201410335232.2A Pending CN104111837A (en) | 2014-07-15 | 2014-07-15 | Provincial electric power measurement center production early-warning and monitoring method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN104111837A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104504615A (en) * | 2014-12-17 | 2015-04-08 | 广东电网有限责任公司佛山供电局 | Data processing method and system for monitoring electric power operation cost |
CN106022666A (en) * | 2016-07-28 | 2016-10-12 | 国网上海市电力公司 | Measuring asset full life cycle management data quality checking method |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5446895A (en) * | 1991-12-13 | 1995-08-29 | White; Leonard R. | Measurement analysis software system and method |
CN1501052A (en) * | 2002-11-18 | 2004-06-02 | 英业达股份有限公司 | engineering test processing flow method and system |
CN1501280A (en) * | 2002-11-15 | 2004-06-02 | 英业达股份有限公司 | engineering design change flow control method and system |
CN103559551A (en) * | 2013-09-23 | 2014-02-05 | 北京中安健科安全技术咨询有限公司 | Production-enterprise-oriented potential safety hazard quantitative assessment and early warning system |
CN103955798A (en) * | 2014-05-12 | 2014-07-30 | 国家电网公司 | Provincial-level electric power measurement center verification task process monitoring method |
-
2014
- 2014-07-15 CN CN201410335232.2A patent/CN104111837A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5446895A (en) * | 1991-12-13 | 1995-08-29 | White; Leonard R. | Measurement analysis software system and method |
CN1501280A (en) * | 2002-11-15 | 2004-06-02 | 英业达股份有限公司 | engineering design change flow control method and system |
CN1501052A (en) * | 2002-11-18 | 2004-06-02 | 英业达股份有限公司 | engineering test processing flow method and system |
CN103559551A (en) * | 2013-09-23 | 2014-02-05 | 北京中安健科安全技术咨询有限公司 | Production-enterprise-oriented potential safety hazard quantitative assessment and early warning system |
CN103955798A (en) * | 2014-05-12 | 2014-07-30 | 国家电网公司 | Provincial-level electric power measurement center verification task process monitoring method |
Non-Patent Citations (1)
Title |
---|
张亦龙: ""电子计量仪器自动检定系统软件平台分析与设计"", 《中国优秀硕士学位论文全文数据库工程科技Ⅱ辑》 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104504615A (en) * | 2014-12-17 | 2015-04-08 | 广东电网有限责任公司佛山供电局 | Data processing method and system for monitoring electric power operation cost |
CN106022666A (en) * | 2016-07-28 | 2016-10-12 | 国网上海市电力公司 | Measuring asset full life cycle management data quality checking method |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112488612A (en) | Visualization-based full inventory resource monitoring and displaying method | |
US20120271670A1 (en) | Methods, technology, and systems for quickly enhancing the operating and financial performance of energy systems at large facilities, interpreting usual and unusual patterns in energy consumption, identifying, quantifying, and monetizing hidden operating and financial waste, and accurately measuring the results of implemented energy management solutions, in the shortest amount of time with minimal cost and effort | |
CN111008193B (en) | Data cleaning and quality evaluation method and system | |
CN101907696B (en) | Electric energy meter production detecting system and method | |
CN108510242B (en) | Work order processing method, system and terminal device | |
CN103824148A (en) | Power marketing risk pre-warning method and system | |
CN108846691A (en) | Regional grain and oil market price monitoring analysing and predicting system and monitoring method | |
CN202373029U (en) | Commodity circulation tracing system | |
CN110210946A (en) | Data processing method and device, medium and calculating equipment | |
CN104881799A (en) | Business expansion controllable link time limit monitor and processing method | |
CN110766339A (en) | E-commerce procurement method for electric power company | |
CN109858807A (en) | Enterprise operation monitoring method and system | |
CN104636972A (en) | Method of monitoring enterprise false deduction invoice through commodity composition and system thereof | |
CN107423882A (en) | A kind of heavy construction goods and materials adjustmenting management method, platform and system based on wechat | |
CN106202402A (en) | A kind of electric energy meter metering production scheduling plateform system | |
CN106651117A (en) | Method and device for implementing monitoring task in risk monitoring information system | |
CN104111837A (en) | Provincial electric power measurement center production early-warning and monitoring method | |
CN105868924A (en) | Digital manufacturing-based furniture enterprise production quality control system | |
CN104899725A (en) | Intelligent workflow system for decision support and event feedback and circulation method of intelligent workflow system | |
CN103955798B (en) | A kind of provincial electric-power metering center verification task flow monitoring method | |
CN104239413B (en) | A kind of electric network data Data Environments method | |
CN106372980A (en) | Cross-e-commerce channel order information acquisition and management method | |
CN102467691A (en) | Integrating system and method of inspection information | |
CN104331775A (en) | Quality analysis method for metering asset lifecycles | |
CN112396349B (en) | A data quality monitoring method based on business entities |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20141022 |
|
RJ01 | Rejection of invention patent application after publication |