• Title/Summary/Keyword: Master-Slave

Search Result 546, Processing Time 0.023 seconds

Sensory Feedback for High Dissymmetric Master-Slave Dexterity

  • Cotsaftis, Michel;Keskinen, Erno
    • Transactions on Control, Automation and Systems Engineering
    • /
    • v.4 no.1
    • /
    • pp.38-42
    • /
    • 2002
  • Conditions are discussed for operating a dissymmetric human master-small (or micro) slave system in best (large position gain-small velocity gain) conditions allowing higher operator dexterity when real effects (joint compliance, link flexion delay and transmission distortion) are taken into account. It is shown that position PD feedback law advantage for ideal case no longer holds, and that more complicated feedback law depending on real effects has to be implemented with adapted transmission line. Drawback is slowdown of master slave interaction, suggesting to use more advanced predictive methods for the master and more intelligent control law for the slave.

Study of adaptive learning control for teleoperating system (Teleoperating system의 적응학습제어에 관한 연구)

  • 최병현;국태용;최혁렬
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 1996.10b
    • /
    • pp.168-172
    • /
    • 1996
  • In master-slave teleoperating system, it is important that the system has good maneuverability. In this paper, it is addressed an adaptive learning control method applicable to the master-slave system. This control scheme has the ability to estimate uncertain dynamic parameters included intrinsically in the system and to achieve the desired performance without the nasty matrix operation. The proposed method is applied to a master-slave teleoperating system composed of two SCARA robots and verified experimentally.

  • PDF

Force feedback control using fuzzy logic controller (퍼지논리 제어기를 이용한 힘궤한 제어)

  • 신동목;서삼준;김동식
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 1996.10b
    • /
    • pp.486-489
    • /
    • 1996
  • The objective of this paper is to design a force feedback controller for bilateral control of a master-slave manipulator system. In a bilateral control system, the motion of the master device is followed by the slave one, while the force applied to the slave is reflected on the master. In this paper, a fuzzy logic controllers applied to the system. Using the fuzzy logic controller, the knowledge of the system dynamics is not needed. Simulations and experimental results show the performance of the proposed controller.

  • PDF

The Development of String type Tele-operation Controller for 3D Environment (3D작업 수행을 위한 string형 원격 제어기 개발)

  • 심형준;차인혁;한창수
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.15 no.5
    • /
    • pp.153-160
    • /
    • 1998
  • A master-slave system for tele-operation had been developed and tested for several decades. In this paper the master robot is composed of several wires and provides position information of the handle which is driven by a operator within the master robot work space. A PC is used for the command calculation for a slave robot. This paper deals with the relation between the number of strings and D.O.F of the master robot, control method of the slave robot during the operation and the monitoring method over the working area by the computer graphics simulation. The D.O.F of the master robot can be modified by adding or subtracting some strings. The controller of the slave robot uses the advanced PD control method to keep the performance against varying working load.

  • PDF

A Study of a RealTime OS Based Motor Control System for Laparoscopic Surgery Robot (실시간 운영체제 기반의 복강경 수술 로봇의 모터제어 시스템에 관한 연구)

  • Song, Seung-Joon;Kim, Yong;Choi, Jae-Soon;Bae, Jin-Yong
    • Proceedings of the KIEE Conference
    • /
    • 2006.10d
    • /
    • pp.218-221
    • /
    • 2006
  • This paper reports on a Realtime OS based motor control system for laparoscopic surgery robot which enables telesurgery and overcomes shortcomings with conventional laparoscopic surgery. The system has a conventional master-slave robot configuration and the control system consists of joint controllers, host controllers, and power units. The robot features (1) a compact slave robot with 5 DOF (Degree Of Freedom) expanding the workspace of each tool and increasing the number of tools operating simultaneously, and (2) direct 1:1 correspondence in the joint of master and slave robot that simplifies control algorithm and enhances reliability. Each master, slave and GUI (Graphical User Interface) host has a dedicated RTOS (RealTime OS), RTLinux-Pro (FSMLabs Inc., U.S.A.) Each master and slave controller set pair has a dedicated CAN (Controller Area Network) channel for control and monitoring signal communication. Total 4 pairs of the master/slave manipulators as current are monitored by one host controller for operation monitoring and higher level motion control. The system showed acceptable performance in both position control precision and master-slave motion synchronization and is now under further development for better safety and control fidelity for clinically applicable prototype.

  • PDF

