CN112526255A - Universal configuration method and equipment in optical module automatic test system - Google Patents

Universal configuration method and equipment in optical module automatic test system Download PDF

Info

Publication number
CN112526255A
CN112526255A CN202011268229.5A CN202011268229A CN112526255A CN 112526255 A CN112526255 A CN 112526255A CN 202011268229 A CN202011268229 A CN 202011268229A CN 112526255 A CN112526255 A CN 112526255A
Authority
CN
China
Prior art keywords
module
equipment
test system
class
optical module
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
CN202011268229.5A
Other languages
Chinese (zh)
Other versions
CN112526255B (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.)
Wuhan Linktel Technologies Co Ltd
Original Assignee
Wuhan Linktel Technologies 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 Wuhan Linktel Technologies Co Ltd filed Critical Wuhan Linktel Technologies Co Ltd
Priority to CN202011268229.5A priority Critical patent/CN112526255B/en
Publication of CN112526255A publication Critical patent/CN112526255A/en
Application granted granted Critical
Publication of CN112526255B publication Critical patent/CN112526255B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01MTESTING STATIC OR DYNAMIC BALANCE OF MACHINES OR STRUCTURES; TESTING OF STRUCTURES OR APPARATUS, NOT OTHERWISE PROVIDED FOR
    • G01M11/00Testing of optical apparatus; Testing structures by optical methods not otherwise provided for
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Chemical & Material Sciences (AREA)
  • Analytical Chemistry (AREA)
  • Testing Of Optical Devices Or Fibers (AREA)

Abstract

The embodiment of the invention provides a general configuration method and equipment in an optical module automatic test system. The method comprises the following steps: constructing an abstract device class at the top layer, an abstract function device class at the middle layer and a concrete device subclass at the bottom layer in an Actor framework of LabVIEW; the base class of device configuration is built in Actor. According to the general configuration method and the equipment in the optical module automatic test system, provided by the embodiment of the invention, the three layers of equipment and the base class of equipment configuration are constructed in the Actor frame of LabVIEW in an object-oriented manner, so that the universality of the optical module automatic test system can be enhanced, the flexibility of equipment replacement in the optical module automatic test system is improved, and the development and maintenance cost of the optical module automatic test system is greatly reduced.

Description

