CN101782848A - Simulation software interface integrating method - Google Patents

Simulation software interface integrating method Download PDF

Info

Publication number
CN101782848A
CN101782848A CN200910020966A CN200910020966A CN101782848A CN 101782848 A CN101782848 A CN 101782848A CN 200910020966 A CN200910020966 A CN 200910020966A CN 200910020966 A CN200910020966 A CN 200910020966A CN 101782848 A CN101782848 A CN 101782848A
Authority
CN
China
Prior art keywords
simulation software
software
integrated
vnc
simulation
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
CN200910020966A
Other languages
Chinese (zh)
Other versions
CN101782848B (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.)
Northwestern Polytechnical University
Original Assignee
XIAN YISHENG INFORMATION TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by XIAN YISHENG INFORMATION TECHNOLOGY Co Ltd filed Critical XIAN YISHENG INFORMATION TECHNOLOGY Co Ltd
Priority to CN2009100209660A priority Critical patent/CN101782848B/en
Publication of CN101782848A publication Critical patent/CN101782848A/en
Application granted granted Critical
Publication of CN101782848B publication Critical patent/CN101782848B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention relates to a simulation software interface integrating method comprising the following steps of: forming an integrating software platform by rich client platform (RCP) plug-in units of an Eclipse environment; then, deploying a simulation software server; calling an Agent Web Services server on the simulation software server by an Agent Web Services client in the integrating software platform; and finally, embedding a simulation software interface. The invention solves the technical problems that the linkage between an embedding window and a parent window can not be realized when simulation software is integrated in the local interface in the background art; when a remote simulation software interface is integrated, the operation wastes time and is complicated, the running windows of the specified simulation software can not be shared, and the remote desktop or remote simulating interface can not be embedded into the local software. The invention has university and can integrate various simulation software interfaces and realize the data relationship definition and the simulation software sequence starting. The remote simulation software interface integration has the characteristic of crossing operation systems and programming languages.

Description