A Traffic Adaptive MAC Scheduling for Bluetooth with Maximized throughput and Guaranteed fairness

  • Kim Tae suk;Choi Sung-Gi;Kim Sehun
    • Proceedings of the Korean Operations and Management Science Society Conference
    • /
    • 2002.05a
    • /
    • pp.418-425
    • /
    • 2002
  • Bluetooth is an emerging technology expected to provide users with short range, low cost, pico-cellular wireless connectivity. The access to the medium for Bluetooth is based on a Master driven Time Division Duplexing (TDD) scheme. A slave transmits packets in the reverse slot only after the master polls the slave (or transmits a packet to the slave) in a forward slot. The master transmits packets to a slave in even slots while the slave transmits packets to the master in an odd slot. The way in which the master schedules packets transmission to slaves or polls them determines system performance. In this paper. we propose a traffic adaptive MAC scheduling scheme for Bluetooth. The proposed scheme adopts the ISAR (Intelligent Segmentation and Reassembly) policy, which adjusts the packet size to the traffic patterns, to adapt the polling frequency to the traffic conditions. Also for achieving fairness among master-slave connections our scheme includes a priority policy assinging prioritised service tlimes to each connection. By considering a scenario where a Bluetooth master is used as wireless access point to the Internet, we show that our scheme improve the system throughput and average queue delay with regard to a naive Round Robin (RR) scheme.

  • PDF

Database Transaction Routing Algorithm Using AOP (AOP를 사용한 데이터베이스 트랜잭션 라우팅 알고리즘)

  • Kang, Hyun Sik;Lee, Sukhoon;Baik, Doo-Kwon
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.3 no.11
    • /
    • pp.471-478
    • /
    • 2014
  • Database replication is utilized to increase credibility, availability and prevent overload of distributed databases. Two models currently exist for replication - Master/Slave and Multi-Master. Since the Multi-Master model has problems of increasing complexity and costs to interface among multiple databases for updates and inserts, the Master/Slave model is more appropriate when frequent data inserts and updates are required. However, Master/Slave model also has a problem of not having exact criteria when systems choose to connect between Master and Slave for transactions. Therefore, this research suggests a routing algorithm based on AOP (Aspect Oriented Programming) in the Master/Slave database model. The algorithm classifies applications as cross-cutting concerns based on AOP, modularizes each concern, and routes transactions among Master and Slave databases. This paper evaluates stability and performance of the suggested algorithm through integration tests based on scenarios.

Comparison of NTP and Master-Slave Network Synchronization Methods in in-door Environment (실내 망 동기화를 위한 NTP와 Master-Slave 방식의 비교)

  • Lee Hyojung;Kwon Youngmi
    • Journal of the Institute of Electronics Engineers of Korea TC
    • /
    • v.42 no.1
    • /
    • pp.61-66
    • /
    • 2005
  • Location Positioning is a major technology for ubiquitous computing. Recently the research on Location Positioning using UWB is on going. In order to construct an in-door location network, synchronization of base stations is very important. NTP is Popularly used as clock synchronization protocol ranging from LAN to WAN. Also Master-Slave scheme is the simplest method to synchronize in-door network. We compare and analyze NTP and Master-Slave schemes according to the statistical channel model for indoor multipath propagation environment. In this paper, error ranges are calculated at various circumstances that in-door network expands from one primary base station into several base stations. We compared the correctness of NTP and Master-Slave synchronization methods. NTP is more reasonable synchronization protocol in in-door environment.

Bilateral Control of Master-Slave System using Fuzzy Sliding Mode Control (퍼지 슬라이딩 모드 제어를 이용한 Master-Slave System의 Bilateral Control)

  • Seo, Sam-Jun;Seo, Ho-Joon;Kim, Dong-Sik;Park, Gwi-Tae
    • Proceedings of the KIEE Conference
    • /
    • 2001.07d
    • /
    • pp.2380-2382
    • /
    • 2001
  • The objective of this paper is to design a force feedback controller for bilateral control of a master-slave manipulator system using fuzzy sliding mode control. In a bilateral control system the motion of the master device is followed by slave the one. While the force applied to the slave is reflected on the master. In this paper, a proposed controller applied to the system. Adding a switching control term to the input, robustness is improved. Also the knowledge of the system dynamics is not needed. The computer simulation results show the performance of the proposed fuzzy sliding mode controller.

  • PDF

Control of a Master/Slave Combined Surgical Robot for Total Hip Arthroplasty (마스터/슬레이브 복합형 고관절 전치환 수술로봇의 제어)

  • Heo, Gwan-Hoe;Gwon, Dong-Su;Kim, Sang-Yeon;Lee, Jeong-Ju;Yun, Yong-San
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.8 no.9
    • /
    • pp.788-794
    • /
    • 2002
  • To improve surgical result of total hip arthroplasty (THA), there has been some approaches using a robotic milling system, which can make a precise cavity in the femur. Usually, to carve a femur, the surgical robot is controlled by a pre-programmed tool-path regardless of a surgeon's experience and Judgment. This paper presents a control method of a surgical robot for THA, which can be used as an advanced surgical tool. With a master/slave combined surgical robot, surgeon can directly control the motion and velocity of a surgical robot. The master/slave-combined robot is controlled to display a specific admittance for a surgeon's force to the surgical robot velocity. To prevent the over-carving of a femur, virtual hard wall is displayed on the surgical boundary. To evaluate the proposed control method of the master/slave-combined surgical robot, 2-DOF master/slave-combined manipulator is used in experiment.