PDA

View Full Version : C Language WEB SERVICE



engg_nawaz
03 Aug 2006, 07:48 AM
Sorry It may not be the right place to dicuss this query but i will be glad if someone is able to help me in this problem.

I have an application Vehicle simulator that has been developed using LabWindows/CVI 6.0 by National Instruments in C language. It is a GUI TOOL used to simulate projects. It resides on a SIMULATOR PC in ITALY and the SIMULATOR PC is connected to Physical Hardware on which simulations are performed. The simulation models are created using different software and client can also create simulation model on remote locations but they can simulate it only on SIMULATOR PC located in italy. Now I want to make the SIMULATOR PC a WEBSERVER and the Vehicle Simulator application that is written in C language a WEB SERVICE so that client can access this WEBSERVICE from remote location can perform simulation on real Hardware located in ITALY.

Here are the steps to start simulation

- menu Config->Open project... to select one project
- menu Simul->Load configuration to load projects
- menu Simul->Start to run the simulation
- menu Simul->Stop to stop the simulation

client require to access the GUI Tool

menu Config->Open project... to select one project
- menu Simul->Load configuration to load projects

client will load the configuration present on their local drive.

- menu Simul->Start to run the simulation
client will start simulation then on SERVER system

- menu Simul->Stop to stop the simulation on SERVER system

client can stop the simulation and the result of simulation will be transferred back to client system.

Please suggest me an way in this situation

Nawaz Khurshid