Simulation software interface integrating method
Technical field
The present invention relates to a kind of simulation software interface integrating method.
Background technology
When the integrated emulation software of local interface, can utilize different WindowsAPI functions, generally be to use the MoveWindow function, but this method can not realize embedding the interlock between window and the parent window.
Carry out the remote emulation software interface when integrated, can use VNC (Virtual Network Computing, virtual network is calculated) technology, but use VNC technology access remote emulation software interface to have following shortcoming separately:
(1) each connection all will be imported username and password, complex operation.
(2) before the use VNC, need the manual configuration attribute, time-consuming and complex operation.
What (3) share is whole desktop, can not share and specify the simulation software human window.
(4) arrive local connection though can realize remote interface, can not realize remote desktop is embedded in the local software.
The method of existing visit remote interface also has Microsoft from the Windows Terminal Services that Windows 2000Server begins to provide, and claims the remote terminal service again, is called for short WTS.But have following shortcoming when integrated carrying out the remote emulation software interface:
(1) WTS can realize that remote interface arrives local connection, but can not realize the remote emulation interface is embedded among the local software.
What (2) use WTS shared is long-range whole desktop, specifies simulation software human window, user can't discern concrete which kind of simulation software that needs to use and can not share at all.
Summary of the invention
The object of the present invention is to provide a kind of simulation software interface integrating method, can not realize embedding the interlock between window and the parent window when it has solved local interface integrated emulation software in the background technology; When the remote emulation software interface is integrated during operating cost, loaded down with trivial details, can not share and specify the simulation software human window, remote desktop or remote emulation interface can't be embedded into the technical matters in the local software.
Technical solution of the present invention is as follows:
A kind of simulation software interface integrating method, this method comprises following performing step:
(1) form the integrated software platform: utilize RCP (the Rich Client Platform) plug-in unit of Eclipse environment to form the integrated software platform, this integrated software platform comprises SWT (Standard Widget Toolkit) plug-in unit and Agent WebService client;
(1.1) utilize the RCP plug-in unit of Eclipse environment to form the integrated software platform, on this integrated software platform, provide software integrated region view with the view mode;
(1.2) carry out integrated to simulation software;
(2) dispose the simulation software server: comprise the installation of Agent Web Services server end, the adapter of simulation software and simulation software;
(3) in the integrated software platform by the Agent Web Services server end on the Agent Web Services client call simulation software server;
(4) embed simulation software interface.
Agent Web Services server end in the above-mentioned steps (3) can adopt WCF to realize; The api interface that described Agent WebServices server end is provided be Start (String AdapterName, Dictionary params, intstep); In the described step (3) in the integrated software platform by the Agent Web Services server end on the Agent Web Services client call simulation software server, concrete steps are as follows:
(3.1) the Agent Web Services client in the integrated software platform dynamically generates the ServicesClient object, and it is AnsysAdapter that AdapterName is set simultaneously, and params is set respectively;
(3.2) Start by ServicesClient object reference Agent Web Services server end;
(3.3) adapter of simulation software calls emulation component according to AdapterName among the Start and step, and the operation simulation software.
AdapterName in the parameter of above-mentioned Start is meant the title of the adapter of simulation software, and is corresponding with the simulation software that will start; Described params comprises InputPath, OutputPath, PicturePath, FlowId and TaskId, wherein InputPath is the realistic model file path of input, OutputPath is the realistic model file path of output, the picture path of PicturePath for exporting, FlowId is ID number of flow process, and TaskId is ID number of task; Described Step is meant the emulation component sign corresponding with the adapter of simulation software, and described emulation component is the encapsulation to the simulation software functional module.
Above-mentioned steps (1) is carried out when integrated local emulation software, be that the org.eclipse.swt.internal.Windows.OS class with the SWT plug-in unit encapsulates the Windows api function on the integrated software platform, the view control of calling api function interface SetParent SWT plug-in unit is set to be integrated the parent window of simulation software.
Above-mentioned steps (4) is that concrete steps are as follows when embedding the local emulation software interface:
(4.1) adapter of simulation software obtains the desktop handle by the GetDesktopWindow method of Windows API, utilizes the GetWindow method that all desktop forms are carried out hierarchical alterative, and obtains class name and title name by the SendMessage method; Then, judgement is also found class name and the complete forms consistent with simulation software of title name, the server end of Agent WebServices passes to the Agent Web Services client of integrated software platform with the forms handle of the simulation software rreturn value as Start;
(4.2) after Agent Web Services client obtains the window handle of simulation software, the sharp SWT plug-in unit of the integrated software platform call operation Windows API of system, utilize the SetParent method that the parent window of simulation software human window is set, the simulation software human window is embedded in the human window of integrated software platform;
(4.3) make by the embedding human window by the SendMessage method and in the view control of SWT plug-in unit, be full of the integrated region view.
Above-mentioned steps (1) is carried out when integrated remote emulation software, and the integrated software platform comprises the VNC reader; To the integrated of remote emulation software is with the SWT plug-in unit VNC client to be embedded in the local integrated region view on the integrated software platform; In the described step (2), the deployment of remote emulation software server also comprises the installation of VNC server.
Above-mentioned steps (4) is that concrete steps are as follows when embedding the remote emulation software interface:
(5.1) adapter of simulation software obtains the human window title name of simulation software from self configuration file;
(5.2) adapter of simulation software calls the VNC server to share the simulation software human window;
(5.3) adapter of simulation software makes up the IP of VNC server place server and VNC server end slogan, as the VNC link information, and returns to Agent Web Services client by Start;
(5.4) the VNC reader of VNC client is with the human window of VNC client as the integrated software platform;
(5.5) the integrated software platform afterwards, is resolved this VNC link information in the VNC link information that obtains to return by Agent Web Services client, according to the IP and the port numbers of the VNC server that gets access to the VNC reader is set;
(5.6) the VNC reader connects the VNC server;
(5.7) integrated software platform simulation software human window that the VNC server is shared is embedded into the view control of SWT plug-in unit.
Above-mentioned configuration file is arranged in the adapter of simulation software installation directory, and described configuration file comprises emulation component pathname, simulation software human window title name.
The specific implementation function of above-mentioned steps (5.2) is: System.Diagnostics.Process.Start (configFileName, " sharewindow " "+mainWindowTitle+ " " "); Wherein configFileName is for starting the path of VNC server, and mainWindowTitle is the human window title of simulation software.
The present invention has following advantage:
1. the present invention has versatility, can integrated all kinds of simulation software interfaces.
2. because simulation process will relate to a plurality of simulation softwares usually, and start a plurality of simulation softwares respectively when using, need carry out complicated data relationship definition, boot sequence definition etc.The present invention can realize the sequence starting of data relationship definition and simulation software.
3. when integrated local and remote simulation software interface, the simulation software human window can be embedded in the current software platform interface.
4. can realize the interlock of parent window in simulation software human window and the integrated software platform.
6. the remote emulation software interface is integrated has cross operating system and strides the characteristics of programming language.
7. carry out the remote emulation software interface when integrated, need not to import username and password, easy and simple to handle.
8. carry out the remote emulation software interface when integrated, the integrated software platform can dispose VNC operation attribute automatically.
9. in remote emulation software interface integrating process, can realize to the human window of specifying simulation software share and integrated.
Description of drawings
Fig. 1 is the process flow diagram of the integrated local emulation software interface of the present invention.
Fig. 2 is the process flow diagram of the integrated remote emulation software interface of the present invention.
Embodiment
The present invention can be integrated into the human window of the various simulation softwares of windows desktop program schema in the unified software platform, is implemented in the simulation software human window of operation Local or Remote in the same software platform.
Main performing step of the present invention is as follows:
(1) form the integrated software platform: utilize the RCP plug-in unit of Eclipse environment to form the integrated software platform, this integrated software platform comprises SWT plug-in unit and Agent Web Service client.The present invention possesses the cross-platform characteristic of java application, not only can be integrated in the simulation software of the windows desktop program schema of moving in the Windows operating system, can also be integrated in the Linux that moves in Linux and the Unix operating system and the simulation software of Unix desktop programs pattern.Specific implementation is:
(1.1) utilize the RCP plug-in unit of Eclipse environment to form the integrated software platform, on this integrated software platform, provide software integrated region view with the view mode.
(1.2) integrated to local emulation software: the org.eclipse.swt.internal.Windows.OS class with the SWT plug-in unit on the integrated software platform encapsulates Windows API, and the view control of calling api function interface SetParent SWT plug-in unit is set to be integrated the parent window of simulation software.Integrated to local emulation software can adopt different Windows api functions.If when not realizing the interlock between simulation software window and the integrated software platform parent window, also can use Move Window.
(1.3) integrated to remote emulation software: on the integrated software platform, the VNC client is embedded in the local integrated region view with the SWT plug-in unit.
(2) dispose the simulation software server:
(2.1) deployment of local emulation software server comprises: the installation of Agent Web Services server end, the adapter of simulation software and simulation software, it all is standard installation procedures.Agent Web Services server end and the adapter of simulation software transmit the control messages to simulation software, are the interactive interfaces of integrated software platform and simulation software.
(2.2) deployment of remote emulation software server comprises: the installation of Agent Web Services server end, the adapter of simulation software, simulation software and VNC server, it all is standard installation procedures.Agent Web Services server end and the adapter of simulation software transmit the control messages to simulation software, are the interactive interfaces of integrated software platform and simulation software.
(3) in the integrated software platform by the Agent Web Services server end on the Agent Web Services client call simulation software server, no matter be the simulation software department server arranging method that adopts Local or Remote, its concrete mode is:
(3.1) Agent Web Services server end adopts WCF (Windows Communication Foundation) technology to realize.
(3.2) api interface that provided of Agent Web Services server end is: Start (String AdapterName, Dictionary params, int step), and the Start parameter declaration is as follows:
AdapterName: be meant the title of the adapter of simulation software, corresponding with the simulation software that will start.
Params: comprise InputPath, OutputPath, PicturePath, FlowId and TaskId; Wherein InputPath is the realistic model file path of input, and OutputPath is the realistic model file path of output, the picture path of PicturePath for exporting, and FlowId is ID number of flow process, TaskId is ID number of task.
Step: be emulation component sign corresponding with the adapter of simulation software in the database, emulation component is the encapsulation to the simulation software functional module.
(3.3) the Agent Web Services client in the integrated software platform dynamically generates the ServicesClient object, and the parameter value of AdapterName and params is set.
(3.4) Start by ServicesClient object reference Agent Web Services server end.
(3.5) adapter of simulation software calls emulation component according to AdapterName among the Start and step, and the operation Ansys of simulation software.
(4) embed the local emulation software interface, step is as follows:
(4.1) adapter of simulation software obtains the desktop handle by the GetDesktopWindow method of Windows API, utilizes the GetWindow method that all desktop forms are carried out hierarchical alterative, and obtains class name and title name by the SendMessage method.Then, judgement is also found class name and the complete forms consistent with simulation software of title name, the server end of Agent WebServices passes to the Agent Web Services client of integrated software platform with the forms handle of the simulation software rreturn value as Start.
(4.2) after Agent Web Services client obtains the window handle of simulation software, the sharp SWT plug-in unit of the integrated software platform call operation Windows API of system, utilize the SetParent method that the parent window of simulation software human window is set, thereby the simulation software human window is embedded in the human window of integrated software platform.
(4.3) last, make by the embedding human window by the SendMessage method in the view control of SWT plug-in unit, to be full of the integrated region view.
(5) embed the remote emulation software interface, step is as follows:
(5.1) adapter of simulation software obtains the human window title name of simulation software from self configuration file.This configuration file is arranged in the adapter of simulation software installation directory, and configuration file comprises emulation component pathname, simulation software human window title name.
(5.2) adapter of simulation software calls the VNC server to share the Ansys of simulation software human window, the specific implementation function is: System.Diagnostics.Process.Start (configFileName, " sharewindow " "+mainWindowTitle+ " " "), wherein configFileName is for starting the path of VNC server, and mainWindowTitle is the human window title of simulation software.
(5.3) adapter of simulation software makes up the IP of VNC server place server and VNC server end slogan, as the VNC link information, and returns to Agent Web Services client by Start.
(5.4) the integrated software platform comprises VNC client-side program VNC reader, can be with the human window of VNC client as the integrated software platform.
(5.5) the integrated software platform is resolved this VNC link information after the VNC link information that obtains to return by Agent Web Services client, according to the IP and the port numbers of the VNC server that gets access to the VNC reader is set.
(5.6) the VNC reader connects the VNC server.
(5.7) integrated software platform simulation software human window that the VNC server is shared is embedded into the view control of SWT plug-in unit.
Referring to Fig. 1, being installed in this locality with the Ansys of simulation software comparatively commonly used in the engineering analysis is example, when semi-girder is carried out statics Analysis, starts union and becomes the concrete implementation step of local simulation software as follows:
(1) form the integrated software platform: utilize the RCP plug-in unit of Eclipse environment to form the integrated software platform, this integrated software platform comprises SWT plug-in unit and Agent Web Service client.
Integrated to local emulation software: the org.eclipse.swt.internal.Windows.OS class with the SWT plug-in unit on the integrated software platform encapsulates the Windows api function, and the view control of calling api function interface SetParent SWT plug-in unit is set to be integrated the parent window of simulation software.
(2) deployment of local emulation software server comprises: the installation of Agent Web Services server end, the adapter of simulation software and the Ansys of simulation software, it is the standard installation procedure.Agent Web Services server end and the adapter of simulation software transmit the control messages to simulation software, are the interactive interfaces of integrated software platform and simulation software.
(3) the Agent Web Services client in the integrated software platform dynamically generates the ServicesClient object, and it is AnsysAdapter that AdapterName is set simultaneously, and params is set respectively:
InputPath=Project xuanbiliang StaticAnalysis OriginalModelImport, wherein xuanbiliang represents that the object of analyzing is a semi-girder, StaticAnalysis represents to carry out statics Analysis;
OutputPath=Project\xuanbiliang\StaticAnalysis\SimulationModel\;
PicturePath=Project\xuanbiliang\StaticAnalysis\SimulationModel\Pic\;
FlowId is 1, and TaskId is 1, and it is 1 that step is set.
(4) Start by ServicesClient object reference Agent Web Services server end.
(5) adapter of simulation software calls emulation component 1 according to AdapterName among the Start and step, and the operation Ansys of simulation software.
(6) adapter of simulation software obtains the desktop handle by the GetDesktopWindow method of Windows api function, utilizes the GetWindow method that all desktop forms are carried out hierarchical alterative, and obtains class name and title name by the SendMessage method.Then, judgement is also found class name and the complete forms consistent with the Ansys of simulation software of title name, the server end of Agent Web Services passes to the Agent Web Services client of integrated software platform with the forms handle of the Ansys of the simulation software rreturn value as Start.
(7) after Agent Web Services client obtains the window handle of the Ansys of simulation software, the Windows api function of the sharp SWT plug-in unit of integrated software platform call operation system, utilize the SetParent method that the parent window of the Ansys of simulation software human window is set, thereby simulation software Ansys human window is embedded in the human window of integrated software platform.
(8) last, make by the human window of embedding forms Ansys by the SendMessage method in SWT plug-in unit control, to be full of the integrated region view.
Referring to Fig. 2, being installed on the remote server with the Ansys of simulation software comparatively commonly used in the engineering analysis is example, and when semi-girder was carried out statics Analysis, the concrete implementation step of startup and integrated remote emulation software was as follows:
(1) form the integrated software platform: utilize the RCP plug-in unit of Eclipse environment to form the integrated software platform, this integrated software platform comprises SWT plug-in unit, Agent Web Service client and VNC reader.
Integrated to remote emulation software: on the integrated software platform, the VNC client is embedded in the local integrated region view with the SWT plug-in unit.
(2) deployment of remote emulation software server comprises: the installation of Agent Web Services server end, the adapter of simulation software, the Ansys of simulation software and VNC server, it is the standard installation procedure.Agent WebServices server end and the adapter of simulation software transmit the control messages to simulation software, are the interactive interfaces of integrated software platform and simulation software.
(3) the Agent Web Services client in the integrated software platform dynamically generates the ServicesClient object, and it is AnsysAdapter that AdapterName is set simultaneously, and params is set respectively:
InputPath=Project xuanbiliang StaticAnalysis OriginalModelImport, wherein xuanbiliang represents that the object of analyzing is a semi-girder, StaticAnalysis represents to carry out statics Analysis;
OutputPath=Project\xuanbiliang\StaticAnalysis\SimulationModel\;
PicturePath=Project\xuanbiliang\StaticAnalysis\SimulationModel\Pic\;
FlowId is 1, and TaskId is 1, and it is 1 that step is set.
(4) Start by ServicesClient object reference Agent Web Services server end.
(5) adapter of simulation software calls emulation component 1 according to AdapterName among the Start and step, and the operation Ansys of simulation software.
(6) adapter of simulation software obtains the human window title name Ansys Multiphsics Utility Menu of the Ansys of simulation software from self configuration file.This configuration file is arranged in the adapter of simulation software installation directory, and configuration file comprises emulation component pathname, simulation software human window title name.
(7) adapter of simulation software calls the VNC server to share the Ansys of simulation software human window, the specific implementation function is: System.Diagnostics.Process.Start (configFileName, " sharewindow " "+mainWindowTitle+ " Ansys Multiphsics Utility Menu " ").Wherein configFileName is for starting the path of VNC server, and mainWindowTitle is the human window title of simulation software.
(8) adapter of simulation software makes up the IP of VNC server place server and VNC server end slogan 5700, as the VNC link information, and returns to Agent Web Services client by Start.
(9) the integrated software platform comprises VNC client-side program VNC reader, can be with the human window of VNC client as the integrated software platform.
(10) the integrated software platform is resolved this VNC link information after the VNC link information that obtains to return by Agent Web Services client, according to the IP and the port numbers 5700 of the VNC server that gets access to the VNC reader is set.
(11) the VNC reader connects the VNC server.
(12) integrated software platform simulation software Ansys human window that the VNC server is shared is embedded into the view control of SWT plug-in unit.
The present invention when integrated, if need not to provide the single simulation software interface of appointment, can adopt WTS to replace VNC long-range, and this method can improve the travelling speed of program.

