CN101782848B - Simulation software interface integrating method - Google Patents

Simulation software interface integrating method Download PDF

Info

Publication number
CN101782848B
CN101782848B CN2009100209660A CN200910020966A CN101782848B CN 101782848 B CN101782848 B CN 101782848B CN 2009100209660 A CN2009100209660 A CN 2009100209660A CN 200910020966 A CN200910020966 A CN 200910020966A CN 101782848 B CN101782848 B CN 101782848B
Authority
CN
China
Prior art keywords
simulation software
software
integrated
adapter
vnc
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.)
Expired - Fee Related
Application number
CN2009100209660A
Other languages
Chinese (zh)
Other versions
CN101782848A (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
Northwestern Polytechnical University
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 Northwestern Polytechnical University filed Critical Northwestern Polytechnical University
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 Windows api functions, be generally to use Move Window function, but the method can not realize embedding the interlock between window and parent window.
Carry out the remote emulation software interface when integrated, can use VNC(Virtual Network Computing, virtual network is calculated) technology, but use separately VNC technology access remote emulation software interface to there is following shortcoming:
(1) each connection all will be inputted username and password, complex operation.
(2) before using VNC, need the manual configuration attribute, time-consuming and complex operation.
(3) what share is whole desktop, can not share and specify the simulation software human window.
(4) although can realize that remote interface arrives local connection, can not realize remote desktop is embedded in local software.
The Windows Terminal Services that the method for existing access remote interface also has Microsoft to start to provide from Windows 2000 Server, claim again remote terminal service, is called for short WTS.But there is 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 local software.
(2) what use WTS to share is long-range whole desktop, and can not share, specifies the simulation software human window, and which kind of simulation software the basic None-identified of user specifically need to be used.
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 parent window when it has solved in the background technology local interface integrated emulation software; 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 to the technical matters in local software.
Technical solution of the present invention is as follows:
A kind of simulation software interface integrating method, the method comprises following performing step:
(1) form the integrated software platform: the RCP(Rich Client Platform that utilizes the Eclipse environment) plug-in unit forms the integrated software platform, and this integrated software platform comprises SWT(Standard Widget Toolkit) 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, by the view mode, provide software integrated region view;
(1.2) to simulation software, carry out integrated;
(2) dispose the simulation software server: comprise the installation of Web service acting server end, simulation software adapter (adapter) and simulation software;
(3) call the Web service acting server end on the simulation software server by the Web service agent client in the integrated software platform;
(4) embed simulation software interface.
Web service acting server end in above-mentioned steps (3) can adopt WCF to realize; The api interface that described Web service acting server end provides is Start (String adapter (adapter) Name, Dictionary params, int step); Call the Web service acting server end on the simulation software server by the Web service agent client in described step (3) in the integrated software platform, concrete steps are as follows:
(3.1) the Web service agent client in the integrated software platform dynamically generates the ServicesClient object, and it is Ansys adapter (adapter) that adapter (adapter) Name is set simultaneously, and params is set respectively;
(3.2) by the Start of ServicesClient object reference Web service acting server end;
(3.3) simulation software adapter (adapter), according to (adapter) Name of the adapter in Start and step, calls emulation component, and the operation simulation software.
Adapter in the parameter of above-mentioned Start (adapter) Name refers to the title of simulation software adapter (adapter), 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 No. ID of flow process, and TaskId is task No. ID; Described Step refers to the emulation component sign corresponding with simulation software adapter (adapter), 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 is encapsulated the Windows api function on the integrated software platform, the view control of Using 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 while embedding the local emulation software interface, concrete steps are as follows:
(4.1) simulation software adapter (adapter) obtains the desktop handle by the GetDesktopWindow method of Windows API, utilize the GetWindow method to carry out hierarchical alterative to all desktop forms, and obtain class name and title name by the SendMessage method; Then, judge and find class name and the title name forms consistent with simulation software fully that the rreturn value of server end using the forms handle of simulation software as Start that Web service is acted on behalf of passes to the Web service agent client of integrated software platform;
(4.2) after the Web service agent client obtains the window handle of simulation software, the platform profit SWT of integrated software plug-in unit call operation system Windows API, 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 to be full of in the view control of SWT plug-in unit by the embedding human window integrated region view by the SendMessage method.
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, be with the SWT plug-in unit, the VNC client to be embedded in local integrated region view on the integrated software platform; In described step (2), the deployment of remote emulation software server also comprises the installation of VNC server.
Above-mentioned steps (4) is that while embedding the remote emulation software interface, concrete steps are as follows:
(5.1) simulation software adapter (adapter) obtains the human window title name of simulation software from self configuration file;
(5.2) simulation software adapter (adapter) calls the VNC server to share the simulation software human window;
(5.3) simulation software adapter (adapter) is combined the IP of VNC server place server and VNC server end slogan, as the VNC link information, and returns to the Web service agent client by Start;
(5.4) human window of VNC reader using the VNC client as the integrated software platform of VNC client;
(5.5) the integrated software platform, obtaining the VNC link information of returning by the Web service agent client, afterwards, is resolved this VNC link information, according to IP and the port numbers of the VNC server got, the VNC reader is set;
(5.6) the VNC reader connects the VNC server;
(5.7) the integrated software platform simulation software human window shared the VNC server is embedded into the view control of SWT plug-in unit.
Above-mentioned configuration file is arranged in simulation software adapter (adapter) 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 respectively a plurality of simulation softwares while using, need to 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 current software platform interface.
4. can realize the interlock of parent window in simulation software human window and integrated software platform.
6. the remote emulation software interface is integrated has cross operating system and across the characteristics of programming language.
7. carry out the remote emulation software interface when integrated, without the input username and password, easy and simple to handle.
8. carry out the remote emulation software interface when integrated, the integrated software platform can configure VNC operation attribute automatically.
9. in remote emulation software interface integrating process, can realize human window to specifying simulation software share and integrated.
The accompanying drawing explanation
The process flow diagram that Fig. 1 is the integrated local emulation software interface of the present invention.
The process flow diagram that Fig. 2 is 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 unified software platform, realizes the simulation software human window of operation Local or Remote in 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 Windows operating system, can also be integrated in the Linux that moves in Linux and 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, by the view mode, provide software integrated region view.
(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 is encapsulated Windows API, and the view control of Using 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, while not realizing the interlock between simulation software window and integrated software platform parent window, also can use Move Window.
(1.3) integrated to remote emulation software: with the SWT plug-in unit, the VNC client is embedded in local integrated region view on the integrated software platform.
(2) dispose the simulation software server:
(2.1) deployment of local emulation software server comprises: the installation of Web service acting server end, simulation software adapter (adapter) and simulation software, it is all standard installation procedures.Web service acting server end and simulation software adapter (adapter) transmit the control message 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 Web service acting server end, simulation software adapter (adapter), simulation software and VNC server, it is all standard installation procedures.Web service acting server end and simulation software adapter (adapter) transmit the control message to simulation software, are the interactive interfaces of integrated software platform and simulation software.
(3) no matter call the Web service acting server end on the simulation software server by the Web service agent client in the integrated software platform, be the simulation software server disposition method that adopts Local or Remote, and its concrete mode is:
(3.1) Web service acting server end adopts WCF(Windows Communication Foundation) the technology realization.
(3.2) api interface that Web service acting server end provides is: Start (String adapter (adapter) Name, Dictionary params, int step), and the Start parameter declaration is as follows:
Adapter (adapter) Name: refer to the title of simulation software adapter (adapter), 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 picture path that will export for the realistic model file path of output, PicturePath, and FlowId is flow process No. ID, and TaskId is task No. ID.
Step: be emulation component sign corresponding with simulation software adapter (adapter) in database, emulation component is the encapsulation to the simulation software functional module.
(3.3) the Web service agent client in the integrated software platform dynamically generates the ServicesClient object, and the parameter value of adapter (adapter) Name and params is set.
(3.4) by the Start of ServicesClient object reference Web service acting server end.
(3.5) simulation software adapter (adapter), according to (adapter) Name of the adapter in Start and step, calls emulation component, and the operation Ansys of simulation software.
(4) embed the local emulation software interface, step is as follows:
(4.1) simulation software adapter (adapter) obtains the desktop handle by the GetDesktopWindow method of Windows API, utilize the GetWindow method to carry out hierarchical alterative to all desktop forms, and obtain class name and title name by the SendMessage method.Then, judge and find class name and the title name forms consistent with simulation software fully that the rreturn value of server end using the forms handle of simulation software as Start that Web service is acted on behalf of passes to the Web service agent client of integrated software platform.
(4.2) after the Web service agent client obtains the window handle of simulation software, the platform profit SWT of integrated software plug-in unit call operation system Windows API, 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 to be full of in the view control of SWT plug-in unit by the embedding human window integrated region view by the SendMessage method.
(5) embed the remote emulation software interface, step is as follows:
(5.1) simulation software adapter (adapter) obtains the human window title name of simulation software from self configuration file.This configuration file is arranged in simulation software adapter (adapter) installation directory, and configuration file comprises emulation component pathname, simulation software human window title name.
(5.2) simulation software adapter (adapter) 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) simulation software adapter (adapter) is combined the IP of VNC server place server and VNC server end slogan, as the VNC link information, and returns to the Web service agent client by Start.
(5.4) the integrated software platform comprises VNC client-side program VNC reader, human window that can be using the VNC client as the integrated software platform.
(5.5) the integrated software platform, after obtaining the VNC link information of returning by the Web service agent client, is resolved this VNC link information, according to IP and the port numbers of the VNC server got, the VNC reader is set.
(5.6) the VNC reader connects the VNC server.
(5.7) the integrated software platform simulation software human window shared the VNC server is embedded into the view control of SWT plug-in unit.
Referring to Fig. 1, the Ansys of simulation software comparatively commonly used in engineering analysis of take is arranged on this locality as example, when semi-girder is carried out to 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 is encapsulated the Windows api function, and the view control of Using 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 Web service acting server end, simulation software adapter (adapter) and the Ansys of simulation software, it is the standard installation procedure.Web service acting server end and simulation software adapter (adapter) transmit the control message to simulation software, are the interactive interfaces of integrated software platform and simulation software.
(3) the Web service agent client in the integrated software platform dynamically generates the ServicesClient object, and it is Ansys adapter (adapter) that adapter (adapter) Name is set simultaneously, and params is set respectively:
InputPath=Project xuanbiliang StaticAnalysis OriginalModelImport, wherein xuanbiliang means that the object of being analyzed is semi-girder, StaticAnalysis means to carry out statics Analysis;
OutputPath=?Project\xuanbiliang\StaticAnalysis\SimulationModel\;
PicturePath=Project\xuanbiliang\StaticAnalysis\SimulationModel\Pic\;
FlowId is that 1, TaskId is 1, and it is 1 that step is set.
(4) by the Start of ServicesClient object reference Web service acting server end.
(5) simulation software adapter (adapter), according to (adapter) Name of the adapter in Start and step, calls emulation component 1, and the operation Ansys of simulation software.
(6) simulation software adapter (adapter) obtains the desktop handle by the GetDesktopWindow method of Windows api function, utilize the GetWindow method to carry out hierarchical alterative to all desktop forms, and obtain class name and title name by the SendMessage method.Then, judge and find class name and the title name forms consistent with the Ansys of simulation software fully, Web service agency's the rreturn value of server end using the forms handle of the Ansys of simulation software as Start, pass to the Web service agent client of integrated software platform.
(7) after the Web service agent client obtains the window handle of the Ansys of simulation software, the Windows api function of the platform profit SWT of integrated software plug-in unit 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, by the SendMessage method, make to be full of the integrated region view by the human window of embedding forms Ansys in SWT plug-in unit control.
Referring to Fig. 2, it is example that the Ansys of simulation software comparatively commonly used of take in engineering analysis is arranged on remote server, when semi-girder is carried out to statics Analysis, start and the concrete implementation step of integrated remote emulation 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, Agent Web Service client and VNC reader.
Integrated to remote emulation software: with the SWT plug-in unit, the VNC client is embedded in local integrated region view on the integrated software platform.
(2) deployment of remote emulation software server comprises: the installation of Web service acting server end, simulation software adapter (adapter), the Ansys of simulation software and VNC server, it is the standard installation procedure.Web service acting server end and simulation software adapter (adapter) transmit the control message to simulation software, are the interactive interfaces of integrated software platform and simulation software.
(3) the Web service agent client in the integrated software platform dynamically generates the ServicesClient object, and it is Ansys adapter (adapter) that adapter (adapter) Name is set simultaneously, and params is set respectively:
InputPath=Project xuanbiliang StaticAnalysis OriginalModelImport, wherein xuanbiliang means that the object of being analyzed is semi-girder, StaticAnalysis means to carry out statics Analysis;
OutputPath=?Project\xuanbiliang\StaticAnalysis\SimulationModel\;
PicturePath=Project\xuanbiliang\StaticAnalysis\SimulationModel\Pic\;
FlowId is that 1, TaskId is 1, and it is 1 that step is set.
(4) by the Start of ServicesClient object reference Web service acting server end.
(5) simulation software adapter (adapter), according to (adapter) Name of the adapter in Start and step, calls emulation component 1, and the operation Ansys of simulation software.
(6) simulation software adapter (adapter) 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 simulation software adapter (adapter) installation directory, and configuration file comprises emulation component pathname, simulation software human window title name.
(7) simulation software adapter (adapter) 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) simulation software adapter (adapter) is combined the IP of VNC server place server and VNC server end slogan 5700, as the VNC link information, and returns to the Web service agent client by Start.
(9) the integrated software platform comprises VNC client-side program VNC reader, human window that can be using the VNC client as the integrated software platform.
(10) the integrated software platform, after obtaining the VNC link information of returning by the Web service agent client, is resolved this VNC link information, according to IP and the port numbers 5700 of the VNC server got, the VNC reader is set.
(11) the VNC reader connects the VNC server.
(12) the integrated software platform simulation software Ansys human window shared the VNC server is embedded into the view control of SWT plug-in unit.
The present invention when integrated, if without the single simulation software interface that appointment is provided, can adopt WTS to replace VNC long-range, and this method can improve the travelling speed of program.

