91精品综合久久久久久五月天_国产精品一区电影_中文字幕欧美日韩一区二区_亚洲一区二区三区精品动漫

CAN bus based on embedded system and the overhaul of the manipulator control system

This paper describes the embedded system and CAN bus based on the overhaul of the manipulator control system

Steam generator (Steam Generator) is a nuclear power plant in the first and second circuit connection between the hub and also the failure of the nuclear power plant running one of the largest equipment. Most of the steam generator failure was due to corrosion so that heat transfer pipe or tube to tube sheet joints leak, thus affecting the safe operation of power plants. Because there is radioactive material in the steam generator, when a leakage occurs, people can not access them for maintenance, then people need to replace the arm to complete the repair work. Maintenance system manipulator arm through six degrees of freedom within the steam generator repair and maintenance. The arm has six joints, six-axis; mainly used for steam generator (SG) of a loop side of the maintenance activities. Hand side arm with adapter, you can hang different maintenance tools to carry, you can steam generator as needed to implement different levels of maintenance.

As the robotic arm's work environment are unique, so the manipulator control system reliability throughout the higher demand, which needs good hardware design, more powerful microprocessors and better software Methods. In this paper, steam generator inspection manipulator six degrees of freedom for the application background, six degrees of freedom given hardware architecture, maintenance arm and upper and lower computer software design. The hardware processor using TI's TMS320LF2407 composition as the main control chip SMC controller, IPC as monitoring machine, SMC controller and monitor computer use CAN bus connection. Monitoring the main computer to complete manipulator control algorithms, data logging and real-time monitoring, SMC controller for manipulator control, sensor data acquisition and communication. In software, SMC controller uses μC / OS-II real-time embedded operating system, and modular program design, management and follow-up to facilitate software upgrades, the monitor computer use Visual C + + and OpenGL designed monitoring software.

A description of maintenance manipulator

Manipulator control system block diagram shown in Figure 1.

CAN bus based on embedded system and the overhaul of the manipulator control system

 


System is mainly distributed in three regions by the device component. (1) nuclear reactor plant in a container outside the distribution system and monitoring system; (2) is located near the SMC controller steam generator, the maximum distance up to 100m; (3) in the steam generator lower head in the vicinity of the machine arm body, repair tools, surveillance cameras, including container and SMC controller to reach maximum distance 150m.

Here are the three parts of the connection between the relationship and the main function.

(1) Container and SMC controller: ① distribution system from the container to the SMC controller 220VAC, 48VAC power output, etc.; ② container monitoring system and the SMC controller with fieldbus communication; ③ container monitoring system to the SMC control devices to provide remote reset (Reset) signal; ④ SMC controller to the container monitoring system to provide their own work status signal.

(2) SMC controller and manipulator body: ① SMC controller to the manipulator body respectively the DC servo motor servo drive PWM signal; ② SMC controller to the robot arm and rotate the body to provide intermediate frequency transformer excitation signal; ③ SMC controller to the machine arm body misalignment detection potentiometer to provide excitation signals; ④ R resolver angle to the SMC controller feedback signal; ⑤ error detection potentiometer provided to the SMC controller error detection signal.

(3) the container body and arm: ① from the container, bulk supply distribution system maintenance tools to the robot arm power, monitoring camera power supply, cooling unit power; ② SG surveillance camera near the container monitoring system to provide surveillance video.

As the manipulator control algorithm is high, control complexity, so use upper and lower bit machines distributed control method to design the control system.

2 hardware design

Manipulator control system has three main components, namely, IPC, SMC controller and manipulator body. IPC is mainly responsible for the manipulator control algorithm, inverse solution algorithm, working status display, data logging and real-time monitoring, maintaining and SMC controller, six joint panels of real-time communication; SMC controller is the direct control of the manipulator components It receives industrial computer through CAN communication transmission over the arm angle, velocity and acceleration information corresponding to the manipulator body control, while the manipulator joint angles, and operating parameters of CAN communication transmitted through the IPC, SMC control arm receiving bulk orders, and follow the instructions to make a mechanical movement, and angle of the signal back to the SMC controller.


2.1 SMC controller hardware circuit design

The hardware block diagram shown in Figure 2. The system processor uses TI's TMS320LF2407, it is TI's new high-performance 16-bit digital signal processor, a 24X a new member of the family, specifically for the control and motion control electrode digital realization of the design. Full compliance with CAN2.0 specifications, support 11 standard and 29-bit extended identifier, the system can meet the motor control and CAN communication.

CAN bus based on embedded system and the overhaul of the manipulator control system

(1) In order to joint the motor position feedback and improve control accuracy, make the system run more smoothly, the motor shaft and reducer installed respectively in a rotating position detector of transformers, rotary transformers - digital converter (RDC) for axis angle decoding, the joint position of 21 into the natural binary code sent to DSP, to achieve position feedback.

(2) Select the Swiss MAXON Motor Company's RE series of graphite brush DC motor, rated voltage of 24V, 24V switch power from a power supply. Motor drive axle with SA60 pulse modulation type op amp, schematic diagram shown in Figure 3. It to load 10A of continuous current, full-bridge amplifier available in a wide supply voltage range.

CAN bus based on embedded system and the overhaul of the manipulator control system

(3) Joint motor current detected by current Hall device, through the op amp input to the DSP's A / D conversion, the robot arm joint motor is used to detect over-current, thereby judging whether the block transfer joint motor.

2.2 Communication Interface

CAN bus is a serial data communication protocols, communication rates up to 1Mb / s, using optical fiber as a communication medium to ensure the communication speed and reliability. Data length of up to 8 bytes, which can meet the general system control command, work status and testing data communications requirements. while eight bytes will not take up the bus for too long to ensure the reliability of communication. According to the characteristics of the manipulator control system, the IPC set to master node manipulator joint control node responsible for communication between nodes on the joint control of unified management.

IPC and the manipulator joint control node with questions and answers between the means of communication, industrial control computer calculates the angle of each joint to pass joint control panel, control panel will arm joints after the angle of information to IPC, After the data exchange control board according to information received by the control arm angle. Between IPC and the joint control panel once every 0.1s to exchange data, industrial computer each time point according to information received, both positive and negative solution to calculate.

(1) CAN bus driver using PCA82C250, it is an agreement between the controller and the physical bus interface, the device provides differential transmit capability to the bus and the amount of CAN controller provides differential receive capability, schematic diagram shown in Figure 4 . CAN bus and the DSP interface circuit diagram shown in Figure 5.

CAN bus based on embedded system and the overhaul of the manipulator control system

CAN bus based on embedded system and the overhaul of the manipulator control system

(2) IPC and the DSP board CAN communication with CAN Interface Card PCI-5110, its role is to increase the CAN-Bus to the computer field bus interface functions.

3 software system design

Manipulator control system software design consists of two parts: the lower machines SMC controller to control software design and PC control software design.

3.1 lower computer software design

μC / OS-II is a microprocessor designed specifically for a preemptive RTOS, DSP system development with the traditional 相比, which uses multi-task management, task synchronization and communication between the characteristics, to a certain extent on improving system reliability and real-time, to meet the manipulator control system data acquisition, CAN communications and current collection of real-time requirements.

Software TMS320LF2407 the T0 timer interrupt source as the operating system clock, interrupt period of 1ms. Create a task position loop, velocity loop tasks, A / D conversion tasks, CAN communication task and angle acquisition, according to the work manipulator system characteristics and functional requirements, system task partitioning shown in Figure 6. systems of communication and synchronization between tasks of system services used in mailbox and semaphore messages. semaphore used to control the right to use shared resources and stimulate the production of other tasks, the message mailbox used to notify the task of production; the task of this system is divided into three types: regular tasks generated by the activation of other tasks without waiting for the task, the task generated by the interrupt trigger. Figure 6 also reflects the situation of the system, task scheduling .

Controller from the series of three rings, including two analog inner loop (current loop, velocity loop) and a control loop.

PID control algorithm for integrated control algorithm using integral and PID control algorithm with dead zone: Integral PID control algorithm can guarantee the separation system has fast response and a relatively high control precision; PID control with dead-mechanical device can exercise in place, the control action will not be frequent changes to avoid unnecessary mechanical wear. Both control algorithm robustness, high reliability and simple algorithm to meet the system's control requirements.

3.3 The main function of the system structure frame

In the main function using OSTaskCreate () function initializes the establishment of the task Task Init (), initialize the task to create a series of semaphores and mailboxes, wake-up clock interrupt task. The establishment of the task set ring, speed ring tasks, current loop task , A / D conversion tasks, CAN communication task and the point of collection and other tasks. In μC / OS-II real-time kernel framework for the entire program structure is as follows:

Viod main (void) / / main function
(
Hardware initialization;
OSInit (); / / initialization of the kernel
Call OSTaskCreate () to create initialization task Task Init ();
OSStart (); / / start multi-task scheduling
)
Viod TaskInit (void * data) / / Task initialization
(
Initialize the hardware clock;
Create a user task;
Regularly check the state of the system;
Watchdog timer reset;
)
ISR / / interrupt service routine
(
The value of Save processor registers;
OSIntEnter ();
Implementation of the interrupt function;
OSIntExit ();
Restore processor registers a value;
Interrupt return;
)

 

3.4 Industrial Computer Monitoring Software

Monitoring software functionality mode into the installation, work, debug mode. Work, the installation mode is divided into real and imaginary mode. Work process is already plugged into the tube plate toe arm holes and swelling, arm in the inverted state, blocking completion of the work tube and other testing process. Installation process is the arm into the manhole, installation of its four toes to Tube Sheet and swelling process. Three-dimensional virtual model is a computer simulation, does not control the actual robot arm. Real mode to control a variety of data and information issued by the controller of the robot arm to control the movement and operation, the actual arm position and orientation consistent with the three-dimensional simulation.

Monitoring software by function into five modules: user interface design, trajectory planning and motion control design, task management module design, 3D motion simulation module design and system maintenance and fault diagnosis module design. Software functional structure shown in Figure 8.

CAN bus based on embedded system and the overhaul of the manipulator control system

To meet the system control and simulation, OpenGL-based single-document application to achieve the monitoring software.

The main function of monitoring software as follows:

(1) Main Menu: including mode selection, operating mode selection, installation, maintenance work of choice.

(2) parameter settings: CAN communication set, arm PID control parameter settings.

(3) arm information display: the joint position profile information, CAN communication status, working status of sensors, joint control of electrical current.

(4) manipulator control: JOG single-joint control, JOY six joint linkage control, automatic operation control, joint control block.

(5) record mode and Data Analysis: Choice and records maintenance, path optimization.

Based on a practical engineering practice in the steam generator repair six degrees of freedom manipulator is studied through a large number of theoretical and practical debugging test, designed a complete robot arm control system. The entire system of control precision, reliability and dynamic / static properties, meet certain technical requirements, technical requirements can be completed well in various functions, and applied to practical work.

Declined comment

91精品综合久久久久久五月天_国产精品一区电影_中文字幕欧美日韩一区二区_亚洲一区二区三区精品动漫
亚洲熟妇无码一区二区三区| 国产视频不卡| 欧美激情a∨在线视频播放| 国产精品久久不能| 国产精品视频二| 久久亚洲精品视频| 精品久久精品久久| 亚洲精品一区二区三| 亚洲va久久久噜噜噜久久狠狠| 亚洲尤物视频网| 亚洲精品一区二区三区四区五区| 亚洲欧洲国产精品久久| 丁香五月网久久综合| 一区二区免费在线观看| 日韩中文不卡| 青青在线免费视频| 激情视频在线观看一区二区三区| 狠狠精品干练久久久无码中文字幕| 青青草精品毛片| 欧美 国产 综合| 国产欧美在线播放| 精品视频高清无人区区二区三区| 国产无套内射久久久国产| 国产精品一区av| 91精品久久久久久| 国产成人生活片| 欧美精品少妇videofree| 伊人久久大香线蕉成人综合网| 九九热视频这里只有精品| 中文字幕一区二区三区四区五区人| 亚洲成人午夜在线| 日本一区二区久久精品| 黄色网zhan| av在线免费观看国产| 日韩一级裸体免费视频| 欧美成人四级hd版| 五月天婷亚洲天综合网鲁鲁鲁| 青青影院一区二区三区四区| 国产情侣av自拍| 国产精品99久久久久久大便| 国产精品欧美激情| 亚洲在线色站| 黄色网在线视频| 不卡视频一区| 久久精品视频99| 午夜欧美一区二区三区免费观看| 欧美亚洲免费高清在线观看| 成人中文字幕在线播放| 九一免费在线观看| 亚洲区一区二区三区| 欧美理论一区二区| 91av中文字幕| 久久艹在线视频| 欧美中文在线观看国产| 91美女福利视频高清| 久久综合久久八八| 欧美成人综合一区| 国产不卡一区二区视频| 欧美激情一二区| 黄色网页免费在线观看| 国产av人人夜夜澡人人爽麻豆| 国产精品成人一区| 欧美极品一区二区| 国产a级全部精品| 亚洲最大福利视频网站| 国产综合久久久久久| 国产成人生活片| 日本一区二区三区四区高清视频| 成人免费福利在线| 欧美精品免费播放| 黄色一级视频片| 久久精品国产久精国产思思| 日本精品一区二区三区视频| 国产伦精品一区二区三区| 国产精品免费小视频| 日韩视频第二页| 久久久中精品2020中文| 亚洲欧美一区二区原创| 国产精品一区二区久久| 欧美激情视频网站| 国产视频观看一区| 久久夜精品va视频免费观看| 欧美精品色婷婷五月综合| 久久精品aaaaaa毛片| 午夜精品亚洲一区二区三区嫩草 | 日产中文字幕在线精品一区| 风间由美一区二区三区| 色综合色综合网色综合| 美女亚洲精品| 欧美成年人视频| 国产又粗又长又爽视频| 国产精品黄页免费高清在线观看 | 久久精品国产综合精品| 日韩在线观看a| 国产高清视频一区三区| 日韩精品免费播放| 国产精品视频xxx| 男女超爽视频免费播放| 久久久999国产精品| 男女视频网站在线观看| 国产精品免费看久久久香蕉| 免费一级特黄特色毛片久久看| 久久伊人免费视频| 国产精品香蕉av| 亚洲不卡中文字幕| 久久人人九九| 欧美一区观看| 国产精品大陆在线观看| 国产美女被下药99| 亚洲精品欧洲精品| 色偷偷888欧美精品久久久| 欧美v在线观看| 九九热这里只有精品6| 97色伦亚洲国产| 欧美一级片免费播放| 日韩中文字幕在线精品| 免费国产在线精品一区二区三区| 九九精品在线观看| 久久人妻无码一区二区| 欧美高清一区二区| 一区二区三区四区五区视频| 久久这里精品国产99丫e6| 欧美怡红院视频一区二区三区| 久久综合免费视频| 97人人模人人爽人人少妇| 欧美专区福利在线| 久99久在线视频| 久久婷婷开心| 国产一区二区三区av在线| 午夜精品美女自拍福到在线| 国产精品九九九| 久久久一本二本三本| 欧美视频在线第一页| 一区二区三区不卡在线| 久99久视频| 国产精品中文字幕久久久| 欧美一区二区三区……| 国产精品极品在线| 国产成人97精品免费看片| 国产伊人精品在线| 日韩在线三区| 久久久久久国产精品三级玉女聊斋| 国产传媒久久久| 国产乱码精品一区二区三区不卡| 日本中文字幕一级片| 国产av不卡一区二区| 久久久久久久一| 成人精品小视频| 欧美大陆一区二区| 日本欧美国产在线| 中文字幕欧美日韩一区二区 | 91精品国产91久久久久久| 欧美夜福利tv在线| 午夜一区二区三视频在线观看| 久久综合亚洲社区| 日韩中文字幕在线播放| 国产精品av网站| 福利视频一区二区三区四区| 欧美高清一区二区| 秋霞午夜一区二区| 色综合久久88色综合天天提莫| 久久99精品视频一区97| 国产成人精品一区| 久久久免费精品| www日韩视频| 国产男女猛烈无遮挡91| 黄色网zhan| 日韩免费高清在线观看| 日韩av不卡在线播放| 亚洲一区二区三区色| 中文字幕av久久| 精品国产一区二区三区麻豆免费观看完整版 | 欧美在线视频导航| 日韩美女在线观看一区| 色狠狠久久av五月综合|| 亚洲国产精品一区在线观看不卡 | 国产精品美腿一区在线看| 久久久久亚洲精品| 国产成人亚洲精品| 国产白丝袜美女久久久久 | 国产精品69精品一区二区三区| 国产欧美一区二区白浆黑人| 欧美性受xxxx黑人猛交| 欧美一区二区中文字幕| 欧美日韩二三区| 欧美日韩一区二区三| 欧美这里只有精品| 欧美亚洲第一区| 欧美乱偷一区二区三区在线| 青草网在线观看| 内射国产内射夫妻免费频道| 欧美极品日韩| 麻豆中文字幕在线观看| 国产在线精品日韩| 国产剧情久久久久久| 97久久国产精品| 91国在线高清视频| 国产suv精品一区二区| 国产成人精品一区二区三区| 国产精品免费看久久久无码 |