Claims (9)

1. simulation software interface integrating method, this method comprises following performing step:
(1) form the integrated software platform: utilize the RCP plug-in unit of Eclipse environment to form the integrated software platform, this integrated software platform comprises SWT plug-in unit and Agent Web Service client;
(1.1) utilize the RCP plug-in unit of Eclipse environment to form the integrated software platform, on this integrated software platform, provide software integrated region view with the view mode;
(1.2) carry out integrated to simulation software;
(2) dispose the simulation software server: comprise the installation of Agent Web Services server end, the adapter of simulation software and simulation software;
(3) in the integrated software platform by the Agent Web Services server end on the Agent Web Services client call simulation software server;
(4) embed simulation software interface.
2. simulation software interface integrating method according to claim 1 is characterized in that, the Agent Web Services server end in the described step (3) adopts WCF to realize; The api interface that described Agent Web Services server end is provided is Start (String AdapterName, Dictionary params, int step); In the described step (3) in the integrated software platform by the AgentWebServices server end on the Agent Web Services client call simulation software server, concrete steps are as follows:
(3.1) the Agent Web Services client in the integrated software platform dynamically generates the ServicesClient object, and it is AnsysAdapter that AdapterName is set simultaneously, and params is set respectively;
(3.2) Start by ServicesClient object reference Agent Web Services server end;
(3.3) adapter of simulation software calls emulation component according to AdapterName among the Start and step, and the operation simulation software.
3. simulation software interface integrating method according to claim 2 is characterized in that the AdapterName in the parameter of described Start is meant the title of the adapter of simulation software, and is corresponding with the simulation software that will start; Described params comprises InputPath, OutputPath, PicturePath, FlowId and TaskId, wherein InputPath is the realistic model file path of input, OutputPath is the realistic model file path of output, the picture path of PicturePath for exporting, FlowId is ID number of flow process, and TaskId is ID number of task; Described Step is meant the emulation component sign corresponding with the adapter of simulation software, and described emulation component is the encapsulation to the simulation software functional module.
4. according to each described simulation software interface integrating method of claim 1-3, it is characterized in that, described step (1) is carried out when integrated local emulation software, be that the org.eclipse.swt.internal.Windows.OS class with the SWT plug-in unit encapsulates the Windows api function on the integrated software platform, the view control of calling api function interface SetParent SWT plug-in unit is set to be integrated the parent window of simulation software.
5. simulation software interface integrating method according to claim 4 is characterized in that, described step (4) is that concrete steps are as follows when embedding the local emulation software interface:
(4.1) adapter of simulation software obtains the desktop handle by the GetDesktopWindow method of Windows API, utilizes the GetWindow method that all desktop forms are carried out hierarchical alterative, and obtains class name and title name by the SendMessage method; Then, judgement is also found class name and the complete forms consistent with simulation software of title name, the server end of Agent WebServices passes to the Agent Web Services client of integrated software platform with the forms handle of the simulation software rreturn value as Start;
(4.2) after Agent Web Services client obtains the window handle of simulation software, the sharp SWT plug-in unit of the integrated software platform call operation Windows API of system, utilize the SetParent method that the parent window of simulation software human window is set, the simulation software human window is embedded in the human window of integrated software platform;
(4.3) make by the embedding human window by the SendMessage method and in the view control of SWT plug-in unit, be full of the integrated region view.
6. according to each described simulation software interface integrating method of claim 1-3, it is characterized in that described step (1) is carried out when integrated remote emulation software, the integrated software platform comprises the VNC reader; To the integrated of remote emulation software is with the SWT plug-in unit VNC client to be embedded in the local integrated region view on the integrated software platform; In the described step (2), the deployment of remote emulation software server also comprises the installation of VNC server.
7. simulation software interface integrating method according to claim 6 is characterized in that, described step (4) is that concrete steps are as follows when embedding the remote emulation software interface:
(5.1) adapter of simulation software obtains the human window title name of simulation software from self configuration file;
(5.2) adapter of simulation software calls the VNC server to share the simulation software human window;
(5.3) adapter of simulation software makes up the IP of VNC server place server and VNC server end slogan, as the VNC link information, and returns to Agent Web Services client by Start;
(5.4) the VNC reader of VNC client is with the human window of VNC client as the integrated software platform;
(5.5) the integrated software platform afterwards, is resolved this VNC link information in the VNC link information that obtains to return by Agent Web Services client, according to the VNC server that gets access to ' and port numbers the VNC reader is set;
(5.6) the VNC reader connects the VNC server;
(5.7) integrated software platform simulation software human window that the VNC server is shared is embedded into the view control of SWT plug-in unit.
8. simulation software interface integrating method according to claim 7 is characterized in that, described configuration file is arranged in the adapter of simulation software installation directory, and described configuration file comprises emulation component pathname, simulation software human window title name.
9. simulation software interface integrating method according to claim 8, it is characterized in that, the specific implementation function of described step (5.2) is: System.Diagnostics.Process.Start (configFileName, " and sharewindow ' ' ' '+mainWindowTitle+ " ' ' ' '); Wherein configFileName is for starting the path of VNC server, and mainWindowTitle is the human window title of simulation software.
CN2009100209660A 2009-01-19 2009-01-19 Simulation software interface integrating method Expired - Fee Related CN101782848B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2009100209660A CN101782848B (en) 2009-01-19 2009-01-19 Simulation software interface integrating method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2009100209660A CN101782848B (en) 2009-01-19 2009-01-19 Simulation software interface integrating method

