Automatic generation method of debugging interface of imbedded controller

An embedded controller, an automatic generation technology, applied in the direction of control/regulation system, program control, computer control, etc., can solve the problem that the debugging and maintenance of the embedded controller cannot be carried out at the development site, and the debugging of the embedded controller is not applicable and other problems, to achieve the effect of understanding and modifying simplification, improving standardization and reliability, and reducing workload

CN105242597AActive Publication Date: 2016-01-13INST OF OPTICS & ELECTRONICS - CHINESE ACAD OF SCI
5 Cites 11 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Publication Date
2016-01-13

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
  • Figure 3
    Figure 3
Patent Text Reader

Abstract

The invention brings forward an automatic generation method of a debugging interface of an imbedded controller. (1), by use of a general hardware interface, (2), a communication data format agreement is established and a file is stored, (3), a debugging interface template and an interface element are created, (4), a data format file is automatically parsed and a source code file is automatically generated, and (5), through combination with the debugging template and the source code file, the debugging interface needed for an embedded controller to be debugged is automatically generated. The method can greatly reduce the manual coding amount, effectively simplifies generation and modification of the debugging interface, is convenient, is easy to use, fast in speed and high in coding equality, can also be handled by nonprofessionals, can effectively shorten the generation and debugging time of the debugging interface, and provides a quite effective technical guarantee for improving the debugging efficiency, especially the parallel debugging efficiency.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The invention relates to the technical field of computer applications, in particular to an automatic generation method of an embedded controller debugging interface. Background technique

[0002] Embedded controllers have been widely used in modern industries, and their characteristics include: small size, harsh installation location, inconvenient direct contact; high degree of functional specialization, such as focusing on data acquisition, algorithm processing, object control, etc.; limited resources , high operating efficiency and real-time requirements; generally stand-alone work or a small amount of interconnection, no server system; use C or C extension language for development, etc.

[0003] Based on the above characteristics, the debugging of traditional embedded controllers is generally done by the debugger manually writing the corresponding debugging interface to debug the function and performance of the object. Monitor the running status an...

Examples

Embodiment Construction

[0028] The purpose of the present invention is to provide a method for automatically generating the debugging interface of an embedded controller, which improves the debugging efficiency of the embedded controller by reducing professionalism and improving coding speed and quality.

[0029] like figure 1 As shown, the automatic generation method of the embedded controller debugging interface of the present invention specifically includes the following steps:

[0030] (1) The communication between the embedded controller and the remote debugging interface uses a generalized hardware interface, including but not limited to network, optical fiber, serial port, and USB port, which can be conveniently used for laptops, tablets, industrial computers, local area networks, etc. Complete the debugging work. These generalized hardware interfaces are easy to use, and the corresponding hardware and software designs at both ends are easy to standardize and standardize.

[0031](2) The co...