CN111124502B - Method for accelerating driving program of optical fiber loop main controller of ion implanter - Google Patents

Method for accelerating driving program of optical fiber loop main controller of ion implanter Download PDF

Info

Publication number
CN111124502B
CN111124502B CN201811306650.3A CN201811306650A CN111124502B CN 111124502 B CN111124502 B CN 111124502B CN 201811306650 A CN201811306650 A CN 201811306650A CN 111124502 B CN111124502 B CN 111124502B
Authority
CN
China
Prior art keywords
optical fiber
fiber loop
main controller
controller board
program
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.)
Active
Application number
CN201811306650.3A
Other languages
Chinese (zh)
Other versions
CN111124502A (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 Zhongkexin Electronic Equipment Co Ltd
Original Assignee
Beijing Zhongkexin Electronic Equipment 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 Zhongkexin Electronic Equipment Co Ltd filed Critical Beijing Zhongkexin Electronic Equipment Co Ltd
Priority to CN201811306650.3A priority Critical patent/CN111124502B/en
Publication of CN111124502A publication Critical patent/CN111124502A/en
Application granted granted Critical
Publication of CN111124502B publication Critical patent/CN111124502B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers
    • HELECTRICITY
    • H01ELECTRIC ELEMENTS
    • H01JELECTRIC DISCHARGE TUBES OR DISCHARGE LAMPS
    • H01J37/00Discharge tubes with provision for introducing objects or material to be exposed to the discharge, e.g. for the purpose of examination or processing thereof
    • H01J37/30Electron-beam or ion-beam tubes for localised treatment of objects
    • H01J37/317Electron-beam or ion-beam tubes for localised treatment of objects for changing properties of the objects or for applying thin layers thereon, e.g. for ion implantation
    • H01J37/3171Electron-beam or ion-beam tubes for localised treatment of objects for changing properties of the objects or for applying thin layers thereon, e.g. for ion implantation for ion implantation
    • HELECTRICITY
    • H01ELECTRIC ELEMENTS
    • H01JELECTRIC DISCHARGE TUBES OR DISCHARGE LAMPS
    • H01J2237/00Discharge tubes exposing object to beam, e.g. for analysis treatment, etching, imaging
    • H01J2237/30Electron or ion beam tubes for processing objects
    • H01J2237/317Processing objects on a microscale
    • H01J2237/31701Ion implantation

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Chemical & Material Sciences (AREA)
  • Analytical Chemistry (AREA)
  • Optical Communication System (AREA)
  • Chemical Or Physical Treatment Of Fibers (AREA)

Abstract

The invention discloses a method for accelerating a driver of an optical fiber loop main controller of an ion implanter, which comprises the following steps: the optical fiber loop main controller board card (1), the memory buffer (2), the timer (3), the driver (4) and the interface program (5). The optical fiber loop main controller board card (1) is necessary hardware equipment and runs on an ion implanter. The memory buffer (2) and the timer (3) are Windows system resources. The driver (4) and the interface (5) are components of the ion implanter software.

Description

Method for accelerating driving program of optical fiber loop main controller of ion implanter
Technical Field
The method is applied to the ion implanter software, can improve the driving speed of the optical fiber loop main controller, and can avoid the problem of data display jamming in the beam-adjusting interface, thereby improving the use experience and the beam-adjusting efficiency of the software.
Background
Ion implanters are important equipment in microelectronic fabrication. In the ion implanter software, the fiber loop main controller driver is a very important driver. It controls the input and output of nearly thousands of digital and analog quantities in an ion implanter. These digital and analog ports, in turn, control the power supplies, valves, and pumps of the ion implanter. In establishing a beam interface of ion implanter software, a large amount of power supply and Faraday cup feedback data need to be displayed in real time. These data are all from the fibre loop master controller driver. When the driving speed of the optical fiber loop main controller is low, the problem of blockage of data updating of the beam adjusting interface can occur, and the use experience and the beam adjusting efficiency of software can be reduced. Therefore, the speed of driving the optical fiber loop main controller is significant.
Disclosure of Invention
The invention discloses a method for accelerating a driver of an optical fiber loop main controller of an ion implanter, which is mainly used in ion implanter software. There is a need for real-time display of a large amount of power supply and faraday cup feedback data in a beam-conditioning interface of an ion implanter. The method can improve the driving speed of the optical fiber loop main controller, and avoid the problem of data display jamming of the beam-adjusting interface.
The invention is realized by the following technical scheme: the optical fiber loop main controller board card (1), the memory buffer (2), the timer (3), the driver (4) and the interface program (5).
The method is characterized in that: and after sending a read operation command to the optical fiber loop main controller board card (1) each time, the driver (4) backs up all IO (input/output) returned by the optical fiber loop main controller board card into a predefined memory buffer (2), and simultaneously starts a timer (3) to start timing. When the interface program (5) calls the driving program (4) to read a certain IO amount, if the timing value of the timer (3) is smaller than a set value at the moment, the driving program (4) directly reads the backup IO amount required by the interface program (5) from the memory buffer (2), if the timing value is larger than the set value, the reading operation command is sent to the optical fiber loop main controller board (1) again, all digital and analog port IO amounts returned by the optical fiber loop main controller board (1) are backed up in the memory buffer (2), the timing value of the timer (3) is reset at the same time, and finally the IO amount required by the interface program (5) is returned.
Drawings
FIG. 1 flow chart of the driving procedure
Detailed Description
1. A method for accelerating a driver of an optical fiber loop main controller of an ion implanter comprises the following steps: the system comprises an optical fiber loop main controller board card (1), a memory buffer (2), a timer (3), a driving program (4) and an interface program (5).
2. After the driver (4) sends a read operation command to the optical fiber loop main controller board card (1) each time, all digital and analog port IO quantities returned by the optical fiber loop main controller board card (1) are backed up to the predefined memory buffer (2), and the timer (3) is started to start timing at the same time.
3. When the interface program (5) calls the driving program (4) to read a certain IO amount, the driving program (4) firstly reads the timing value of the timer (3). And if the timing value of the timer (3) is smaller than the set value at the moment, directly reading the backup IO amount required by the interface program (5) from the memory buffer (2) and returning the backup IO amount to the interface program (5). If the timing value is larger than the set value, the optical fiber loop main controller board card (1) is sent with a read operation command again, all digital and analog port IO quantities returned by the optical fiber loop main controller board card (1) are backed up in the memory buffer (2), the timing value of the timer (3) is reset at the same time, and finally the IO quantities required by the interface program (5) are returned.
The contents of this patent have been described in detail with respect to specific embodiments thereof. Any obvious modifications thereof, which would be obvious to one skilled in the art without departing from the spirit of the invention, constitute an infringement of this invention and are therefore subject to corresponding legal liability.

Claims (3)

1. A method for accelerating the speed of a main controller driver of an optical fiber loop of an ion implanter is characterized in that: after a drive program sends a read operation command to the optical fiber loop main controller board card every time, all IO (input/output) quantities returned by the optical fiber loop main controller board card are backed up to a memory buffer, a timer is started to start timing, when an interface program calls the drive program to read a certain IO quantity, if the timing value is smaller than a set value at the moment, the drive program directly reads the backed IO quantity required by the interface program from the memory buffer, if the timing value is larger than the set value, the read operation command is sent to the optical fiber loop main controller board card again, and the IO quantity required by the interface program is read from the optical fiber loop main controller board card.
2. The method according to claim 1, wherein the driver backs up all digital and analog port IO volumes returned by the optical fiber loop main controller board to a predefined memory buffer after sending a read operation command to the optical fiber loop main controller board each time, and simultaneously starts a timer to start timing.
3. The method according to claim 1, wherein when the interface program calls the driver program to read a certain IO volume, the driver program first reads a timing value of the timer, and if the timing value of the timer is smaller than a set value, the driver program directly reads a backup IO volume required by the interface program from the memory buffer and returns the backup IO volume to the interface program, and if the timing value is larger than the set value, the driver program sends a read operation command to the optical fiber loop host controller board again, backs up all digital and analog port IO volumes returned by the optical fiber loop host controller board to the memory buffer, resets the timing value of the timer, and finally returns the IO volume required by the interface program.
CN201811306650.3A 2018-10-31 2018-10-31 Method for accelerating driving program of optical fiber loop main controller of ion implanter Active CN111124502B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811306650.3A CN111124502B (en) 2018-10-31 2018-10-31 Method for accelerating driving program of optical fiber loop main controller of ion implanter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811306650.3A CN111124502B (en) 2018-10-31 2018-10-31 Method for accelerating driving program of optical fiber loop main controller of ion implanter

Publications (2)

Publication Number Publication Date
CN111124502A CN111124502A (en) 2020-05-08
CN111124502B true CN111124502B (en) 2022-06-28

Family

ID=70495025

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811306650.3A Active CN111124502B (en) 2018-10-31 2018-10-31 Method for accelerating driving program of optical fiber loop main controller of ion implanter

Country Status (1)

Country Link
CN (1) CN111124502B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112596818B (en) * 2020-12-30 2023-12-05 上海众源网络有限公司 Application program control method, system and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5606681A (en) * 1994-03-02 1997-02-25 Eec Systems, Inc. Method and device implementing software virtual disk in computer RAM that uses a cache of IRPs to increase system performance
CN101286143A (en) * 2008-05-26 2008-10-15 中兴通讯股份有限公司 Method for supervisory unit driving cache
CN107643989A (en) * 2016-07-22 2018-01-30 北京中科信电子装备有限公司 One kind is based on pci bus agreement dual fiber ring road redundancy structure Communication Card

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5606681A (en) * 1994-03-02 1997-02-25 Eec Systems, Inc. Method and device implementing software virtual disk in computer RAM that uses a cache of IRPs to increase system performance
CN101286143A (en) * 2008-05-26 2008-10-15 中兴通讯股份有限公司 Method for supervisory unit driving cache
CN107643989A (en) * 2016-07-22 2018-01-30 北京中科信电子装备有限公司 One kind is based on pci bus agreement dual fiber ring road redundancy structure Communication Card

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
LC19离子注入机控制方法及主控制器原理分析;邱小莎等;《微细加工技术》;20050330(第01期);全文 *

Also Published As

Publication number Publication date
CN111124502A (en) 2020-05-08

Similar Documents

Publication Publication Date Title
CN104598276B (en) A kind of touch-screen firmware on line upgrading method and device
CN111124502B (en) Method for accelerating driving program of optical fiber loop main controller of ion implanter
CN105224480A (en) A kind of method and apparatus for the access memory device in response to reading requirement
US20170364281A1 (en) Method and apparatus for adjusting throughput of storage device
WO2023202297A1 (en) Data reading method and apparatus, device, and storage medium
CN106843982B (en) Data processing method and device based on FPGA
CN106817259A (en) The upgrade method and device of VSM systems
CN103324486A (en) Method for realizing software version adaptive configuration by utilizing loose-coupling architecture
US9377966B2 (en) Method and apparatus for efficiently processing storage commands
CN114153477B (en) PCIE driving card firmware upgrading method, device, system, equipment and medium
CN113515344B (en) Cross-technology-platform virtual machine automatic migration method and device
CN113411212B (en) BIOS control system of intelligent network card and BIOS control method of intelligent network card
US8112606B2 (en) Method for storing a data block containing data for controlling a technical process, and control and automation device
KR20160013807A (en) Substrate processing system, storage medium and method of registering new device
CN108205503B (en) Hardware drive compatible method and terminal
CN111049913B (en) Data file transmission method and device, storage medium and electronic equipment
CN103294493A (en) Method and device for initializing peripheral equipment, and camera
CN109697077B (en) Method, device and equipment for starting hard disk firmware
EP3301582A1 (en) Information processing apparatus, information processing method and program
CN114706594A (en) Bulk Molding Compound (BMC) software batch installation method, device, equipment and readable storage medium
US8270055B2 (en) Modified electrode signal during reset of a micro-mirror display device
CN111694300A (en) Automatic configuration method and device for control panel input and output ports
US20100082323A1 (en) Deterministic remote interface unit emulator
CN114416188B (en) Data processing system and ARM core board starting method
CN112217773B (en) Firewall rule processing method, device and storage medium

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