Publications (2)

Publication Number Publication Date
CN101782848A true CN101782848A (en) 2010-07-21
CN101782848B CN101782848B (en) 2013-12-04

Family

ID=42522860

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2009100209660A Expired - Fee Related CN101782848B (en) 2009-01-19 2009-01-19 Simulation software interface integrating method

Country Status (1)

Country Link
CN (1) CN101782848B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609261A (en) * 2012-02-10 2012-07-25 天津市电力公司 Integrated visual view control method for smart power grid
CN103279892A (en) * 2011-12-21 2013-09-04 大同电力高级技工学校 Simulation run management server and simulation object discovery method thereof
TWI448968B (en) * 2012-07-30 2014-08-11 Faraday Tech Corp Apparatus of system level simulation and emulation, and associated method
CN106250204A (en) * 2016-07-21 2016-12-21 北京理工大学 A kind of optimizer developing plug method of multidisciplinary optimization simulation software
CN106934136A (en) * 2017-03-02 2017-07-07 西安电子科技大学 The Simulation System of Vibration Test and method of a kind of slender type aircraft
CN112181419A (en) * 2020-12-03 2021-01-05 成都极米科技股份有限公司 Interface generation method and device and storage medium
CN112558903A (en) * 2020-12-09 2021-03-26 北京仿真中心 Component-based distributed simulation model display control system and interaction method
WO2023093196A1 (en) * 2021-11-23 2023-06-01 上海同星智能科技有限公司 Software host construction method and construction system, and software host and simulation device
CN116257218A (en) * 2023-01-13 2023-06-13 华中科技大学 Interface design method and integrated system for statistical analysis software and nuclear energy program
CN117519883A (en) * 2023-11-24 2024-02-06 北京长扬软件有限公司 Web desktop imitation system for server operating system management

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007536634A (en) * 2004-05-04 2007-12-13 フィッシャー−ローズマウント・システムズ・インコーポレーテッド Service-oriented architecture for process control systems
CN1779645A (en) * 2004-11-23 2006-05-31 北京航空航天大学 Realization of visual development system of assembled simulated programm
CN101216846B (en) * 2008-01-04 2010-06-02 清华大学 Emulated data visualized and cooperated sharing method

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103279892B (en) * 2011-12-21 2016-07-06 大同电力高级技工学校 Simulation run time management server and simulation object thereof find method
CN103279892A (en) * 2011-12-21 2013-09-04 大同电力高级技工学校 Simulation run management server and simulation object discovery method thereof
CN102609261B (en) * 2012-02-10 2017-07-28 天津市电力公司 The visual view integrated control method of intelligent grid
CN102609261A (en) * 2012-02-10 2012-07-25 天津市电力公司 Integrated visual view control method for smart power grid
TWI448968B (en) * 2012-07-30 2014-08-11 Faraday Tech Corp Apparatus of system level simulation and emulation, and associated method
CN106250204A (en) * 2016-07-21 2016-12-21 北京理工大学 A kind of optimizer developing plug method of multidisciplinary optimization simulation software
CN106250204B (en) * 2016-07-21 2019-08-13 北京理工大学 A kind of optimizer developing plug method of multidisciplinary optimization simulation software
CN106934136A (en) * 2017-03-02 2017-07-07 西安电子科技大学 The Simulation System of Vibration Test and method of a kind of slender type aircraft
CN112181419A (en) * 2020-12-03 2021-01-05 成都极米科技股份有限公司 Interface generation method and device and storage medium
CN112558903A (en) * 2020-12-09 2021-03-26 北京仿真中心 Component-based distributed simulation model display control system and interaction method
CN112558903B (en) * 2020-12-09 2023-07-28 北京仿真中心 Distributed simulation model display control system based on components and interaction method
WO2023093196A1 (en) * 2021-11-23 2023-06-01 上海同星智能科技有限公司 Software host construction method and construction system, and software host and simulation device
CN116257218A (en) * 2023-01-13 2023-06-13 华中科技大学 Interface design method and integrated system for statistical analysis software and nuclear energy program
CN116257218B (en) * 2023-01-13 2024-02-02 华中科技大学 Interface design method and integrated system for statistical analysis software and nuclear energy program
CN117519883A (en) * 2023-11-24 2024-02-06 北京长扬软件有限公司 Web desktop imitation system for server operating system management