Universal configuration method and equipment in optical module automatic test system
Technical Field
The embodiment of the invention relates to the technical field of optical module testing, in particular to a general configuration method and equipment in an optical module automatic testing system.
Background
In an automatic test system for optical modules, modules with different speeds and different functional requirements are involved, therefore, the automatic test system for different optical modules also exists, the types of the devices used in each set of system are various, such as oscilloscopes, optical power meters, off-switches, electric switches, error code meters, attenuators and the like, the number of used equipment is different, multiple manufacturers can exist in the same equipment, the conventional design method is that each set of automatic test system develops respective equipment configuration management interfaces according to respective requirements, the workload is large, the universality is not high, the flexibility is low, and the automatic test system cannot adapt to the possible changes (such as equipment replacement, equipment increase and decrease and the like), when the changes occur, the program needs to be rewritten, new problem points are easy to introduce, and the development and maintenance cost of the optical module automatic test system is greatly increased. Therefore, it is an urgent technical problem in the art to develop a general configuration method and apparatus in an optical module automatic test system, which can effectively overcome the above-mentioned defects in the related art.
Disclosure of Invention
In view of the above problems in the prior art, embodiments of the present invention provide a general configuration method and device in an optical module automation test system.
In a first aspect, an embodiment of the present invention provides a general configuration method in an optical module automation test system, including: constructing an abstract device class at the top layer, an abstract function device class at the middle layer and a concrete device subclass at the bottom layer in an Actor framework of LabVIEW; the base class of device configuration is built in Actor.
On the basis of the contents of the above method embodiments, in the general configuration method in the optical module automation test system provided in the embodiments of the present invention, the abstract device class at the top level includes: generic properties of the device and device interfaces.
On the basis of the content of the above method embodiment, the device interface of the general configuration method in the optical module automation test system provided in the embodiment of the present invention includes: the equipment opening module is used for opening equipment; the equipment closing module is used for closing the equipment; and the equipment communication connection testing module is used for testing the equipment communication connection state.
On the basis of the contents of the above method embodiments, in the general configuration method in the optical module automation test system provided in the embodiments of the present invention, the abstract functional device class of the intermediate layer includes: the attenuation module is used for carrying out signal attenuation; the error code instrument module is used for testing signal error codes; the oscilloscope module is used for detecting the performance of the module transmitting end signal; the power meter module is used for calling a power meter; the power supply module is used for supplying power to the system; a switch module for defining a switch; the wavelength meter module is used for measuring the wavelength of the signal; and the spectrometer module is used for detecting the signal spectrum.
On the basis of the contents of the above method embodiments, the general configuration method in the optical module automation test system provided in the embodiments of the present invention includes the following general attributes: a device port.
On the basis of the contents of the above method embodiments, in the general configuration method in the optical module automation test system provided in the embodiments of the present invention, the specific device subclass at the bottom layer includes: the PSS error code instrument module is used for calling the PSS error code instrument; and the Goight optical power meter module is used for calling the Goight optical power meter.
On the basis of the contents of the foregoing method embodiments, the method for configuring a general purpose in an optical module automation test system provided in an embodiment of the present invention, where a base class of device configuration is constructed in an Actor. The Actor core. vi method in Actor.
In a second aspect, an embodiment of the present invention provides a general configuration apparatus in an optical module automation test system, including:
the different-layer class building module is used for building an abstract device class at the top layer, an abstract function device class at the middle layer and a concrete device subclass at the bottom layer in an Actor framework of LabVIEW; and the base class building module is used for building a base class of the equipment configuration in the Actor.
In a third aspect, an embodiment of the present invention provides an electronic device, including:
at least one processor; and
at least one memory communicatively coupled to the processor, wherein:
the memory stores program instructions executable by the processor, and the processor calls the program instructions to execute the general configuration method in the optical module automation test system provided by any one of the various implementation manners of the first aspect.
In a fourth aspect, an embodiment of the present invention provides a non-transitory computer-readable storage medium storing computer instructions for causing a computer to execute a general configuration method in an optical module automation test system provided in any one of the various implementations of the first aspect.
According to the general configuration method and the equipment in the optical module automatic test system, provided by the embodiment of the invention, the three layers of equipment and the base class of equipment configuration are constructed in the Actor frame of LabVIEW in an object-oriented manner, so that the universality of the optical module automatic test system can be enhanced, the flexibility of equipment replacement in the optical module automatic test system is improved, and the development and maintenance cost of the optical module automatic test system is greatly reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, a brief description will be given below to the drawings required for the description of the embodiments or the prior art, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart of a general configuration method in an optical module automated test system according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a general configuration device in an optical module automated testing system according to an embodiment of the present invention;
fig. 3 is a schematic physical structure diagram of an electronic device according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a three-layer device according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of a base class structure of a device configuration according to an embodiment of the present invention;
fig. 6 is a flowchart of a human-computer interaction of a general configuration method in an optical module automated testing system according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention. In addition, technical features of various embodiments or individual embodiments provided by the present invention may be arbitrarily combined with each other to form a feasible technical solution, and such combination is not limited by the sequence of steps and/or the structural composition mode, but must be realized by a person skilled in the art, and when the technical solution combination is contradictory or cannot be realized, such a technical solution combination should not be considered to exist and is not within the protection scope of the present invention.
At present, the conventional construction method of the system adopts a process-oriented mode, equipment configuration programs depend on specific equipment of a certain type, when the equipment is changed, a large amount of original codes are required to be modified, and meanwhile, because equipment drivers are called at multiple places, new bugs are easily introduced, so that the system is crashed; by adopting an object-oriented mode and combining with the Actor framework in LabVIEW, the problems brought by the conventional method can be solved. Based on the idea, an embodiment of the present invention provides a general configuration method in an optical module automation test system, and referring to fig. 1, the method includes: constructing an abstract device class at the top layer, an abstract function device class at the middle layer and a concrete device subclass at the bottom layer in an Actor framework of LabVIEW; the base class of device configuration is built in Actor.
Specifically, based on object-oriented technical design, the device is abstracted, a device parent class is abstracted, in the abstracted device parent class, the device parent class has the common attribute (such as a device communication port) of all devices, and two interfaces are provided for controlling the communication connection and disconnection control of the devices; secondly, abstracting an intermediate device abstraction layer, creating corresponding abstract subclasses aiming at the functions of different types of devices, inheriting the self-abstract device parent class, wherein the devices commonly used in the optical module automatic test system comprise: oscilloscopes, optical power meters, optical attenuators, error code meters, optical switches, wavelength meters, programmable power supplies, spectrometers and the like. The equipment with the same function is frequently used by multiple manufacturers, which brings a problem that the communication protocols or control modes of the equipment of different manufacturers are different, which means that an equipment control program written for each manufacturer cannot be used universally, and thus the equipment control mode (such as reading an eye diagram extinction ratio, a template margin, reading an optical power meter value, setting an optical attenuation value and the like) of each function needs to be abstracted into an interface for an upper layer module to call; finally, specific device subclasses are created, inherit the device subclasses from the corresponding middle-layer abstract subclasses, and an interface provided in the father subclass is realized; when a device with a certain function is replaced or introduced into other manufacturers, the written and tested code does not need to be modified, and only a specific subclass needs to be added and a corresponding interface is realized. Furthermore, in order to make the equipment configuration more universal, flexibly add or delete equipment in the configuration interface according to different requirements of the automatic test system, and carry out communication test on the equipment, the equipment parameters of each function are different, therefore, the configuration interfaces are different, an abstract device configuration parent class is created, the general functions of the device configuration (such as the creation, loading and the like of device configuration objects) are realized, then creating device configuration subclasses of all specific functions, inheriting the device configuration parent class, adding respective unique setting parameters to each subclass, rewriting the configuration interface, thereby being capable of conveniently realizing the dynamic addition, deletion and modification of each equipment configuration interface, being suitable for all automatic test systems of each optical module, such a design may make the configuration of devices in an automated test system more versatile and flexible.
Based on the content of the foregoing method embodiment, as an optional embodiment, in the general configuration method in the optical module automation test system provided in the embodiment of the present invention, the top-level abstract device class includes: generic properties of the device and device interfaces.
Based on the content of the foregoing method embodiment, as an optional embodiment, in the general configuration method in the optical module automation test system provided in the embodiment of the present invention, the device interface includes: the equipment opening module is used for opening equipment; the equipment closing module is used for closing the equipment; and the equipment communication connection testing module is used for testing the equipment communication connection state.
Based on the content of the foregoing method embodiment, as an optional embodiment, in the general configuration method in the optical module automation test system provided in the embodiment of the present invention, the abstract functional device class of the intermediate layer includes: the attenuation module is used for carrying out signal attenuation; the error code instrument module is used for testing signal error codes; the oscilloscope module is used for detecting the performance of the module transmitting end signal; the power meter module is used for calling a power meter; the power supply module is used for supplying power to the system; a switch module for defining a switch; the wavelength meter module is used for measuring the wavelength of the signal; and the spectrometer module is used for detecting the signal spectrum.
Based on the content of the above method embodiment, as an optional embodiment, in the general configuration method in the optical module automation test system provided in the embodiment of the present invention, the general attributes of the device include: a device port.
Based on the content of the above method embodiment, as an optional embodiment, in the general configuration method in the optical module automation test system provided in the embodiment of the present invention, the specific device subclass at the bottom layer includes: the PSS error code instrument module is used for calling the PSS error code instrument; and the Goight optical power meter module is used for calling the Goight optical power meter.
Specifically, as shown in fig. 4, the top layer is an Abstract device class (Abstract instrument. lvclass), which includes common attributes (instr — device port) and interfaces (Open () -device Open, Close () -device closed, Connection Test () -device communication Connection Test) of all devices; the middle layer is Abstract functional device class (Abstract atom. class, Abstract bert. class, Abstract scope. class, Abstract powermeter. class, Abstract powersupply. class, Abstract switch. class, Abstract wav measurer. class, Abstract spectrograms. class), inherits from the Abstract device parent class of the top layer, and these different kinds of devices have respective functions except for the interface provided by the parent class, and provide unique attributes and interfaces of the kind of devices, and refer to fig. 4 specifically, which is not described herein again; the lowest layer is a concrete device subclass, that is, devices with concrete functions provided by various manufacturers, such as a bit error detector of the PSS, an optical power meter of height, and the like, respectively inherit from the abstract device class corresponding to the middle layer, and respectively implement all interface methods in the father class, specifically referring to fig. 4, so that a client program only needs to rely on the abstract interface for programming, and does not depend on a device with a certain function of a specific manufacturer, and can well adapt to the influence caused by device change.
Based on the content of the foregoing method embodiment, as an optional embodiment, the method for configuring a general configuration in an optical module automation test system provided in the embodiment of the present invention, where a base class of device configuration is constructed in an Actor. The Actor core. vi method in Actor.
In order to ensure that the configuration of the device is more universal, and the device can be flexibly added or deleted according to the current test requirement, and the parameters of the device of each function are different, which may result in that the configuration interface of the device of each function is also different, but other methods are the same, such as creation of a device configuration object, loading of the configuration interface, and unloading of the configuration interface, so that a base class of the device configuration can be abstracted, which includes common attributes and methods of the device configuration, and can be directly used by being inherited by specific device subclasses, so as to implement multiplexing of codes and reduce workload, and in order to design more simply, in combination with an Actor frame in LabVIEW, the base class of the device configuration is inherited from Actor. No more detailed description is given here), the configured interfaces are different, and each needs to rewrite the Actor core.
Referring to fig. 6, firstly, starting a device configuration program, then judging whether a right mouse click is performed to pop up a shortcut menu, and if an add device is selected, starting the configuration of the corresponding device and loading a configuration interface; if the added equipment is selected to be deleted, the equipment configuration is ended and the configuration interface is uninstalled; and then judging whether a 'confirm' button is clicked or not, if so, storing the configuration parameters of all the devices, closing the device configuration program, if not, judging whether a 'window is clicked to close', if so, not storing the device configuration parameters, closing the configuration program, and if not, judging whether a right mouse button is clicked to pop up a shortcut menu again, and repeating the steps. In the man-machine interaction operation interface, a right mouse button is clicked at a blank position of a device list box, a certain device is selected to be added or the selected added device is deleted in a popup menu, so that the device addition and deletion can be simply realized through mouse operation, the device can be flexibly configured according to requirements aiming at different automatic optical module test systems, the device configuration program is completely separated from specific test requirements without mutual influence, and different test requirements can be adapted without modifying any code, so that better universality can be realized.
According to the general configuration method in the optical module automatic test system provided by the embodiment of the invention, the three layers of equipment and the base class of equipment configuration are constructed in the Actor frame of LabVIEW in an object-oriented manner, so that the universality of the optical module automatic test system can be enhanced, the flexibility of equipment replacement in the optical module automatic test system is improved, and the development and maintenance cost of the optical module automatic test system is greatly reduced.
The implementation basis of the various embodiments of the present invention is realized by programmed processing performed by a device having a processor function. Therefore, in engineering practice, the technical solutions and functions thereof of the embodiments of the present invention can be packaged into various modules. Based on this practical situation, on the basis of the foregoing embodiments, embodiments of the present invention provide a general configuration device in an optical module automation test system, where the device is configured to execute the general configuration method in the optical module automation test system in the foregoing method embodiments. Referring to fig. 2, the apparatus includes: the different-layer class building module is used for building an abstract device class at the top layer, an abstract function device class at the middle layer and a concrete device subclass at the bottom layer in an Actor framework of LabVIEW; and the base class building module is used for building a base class of the equipment configuration in the Actor.
The general configuration device in the optical module automatic test system provided by the embodiment of the invention adopts various modules in fig. 2, and constructs three layers of equipment classes and equipment configuration base classes in the Actor frame of LabVIEW in an object-oriented manner, so that the universality of the optical module automatic test system can be enhanced, the flexibility of equipment replacement in the optical module automatic test system is improved, and the development and maintenance cost of the optical module automatic test system is greatly reduced.
It should be noted that, the apparatus in the apparatus embodiment provided by the present invention may be used for implementing methods in other method embodiments provided by the present invention, except that corresponding function modules are provided, and the principle of the apparatus embodiment provided by the present invention is basically the same as that of the apparatus embodiment provided by the present invention, so long as a person skilled in the art obtains corresponding technical means by combining technical features on the basis of the apparatus embodiment described above, and obtains a technical solution formed by these technical means, on the premise of ensuring that the technical solution has practicability, the apparatus in the apparatus embodiment described above may be modified, so as to obtain a corresponding apparatus class embodiment, which is used for implementing methods in other method class embodiments. For example:
based on the content of the above device embodiment, as an optional embodiment, the general configuration device in the optical module automation test system provided in the embodiment of the present invention further includes: a second module for overwriting an Actor core. vi method in Actor.
The method of the embodiment of the invention is realized by depending on the electronic equipment, so that the related electronic equipment is necessarily introduced. To this end, an embodiment of the present invention provides an electronic apparatus, as shown in fig. 3, including: at least one processor (processor)301, a communication Interface (Communications Interface)304, at least one memory (memory)302 and a communication bus 303, wherein the at least one processor 301, the communication Interface 304 and the at least one memory 302 are configured to communicate with each other via the communication bus 303. The at least one processor 301 may invoke logic instructions in the at least one memory 302 to perform all or a portion of the steps of the methods provided by the various method embodiments described above.
Furthermore, the logic instructions in the at least one memory 302 may be implemented in software functional units and stored in a computer readable storage medium when sold or used as a stand-alone product. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the method embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. Based on this recognition, each block in the flowchart or block diagrams may represent a module, a program segment, or a portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In this patent, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A general configuration method in an optical module automatic test system is characterized by comprising the following steps: constructing an abstract device class at the top layer, an abstract function device class at the middle layer and a concrete device subclass at the bottom layer in an Actor framework of LabVIEW; the base class of device configuration is built in Actor.
2. The method for universal configuration in an optical module automation test system according to claim 1, wherein the abstract device class at the top level comprises: generic properties of the device and device interfaces.
3. The method for universal configuration in an optical module automated test system according to claim 1, wherein the device interface comprises: the equipment opening module is used for opening equipment; the equipment closing module is used for closing the equipment; and the equipment communication connection testing module is used for testing the equipment communication connection state.
4. The method for universal configuration in an optical module automation test system according to claim 1, wherein the abstract functional device class of the middle layer comprises: the attenuation module is used for carrying out signal attenuation; the error code instrument module is used for testing signal error codes; the oscilloscope module is used for detecting the performance of the module transmitting end signal; the power meter module is used for calling a power meter; the power supply module is used for supplying power to the system; a switch module for defining a switch; the wavelength meter module is used for measuring the wavelength of the signal; and the spectrometer module is used for detecting the signal spectrum.
5. The method for generic configuration in an optical module automated test system according to claim 1, wherein the generic attributes of the device comprise: a device port.
6. The method of claim 1, wherein the specific device subclasses of the bottom layer comprise: the PSS error code instrument module is used for calling the PSS error code instrument; and the Goight optical power meter module is used for calling the Goight optical power meter.
7. The method according to claim 1, wherein the building a base class of device configuration in the Actor. The Actor core. vi method in Actor.
8. A general configuration device in an optical module automatic test system is characterized by comprising: the different-layer class building module is used for building an abstract device class at the top layer, an abstract function device class at the middle layer and a concrete device subclass at the bottom layer in an Actor framework of LabVIEW; and the base class building module is used for building a base class of the equipment configuration in the Actor.
9. An electronic device, comprising:
at least one processor, at least one memory, and a communication interface; wherein the content of the first and second substances,
the processor, the memory and the communication interface are communicated with each other;
the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform the method of any of claims 1 to 7.
10. A non-transitory computer-readable storage medium storing computer instructions for causing a computer to perform the method of any one of claims 1 to 7.
CN202011268229.5A 2020-11-13 2020-11-13 Universal configuration method and device in optical module automatic test system Active CN112526255B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011268229.5A CN112526255B (en) 2020-11-13 2020-11-13 Universal configuration method and device in optical module automatic test system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011268229.5A CN112526255B (en) 2020-11-13 2020-11-13 Universal configuration method and device in optical module automatic test system

