CN112526255B - Universal configuration method and device in optical module automatic test system - Google Patents

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

Info

Publication number
CN112526255B
CN112526255B CN202011268229.5A CN202011268229A CN112526255B CN 112526255 B CN112526255 B CN 112526255B CN 202011268229 A CN202011268229 A CN 202011268229A CN 112526255 B CN112526255 B CN 112526255B
Authority
CN
China
Prior art keywords
module
test system
equipment
configuration
actor
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
CN202011268229.5A
Other languages
Chinese (zh)
Other versions
CN112526255A (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

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 device in an optical module automatic test system. The method comprises the following steps: constructing abstract equipment classes at the top layer, abstract function equipment classes at the middle layer and concrete equipment subclasses at the bottom layer in an initiator framework of LabVIEW; and constructing a base class of device configuration in an actor.lvclass of an Actor frame. According to the universal configuration method and the universal configuration device in the optical module automatic test system, which are provided by the embodiment of the invention, the universality of the optical module automatic test system can be enhanced, the flexibility of device 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 by constructing the three-layer device class and the device configuration base class in the Actor framework of LabVIEW in an object-oriented manner.

Description

Universal configuration method and device 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 the automatic test system of the optical module, the modules with different rates and different functional requirements are involved, so that the automatic test system for different optical modules is also available, the types of equipment used in each set of system are various, such as oscilloscopes, optical power meters, off switches, electric switches, error coders, attenuators and the like, the number of the used equipment is different, a plurality of 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 realized, the system is inflexible, the system is not suitable for the possible changes (such as equipment replacement, equipment increase and decrease, and the like), when the changes occur, new problem points are easily introduced, and the development and maintenance cost of the automatic test system of the optical module is greatly increased. Therefore, developing a general configuration method and device in an optical module automatic test system can effectively overcome the defects in the related art, and is a technical problem to be solved in the industry.
Disclosure of Invention
Aiming at the problems existing in the prior art, the embodiment of the invention provides a general configuration method and equipment in an optical module automatic 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 abstract equipment classes at the top layer, abstract function equipment classes at the middle layer and concrete equipment subclasses at the bottom layer in an initiator framework of LabVIEW; and constructing a base class of device configuration in an actor.lvclass of an Actor frame.
Based on the content of the embodiment of the method, the general configuration method in the optical module automation test system provided in the embodiment of the present invention, where the abstract device class on the top layer includes: generic properties of the device and device interface.
Based on the content of the embodiment of the method, the general configuration method in the optical module automation test system provided in the embodiment of the invention, the device interface includes: the device opening module is used for opening the device; the equipment closing module is used for closing equipment; and the device communication connection testing module is used for testing the device communication connection state.
Based on the content of the embodiment of the method, the general configuration method in the optical module automation test system provided in the embodiment of the present invention, the abstract function device class of the middle 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 signal of the transmitting end of the module; the power meter module is used for calling the power meter; the power 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 signal wavelength; and the spectrometer module is used for detecting signal spectrum.
Based on the content of the embodiment of the method, the general configuration method in the optical module automation test system provided in the embodiment of the invention includes: a device port.
Based on the content of the embodiment of the method, the general configuration method in the optical module automation test system provided in the embodiment of the present invention includes: the PSS error code instrument module is used for calling the PSS error code instrument; the Golight optical power meter module is used for calling the Golight optical power meter.
On the basis of the foregoing method embodiment, the general configuration method in the optical module automation test system provided in the embodiment of the present invention constructs a base class of device configuration in an Actor/lvclass of an Actor framework, including: the Actor core.vi method in actor.lvclass is rewritten in subclasses.
In a second aspect, an embodiment of the present invention provides a generic configuration apparatus in an optical module automation test system, including:
different layer class construction modules are used for constructing abstract equipment classes at the top layer, abstract function equipment classes at the middle layer and concrete equipment subclasses at the bottom layer in an Actor framework of LabVIEW; and the base class construction module is used for constructing the base class of equipment configuration in an actor.lvclass of an Actor framework.
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, the processor invoking the program instructions capable of executing a generic configuration method in an optical module automation test system provided by any of the various implementations of the first aspect.
In a fourth aspect, embodiments of the present invention provide a non-transitory computer-readable storage medium storing computer instructions that cause a computer to perform a method of generic configuration in an optical module automation test system provided by any of the various implementations of the first aspect.
According to the universal configuration method and the universal configuration device in the optical module automatic test system, which are provided by the embodiment of the invention, the universality of the optical module automatic test system can be enhanced, the flexibility of device 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 by constructing the three-layer device class and the device configuration base class in the Actor framework of LabVIEW in an object-oriented manner.
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 of the drawings required for the embodiments or the prior art descriptions, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without any inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a general configuration method in an optical module automation 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 automatic test system according to an embodiment of the present invention;
fig. 3 is a schematic diagram of an entity structure of an electronic device according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a three-layer device structure according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of a basic class structure of a device configuration according to an embodiment of the present invention;
fig. 6 is a human-computer interaction flow chart of a general configuration method in an optical module automation test system provided by an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention. In addition, the technical features of each embodiment or the single embodiment provided by the invention can be combined with each other at will to form a feasible technical scheme, and the combination is not limited by the sequence of steps and/or the structural composition mode, but is necessarily based on the fact that a person of ordinary skill in the art can realize the combination, and when the technical scheme is contradictory or can not realize, the combination of the technical scheme is not considered to exist and is not within the protection scope of the invention claimed.
At present, the conventional construction method of the system adopts a process-oriented mode, the equipment configuration program depends on specific equipment of a certain model, when the equipment changes, the original codes are required to be modified in a large amount, and meanwhile, new loopholes are easily introduced due to the fact that equipment drivers are called at a plurality of places, so that the system is crashed; by adopting an object-oriented mode and combining an Actor framework in LabVIEW, the problems brought by the conventional method can be solved. Based on this idea, an embodiment of the present invention provides a general configuration method in an optical module automation test system, referring to fig. 1, the method includes: constructing abstract equipment classes at the top layer, abstract function equipment classes at the middle layer and concrete equipment subclasses at the bottom layer in an initiator framework of LabVIEW; and constructing a base class of device configuration in an actor.lvclass of an Actor frame.
Specifically, based on the design of an object-oriented technology, the device is abstracted, a parent class of the device is abstracted, and in the abstracted parent class of the device, the attribute (such as a device communication port) shared by all the devices is possessed, and two interfaces are provided for controlling the communication connection and disconnection control of the device; secondly, an intermediate device abstraction layer is abstracted, corresponding abstract subclasses are established for the functions of different types of devices, and the abstract subclasses are inherited from abstract parent device classes, and the devices commonly used in the optical module automatic test system are as follows: oscilloscope, optical power meter, optical attenuator, error code meter, optical switch, wavelength meter, programmable power supply, and spectrometer. The equipment with the same function can be used by multiple manufacturers in many times, so that the problem is brought that the communication protocols or control modes of the equipment of different manufacturers are different, so that the equipment control program written for each manufacturer cannot be used universally, and the equipment control mode (such as eye pattern extinction ratio reading, template allowance reading, optical power metering reading, optical attenuation value setting and the like) of each function needs to be abstracted into an interface, and an upper module is used for calling; finally, creating concrete device subclasses, inheriting the concrete device subclasses from the corresponding middle-layer abstract subclasses, and realizing interfaces provided in the parent class; when the equipment with a certain function is replaced or introduced into other manufacturers, the written and tested codes are not required to be modified, and only a specific subclass is required to be added and the corresponding interface is required to be realized. Further, in order to make the device configuration more universal, the device can be flexibly added or deleted in the configuration interface according to different requirements of the automatic test system, and the communication test can be performed on the device, the device parameters of each function are different, so that the configuration interface is also different, an abstract device configuration parent class is created, the universal functions of the device configuration (such as creation, loading and the like of device configuration objects) are realized, then device configuration subclasses of all specific functions are created, inherited from the device configuration parent class, the respective unique setting parameters are added in each subclass, and the configuration interface is rewritten, so that the dynamic addition, deletion and modification of each device configuration interface can be conveniently realized, and the device configuration in the automatic test system can be more universal and flexible due to the design.
Based on the content of the foregoing method embodiment, as an optional embodiment, a general configuration method in an optical module automation test system provided in the embodiment of the present invention, where the top-level abstract device class includes: generic properties of the device and device interface.
Based on the foregoing content of the method embodiment, as an optional embodiment, the general configuration method in the optical module automation test system provided in the embodiment of the present invention, the device interface includes: the device opening module is used for opening the device; the equipment closing module is used for closing equipment; and the device communication connection testing module is used for testing the device communication connection state.
Based on the foregoing content of the foregoing method embodiment, as an optional embodiment, a general configuration method in an optical module automation test system provided in the embodiment of the present invention, an abstract function device class of the middle 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 signal of the transmitting end of the module; the power meter module is used for calling the power meter; the power 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 signal wavelength; and the spectrometer module is used for detecting signal spectrum.
Based on the content of the method embodiment, as an optional embodiment, a general configuration method in an optical module automation test system provided in the embodiment of the present invention, a general attribute of the device includes: a device port.
Based on the foregoing content of the foregoing method embodiment, as an optional embodiment, a general configuration method in an optical module automation test system provided in the embodiment of the present invention, where a specific device subclass of the bottom layer includes: the PSS error code instrument module is used for calling the PSS error code instrument; the Golight optical power meter module is used for calling the Golight optical power meter.
Referring to fig. 4, the top layer is an Abstract device class (Abstract device), which includes general attributes (instr-device port) and interfaces (Open () -device Open, close () -device Close, connection Test () -device communication Connection Test) of all devices; the middle layer is Abstract functional device class (Abstract attribute, abstractBert.lvclass, abstractScope.lvclass, abstractPowermeter.lvcl ass, abstractPowersupply.lvclass, abstractSwitch.lvclass, abstractWav emutter, lvclass), inherits from Abstract device parent class of the top layer, and besides the interfaces provided by the parent class, these different kinds of devices have respective functions, so that the unique attributes and interfaces of the devices are provided, and specific please refer to fig. 4, which is not repeated here; the bottommost layer is a specific device subclass, that is, devices with specific functions provided by each manufacturer, such as a code error meter of a PSS, an optical power meter of a Golight, and the like, are respectively inherited from abstract device classes corresponding to the middle layer, and all interface methods in the parent class are respectively implemented, specifically please refer to fig. 4, so that a client program only needs to rely on an abstract interface to program, and does not rely on a device with a certain function of a specific manufacturer any more, so that the influence caused by device change can be well adapted.
Based on the foregoing disclosure of the method embodiment, as an optional embodiment, a general configuration method in an optical module automation test system provided in the embodiment of the present invention, where the constructing a base class of device configuration in an initiator/lvclass of an initiator framework includes: the Actor core.vi method in actor.lvclass is rewritten in subclasses.
In order to ensure that the configuration of the device is more universal, and the device can be flexibly added or subtracted according to the current test requirement, and the parameters of the devices with each function are different, which causes that the configuration interfaces of the devices with each function are different, but other methods are the same, such as creation of device configuration objects, loading of the configuration interfaces and unloading of the configuration interfaces, so that a base class of the device configuration can be abstracted, which contains common attributes and methods of the device configuration, can be directly used by specific device subclasses, multiplexing of codes is realized, workload is reduced, and in order to design more simplicity, the base classes of the device configuration are inherited from the initiator.lvclass, the specific class hierarchy is shown in fig. 5, the initiator.vi method in the initiator.lvclass can be rewritten by subclasses, each specific device configuration subclass has different requirements (see fig. 5, which is not repeated), and the configuration interfaces are rewritten by the method only by the initiator.vi.
The man-machine interaction flow of the general configuration method in the optical module automation test system can be seen in fig. 6, firstly, a device configuration program is started, then whether a shortcut menu is popped up by clicking the right button of the mouse is judged, if so, the configuration of the corresponding device is started and a configuration interface is loaded; if the device added is selected to be deleted, ending the configuration of the device and unloading the configuration interface; and then judging whether to click a 'determination' button, if so, storing configuration parameters of all devices, closing a device configuration program, if not, judging whether to click a 'window closing', if so, not storing the device configuration parameters, closing the configuration program, and if not, judging whether to click a right mouse button to pop up a shortcut menu again, and circulating. In a man-machine interaction operation interface, a right mouse button is clicked at the blank position of a device list box, a certain device is selected to be added or the selected added device is selected to be deleted in a pop-up menu, so that the addition and deletion of the device can be realized very simply through mouse operation, and thus, for different optical module automatic test systems, the configuration program of the device can be flexibly configured according to requirements, the device configuration program is completely separated from specific test requirements, the device configuration program is not influenced by each other, different test requirements can be adapted without modifying any codes, and better universality can be realized.
According to the universal configuration method in the optical module automatic test system, provided by the embodiment of the invention, 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 by constructing three layers of equipment types and the base type of equipment configuration in the Actor frame of LabVIEW in an object-oriented manner.
The implementation basis of the embodiments of the present invention is realized by a device with a processor function to perform programmed processing. Therefore, in engineering practice, the technical solutions and the functions of the embodiments of the present invention can be packaged into various modules. Based on the actual situation, on the basis of the above embodiments, the embodiments of the present invention provide a general configuration device in an optical module automation test system, where the device is used to execute the general configuration method in the optical module automation test system in the above method embodiments. Referring to fig. 2, the apparatus includes: different layer class construction modules are used for constructing abstract equipment classes at the top layer, abstract function equipment classes at the middle layer and concrete equipment subclasses at the bottom layer in an Actor framework of LabVIEW; and the base class construction module is used for constructing the base class of equipment configuration in an actor.lvclass of an Actor framework.
The universal configuration device in the optical module automatic test system provided by the embodiment of the invention adopts various modules in fig. 2, and three layers of equipment types and the base type of equipment configuration are constructed in the initiator framework of LabVIEW in an object-oriented mode, so that the universality of the optical module automatic test system can be enhanced, the equipment replacement flexibility 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 device in the device embodiment provided by the present invention may be used to implement the method in the above method embodiment, and may also be used to implement the method in other method embodiments provided by the present invention, where the difference is merely that the corresponding functional module is provided, and the principle is basically the same as that of the above device embodiment provided by the present invention, so long as a person skilled in the art refers to a specific technical solution in the above device embodiment based on the above device embodiment, and obtains a corresponding technical means by combining technical features, and a technical solution formed by these technical means, and on the premise that the technical solution is ensured to have practicability, the device in the above device embodiment may be modified, so as to obtain a corresponding device embodiment, and be used to implement the method in other method embodiment. For example:
based on the content of the foregoing device embodiment, as an optional embodiment, a general configuration device in an optical module automation test system provided in the embodiment of the present invention further includes: and a second module for rewriting the Actor core.vi method in the actor.lvclass in the subclass.
The method of the embodiment of the invention is realized by the electronic equipment, so that the related electronic equipment is necessary to be introduced. To this end, an embodiment of the present invention provides an electronic device, 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 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 part of the steps of the methods provided by the various method embodiments described above.
Further, the logic instructions in the at least one memory 302 described above may be implemented in the form of software functional units and stored in a computer readable storage medium when sold or used as a stand alone product. Based on this understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the 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, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The apparatus embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
From the above description of the embodiments, it will be apparent to those skilled in the art that the embodiments may be implemented by means of software plus necessary general hardware platforms, or of course may be implemented by means of hardware. Based on this understanding, the foregoing technical solution may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the respective embodiments or some parts of the embodiments.
The flowcharts 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 knowledge, each block in the flowchart or block diagrams may represent a module, segment, or 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 like elements in a process, method, article or apparatus that comprises the element.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and are not limiting; although the 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 scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (7)

1. A method for universal configuration in an optical module automated test system, comprising: constructing abstract equipment classes at the top layer, abstract function equipment classes at the middle layer and concrete equipment subclasses at the bottom layer in an initiator framework of LabVIEW; constructing a base class of equipment configuration in an Actor/lvclass of an Actor framework;
the abstract device class of the top layer comprises: general properties of the device and device interface;
the abstract function 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 signal of the transmitting end of the module; the power meter module is used for calling the power meter; the power 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 signal wavelength; the spectrometer module is used for detecting signal spectrum;
the specific equipment subclass of the bottom layer comprises: the PSS error code instrument module is used for calling the PSS error code instrument; the Golight optical power meter module is used for calling the Golight optical power meter.
2. The method of universal configuration in an optical module automation test system of claim 1, wherein the device interface comprises: the device opening module is used for opening the device; the equipment closing module is used for closing equipment; and the device communication connection testing module is used for testing the device communication connection state.
3. The method of generic configuration in an optical module automation test system of claim 1, wherein the generic attributes of the device comprise: a device port.
4. The method for universal configuration in an optical module automation test system according to claim 1, wherein said constructing a base class of device configuration in an Actor/lvclass of an Actor framework comprises: the Actor core.vi method in actor.lvclass is rewritten in subclasses.
5. A universal configuration device in an optical module automation test system, comprising: different layer class construction modules are used for constructing abstract equipment classes at the top layer, abstract function equipment classes at the middle layer and concrete equipment subclasses at the bottom layer in an Actor framework of LabVIEW; the base class construction module is used for constructing a base class of equipment configuration in an Actor/lvclass of an Actor framework;
the different layer class building block and the base class building block are configured using the method of any of claims 1-4.
6. An electronic device, comprising:
at least one processor, at least one memory, and a communication interface; wherein,
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-4.
7. A non-transitory computer readable storage medium storing computer instructions that cause the computer to perform the method of any one of claims 1 to 4.
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 CN112526255A (en) 2021-03-19
CN112526255B true 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)

