• 제목/요약/키워드: Client System

검색결과 1,915건 처리시간 0.026초

HTTP 기반의 자바를 이용한 원격 감시 및 제어 시스템 (HTTP based remote monitoring and control system using JAVA)

  • 이경웅;최한수
    • 제어로봇시스템학회논문지
    • /
    • 제10권9호
    • /
    • pp.847-854
    • /
    • 2004
  • In this paper, It is studied to control and to monitor the remote system state using HTTP(Hyper Text Transfer Protocol) object communication. The remote control system is controlled by using a web browser or a application program. This system is organized by three different part depending on functionality-server part, client part, controller part. The java technology is used to composite the server part and the client part and C language is used for a controller. The server part is waiting for the request of client part and then the request is reached, the server part saves client data to the database and send a command set to the client part. The administrator can control the remote system just using a web browser. Remote part is worked by timer that is activated per 1 second. It gets the measurement data of the controller part, and then send the request to the server part and get a command set in the command repository of server part using the client ID. After interpreting the command set, the client part transfers the command set to the controller part. Controller part can be activated by the client part. If send command is transmitted by the client part, it sends sensor monitoring data to the client part and command set is transmitted then setting up the value of the controlled system.

MODELLING THE PERFORMANCE OF A CLIENT/SERVER DATABASE SYSTEM

  • Lee, Hui-Seok
    • 한국데이타베이스학회:학술대회논문집
    • /
    • 한국데이타베이스학회 1994년도 DB산업기술 활성화를 위한 학술대회 및 기술 심포지움
    • /
    • pp.49-69
    • /
    • 1994
  • A client/server system has become the computing architecture for the business organization which seeks competitive edges. Technically, a client/server system places application processing close to the user and thus increases performance. This paper's two primary goals are (i) to present a performance model for client/server database systems and (ii) to demonstrate analytically the effectiveness of client/server computing in comparison with other computing architectures via an illustrative example. The model is most likely to be used as a practical performance guide for client/server computing.

  • PDF

생산장비의 Client-Server화 연구 (Client-Server System for Manufacturing Devices)

  • 김선호;김동훈;임주택
    • 산업공학
    • /
    • 제12권2호
    • /
    • pp.329-336
    • /
    • 1999
  • Job efficiency and productivity of a manufacturing system with frequent job schedule changes are affected by performance of information system between job order planners anti manufacturing device operators. This paper describes implementation of concurrent information system which can active identify machine status and dispatch job orders to operators in a machine shop. Client and server environment for various machinery is implemented using OSI based network between shop floor control system and manufacturing devices. Portability and scalability are among many characteristics of the implemented system. The developed client and server system is expected to realize high productivity for manufacturing device.

  • PDF

웹 브라우져를 이용한 원거리 로봇 조작 시스템 구현 (Implementation of Remote Control System of Robot using Web Browser)

  • 선상준;이동옥;심귀보
    • 한국지능시스템학회:학술대회논문집
    • /
    • 한국퍼지및지능시스템학회 2000년도 춘계학술대회 학술발표 논문집
    • /
    • pp.288-291
    • /
    • 2000
  • In this paper we implement a robot system consisted of mobile tole robot to be controlled by client through web browser Newly Internet is connected to all network of the whole world. If client uses the network like this, client can control direction of a robot that is selected in free place. In this study, system is embodied in using robot that can move freely in plan place and cod camera that can grab robot image. System transmit image data of cod camera to java server that is placed in web server of internet that is used by client. Java server display incoming data in home page using java applet. Then web browser offer robot image to client and client send remote control signal to robot. Control signal is transmitted to robot by java server and robot receiving signal moves toward direction wanted by client.

  • PDF

클라이언트-서버 시스템에 대한 통제: 은행업체에 대한 사례연구 (The Controls of Client-Server System: Case Studies of Banks)

  • 이상재
    • 경영과학
    • /
    • 제17권2호
    • /
    • pp.97-113
    • /
    • 2000
  • The introduction of client server systems raises some serious IS control concerns. Although client server systems increase system flexibility and compatibility, and facilitates system downsizing and process restructuring, multiple operating systems, database management systems, and platforms of client-server system increase th potential exposures and risks of the system. It is needed to recommend the effective control framework to mitigate risks. This paper suggests risks and control framework for client server system. The results of two case studies indicate that program and database management are important as program and data should be located and maintained in client and servers. It becomes difficult to manage divided programs and data logic that are distributed across clients and servers that have different platforms. The case studies of two banks show that the extent of distribution of program and data logic affects the importance of program and database management controls.

  • PDF

