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精品综合久久久久久五月天_国产精品一区电影_中文字幕欧美日韩一区二区_亚洲一区二区三区精品动漫
日韩视频中文字幕| 久青草国产97香蕉在线视频| 欧美激情亚洲天堂| 国产福利片一区二区| 色中色综合影院手机版在线观看| 欧美一级电影久久| 国产a一区二区| 午夜精品久久久久久99热软件| 国产青草视频在线观看| 国产精品视频一区国模私拍 | 国产精品av一区| 在线丝袜欧美日韩制服| 国产三级中文字幕| 北条麻妃一区二区三区中文字幕| 欧美激情视频网站| 国产伦精品免费视频| 精品国产综合久久| 国产综合中文字幕| 久久亚洲春色中文字幕| 精品午夜一区二区| 精品日产一区2区三区黄免费| 色阁综合伊人av| 秋霞在线观看一区二区三区| 久久久久久久少妇| 欧美日韩视频免费在线观看| 久久99精品国产99久久| 秋霞在线一区二区| 国产精品美女久久| 欧美国产日韩在线播放| 国产精品普通话| 精品视频在线观看一区| 麻豆国产精品va在线观看不卡| 国产一区二区在线免费视频| 精品国产三级a∨在线| 国产日韩欧美自拍| 夜夜添无码一区二区三区| 91免费福利视频| 欧美一级在线看| 色妞色视频一区二区三区四区| 欧美在线亚洲在线| 欧美成人在线影院| 91久久久久久久久| 欧美中文字幕在线观看视频| 久久精品中文字幕一区| 国产日韩欧美自拍| 亚洲va韩国va欧美va精四季| 久久精品日产第一区二区三区| 欧美日韩一区二区三区在线观看免| 九九热这里只有精品6| 97人人模人人爽视频一区二区| 亚洲影院污污.| 久久这里只有精品8| 日本精品视频网站| 国产精品三级网站| 国产精品一区二区免费| 亚洲区一区二区三区| 久久久久亚洲精品国产| 蜜桃传媒一区二区| 不卡av日日日| 久久偷看各类wc女厕嘘嘘偷窃| 欧美午夜欧美| 久久99精品视频一区97| 国产成人精品电影久久久 | 91精品视频播放| 日本不卡一区二区三区在线观看| 国产精品丝袜久久久久久消防器材| 国产特级淫片高清视频| 日韩在线国产| 国产精品电影网站| 国产精国产精品| 欧美高清性xxxxhdvideosex| 亚洲一区二区在线观| 国产精品视频网址| 久在线观看视频| 国产色一区二区三区| 日本一区二区在线视频观看| 精品国产综合| 国产成人三级视频| 91久久国产自产拍夜夜嗨| 青青草久久网络| 在线视频不卡一区二区| 久久黄色av网站| 91久久国产综合久久91精品网站 | 久久久国产视频91| 成人av男人的天堂| 欧美精品一区二区三区免费播放| 中文字幕一区二区三区四区五区六区 | 久久伊人一区二区| 国产日韩精品在线观看| 日韩成人av电影在线| 欧美精品在线网站| 久久韩国免费视频| 久久久av水蜜桃| av色综合网| 国产男女免费视频| 欧美交换配乱吟粗大25p| 午夜精品在线视频| 精品国产一区二区三区麻豆小说| 国产成人精品一区二区| 国产精品av免费观看| 国产专区欧美专区| 欧美在线播放cccc| 日韩欧美国产综合在线| 亚洲成人精品电影在线观看| 精品国产乱码久久久久久丨区2区 精品国产乱码久久久久久郑州公司 | 免费在线国产精品| 青青青国产精品一区二区| 亚洲a中文字幕| 中文字幕精品一区日韩| 超在线视频97| 国产精品久久久久久免费观看| 久久久久天天天天| 久久亚洲高清| 81精品国产乱码久久久久久 | 欧美一级片中文字幕| 亚洲精品影院| 亚洲人成网站在线播放2019| 在线观看av的网址| 欧美成人亚洲成人| 不卡毛片在线看| 精品国产免费一区二区三区| 欧美精品在线免费| 久久国产精品网站| 欧美日韩高清在线观看| 九九九热精品免费视频观看网站| 精品国产第一页| 中文字幕日韩一区二区三区不卡| 欧美激情精品久久久久| 宅男在线精品国产免费观看| 亚洲图片都市激情| 亚洲中文字幕无码中文字| 尤物国产精品| 亚洲啊啊啊啊啊| 性色av一区二区三区在线观看| 亚洲a级在线播放观看| 亚洲成熟丰满熟妇高潮xxxxx| 亚洲不卡中文字幕无码| 大地资源第二页在线观看高清版| 天堂精品视频| 欧美在线观看黄| 麻豆一区区三区四区产品精品蜜桃| 国产在线一区二区三区欧美 | 欧美一区二区三区四区夜夜大片| 亚洲av首页在线| 日韩精品一区二区三区外面| 欧美日韩一道本| 精品视频高清无人区区二区三区| 国产一区免费视频| 成人av男人的天堂| 国产厕所精品在线观看| 久久久999国产精品| 国产精品久久国产精品| 久久久久国产精品免费网站| 午夜精品久久久久久久无码| 青草热久免费精品视频| 国模精品一区二区三区色天香| 国产日韩在线视频| 国产精品91免费在线| 九九九九九九精品| 国产精品久久久久久久久借妻| 九九九热精品免费视频观看网站| 亚洲图片在线观看| 日韩区国产区| 国模精品一区二区三区色天香| 国产精品自产拍在线观| 国产xxx69麻豆国语对白| 国产精品久久久久77777| 中文字幕在线观看一区二区三区| 日本精品视频在线| 精品一区二区中文字幕| 91九色极品视频| 国产精品视频色| 午夜啪啪福利视频| 欧美极品欧美精品欧美| 草莓视频一区| 久久精品国产69国产精品亚洲| 欧美成人一二三| 日韩在线国产| 国产肉体ⅹxxx137大胆| 国产成一区二区| 精品久久久久久亚洲| 日韩高清专区| 国产精品夜间视频香蕉| 日韩色av导航| 亚洲国产欧美日韩| 国产网站免费在线观看| 色偷偷噜噜噜亚洲男人| 亚洲天堂第一区| 激情久久av| 久久精品国产一区二区三区不卡 | 久久资源av| 精品产品国产在线不卡| 日本10禁啪啪无遮挡免费一区二区| 国产啪精品视频| 久久精品久久久久久| 亚洲美女网站18| 国产日韩换脸av一区在线观看| 色狠狠久久aa北条麻妃| 午夜精品久久久久久久无码| 国产区日韩欧美|