Families Citing this family (2)

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

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8589886B2 (en) * 2008-07-07 2013-11-19 Qualisystems Ltd. System and method for automatic hardware and software sequencing of computer-aided design (CAD) functionality testing

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
基于GPIB的光收发模块自动测试系统;曹丙虎;;安徽电子信息职业技术学院学报;20100620(第3期);13-14+16 *
基于Python语言的自动化测试系统的设计与实现;黄建军;李宥谋;刘婧;周欢;;现代电子技术;20170215(第4期);47-51 *
基于功能抽象的仪表自动化测试中间件设计与实现;陈晗;潘琦;洪艺铭;曹炳尧;吴雅婷;;工业控制计算机;20200625(第6期);64-66 *
基于虚拟仪器面向对象编程技术的计量校准程序;丁蔚;彭诚;李军;侯旭玮;;计量学报;20191222(第6A期);74-79 *
工程装备通用自动测试系统设计;廖捷;张琦;吴建军;刘玉;;解放军理工大学学报(自然科学版);20070615(第3期);88-91 *

Also Published As

Publication number Publication date
CN112526255A (en) 2021-03-19

Similar Documents

Publication Publication Date Title
CN112526255B (en) Universal configuration method and device in optical module automatic test system
US10203948B2 (en) Systems management based on semantic models and low-level runtime state
US20140280528A1 (en) State machine configurator
US7162387B2 (en) Measurement system graphical user interface for easily configuring measurement applications
US20160342152A1 (en) Multiple deployment of applications with multiple configurations in an industrial automation environment
US10908882B2 (en) Object configuration utilities
US20060155387A1 (en) Architecture for control systems
CN113703749A (en) Information system based on visual programming technology and construction method thereof
CN110020323A (en) Mix page switching method, frame, computer equipment and the storage medium of application
US10423408B2 (en) Identifying and isolating library code in software applications
CN108733553A (en) Configuration method, the device and system of test device based on docker
US20110202688A1 (en) Macro function block for encapsulating device-level embedded logic
CN112835604A (en) System gray scale version release management method, system, device and medium
CN103049374B (en) Automatic testing method and device
CN113849177A (en) Global data state management method and device, electronic equipment and storage medium
WO2019222941A1 (en) Method for evaluating application deployment, apparatus, computer program product, and readable medium
US20130338801A1 (en) Method and configuration environment for supporting the configuration of an interface between simulation hardware and an external device
CN115904942A (en) Method, device, equipment and medium for switching application environments of application program
CN114285756A (en) Service call dependency relationship analysis method and related device
CN111857783A (en) Method, device, equipment and storage medium for remotely refreshing BMC (baseboard management controller) firmware
US20240176919A1 (en) Smart object controller allocation in industrial design environment
US20240176595A1 (en) Multiple controller smart object allocation in industrial design environment
US20240176320A1 (en) Automation program controller allocation
US20240176332A1 (en) Industrial design environment automation controller program conversion and export
US20240045665A1 (en) Manufacturing using cloud-controlled device configuration and tests

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