웹 기반 리포팅 시스템 구현 (Implementation of Web-based Reporting System)

  • 김영균
    • 한국컴퓨터산업학회논문지
    • /
    • 제7권5호
    • /
    • pp.495-502
    • /
    • 2006
  • 리포팅 시스템은 사용자가 원하는 정보를 정형화된 형식으로 출력할 수 있는 시스템이다. 클라이언트/서버 환경에서는 원격의 사용자는 클라이언트에서 동작하는 컴포넌트를 이용하여 서버의 데이터를 가공, 처리하여 원하는 형식의 문서 양식으로 출력을 할 수 있었으나, 웹 기반의 인트라넷 구축이 보편화되면서 이와 같은 클라이언트/서버 시스템 구조의 리포팅 시스템이 웹 기반의 환경으로 전환되고 있다. 본 연구는 이와 같은 웹 기반의 시스템 환경에서 사용자가 브라우저를 통해 서버에 접속하고, 서버의 데이터베이스를 검색, 처리한 결과를 원하는 형식으로 파일 저장 또는 인쇄 출력할 수 있도록 지원하는 기능이다. 본 연구 결과는 텍스트 및 그래픽 기능을 지원하며, 실시간 데이터 연동 기능이 가지는 컴포넌트를 개발하였으며, 특히, 서버 시스템에 독립적으로 동작하도록 자바를 이용한 표준 인터페이스로 구현하였다. 특히, 망 관리 시스템의 리포팅 컴포넌트로 구현, 적용함으로써 사용자 인터페이스 및 기능을 검증하였다.

  • PDF

네트워크를 이용한 AM1 로봇의 원격 동적 제어 (Remote Dynamic Control of AMl Robot Using Network)

  • 김성일;배길호;김원일;한성현
    • 한국공작기계학회:학술대회논문집
    • /
    • 한국공작기계학회 2001년도 춘계학술대회 논문집(한국공작기계학회)
    • /
    • pp.229-233
    • /
    • 2001
  • In this paper, we propose a remote controller for robot manipulator using local area network(LAN) and internet. To do this, we develope a server-client system as used in the network field. The client system is in any computer in remote place for the user to log-in the server and manage the remote factory. the server system is a computer which controls the manipulator and waits for a access from client. The server system consists of several control algorithms which is needed to drive the manipulator and networking system to transfer images that shows states of the work place, and to receive a Tmp data to run the manipulator. The client system consists of 3D(dimension) graphic user interface for teaching and off-line task like simulation, external hardware interface which makes it easier for the user to teach. Using this server-client system, the user who is on remote place can edit the work schedule of manipulator, then run the machine after it is transferred and monitor the results of the task.

  • PDF

무선 인터넷망을 이용한 PDA 기반 원격 감시 및 제어 시스템 개발 (Development of a Remote Monitoring and Control System using the Mobile Internet)

  • 박광호;김창구;기창두
    • 한국정밀공학회:학술대회논문집
    • /
    • 한국정밀공학회 2000년도 추계학술대회 논문집
    • /
    • pp.674-677
    • /
    • 2000
  • This paper describes a remote monitoring and control system using mobile internet environments through TCP/IP. The server program acts as the main interface between the machine system and the internet technology. The client program is to be distributed to the remote users such as PDA who want to monitor the machine status. A server system is designed to send information of the faults and status of application system to the client part. Therefore, The client parts can take measures and control the system remotely according to the error and faults of system. We developed the client- serversystem for remote control of a green house environment.

  • PDF

Oil Spill Response System using Server-client GIS

  • Kim, Hye-Jin;Lee, Moon-Jin;Oh, Se-Woong
    • 한국항해항만학회지
    • /
    • 제35권9호
    • /
    • pp.735-740
    • /
    • 2011
  • It is necessary to develop the one stop system in order to protect our marine environment rapidly from oil spill accident. The purpose of this study is to develop real time database for oil spill prediction modeling and implement real time prediction modelling with ESI and server-client GIS based user interface. The existing oil spill prediction model cannot provide one stop information system for public and government who should protect sea from oil spill accident. The development of multi user based information system permits integrated handling of real time meteorological data from external ftp. A server-client GIS based model is integrated on the basis of real time database and ESI map to provide the result of the oil spill prediction model. End users can access through the client interface and request analysis such as oil spill prediction and GIS functions on the network as their own purpose.

SOAP를 이용한 원격 퍼지 논리 제어시스템 (Remote Fuzzy Logic Control System using SOAP)

  • 이경웅;최한수
    • 제어로봇시스템학회논문지
    • /
    • 제13권4호
    • /
    • pp.329-334
    • /
    • 2007
  • This paper deals with self-tuning of fuzzy control systems. The fuzzy logic controller(FLC) has parameters that an: input and output scaling factors to effect control output. Tuning method is proposed for the scaling factor. In this paper. it is studied to control and to monitor the remote system statues using SOAP for communicate between the server part and the client part. The remote control system is controlled by using a web browser or a application program. The server part is waiting for the request of client part that uses internet network for communication each other and then the request is reached. the server part saves client data to the database and send a command set to the client part and then the client part sends command to controller in a cool chamber. The administrator can control and monitor the remote system just using a web browser. The effects of membership functions, defuzzification methods and scaling factors are investigated in the FLC system.