Publications (2)

Publication Number Publication Date
CN112526255A true CN112526255A (en) 2021-03-19
CN112526255B CN112526255B (en) 2024-04-02

Family

ID=74982418

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011268229.5A Active CN112526255B (en) 2020-11-13 2020-11-13 Universal configuration method and device in optical module automatic test system

Country Status (1)

Country Link
CN (1) CN112526255B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113872682A (en) * 2021-09-16 2021-12-31 苏州浪潮智能科技有限公司 Optical module introduction test method and system
CN116067618A (en) * 2023-01-12 2023-05-05 深圳市光为光通信科技有限公司 Automatic production and adjustment method for 800G high-speed optical module

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110112790A1 (en) * 2008-07-07 2011-05-12 Eitan Lavie System and method for automatic hardware and software sequencing of computer-aided design (cad) functionality testing
CN102252820A (en) * 2011-06-22 2011-11-23 成都新易盛通信技术有限公司 On-line automatic testing system in production of optical module
CN103957266A (en) * 2014-05-07 2014-07-30 熊猫电子集团有限公司 Device centralized control method for communication system
CN104333415A (en) * 2014-09-26 2015-02-04 武汉光迅科技股份有限公司 Multi-channel automatic test method used for testing optical modules and system thereof
CN105049113A (en) * 2015-06-17 2015-11-11 武汉光迅科技股份有限公司 Active optical module multi-channel automatic test system and method
CN106201878A (en) * 2016-07-08 2016-12-07 百度在线网络技术(北京)有限公司 The execution method and apparatus of test program
CN107247594A (en) * 2017-06-12 2017-10-13 武汉斗鱼网络科技有限公司 Flogic system and its implementation, computing device and computer-readable recording medium
CN109274422A (en) * 2018-11-29 2019-01-25 四川光恒通信技术有限公司 A kind of optical module test macro and method
CN110350991A (en) * 2019-07-10 2019-10-18 江苏亨通光网科技有限公司 A kind of optical module Auto-Test System, method, computer equipment and storage medium
CN110838961A (en) * 2019-10-12 2020-02-25 沈阳航空航天大学 General aviation bus message scheduling system
CN111782513A (en) * 2020-06-23 2020-10-16 西北工业大学 Satellite ground universal automatic test method based on DLL

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110112790A1 (en) * 2008-07-07 2011-05-12 Eitan Lavie System and method for automatic hardware and software sequencing of computer-aided design (cad) functionality testing
CN102252820A (en) * 2011-06-22 2011-11-23 成都新易盛通信技术有限公司 On-line automatic testing system in production of optical module
CN103957266A (en) * 2014-05-07 2014-07-30 熊猫电子集团有限公司 Device centralized control method for communication system
CN104333415A (en) * 2014-09-26 2015-02-04 武汉光迅科技股份有限公司 Multi-channel automatic test method used for testing optical modules and system thereof
CN105049113A (en) * 2015-06-17 2015-11-11 武汉光迅科技股份有限公司 Active optical module multi-channel automatic test system and method
CN106201878A (en) * 2016-07-08 2016-12-07 百度在线网络技术(北京)有限公司 The execution method and apparatus of test program
CN107247594A (en) * 2017-06-12 2017-10-13 武汉斗鱼网络科技有限公司 Flogic system and its implementation, computing device and computer-readable recording medium
CN109274422A (en) * 2018-11-29 2019-01-25 四川光恒通信技术有限公司 A kind of optical module test macro and method
CN110350991A (en) * 2019-07-10 2019-10-18 江苏亨通光网科技有限公司 A kind of optical module Auto-Test System, method, computer equipment and storage medium
CN110838961A (en) * 2019-10-12 2020-02-25 沈阳航空航天大学 General aviation bus message scheduling system
CN111782513A (en) * 2020-06-23 2020-10-16 西北工业大学 Satellite ground universal automatic test method based on DLL

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
丁蔚;彭诚;李军;侯旭玮;: "基于虚拟仪器面向对象编程技术的计量校准程序", 计量学报, no. 6, 22 December 2019 (2019-12-22), pages 74 - 79 *
廖捷;张琦;吴建军;刘玉;: "工程装备通用自动测试系统设计", 解放军理工大学学报(自然科学版), no. 3, 15 June 2007 (2007-06-15), pages 88 - 91 *
曹丙虎;: "基于GPIB的光收发模块自动测试系统", 安徽电子信息职业技术学院学报, no. 3, 20 June 2010 (2010-06-20), pages 13 - 14 *
陈晗;潘琦;洪艺铭;曹炳尧;吴雅婷;: "基于功能抽象的仪表自动化测试中间件设计与实现", 工业控制计算机, no. 6, 25 June 2020 (2020-06-25), pages 64 - 66 *
黄建军;李宥谋;刘婧;周欢;: "基于Python语言的自动化测试系统的设计与实现", 现代电子技术, no. 4, 15 February 2017 (2017-02-15), pages 47 - 51 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113872682A (en) * 2021-09-16 2021-12-31 苏州浪潮智能科技有限公司 Optical module introduction test method and system
CN113872682B (en) * 2021-09-16 2023-03-03 苏州浪潮智能科技有限公司 Optical module introduction test method and system
CN116067618A (en) * 2023-01-12 2023-05-05 深圳市光为光通信科技有限公司 Automatic production and adjustment method for 800G high-speed optical module
CN116067618B (en) * 2023-01-12 2024-02-02 深圳市光为光通信科技有限公司 Automatic production and adjustment method for 800G high-speed optical module