Also Published As

Publication number Publication date
CN101782848B (en) 2013-12-04

Similar Documents

Publication Publication Date Title
CN101782848B (en) Simulation software interface integrating method
CN105447643B (en) Scientific workflow system and method for cloud computing platform
CN105224363B (en) Method and device for loading application program
CN102209111B (en) Open cross-platform system for cloud computing mobile network terminal equipment
CN104199723B (en) Camera mapping method based on virtual equipment
CN111367511B (en) Simulation model interface adaptation development system and working method thereof
EP0822491A2 (en) Object-oriented system, method and article of manufacture for migrating a client-server application
CN102752369B (en) The supplying method of TV applications service and virtual content service platform
CN111126781A (en) RPA service flow establishing method and system
CN101719056A (en) Component model for real time system control
US7124399B2 (en) Document/view application development architecture applied to ActiveX technology for web based application delivery
CN103327108B (en) A kind of cross-platform software management platform based on cloud and construction method thereof
CN111176627A (en) Device and method for separating front end from back end based on micro-service
CN101132413A (en) ActiveX component multiplexing method based on Web application
CN101699403A (en) Method for graphically installing distributed system
CN105824616A (en) Development method and frame for equipment control system program
CN106502717A (en) application program operation method and device
CN110109684B (en) Block chain link point management proxy service installation method, electronic device and storage medium
CN101155174B (en) Remote subscriber interface service implementing method based on common protocol
CN100474254C (en) Mobile telephone emulation system and method therefor
CN115113850A (en) Cross-platform application construction and operation method, server, terminal and system
CN103677854A (en) Design method and design system of OSGI (Open Service Gateway Initiative)-WEB framework applicable to cloud computing environment
CN103677842A (en) Software tool configuration type integrated expansion calling method and system
CN110673835A (en) Dynamic assembly type development system, method, computer and computer program
Daniel et al. Mashing up context-aware web applications: A component-based development approach

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: NORTHWESTERN POLYTECHNICAL UNIVERSITY

Free format text: FORMER OWNER: XIAN YISHENG INFORMATION TECHNOLOGY CO., LTD.

Effective date: 20131018

C41 Transfer of patent application or patent right or utility model
C53 Correction of patent for invention or patent application
CB03 Change of inventor or designer information

Inventor after: Liu Geng

Inventor after: Yang Xiaohui

Inventor after: Wang Haiwei

Inventor after: Han Bing

Inventor after: Wu Liyan

Inventor before: Zhao Jinping

COR Change of bibliographic data

Free format text: CORRECT: INVENTOR; FROM: ZHAO JINPING TO: LIU GENG YANG XIAOHUI WANG HAIWEI HAN BING WU LIYAN

TA01 Transfer of patent application right

Effective date of registration: 20131018

Address after: 710072 No. 127 friendship West Road, Shaanxi, Xi'an, Northwestern Polytechnical University

Applicant after: Northwestern Polytechnical University

Address before: 324 box 710072, Northwestern Polytechnical University, 127 friendship West Road, Xi'an, Shaanxi

Applicant before: Xian Yisheng Information Technology Co., Ltd.

C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20131204

Termination date: 20170119