Claims (7)

1. a simulation software interface integrating method, the method comprises following performing step:
(1) form the integrated software platform: utilize the Fat Client platform RCP plug-in unit of Eclipse environment to form the integrated software platform, this integrated software platform comprises standardized component tool box SWT plug-in unit and Web service agent client;
(1.1) utilize the Fat Client platform RCP plug-in unit of Eclipse environment to form the integrated software platform, on this integrated software platform, by the view mode, provide software integrated region view;
(1.2) to simulation software, carry out integrated;
(2) dispose the simulation software server: comprise the installation of Web service acting server end, simulation software adapter and simulation software;
(3) call the Web service acting server end on the simulation software server by the Web service agent client in the integrated software platform; Web service acting server end in described step (3) adopts Windows communication interface WCF to realize; The api interface that described Web service acting server end provides is Start (String adapter Name, Dictionary params, int Step); Call the Web service acting server end on the simulation software server by the Web service agent client in described step (3) in the integrated software platform, concrete steps are as follows:
(3.1) the Web service agent client in the integrated software platform dynamically generates the ServicesClient object, and it is the Ansys adapter that adapter Name is set simultaneously, and params is set respectively;
(3.2) by the Start of ServicesClient object reference Web service acting server end;
(3.3) the simulation software adapter, according to adapter Name and Step in Start, calls emulation component, and the operation simulation software; Adapter Name in the parameter of described Start refers to the title of simulation software adapter, 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 No. ID of flow process, and TaskId is task No. ID; Described Step refers to the emulation component sign corresponding with the simulation software adapter, and described emulation component is the encapsulation to the simulation software functional module;
(4) embed simulation software interface.
2. simulation software interface integrating method according to claim 1, 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 is encapsulated the Windows api function on the integrated software platform, the view control of Using API Function interface SetParent SWT plug-in unit is set to be integrated the parent window of simulation software.
3. simulation software interface integrating method according to claim 2, is characterized in that, described step (4) is that while embedding the local emulation software interface, concrete steps are as follows:
(4.1) the simulation software adapter obtains the desktop handle by the GetDesktopWindow method of Windows API, utilizes the GetWindow method to carry out hierarchical alterative to all desktop forms, and obtains class name and title name by the SendMessage method; Then, judge and find class name and the title name forms consistent with simulation software fully that the rreturn value of server end using the forms handle of simulation software as Start that Web service is acted on behalf of passes to the Web service agent client of integrated software platform;
(4.2) after the Web service agent client obtains the window handle of simulation software, the platform profit SWT of integrated software plug-in unit call operation system Windows API, 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 to be full of in the view control of SWT plug-in unit by the embedding human window integrated region view by the SendMessage method.
4. simulation software interface integrating method according to claim 1, is characterized in that, described step (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, be with the SWT plug-in unit, the VNC client to be embedded in local integrated region view on the integrated software platform; In described step (2), the deployment of remote emulation software server also comprises the installation of VNC server.
5. simulation software interface integrating method according to claim 4, is characterized in that, described step (4) is that while embedding the remote emulation software interface, concrete steps are as follows:
(5.1) the simulation software adapter obtains the human window title name of simulation software from self configuration file;
(5.2) the simulation software adapter calls the VNC server to share the simulation software human window;
(5.3) the simulation software adapter is combined the IP of VNC server place server and VNC server end slogan, as the VNC link information, and returns to the Web service agent client by Start;
(5.4) human window of VNC reader using the VNC client as the integrated software platform of VNC client;
(5.5) the integrated software platform, obtaining the VNC link information of returning by the Web service agent client, afterwards, is resolved this VNC link information, according to IP and the port numbers of the VNC server got, the VNC reader is set;
(5.6) the VNC reader connects the VNC server;
(5.7) the integrated software platform simulation software human window shared the VNC server is embedded into the view control of SWT plug-in unit.
6. simulation software interface integrating method according to claim 5, is characterized in that, described configuration file is arranged in simulation software adapter installation directory, and described configuration file comprises emulation component pathname, simulation software human window title name.
7. simulation software interface integrating method according to claim 6, it is characterized in that, the specific implementation function of described step (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.
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 CN101782848A (en) 2010-07-21
CN101782848B true 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)

Families Citing this family (10)

* 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
CN102609261B (en) * 2012-02-10 2017-07-28 天津市电力公司 The visual view integrated control method of intelligent grid
TWI448968B (en) * 2012-07-30 2014-08-11 Faraday Tech Corp Apparatus of system level simulation and emulation, and associated method
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
CN112181419B (en) * 2020-12-03 2021-08-31 成都极米科技股份有限公司 Interface generation method and device and storage medium
CN112558903B (en) * 2020-12-09 2023-07-28 北京仿真中心 Distributed simulation model display control system based on components and interaction method
CN114064322A (en) * 2021-11-23 2022-02-18 上海同星智能科技有限公司 Software host construction method, construction system, software host and simulation equipment
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

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1779645A (en) * 2004-11-23 2006-05-31 北京航空航天大学 Realization of visual development system of assembled simulated programm
CN1950771A (en) * 2004-05-04 2007-04-18 费舍-柔斯芒特系统股份有限公司 Integrated user interface for process control
CN101216846A (en) * 2008-01-04 2008-07-09 清华大学 Emulated data visualized and cooperated sharing method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1950771A (en) * 2004-05-04 2007-04-18 费舍-柔斯芒特系统股份有限公司 Integrated user interface for process control
CN1779645A (en) * 2004-11-23 2006-05-31 北京航空航天大学 Realization of visual development system of assembled simulated programm
CN101216846A (en) * 2008-01-04 2008-07-09 清华大学 Emulated data visualized and cooperated sharing method

Also Published As

Publication number Publication date
CN101782848A (en) 2010-07-21

Similar Documents

Publication Publication Date Title
CN101782848B (en) Simulation software interface integrating method
CN104199723B (en) Camera mapping method based on virtual equipment
CN105955208B (en) Network robot data control system based on cloud platform
CN111367511B (en) Simulation model interface adaptation development system and working method thereof
US20210337015A1 (en) Method and system of application development for multiple device client platforms
CN102752369B (en) The supplying method of TV applications service and virtual content service platform
CN103995777A (en) Automatic embedded software block box testing system and method
CN104821954A (en) Cross-platform remote procedure call method
CN111176627A (en) Device and method for separating front end from back end based on micro-service
CN107222524B (en) Open type application service integration framework
CN104219295A (en) Server-side configuration based information display method and system for mobile equipment
CN110109684B (en) Block chain link point management proxy service installation method, electronic device and storage medium
CN100474254C (en) Mobile telephone emulation system and method therefor
CN103677854A (en) Design method and design system of OSGI (Open Service Gateway Initiative)-WEB framework applicable to cloud computing environment
CN105573741A (en) Virtual application system and method with reconfigurable interface
CN114357672A (en) Simulation verification method of model-based avionics system
CN114510270A (en) Programmable controller cloud development system architecture based on B/S architecture
Scherfke Mosaik documentation
CN102137037A (en) Webpage block synchronic browsing method based on community platform and system thereof
CN102567003A (en) Method for debugging and realizing services in telecom value added service development environment
CN102541647A (en) Method for calling external function of executable component in software integration process
JP2002073585A (en) Debugging support device, debugging support method, and recording medium
CN111221524B (en) Method and system for generating front-end module by one key
CN102404391A (en) WEB service invoking method oriented to interface
CN114546530B (en) Big data loading method, device, equipment and medium

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