CN112233498A - Tabular programmable display controller - Google Patents

Tabular programmable display controller Download PDF

Info

Publication number
CN112233498A
CN112233498A CN202011096579.8A CN202011096579A CN112233498A CN 112233498 A CN112233498 A CN 112233498A CN 202011096579 A CN202011096579 A CN 202011096579A CN 112233498 A CN112233498 A CN 112233498A
Authority
CN
China
Prior art keywords
module
picture
memory map
setting
display controller
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.)
Granted
Application number
CN202011096579.8A
Other languages
Chinese (zh)
Other versions
CN112233498B (en
Inventor
王玺联
盖伟
张建军
赵辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Huasheng Yuhui Technology Co ltd
Yantai Zhongke Xinzhi Software Technology Co ltd
Yantai Dingyu Electronic Technology Co ltd
Original Assignee
Beijing Huasheng Yuhui Technology Co ltd
Yantai Zhongke Xinzhi Software Technology Co ltd
Yantai Dingyu Electronic Technology Co ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Beijing Huasheng Yuhui Technology Co ltd, Yantai Zhongke Xinzhi Software Technology Co ltd, Yantai Dingyu Electronic Technology Co ltd filed Critical Beijing Huasheng Yuhui Technology Co ltd
Priority to CN202011096579.8A priority Critical patent/CN112233498B/en
Publication of CN112233498A publication Critical patent/CN112233498A/en
Application granted granted Critical
Publication of CN112233498B publication Critical patent/CN112233498B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09BEDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
    • G09B19/00Teaching not covered by other main groups of this subclass
    • G09B19/0053Computers, e.g. programming

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Computer Hardware Design (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Physics & Mathematics (AREA)
  • Educational Administration (AREA)
  • Educational Technology (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Programmable Controllers (AREA)

Abstract

The invention relates to the technical field of computer programming, and provides a tabular programmable display controller which comprises a general driving software module and an application software module, wherein the general driving software module is used for executing key input detection processing, converting key physical quantity into an internal address of the display controller, uniformly addressing all LEDs of a panel and logically driving internal firmware through the internal address, and the general driving software module is a non-programmable module; the application software module is used for acquiring the picture data to be programmed, performing table programming on the picture data through a table, and feeding the picture data after the table programming back to the general driving software module for driving and displaying, so that the separation of a general driving program and a display setting application program is realized, controller software does not need to be changed when the picture is changed or action logic is changed, a user can adjust display contents in real time through a table tool on the spot, and the modularization, the integration level and the maintainability of software are improved.

Description

Tabular programmable display controller
Technical Field
The invention belongs to the technical field of computer programming, and particularly relates to a table format programmable display controller.
Background
In the field of electronic design and industrial control product application, a human-computer interface is an indispensable component. A low-cost nixie tube and a jog key are frequently used as a human-computer interface, a controller of the human-computer interface is generally developed based on C language of a single chip microcomputer, the programming mode is different from a universal industrial control screen development mode, and once the keys and the nixie tube display set content are developed, the keys and the nixie tube cannot be changed once being solidified. In the development process, the display content of the display controller is often more, the display content of various products is similar, developers need to repeatedly modify the code of the display controller, the development efficiency is low, and the maintainability is gradually deteriorated along with the continuous increase of the number of models. Local adjustment or change of display content also needs to modify all software of the controller, recompile and regenerate firmware, which can only be realized by professional developers.
The display controller of present charactron and fine motion button needs professional to develop, disposable solidification code, and any change all needs to modify the bottom layer code, and the bottom layer code includes control codes such as drive code and display setting, and the display controller based on this kind of mode realization, its drawback states as follows:
(1) the universal driving software and the display setting application software are mixed together in a crossed mode, and the separation of the universal display driving firmware and the application display is not achieved. The software is changed, the set content is displayed, the whole software compiling is required, the fault probability of software development is greatly increased, and team cooperation development is not facilitated;
(2) developers repeat their efforts, many similar tasks, and the display of content requires a continuous increase in application software. Particularly, under the condition that the display contents of multiple models are similar, the repeated work is particularly obvious, the development efficiency is low, along with the continuous increase of the types of enterprise products, the display contents of the multiple models have small differences and have to be modified by bottom codes for coping, the continuous increase of the software maintenance workload is brought, and meanwhile, the hidden trouble of software instability is increased;
(3) the development threshold is relatively high, and is not beneficial to other non-professional personnel to change and adjust according to actual conditions, particularly, the low-cost key nixie tube display controller is applied to industrial occasions, the industrial occasions use a lot of PLC and touch screens, the PLC and the touch screens have independent programming systems, users can easily develop by using the programming systems, the requirement on the skills of the users is relatively low, the key nixie tube display controller needs to adopt an embedded programming method, the use and the change of the non-professional developers are not facilitated, the secondary development cannot be carried out, or the display content can not be adjusted in real time according to the field conditions, and the popularization and the application of the low-cost display controller are not facilitated.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a table format programmable display controller, aiming at solving the problems that the current display controller of a nixie tube and a micro-motion key needs to be developed by professional personnel, codes are solidified at one time, and the bottom codes need to be modified when any change is carried out.
The technical scheme provided by the invention is as follows: a tabular programmable display controller comprising a generic driver software module and an application software module, wherein:
the general driving software module is connected with the application software module, the operation keys, the LEDs and the digital line, is used for executing key input detection processing, converting key physical quantity into an internal address of the display controller, uniformly addressing all the LEDs of the panel and logically driving the internal firmware through the internal address, and is a non-programmable module;
the application software module is used for acquiring the picture data to be programmed, performing table programming on the picture data through a table, and feeding back the picture data subjected to the table programming to the general driving software module for driving and displaying.
As an improved scheme, the general driving software module comprises a data transmission control module, a general processing module, a scheduling and logic processing module, a setting adjustment module and an interpretation execution module;
one end of the general processing module is connected with the operation keys, the LED and the nixie tube, and the other end of the general processing module is respectively connected with the scheduling and logic processing module, the setting and adjusting module and the interpretation execution module;
the scheduling and logic processing module, the setting and adjusting module and the interpretation and execution module are respectively connected with the application software module;
and the data transmission control module is connected with the application software module and is used for carrying out information interaction between the content of the control form and the picture memory.
As an improved scheme, the general processing module comprises a SW key input general processing module, an LED input general processing module and a nixie tube general processing module;
the SW key input general processing module is connected with the keys, the LED input general processing module is connected with the LEDs, and the nixie tube general processing module is connected with the nixie tube.
As an improved scheme, the nixie tube is used for controlling the switching value by a general processing module and generating control strategies of different implementation modes of various data types.
As an improved scheme, the scheduling and logic processing module mainly realizes the arrangement of internal time sequence and is used for managing keys, LEDs and a universal input processing module of a nixie tube;
the setting adjustment module is mainly used for matching action processing when the keys and the nixie tube are used for adjusting picture parameters;
the interpretation execution module mainly completes the display of the memory map setting picture content, executes the picture set by the form, and performs picture display and switching actions according to the setting content.
As an improved scheme, the application software module includes a memory map module and a table format setting software module, wherein:
the memory map module is respectively connected with the scheduling and logic processing module, the setting and adjusting module, the interpretation and execution module and the data transmission control module, and is used for finishing unified addressing of the memory map according to types, fixedly storing the classified memory map of the picture content, the key operation information, the LED display information and the picture control information, and simultaneously transmitting the corresponding data of the memory map to the table format setting software module through the data transmission control module;
the form setting software is connected with the data transmission control module and used for displaying display contents in a form, receiving picture programming change data input by a programmer and transmitting the picture data after the data change to the memory map module through the data transmission control module.
As an improved scheme, the display content comprises key information, LED display information, a running picture, a fault picture, a password picture and a number 0-F of a common data display picture.
As an improved scheme, the memory map module comprises a SW key memory map, an LED memory map, a digital tube memory map and a system control memory map.
As an improved scheme, the tables include a control table, a key setting table and a picture content setting table;
the control table is used for controlling the picture switching and the picture display mode.
In the embodiment of the invention, the tabular programmable display controller comprises a general driving software module and an application software module, wherein the general driving software module is used for executing the actions of key input detection processing, converting key physical quantity into display controller internal address, uniformly addressing all LEDs of a panel and logically driving internal firmware through the internal address, and the general driving software module is a non-programmable module; the application software module is used for acquiring the picture data to be programmed, performing table programming on the picture data through a table, and feeding the picture data after the table programming back to the general driving software module for driving and displaying, so that the separation of a general driving program and a display setting application program is realized, controller software does not need to be changed when the picture is changed or action logic is changed, a user can adjust display contents in real time through a table tool on the spot, and the modularization, the integration level and the maintainability of software are improved.
Drawings
In order to more clearly illustrate the detailed description of the invention or the technical solutions in the prior art, the drawings that are needed in the detailed description of the invention or the prior art will be briefly described below. Throughout the drawings, like elements or portions are generally identified by like reference numerals. In the drawings, elements or portions are not necessarily drawn to scale.
Fig. 1 is a block diagram of a table format programmable display controller according to the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. The following examples are merely for illustrating the technical solutions of the present invention more clearly, and therefore are only examples, and the protection scope of the present invention is not limited thereby.
Fig. 1 is a block diagram of a table format programmable display controller provided in the present invention, and for convenience of explanation, only the parts related to the embodiment of the present invention are shown in the diagram.
The tabular programmable display controller comprises a general-purpose driving software module and an application software module, wherein:
the general driving software module is connected with the application software module, the operation keys, the LEDs and the digital line, is used for executing key input detection processing, converting key physical quantity into an internal address of the display controller, uniformly addressing all the LEDs of the panel and logically driving the internal firmware through the internal address, and is a non-programmable module;
the application software module is used for acquiring the picture data to be programmed, performing table programming on the picture data through a table, and feeding back the picture data subjected to the table programming to the general driving software module for driving and displaying.
In the embodiment, the universal driver of the table format programmable display controller is separated from the display setting application software, so that the modularization, the integration level and the maintainability of the software are improved. When the picture is changed or the action logic is changed, the user can adjust the display content in real time through a form tool in the field without changing the controller software. The working efficiency of developers is greatly improved, the repeated labor is reduced, the workload of software maintenance is reduced, and the software robustness is improved.
In the embodiment of the present invention, as shown in fig. 1, the generic driver software module includes a data transmission control module, a generic processing module, a scheduling and logic processing module, a setting adjustment module, and an interpretation execution module;
one end of the general processing module is connected with the operation keys, the LED and the nixie tube, and the other end of the general processing module is respectively connected with the scheduling and logic processing module, the setting and adjusting module and the interpretation execution module;
the scheduling and logic processing module, the setting and adjusting module and the interpretation and execution module are respectively connected with the application software module;
and the data transmission control module is connected with the application software module and is used for carrying out information interaction between the content of the control form and the picture memory.
In this embodiment, the general processing module includes a SW key input general processing module, an LED input general processing module, and a nixie tube general processing module;
the SW key input general processing module is connected with the keys, the LED input general processing module is connected with the LEDs, and the nixie tube general processing module is connected with the nixie tube;
the nixie tube general processing module is used for controlling the switching value and generating control strategies of different implementation modes of various data types.
In the embodiment of the invention, the scheduling and logic processing module mainly realizes the arrangement of internal time sequence and is used for managing keys, LEDs and a nixie tube general input processing module;
the setting adjustment module is mainly used for matching action processing when the keys and the nixie tube are used for adjusting picture parameters;
the interpretation execution module mainly completes the display of the memory map setting picture content, executes the picture set by the form, and performs picture display and switching actions according to the setting content.
In the embodiment of the present invention, as shown in fig. 1, the application software module includes a memory map module and a table format setting software module, where:
the memory map module is respectively connected with the scheduling and logic processing module, the setting and adjusting module, the interpretation and execution module and the data transmission control module, and is used for finishing unified addressing of the memory map according to types, fixedly storing the classified memory map of the picture content, the key operation information, the LED display information and the picture control information, and simultaneously transmitting the corresponding data of the memory map to the table format setting software module through the data transmission control module;
the form setting software is connected with the data transmission control module and used for displaying display contents in a form, receiving picture programming change data input by a programmer and transmitting the picture data after the data change to the memory map module through the data transmission control module.
In this embodiment, the display content includes key information, LED display information, an operation screen, a trouble screen, a password screen, and a general data display screen No. 0-F;
the memory map module comprises an SW key memory map, an LED memory map, a digital tube memory map and a system control memory map, and corresponding information is stored in the corresponding memory map.
In the embodiment of the invention, a driving scheduling program of the tabular programmable display controller is separated from a picture application design program, and the driving scheduling program realizes software irrelevant to an application picture, such as universal micro-motion key detection, LED refreshing display, nixie tube display refreshing, setting adjustment indication, picture switching logic and the like, is solidified at one time and is not changed any more; the picture application program can carry out secondary programming through the table, and real-time selects the address of the base plate memory map to carry out data display or key adjustment setting according to the actual application scene.
In this embodiment, the tabular programmable display controller performs application screen programming using a table, where the table can perform setting changes on a key address, a key type, a screen type, and screen display contents, and the contents after the setting changes are written into a specified memory map through a communication method, and simultaneously, the display contents in the memory map can be read into the table.
The key, the LED, the nixie tube, the display content and the switching content adopt an internal unified addressing mode, the memory content can be programmed according to a specified format, a set picture is applied in a specified memory unit, the program does not need to be modified again when the program is changed, the display content is only required to be changed in a programmable table, and then the display content is written into the memory of the display controller through the data transmission control module, or the programming parameters of the controller can be read into the table through the data transmission control module.
In the embodiment of the invention, the table types are divided into a control table and a key setting table, the picture content setting table is used for controlling picture switching, the picture display mode is used, and the picture content table is used for picture content display. The specific table structure of each programmable table type not only contains static display information but also contains action information, and a picture interpretation execution module interprets and executes the display information and carries out action or display according to set contents. The most important is that the control table contains action information to control how the screen is switched and operated according to a specified mode.
In the embodiment of the invention, the tabular programmable display controller comprises a general driving software module and an application software module, wherein the general driving software module is used for executing the actions of key input detection processing, converting key physical quantity into display controller internal address, uniformly addressing all LEDs of a panel and logically driving internal firmware through the internal address, and the general driving software module is a non-programmable module; the application software module is used for acquiring the picture data to be programmed, performing table programming on the picture data through a table, and feeding the picture data after the table programming back to the general driving software module for driving and displaying, so that the separation of a general driving program and a display setting application program is realized, controller software does not need to be changed when the picture is changed or action logic is changed, a user can adjust display contents in real time through a table tool on the spot, and the modularization, the integration level and the maintainability of software are improved.
The above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (9)

1. A tabular programmable display controller comprising a generic driver software module and an application software module, wherein:
the general driving software module is connected with the application software module, the operation keys, the LEDs and the digital line, is used for executing key input detection processing, converting key physical quantity into an internal address of the display controller, uniformly addressing all the LEDs of the panel and logically driving the internal firmware through the internal address, and is a non-programmable module;
the application software module is used for acquiring the picture data to be programmed, performing table programming on the picture data through a table, and feeding back the picture data subjected to the table programming to the general driving software module for driving and displaying.
2. The tabular programmable display controller of claim 1, wherein the generic driver software modules include a data transmission control module, a generic processing module, a scheduling and logic processing module, a setting adjustment module, and an interpretation execution module;
one end of the general processing module is connected with the operation keys, the LED and the nixie tube, and the other end of the general processing module is respectively connected with the scheduling and logic processing module, the setting and adjusting module and the interpretation execution module;
the scheduling and logic processing module, the setting and adjusting module and the interpretation and execution module are respectively connected with the application software module;
and the data transmission control module is connected with the application software module and is used for carrying out information interaction between the content of the control form and the picture memory.
3. The tabular programmable display controller of claim 2, wherein the general purpose processing modules include SW key input general purpose processing modules, LED input general purpose processing modules, and nixie tube general purpose processing modules;
the SW key input general processing module is connected with the keys, the LED input general processing module is connected with the LEDs, and the nixie tube general processing module is connected with the nixie tube.
4. The tabular programmable display controller of claim 3 wherein said nixie tube general purpose processing module is adapted to control switching values to generate control strategies for different implementations of various data types.
5. The tabular programmable display controller of claim 4, wherein the scheduling and logic processing module implements internal timing arrangements for managing the general input processing modules for keys, LEDs, and nixie tubes;
the setting adjustment module is mainly used for matching action processing when the keys and the nixie tube are used for adjusting picture parameters;
the interpretation execution module mainly completes the display of the memory map setting picture content, executes the picture set by the form, and performs picture display and switching actions according to the setting content.
6. The tabular programmable display controller of claim 5, wherein the application software modules comprise a memory map module and a table format setting software module, wherein:
the memory map module is respectively connected with the scheduling and logic processing module, the setting and adjusting module, the interpretation and execution module and the data transmission control module, and is used for finishing unified addressing of the memory map according to types, fixedly storing the classified memory map of the picture content, the key operation information, the LED display information and the picture control information, and simultaneously transmitting the corresponding data of the memory map to the table format setting software module through the data transmission control module;
the form setting software is connected with the data transmission control module and used for displaying display contents in a form, receiving picture programming change data input by a programmer and transmitting the picture data after the data change to the memory map module through the data transmission control module.
7. The tabular programmable display controller of claim 6, wherein the display content includes key button information, LED display information, run pictures, trouble pictures, password pictures, and general data display picture numbers 0-F.
8. The tabular programmable display controller of claim 6, wherein the memory map module comprises a SW button memory map, an LED memory map, a nixie tube memory map, and a system control memory map.
9. The tabular programmable display controller of claim 6, wherein the tables include a control table, a key setting table, and a screen content setting table;
the control table is used for controlling the picture switching and the picture display mode.
CN202011096579.8A 2020-10-14 2020-10-14 Tabular programmable display controller Active CN112233498B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011096579.8A CN112233498B (en) 2020-10-14 2020-10-14 Tabular programmable display controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011096579.8A CN112233498B (en) 2020-10-14 2020-10-14 Tabular programmable display controller

Publications (2)

Publication Number Publication Date
CN112233498A true CN112233498A (en) 2021-01-15
CN112233498B CN112233498B (en) 2023-01-06

Family

ID=74113560

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011096579.8A Active CN112233498B (en) 2020-10-14 2020-10-14 Tabular programmable display controller

Country Status (1)

Country Link
CN (1) CN112233498B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114690978A (en) * 2022-04-25 2022-07-01 惠州汇能精电科技有限公司 Meter head display method and device for hybrid energy storage power supply
CN114690978B (en) * 2022-04-25 2024-05-28 惠州汇能精电科技有限公司 Method and device for displaying meter head of hybrid energy storage power supply

Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101188583A (en) * 2006-11-17 2008-05-28 中兴通讯股份有限公司 Design method for table-driven parallel machine
US20080280277A1 (en) * 2007-04-06 2008-11-13 Jeffrey Evan Fernandez Motivational coaching techniques tailored for individuals
CN101551654A (en) * 2009-04-29 2009-10-07 深圳市众为兴数控技术有限公司 Opened obot control method based on table prgraming and its system
JP2010224323A (en) * 2009-03-24 2010-10-07 Japan Institute For Educational Measurement Inc Thesis content evaluation device and program
CN201629067U (en) * 2010-04-09 2010-11-10 苏州大学 Instrument used for simulating PLC controlled object
CN101882138A (en) * 2009-05-07 2010-11-10 北京四方继保自动化股份有限公司 Non-programmatic realization method for two-dimensional sheet dynamic expansion
CN101908289A (en) * 2010-08-31 2010-12-08 南京智慧天下教育科技有限公司 Dynamic real-time interactive programming learning system for teaching
CN101923507A (en) * 2010-07-30 2010-12-22 华中科技大学 Universal virtual machine monitoring system based on driving
CN102810277A (en) * 2012-07-12 2012-12-05 上海交通大学 Singlechip teaching experiment box with secondary development function
CN102855852A (en) * 2011-06-30 2013-01-02 群康科技(深圳)有限公司 Liquid crystal display and overdriving method
CN102902234A (en) * 2011-07-26 2013-01-30 昆山子力高新科技实业有限公司 Industrial control instrument device with modularized hardware and configurable software and method
CN103914315A (en) * 2012-12-31 2014-07-09 展讯通信(上海)有限公司 Configuration method of drivers
CN104285209A (en) * 2011-12-29 2015-01-14 比博实验室公司 Spreadsheet-based programming language adapted for report generation
CN105209986A (en) * 2013-05-17 2015-12-30 三菱电机株式会社 Programmable controller and peripheral device thereof, and program for accessing table data of programmable controller
JP2016062561A (en) * 2014-09-22 2016-04-25 Kddi株式会社 Display control program, display control system, and display control method
CN106020800A (en) * 2016-05-10 2016-10-12 中国人民解放军海军航空工程学院 Simulated training device operation logic modeling and drive method based on database
CN106707888A (en) * 2017-02-16 2017-05-24 山东仕脉机器人技术有限公司 Programmable control module, system provided with same and control method
CN107972033A (en) * 2017-12-21 2018-05-01 深圳市今天国际智能机器人有限公司 Method, apparatus and system based on graphics table programming Control industrial robot
CN108027595A (en) * 2015-10-30 2018-05-11 三菱电机株式会社 Programable display and control system
CN109947310A (en) * 2017-12-21 2019-06-28 北京丰信达科技有限公司 A kind of suspension public administration platform technology of wisdom blackboard
JP2019121276A (en) * 2018-01-10 2019-07-22 ヤフー株式会社 Display control program, display control device, display control method, and server device
CN111522291A (en) * 2020-04-28 2020-08-11 同方泰德国际科技(北京)有限公司 Programmable control method and programmable controller

Patent Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101188583A (en) * 2006-11-17 2008-05-28 中兴通讯股份有限公司 Design method for table-driven parallel machine
US20080280277A1 (en) * 2007-04-06 2008-11-13 Jeffrey Evan Fernandez Motivational coaching techniques tailored for individuals
JP2010224323A (en) * 2009-03-24 2010-10-07 Japan Institute For Educational Measurement Inc Thesis content evaluation device and program
CN101551654A (en) * 2009-04-29 2009-10-07 深圳市众为兴数控技术有限公司 Opened obot control method based on table prgraming and its system
CN101882138A (en) * 2009-05-07 2010-11-10 北京四方继保自动化股份有限公司 Non-programmatic realization method for two-dimensional sheet dynamic expansion
CN201629067U (en) * 2010-04-09 2010-11-10 苏州大学 Instrument used for simulating PLC controlled object
CN101923507A (en) * 2010-07-30 2010-12-22 华中科技大学 Universal virtual machine monitoring system based on driving
CN101908289A (en) * 2010-08-31 2010-12-08 南京智慧天下教育科技有限公司 Dynamic real-time interactive programming learning system for teaching
CN102855852A (en) * 2011-06-30 2013-01-02 群康科技(深圳)有限公司 Liquid crystal display and overdriving method
CN102902234A (en) * 2011-07-26 2013-01-30 昆山子力高新科技实业有限公司 Industrial control instrument device with modularized hardware and configurable software and method
CN104285209A (en) * 2011-12-29 2015-01-14 比博实验室公司 Spreadsheet-based programming language adapted for report generation
CN102810277A (en) * 2012-07-12 2012-12-05 上海交通大学 Singlechip teaching experiment box with secondary development function
CN103914315A (en) * 2012-12-31 2014-07-09 展讯通信(上海)有限公司 Configuration method of drivers
CN105209986A (en) * 2013-05-17 2015-12-30 三菱电机株式会社 Programmable controller and peripheral device thereof, and program for accessing table data of programmable controller
JP2016062561A (en) * 2014-09-22 2016-04-25 Kddi株式会社 Display control program, display control system, and display control method
CN108027595A (en) * 2015-10-30 2018-05-11 三菱电机株式会社 Programable display and control system
CN106020800A (en) * 2016-05-10 2016-10-12 中国人民解放军海军航空工程学院 Simulated training device operation logic modeling and drive method based on database
CN106707888A (en) * 2017-02-16 2017-05-24 山东仕脉机器人技术有限公司 Programmable control module, system provided with same and control method
CN107972033A (en) * 2017-12-21 2018-05-01 深圳市今天国际智能机器人有限公司 Method, apparatus and system based on graphics table programming Control industrial robot
CN109947310A (en) * 2017-12-21 2019-06-28 北京丰信达科技有限公司 A kind of suspension public administration platform technology of wisdom blackboard
JP2019121276A (en) * 2018-01-10 2019-07-22 ヤフー株式会社 Display control program, display control device, display control method, and server device
CN111522291A (en) * 2020-04-28 2020-08-11 同方泰德国际科技(北京)有限公司 Programmable control method and programmable controller

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114690978A (en) * 2022-04-25 2022-07-01 惠州汇能精电科技有限公司 Meter head display method and device for hybrid energy storage power supply
CN114690978B (en) * 2022-04-25 2024-05-28 惠州汇能精电科技有限公司 Method and device for displaying meter head of hybrid energy storage power supply

Also Published As

Publication number Publication date
CN112233498B (en) 2023-01-06

Similar Documents

Publication Publication Date Title
CN104731584A (en) Human-machine interface customizable configuration design method for open type numerical control system
US9122269B2 (en) Method and system for operating a machine from the field of automation engineering
CN112233498B (en) Tabular programmable display controller
CN109656555A (en) Operation interface implementation method, system, robot demonstrator and storage medium
CN108829440B (en) Method and system for converting logic configuration array into logic execution command
JP4562141B2 (en) Programmable logic controller, information processing apparatus, control program, and table creation program
US6330485B1 (en) High-speed multi-task system
US20140107847A1 (en) Operating method and operating system for a pcb drilling-milling machine using different motion control products
CN117389615B (en) Program reconstruction method of industrial control board
CN112799521B (en) Electronic device and method for operating electronic device
TWI709908B (en) Method, program product, and computer readable medium for operating software in plc editing environment
CN103529962A (en) Method and system for achieving mouse function of remote controller of touchpad
CN114035526B (en) Method, system, equipment and medium for realizing universal soft hand operator of functional block
JPH10105226A (en) Programmable display device
KR20240034373A (en) How to create the HMI System Tag Tooltip
CN107817776B (en) Secondary development system for serial port screen
EP0664509A1 (en) Method and apparatus for passing control from a first process to a second process
Jayaraman Toward the development of control software for an operator interface in the distributed automation environment
CN114281330A (en) Task configuration method, device, equipment and storage medium
CN116126366A (en) Chip input/output interface configuration method, device, medium and electronic equipment
JPH0695891A (en) Interface system
CN103514424A (en) Data intelligent terminal
KR900008536B1 (en) Computer system suitable in execution of sequencte control and servo control
JPS59201131A (en) Display system for name of function key
CN115599358A (en) Data reading method, device, readable storage medium and control system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant