In this paper, the control laws based on the Lyapunov stability theorem are designed for a two-level open quantum system to prepare the Hadamard gate, which is an important basic gate for the quantum computers. First,...In this paper, the control laws based on the Lyapunov stability theorem are designed for a two-level open quantum system to prepare the Hadamard gate, which is an important basic gate for the quantum computers. First, the density matrix interested in quantum system is transferred to vector formation.Then, in order to obtain a controller with higher accuracy and faster convergence rate, a Lyapunov function based on the matrix logarithm function is designed. After that, a procedure for the controller design is derived based on the Lyapunov stability theorem. Finally, the numerical simulation experiments for an amplitude damping Markovian open quantum system are performed to prepare the desired quantum gate. The simulation results show that the preparation of Hadamard gate based on the proposed control laws can achieve the fidelity up to 0.9985 for the different coupling strengths.展开更多
This paper introduces the architecture and implementation of an industrial robot control system based on Windows NT. This robot control system, which is based on a single-processor structure, can run on general indust...This paper introduces the architecture and implementation of an industrial robot control system based on Windows NT. This robot control system, which is based on a single-processor structure, can run on general industrial computers. Owing to using Windows NT's real-time extension RTX, the control system can achieve good realtime performance and friendly user interface in one general-purpose operating system. A three layer hierarchical architecture of control software is proposed to make the system more scalable and flexible. Furthermore a communication and configuration system is implemented to enable modules to communicate with each other, which make the control system scalable and flexible.展开更多
As a key te..hnology in the field of advanced manufacturing, an open architecture controller is studied. In order to develop an open architecture software-CNC system on personal computer (PC) according to open modul...As a key te..hnology in the field of advanced manufacturing, an open architecture controller is studied. In order to develop an open architecture software-CNC system on personal computer (PC) according to open modular architecture controllers (OMAC). First, the software and hardware platform is chosen and software realization methodology for the CNC system is determined. Second, static modeling methods of an open architecture controller inclusive of object-oriented (OO) programming technology, dynamic link library (DLL) technology and system modules partition are investigated. Third, the dynamical behavioral modeling and the data flow representation of open architecture controller are discussed, which are both described in hierarchy fmite state machine (FSM) model. Fourth, a reusable software module model is established to develop software function module library. Finally, a 3-axis milling machine tool test-bed, named for HIT-CNC, is successfully designed by means of the constructed software function module library and the system configuring method. The experimental results show that, besides increasing the degree of reusability and openness, application of above-mentioned method- ology leads to significant decrease of development time as well as maintenance cost.展开更多
Determining the venting time of a gas trunk pipeline segment provides an important basis for formulating an emergency plan in the advent of unexpected accidents.As the natural gas venting process corresponds to the tr...Determining the venting time of a gas trunk pipeline segment provides an important basis for formulating an emergency plan in the advent of unexpected accidents.As the natural gas venting process corresponds to the transient flow,it is necessary to establish a transient hydraulic-thermal simulation model in order to determine the venting time.In this paper,based on two kinds of venting scenarios in which there is only one venting point in the venting system of a gas trunk pipeline segment—namely,where the venting point is either at one of the two ends or at the junction of two gas trunk pipeline segments—transient hydraulic-thermal simulation models are established.The models consist of gas flow governing equations,the gas state equation,gas physical property equations,initial conditions,and appropriate boundary conditions.The implicit central difference method is used to discretize the gas flow partial differential equations,and the trust-region-dogleg algorithm is used to solve the equations corresponding to each time step,in order to dynamically simulate the whole venting process.The judgment condition for the end of the venting process is that the average pressure of gas trunk pipeline segment is less than 0.11 MPa(actual pressure).Comparing the simulation results of the proposed model with those of the OLGA software and real operational data,we find that the venting time error is less than 10%.On this basis,a venting valve opening control principle is proposed,which prevents the venting noise from exceeded the specified noise value(85 d B)in the venting design of domestic gas pipeline projects.The established calculation model for venting time(dynamic simulation model)for a gas trunk pipeline segment and the proposed opening control principle of venting valve provide reference for the optimal operation of gas pipeline venting systems.展开更多
To improve the energy efficiency of a direct expansion air conditioning(DX A/C) system while guaranteeing occupancy comfort, a hierarchical controller for a DX A/C system with uncertain parameters is proposed. The con...To improve the energy efficiency of a direct expansion air conditioning(DX A/C) system while guaranteeing occupancy comfort, a hierarchical controller for a DX A/C system with uncertain parameters is proposed. The control strategy consists of an open loop optimization controller and a closed-loop guaranteed cost periodically intermittent-switch controller(GCPISC). The error dynamics system of the closed-loop control is modelled based on the GCPISC principle. The difference,compared to the previous DX A/C system control methods, is that the controller designed in this paper performs control at discrete times. For the ease of designing the controller, a series of matrix inequalities are derived to be the sufficient conditions of the lower-layer closed-loop GCPISC controller. In this way, the DX A/C system output is derived to follow the optimal references obtained through the upper-layer open loop controller in exponential time, and the energy efficiency of the system is improved. Moreover, a static optimization problem is addressed for obtaining an optimal GCPISC law to ensure a minimum upper bound on the DX A/C system performance considering energy efficiency and output tracking error. The advantages of the designed hierarchical controller for a DX A/C system with uncertain parameters are demonstrated through some simulation results.展开更多
In this paper, a novel vibration-suppression open-loop control method for multi-mass system is proposed, which uses two-stage velocity compensating algorithm and fuzzy I + P control- ler. This compensating method is ...In this paper, a novel vibration-suppression open-loop control method for multi-mass system is proposed, which uses two-stage velocity compensating algorithm and fuzzy I + P control- ler. This compensating method is based on model-based control theory in order to provide a damp- ing effect on the system mechanical part. The mathematical model of multi-mass system is built and reduced to estimate the velocities of masses. The velocity difference between adjacent masses is cal- culated dynamically. A 3-mass system is regarded as the composition of two 2-mass systems in order to realize the two-stage compensating algorithm. Instead of using a typical PI controller in the velocity compensating loop, a fuzzy I + P controller is designed and its input variables are decided according to their impact on the system, which is different from the conventional fuzzy PID controller designing rules. Simulations and experimental results show that the proposed veloc- ity compensating method is effective in suppressing vibration on a 3-mass system and it has a better performance when the designed fuzzy I + P controller is utilized in the control system.展开更多
Aiming at the characteristics of modularity and reconfigurable in open architecture computer numerical control (CNC) system, the open architecture CNC system, Harbin Institute of Tech- nology computer numerical cont...Aiming at the characteristics of modularity and reconfigurable in open architecture computer numerical control (CNC) system, the open architecture CNC system, Harbin Institute of Tech- nology computer numerical control (HITCNC), is researched and manufactured based on the interface standards. The system's external interfaces are coincident with the corresponding international standards, and the internal interfaces follow the open modular architecture controller (OMAC) agreement. In the research and manufacturing process, object-oriented technology is used to ensure the openness of the HITCNC, and static programming is applied in the CNC system according to the idea of modularization disassembly. The HITCNC also actualizes real-time and unreal-time modules adopting real-time dynamical linked library (RTDLL) and component object model (COM). Finite state ma- chine (FSM) is adopted to do dynamically modeling of HITCNC. The complete separation between the software and the hardware is achieved in the HITCNC by applying the SoftSERCANS technique. The application of the above key techniques decreases the programming workload greatly, and uses software programs replacing hardware functions, which offers plenty technique ensures for the openness of HITCNC. Finally, based on the HITCNC, a three-dimensional milling system is established. On the system, series experiments are done to validate the expandability and interchangeability of HITCNC. The results of the experiments show that the established open architecture CNC system HITCNC is correct and feasible, and has good openness.展开更多
Linux-based Platform for Open Architecture Controller ( POAC ), a new open architecture controller and its modular developing method are discussed. POAC divides the application software of controller into the developi...Linux-based Platform for Open Architecture Controller ( POAC ), a new open architecture controller and its modular developing method are discussed. POAC divides the application software of controller into the developing system and the application system. In the developing system, PAOC abstracts a series of function modules with unified data interface and function interface. In the application system, POAC defines the model of the architecture module, realizing the interoperability and interchangeability between the architecture modules. The modular developing method entities the users to make up an application system with some architecture modules, which consist of a set of function modules. The modular developing method decreases the developing time from the standard of controller architecture to the product.展开更多
Although the modeling technologies for open robot controllers have been discussed widely, not much literature is devoted to the actual general modeling principles and strategies. The reason is that many researches foc...Although the modeling technologies for open robot controllers have been discussed widely, not much literature is devoted to the actual general modeling principles and strategies. The reason is that many researches focus on specific application fields. This paper accommodates for this lacuna and provides some general modeling principles and strategies. At last, the actual new modeling method Hierarchical Object Oriented Petri net (HOONet) which has been proved to be an effective modeling methodology, is used to illustrate the modeling strategies.展开更多
为维护网络运行安全,保证网络信息安全存储,提出基于多源数据挖掘的网络安全态势评估系统。首先建立以应用层、控制层、数据转发层为核心的3层网络安全态势系统架构,为保证应用层与网络设备之间信息有效传输,利用OSGi(Open Service Gate...为维护网络运行安全,保证网络信息安全存储,提出基于多源数据挖掘的网络安全态势评估系统。首先建立以应用层、控制层、数据转发层为核心的3层网络安全态势系统架构,为保证应用层与网络设备之间信息有效传输,利用OSGi(Open Service Gateway Initiative)设计模式对控制层的ONOS(Open Network Operating System)控制器实施5层平行建构,以保障网络安全态势的决策响应。利用流量探测模块内多探测器的部署,实现网络多源数据的深度挖掘;引入LEACH(Low Energy Adaptive Clustering Hierarchy)算法,在网络簇首实现多源数据融合。通过安全态势评估模块对网络入侵因子威胁等级进行分析后,结合权系数理论对网络态势威胁因子进行威胁度赋值,并结合网络层次划分法对运行网络服务层、主机层、网络层安全态势实施分层评估。实验表明,所提方法对网络数据运行状态分析能力较高,面对多类型网络威胁因子的攻击行为能做到精准识别,为网络安全运行提供重要保障。展开更多
基金supported by National Natural Science Foundation of China(61573330)Chinese Academy of Sciences(CAS)the World Academy of Sciences(TWAS)
文摘In this paper, the control laws based on the Lyapunov stability theorem are designed for a two-level open quantum system to prepare the Hadamard gate, which is an important basic gate for the quantum computers. First, the density matrix interested in quantum system is transferred to vector formation.Then, in order to obtain a controller with higher accuracy and faster convergence rate, a Lyapunov function based on the matrix logarithm function is designed. After that, a procedure for the controller design is derived based on the Lyapunov stability theorem. Finally, the numerical simulation experiments for an amplitude damping Markovian open quantum system are performed to prepare the desired quantum gate. The simulation results show that the preparation of Hadamard gate based on the proposed control laws can achieve the fidelity up to 0.9985 for the different coupling strengths.
基金Supported by National Natural Science foundation of China (No. 69975014)
文摘This paper introduces the architecture and implementation of an industrial robot control system based on Windows NT. This robot control system, which is based on a single-processor structure, can run on general industrial computers. Owing to using Windows NT's real-time extension RTX, the control system can achieve good realtime performance and friendly user interface in one general-purpose operating system. A three layer hierarchical architecture of control software is proposed to make the system more scalable and flexible. Furthermore a communication and configuration system is implemented to enable modules to communicate with each other, which make the control system scalable and flexible.
基金Key Development Program of ScienceTechnology of Heilongjiang Province, China (GB05A501)
文摘As a key te..hnology in the field of advanced manufacturing, an open architecture controller is studied. In order to develop an open architecture software-CNC system on personal computer (PC) according to open modular architecture controllers (OMAC). First, the software and hardware platform is chosen and software realization methodology for the CNC system is determined. Second, static modeling methods of an open architecture controller inclusive of object-oriented (OO) programming technology, dynamic link library (DLL) technology and system modules partition are investigated. Third, the dynamical behavioral modeling and the data flow representation of open architecture controller are discussed, which are both described in hierarchy fmite state machine (FSM) model. Fourth, a reusable software module model is established to develop software function module library. Finally, a 3-axis milling machine tool test-bed, named for HIT-CNC, is successfully designed by means of the constructed software function module library and the system configuring method. The experimental results show that, besides increasing the degree of reusability and openness, application of above-mentioned method- ology leads to significant decrease of development time as well as maintenance cost.
基金supported by the National Natural Science Foundation of China(Grant No.52174064)
文摘Determining the venting time of a gas trunk pipeline segment provides an important basis for formulating an emergency plan in the advent of unexpected accidents.As the natural gas venting process corresponds to the transient flow,it is necessary to establish a transient hydraulic-thermal simulation model in order to determine the venting time.In this paper,based on two kinds of venting scenarios in which there is only one venting point in the venting system of a gas trunk pipeline segment—namely,where the venting point is either at one of the two ends or at the junction of two gas trunk pipeline segments—transient hydraulic-thermal simulation models are established.The models consist of gas flow governing equations,the gas state equation,gas physical property equations,initial conditions,and appropriate boundary conditions.The implicit central difference method is used to discretize the gas flow partial differential equations,and the trust-region-dogleg algorithm is used to solve the equations corresponding to each time step,in order to dynamically simulate the whole venting process.The judgment condition for the end of the venting process is that the average pressure of gas trunk pipeline segment is less than 0.11 MPa(actual pressure).Comparing the simulation results of the proposed model with those of the OLGA software and real operational data,we find that the venting time error is less than 10%.On this basis,a venting valve opening control principle is proposed,which prevents the venting noise from exceeded the specified noise value(85 d B)in the venting design of domestic gas pipeline projects.The established calculation model for venting time(dynamic simulation model)for a gas trunk pipeline segment and the proposed opening control principle of venting valve provide reference for the optimal operation of gas pipeline venting systems.
基金supported by the National Natural Science Foundation of China(61773220,61876192,61907021)the National Natural Science Foundation of Hubei(ZRMS2019000752)+2 种基金the Fundamental Research Funds for the Central Universities(2662018QD057,CZT20022,CZT20020)Academic Team in Universities(KTZ20051)School Talent Funds(YZZ19004)。
文摘To improve the energy efficiency of a direct expansion air conditioning(DX A/C) system while guaranteeing occupancy comfort, a hierarchical controller for a DX A/C system with uncertain parameters is proposed. The control strategy consists of an open loop optimization controller and a closed-loop guaranteed cost periodically intermittent-switch controller(GCPISC). The error dynamics system of the closed-loop control is modelled based on the GCPISC principle. The difference,compared to the previous DX A/C system control methods, is that the controller designed in this paper performs control at discrete times. For the ease of designing the controller, a series of matrix inequalities are derived to be the sufficient conditions of the lower-layer closed-loop GCPISC controller. In this way, the DX A/C system output is derived to follow the optimal references obtained through the upper-layer open loop controller in exponential time, and the energy efficiency of the system is improved. Moreover, a static optimization problem is addressed for obtaining an optimal GCPISC law to ensure a minimum upper bound on the DX A/C system performance considering energy efficiency and output tracking error. The advantages of the designed hierarchical controller for a DX A/C system with uncertain parameters are demonstrated through some simulation results.
基金supported by the Fundamental Research Funds for the Central Universities of China
文摘In this paper, a novel vibration-suppression open-loop control method for multi-mass system is proposed, which uses two-stage velocity compensating algorithm and fuzzy I + P control- ler. This compensating method is based on model-based control theory in order to provide a damp- ing effect on the system mechanical part. The mathematical model of multi-mass system is built and reduced to estimate the velocities of masses. The velocity difference between adjacent masses is cal- culated dynamically. A 3-mass system is regarded as the composition of two 2-mass systems in order to realize the two-stage compensating algorithm. Instead of using a typical PI controller in the velocity compensating loop, a fuzzy I + P controller is designed and its input variables are decided according to their impact on the system, which is different from the conventional fuzzy PID controller designing rules. Simulations and experimental results show that the proposed veloc- ity compensating method is effective in suppressing vibration on a 3-mass system and it has a better performance when the designed fuzzy I + P controller is utilized in the control system.
基金This project is supported by Provincial Science & Technology Projoct of Heilongjiang, China (No. GB05A501).
文摘Aiming at the characteristics of modularity and reconfigurable in open architecture computer numerical control (CNC) system, the open architecture CNC system, Harbin Institute of Tech- nology computer numerical control (HITCNC), is researched and manufactured based on the interface standards. The system's external interfaces are coincident with the corresponding international standards, and the internal interfaces follow the open modular architecture controller (OMAC) agreement. In the research and manufacturing process, object-oriented technology is used to ensure the openness of the HITCNC, and static programming is applied in the CNC system according to the idea of modularization disassembly. The HITCNC also actualizes real-time and unreal-time modules adopting real-time dynamical linked library (RTDLL) and component object model (COM). Finite state ma- chine (FSM) is adopted to do dynamically modeling of HITCNC. The complete separation between the software and the hardware is achieved in the HITCNC by applying the SoftSERCANS technique. The application of the above key techniques decreases the programming workload greatly, and uses software programs replacing hardware functions, which offers plenty technique ensures for the openness of HITCNC. Finally, based on the HITCNC, a three-dimensional milling system is established. On the system, series experiments are done to validate the expandability and interchangeability of HITCNC. The results of the experiments show that the established open architecture CNC system HITCNC is correct and feasible, and has good openness.
基金Shanghai Science and Technology Development Foundation (995107017)
文摘Linux-based Platform for Open Architecture Controller ( POAC ), a new open architecture controller and its modular developing method are discussed. POAC divides the application software of controller into the developing system and the application system. In the developing system, PAOC abstracts a series of function modules with unified data interface and function interface. In the application system, POAC defines the model of the architecture module, realizing the interoperability and interchangeability between the architecture modules. The modular developing method entities the users to make up an application system with some architecture modules, which consist of a set of function modules. The modular developing method decreases the developing time from the standard of controller architecture to the product.
文摘Although the modeling technologies for open robot controllers have been discussed widely, not much literature is devoted to the actual general modeling principles and strategies. The reason is that many researches focus on specific application fields. This paper accommodates for this lacuna and provides some general modeling principles and strategies. At last, the actual new modeling method Hierarchical Object Oriented Petri net (HOONet) which has been proved to be an effective modeling methodology, is used to illustrate the modeling strategies.