Also Published As

Publication number Publication date
CN112526255B (en) 2024-04-02

Similar Documents

Publication Publication Date Title
US20230342128A1 (en) Application blueprints based on service templates to deploy applications in different cloud environments
US11455149B2 (en) Object configuration utilities
CN112526255A (en) Universal configuration method and equipment in optical module automatic test system
CN113703749A (en) Information system based on visual programming technology and construction method thereof
US20150248343A1 (en) Method and apparatus for implementing instrumentation code
CN105740144B (en) A kind of automated testing method and system of Android mobile terminal
US10514898B2 (en) Method and system to develop, deploy, test, and manage platform-independent software
CN112199093B (en) Resource checking method, device, equipment and computer readable storage medium
CN108733553A (en) Configuration method, the device and system of test device based on docker
CN108958843A (en) Plug-in unit construction method, system, equipment and medium based on lightweight script
CN103399814A (en) Automated testing method and automated testing device
CN104536398B (en) Frequency converter monitoring method and system
CN105162664A (en) Automatic platform testing method and system developed based on intermediate layers of instruments
US20190212990A1 (en) Framework for generating adapters in an integrated development environment
CN105573274A (en) TS16949 association object control method based on PLM system
CN113849177A (en) Global data state management method and device, electronic equipment and storage medium
US8423977B2 (en) Implementing a class oriented data flow program on a programmable hardware element
US9727044B2 (en) Method and configuration environment for supporting the configuration of an interface between simulation hardware and an external device
US8375355B2 (en) Conversion of a class oriented data flow program to a structure oriented data flow program
US8356290B2 (en) Conversion of a class oriented data flow program with inheritance to a structure oriented data flow program
US8458682B2 (en) Conversion of a class oriented data flow program to a structure oriented data flow program with dynamic interpretation of data types
EP4345627A1 (en) Method and apparatus for detecting software system, and electronic device and storage medium
Frye Module Systems and Developer Productivity.
CN115328605A (en) Mobile terminal iOS development view controller interface jump unified management implementation method
CN111061641A (en) Automatic test method and 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