Modelling Commuter Trip Length and Duration Within GIS Application to an O-D Survey
Design and Implementation of a Bionic Robotic Hand
Design and Implementation of a Bionic Robotic Hand with Multimodal Perception Based on ModelPredictive Controlline 1:line 2:Abstract—This paper presents a modular bionic robotic hand system based on Model Predictive Control (MPC). The system's main controller is a six-degree-of-freedom STM32 servo control board, which employs the Newton-Euler method for a detailed analysis of the kinematic equations of the bionic robotic hand, facilitating the calculations of both forward and inverse kinematics. Additionally, MPC strategies are implemented to achieve precise control of the robotic hand and efficient execution of complex tasks.To enhance the environmental perception capabilities of the robotic hand, the system integrates various sensors, including a sound sensor, infrared sensor, ultrasonic distance sensor, OLED display module, digital tilt sensor, Bluetooth module, and PS2 wireless remote control module. These sensors enable the robotic hand to perceive and respond to environmental changes in real time, thereby improving operational flexibility and precision. Experimental results indicate that the bionic robotic hand system possesses flexible control capabilities, good synchronization performance, and broad application prospects.Keywords-Bionic robotic hand; Model Predictive Control (MPC); kinematic analysis; modular designI. INTRODUCTIONWith the rapid development of robotics technology, the importance of bionic systems in industrial and research fields has grown significantly. This study presents a bionic robotic hand, which mimics the structure of the human hand and integrates an STM32 microcontroller along with various sensors to achieve precise and flexible control. Traditional control methods for robotic hands often face issues such as slow response times, insufficient control accuracy, and poor adaptability to complex environments. To address these challenges, this paper employs the Newton-Euler method to establish a dynamic model and introduces Model Predictive Control (MPC) strategies, significantly enhancing the control precision and task execution efficiency of the robotic hand.The robotic hand is capable of simulating basic human arm movements and achieves precise control over each joint through a motion-sensing glove, enabling it to perform complex and delicate operations. The integration of sensors provides the robotic hand with biological-like "tactile," "auditory," and "visual" capabilities, significantly enhancing its interactivity and level of automation.In terms of applications, the bionic robotic hand not only excels in industrial automation but also extends its use to scientific exploration and daily life. For instance, it demonstrates high reliability and precision in extreme environments, such as simulating extraterrestrial terrain and studying the possibility of life.II.SYSTEM DESIGNThe structure of the bionic robotic hand consists primarily of fingers with multiple joint degrees of freedom, where each joint can be controlled independently. The STM32 servo acts as the main controller, receiving data from sensors positioned at appropriate locations on the robotic hand, and controlling its movements by adjusting the joint angles. To enhance the control of the robotic hand's motion, this paper employs the Newton-Euler method to establish a dynamic model, conducts kinematic analysis, and integrates Model Predictive Control (MPC) strategies to improve operational performance in complex environments.In terms of control methods, the system not only utilizes a motion-sensing glove for controlling the bionic robotic hand but also integrates a PS2 controller and a Bluetooth module, achieving a fusion of multiple control modalities.整整整整如图需要预留一个图片的位置III.HARDWARE SELECTION AND DESIGN Choosing a hardware module that meets the functional requirements of the system while effectively controlling costs and ensuring appropriate performance is a critical consideration prior to system design.The hardware components of the system mainly consist of the bionic robotic hand, a servo controller system, a sound module, an infrared module, an ultrasonic distance measurement module, and a Bluetooth module. The main sections are described below.A.Bionic Mechanical StructureThe robotic hand consists of a rotating base and five articulated fingers, forming a six-degree-of-freedom motion structure. The six degrees of freedom enable the system to meet complex motion requirements while maintaining high efficiency and response speed. The workflow primarily involves outputting different PWM signals from a microcontroller to ensure that the six degrees of freedom of the robotic hand can independently control the movements of each joint.B.Controller and Servo SystemThe control system requires a variety of serial interfaces. To achieve efficient control, a combination of the STM32 microcontroller and Arduino control board is utilized, leveraging the advantages of both. The STM32 microcontroller serves as the servo controller, while the Arduino control board provides extensive interfaces and sensor support, facilitating simplified programming and application processes. This integration ensures rapid and precise control of the robotic hand and promotes efficient development.C.Bluetooth ModuleThe HC-05 Bluetooth module supports full-duplex serial communication at distances of up to 10 meters and offers various operational modes. In the automatic connection mode, the module transmits data according to a preset program. Additionally, it can receive AT commands in command-response mode, allowing users to configure control parameters or issue control commands. The level control of external pins enables dynamic state transitions, making the module suitable for a variety of control scenarios.D.Ultrasonic Distance Measurement ModuleThe US-016 ultrasonic distance measurement module provides non-contact distance measurement capabilities of up to 3 meters and supports various operating modes. In continuous measurement mode, the module continuously emits ultrasonic waves and receives reflected signals to calculate the distance to an object in real-time. Additionally, the module can adjust the measurement range or sensitivity through configuration response mode, allowing users to set distance measurement parameters or modify the measurement frequency as needed. The output signal can dynamically reflect the measurement results via level control of external pins, making it suitable for a variety of distance sensing and automatic control applications.IV. DESIGN AND IMPLEMENTATION OF SYSTEMSOFTWAREA.Kinematic Analysis and MPC StrategiesThe control research of the robotic hand is primarily based on a mathematical model, and a reliable mathematical model is essential for studying the controllability of the system. The Denavit-Hartenberg (D-H) method is employed to model the kinematics of the bionic robotic hand, assigning a local coordinate system to each joint. The Z-axis is aligned with the joint's rotation axis, while the X-axis is defined as the shortest distance between adjacent Z-axes, thereby establishing the coordinate system for the robotic hand.By determining the Denavit-Hartenberg (D-H) parameters for each joint, including joint angles, link offsets, link lengths, and twist angles, the transformation matrix for each joint is derived, and the overall transformation matrix from the base to the fingertip is computed. This matrix encapsulates the positional and orientational information of the fingers in space, enabling precise forward and inverse kinematic analyses. The accuracy of the model is validated through simulations, confirming the correct positioning of the fingertip actuator. Additionally, Model Predictive Control (MPC) strategies are introduced to efficiently control the robotic hand and achieve trajectory tracking by predicting system states and optimizing control inputs.Taking the index finger as an example, the Denavit-Hartenberg (D-H) parameter table is established.The data table is shown in Table ITABLE I. DATA SHEETjoints, both the forward kinematic solution and the inverse kinematic solution are derived, resulting in the kinematic model of the ing the same approach, the kinematic models for all other fingers can be obtained.The movement space of the index finger tip is shownin Figure 1.Fig. 1.Fig. 1.The movement space at the end of the index finger Mathematical Model of the Bionic Robotic Hand Based on the Newton-Euler Method. According to the design, each joint of the bionic robotic hand has a specified degree of freedom.For each joint i, the angle is defined as θi, the angular velocity asθi, and the angular acceleration as θi.The dynamics equation for each joint can be expressed as:τi=I iθi+w i(I i w i)whereτi is the joint torque, I i is the joint inertia matrix, and w i and θi represent the joint angular velocity and acceleration, respectively.The control input is generated by the motor driver (servo), with the output being torque. Assuming the motor input for each joint is u i, the joint torque τi can be mapped through the motor's torque constant as:τi=kτ∙u iThe system dynamics equation can be described as:I iθi+b iθi+c iθi=τi−τext,iwhere b i is the damping coefficient, c i is the spring constant (accounting for joint elasticity), and τext,i represents external torques acting on the joint i, such as gravity and friction.The primary control objective is to ensure that the end-effector of the robotic hand (e.g., fingertip) can accurately track a predefined trajectory. Let the desired trajectory be denoted as y d(t)and the actual trajectory as y(t)The tracking error can be expressed as:e(t)=y d(t)−y(t)The goal of MPC is to minimize the cumulative tracking error, which is typically achieved through the following objective function:J=∑[e(k)T Q e e(k)]N−1k=0where Q e is the error weight matrix, N is the prediction horizon length.Mechanical constraints require that the joint angles and velocities must remain within the physically permissible range. Assuming the angle range of the i-th joint is[θi min,θi max]and the velocity range is [θi min,θi max]。
SAE J1052 机动车辆驾驶员及乘客头部包络及定位(中英文对照)
SAE Technical Standards Board Rules provide that: “This report is published by SAE to advance the state of technical and enginee ring sciences. The use of this report is entirely voluntary, and its applicability and suitability for any particular use, including any patent infringement arising therefrom, is the sole responsibility of the user.”SAE reviews each technical report at least every five years at which time it may be reaffirmed, revised, or cancelled. SAE invit e s your written comments and suggestions. Copyright ©2002 Society of Automotive Engineers, Inc.All rights reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of SAE.SAE Technical Standards Board Rules provide that: “This report is published by SAE to advance the state of technical and enginee ring sciences. The use of this report is entirely voluntary, and its applicability and suitability for any particular use, including any patent infringement arising therefrom, is the sole responsibility of the user.”SAE reviews each technical report at least every five years at which time it may be reaffirmed, revised, or cancelled. SAE invit e s your written comments and suggestions. Copyright ©2002 Society of Automotive Engineers, Inc.All rights reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of SAE.1.Scope—This SAE Recommended Practice describes head position contours and procedures for locating thecontours in a vehicle. Head position contours are useful in establishing accommodation requirements for head space and are required for several measures defined in SAE J1100. Separate contours are defined depending on occupant seat location and the desired percentage (95 and 99) of occupant accommodation.This document is primarily focused on application to Class A vehicles (see SAE J1100), which include most personal-use vehicles (passenger cars, sport utility vehicles, pick-up trucks). A procedure for use in Class B vehicles can be found in Appendix B.2.References2.1Applicable Publications—The following publications form a part of this specification to the extent specifiedherein. Unless otherwise specified, the latest issue of SAE publications shall apply.2.1.1SAE P UBLICATIO NS—Available from SAE, 400 Commonwealth Drive, Warrendale, PA 15096-0001.SAE J941—Motor Vehicle Drivers’ Eye LocationsSAE J1052 MAY87—Motor Vehicle Driver and Passenger Head PositionSAE J1052 APR97—Motor Vehicle Driver and Passenger Head PositionSAE J1100—Motor Vehicle DimensionsSAE J1516—Accommodation Tool Reference PointSAE J1517—Driver Selected Seat PositionSAE Paper 650464—J.F. Meldrum (1965), “Automobile Driver Eye Position,” SAE Mid-Year Meeting, Chicago, ILSAE Paper 720200—D.C. Hammond and R.W. Roe (1972), “Driver Head And Eye Positions,” SAE Annual Congress, Detroit, MISAE Paper 750356—R.W. Roe (1975), “Describing the Driver's Workspace: Eye, Head, Knee, and Seat Positions,” SAE Annual Congress, Detroit, MISAE Paper 852317 (in SAE Special Pub. 712)—N.L. Philippart and T.J. Keuchenmeister (1985),“Describing the Truck Driver Workspace”, SAE Truck & Bus Meeting, Chicago, IL2.1.2UMTRI P UB LICATION—Available from UMTRI, RIPC, 2901 Baxter Road, Ann Arbor, MI 48109-2150. Email:umtridocs@, 734-764-2171.Lee, N.S. and Schneider, L.W. “A Preliminary Investigation of Driver Lean in Late Model Vehicles with Bench and Bucket Seats,” UMTRI Report No. UMTRI-88-49, November 1988ing the Head Position Contours in Design—The following considerations should be kept in mind whenapplying head position contours during design. Head position contours are models that describe occupant head locations for a population, not an individual. In this document, the head contours for Class A vehicles are based on a USA population having an equal number of males and females. Head position contours are constructed as tangent cutoff tools by applying a mean head profile (SAE Paper 750356) to the appropriate tangent cutoff eyellipse. (See Figure 1.) This means that a plane drawn tangent to the surface of a 95 percentile head position contour will result in 95% of the head locations lying on one side of the plane, while 5% will be on the other. It does not mean that the 95th percentile head position contour contains 95 percent of occupant head locations inside its surface.The surface of a head position contour represents the surface of the population of heads with hair. If the top of the 95% head contour is just touching a vehicle surface, this means that 5% of a population consisting of half males/half females would have their head or hair contacting a vehicle surface when sitting in their preferred seating posture. Designers will need to add additional clearance around the head contours in order to prevent occupants’ head or hair from touching vehicle surfaces and structures in normal driving or riding postures.1.范围 —本SAE工业标准描述了头部位置包络以及车辆头部包络定位的设计程序。
花键齿轮参数中英文对照
花键齿轮参数中英文对照在花键齿轮设计中,有许多参数需要考虑。
下面是一些常见的花键齿轮参数的中英文对照。
1. Pitch Diameter (齿圈中心直径)2. Module (模数)3. Number of teeth (齿数)4. Pressure angle (压力角)5. Face width (齿宽)6. Tooth thickness (齿厚)7. Backlash (啮合间隙)8. Addendum (齿顶高)9. Dedendum (齿根高)10. Circular pitch (齿距)11. Helix angle (螺旋角)12. Pitch line velocity (周速)13. Contact ratio (接触比)14. Tooth profile (齿形)在设计花键齿轮时,这些参数是必不可少的。
以下是对每个参数的详细解释:1. Pitch Diameter (齿圈中心直径): 齿圈的中心直径,用于计算基本的齿轮几何尺寸。
2. Module (模数): 模数是齿轮设计中的一个重要参数,它表示了齿轮齿距和齿轮的尺寸之间的比例关系。
3. Number of teeth (齿数): 齿轮上的齿的数量,它决定了齿轮的大小和传动比。
4. Pressure angle (压力角): 齿轮上齿面的斜率与压力线的夹角。
5. Face width (齿宽): 齿轮上齿面的宽度,在花键齿轮传动中起支撑和传递力的作用。
6. Tooth thickness (齿厚): 齿轮上齿的厚度,决定了花键齿轮的载荷和传力能力。
7. Backlash (啮合间隙): 两个齿轮啮合时,齿的间隙或微小间隔。
8. Addendum (齿顶高): 齿轮齿面的齿高,从基圆到齿顶的距离。
9. Dedendum (齿根高): 齿轮齿面的齿根高度,从基圆到齿根尖的距离。
10. Circular pitch (齿距): 齿轮上齿与相邻齿距离的测量,从齿顶到齿顶的距离。
Real-time freeway traffic state estimation based on
Real-time freeway traffic state estimation based onextended Kalman filter:a general approachYibing Wang *,Markos Papageorgiou 1Dynamic Systems and Simulation Laboratory,Technical University of Crete,73100Chania,GreeceReceived 18November 2002;received in revised form 25February 2003;accepted 1March 2004AbstractA general approach to the real-time estimation of the complete traffic state in freeway stretches is developed based on the extended Kalman filter.First,a general stochastic macroscopic traffic flow model of freeway stretches is presented,while some simple formulae are proposed to model real-time traffic mea-surements.Second,the macroscopic traffic flow model along with the measurement model is organized in a compact state-space form,based on which a traffic state estimator is designed by use of the extended-Kalman-filtering method.While constructing the traffic state estimator,special attention is paid to the handling of the boundary conditions and unknown parameters of the macroscopic traffic flow model.A number of simulations are conducted to test the designed traffic state estimator under various traffic sit-uations in a freeway stretch with on/off-ramps and a long inter-detector distance.Some key issues are carefully investigated,including tracking capability of the traffic state estimator,comparison of various estimation schemes,evaluation of different detector configurations,significance of the on-line model parameter estimation,sensitivity of the traffic state estimator to the initial values of the estimated model parameters and to the related standard deviation values,and dynamic tracking of time-varying model parameters.The achieved simulation results are very promising for the subsequent development and testing work that is briefly outlined.Ó2004Elsevier Ltd.All rights reserved.Keywords:Freeway;Traffic state estimation;Stochastic macroscopic traffic flow model;Extended Kalman filter;Model parameter estimation*Corresponding author.Tel.:+30-28210-37237;fax:+30-28210-37584/69410.E-mail addresses:ywang@dssl.tuc.gr (Y.Wang),markos@dssl.tuc.gr (M.Papageorgiou).1Tel.:+30-28210-37289;fax:+30-28210-37584/69410.0191-2615/$-see front matter Ó2004Elsevier Ltd.All rights reserved.doi:10.1016/j.trb.2004.03.003Transportation Research Part B 39(2005)141–167142Y.Wang,M.Papageorgiou/Transportation Research Part B39(2005)141–1671.IntroductionTraffic state estimation had been identified as an important task within a traffic control loop already in the1970s(Papageorgiou,1983).Traffic state estimation for a freeway network refers to estimating all traffic variables of the network at the current time instant based on available real-time traffic measurements.More precisely,based on a limited amount of available mea-surement data from traffic detectors,the estimation algorithms should deliver a complete image of the network’s traffic state at the current time.It should be emphasized that the number of traffic variables to be estimated may be much larger than the number of traffic variables that are directly measured,and this is in fact the essential contribution of the freeway traffic state esti-mation task.For traffic state estimation,a limited number of research works produced and proposed corresponding estimation algorithms that were almost exclusively based on the seminal meth-odology of Kalmanfiltering(Kalman and Bucy,1961)and its extensions for nonlinear systems (see,e.g.Jazwinsky,1970).The Kalmanfilter is an optimal state estimator applied to a dynamic system that involves random noise and includes a limited amount of noisy real-time measure-ments.Although it was originally derived for linear systems,the Kalmanfilter can also be ex-tended for its application to nonlinear systems via specific on-line Taylor expansions of the originally nonlinear systems.The Kalmanfilter so obtained is called extended Kalmanfilter (EKF).Early applications of traffic state estimation were reported in traffic surveillance systems for short inter-detector distances by Gazis and Knapp(1971),Knapp(1972),Szeto and Gazis (1972),Nahi and Trivedi(1973),and Nahi(1973).In these and later investigations,e.g.Smulders (1987)and Bhouri et al.(1988),only short freeway sections with a length below2km were considered,see a review by Cremer(1991).The applied models were relatively simple(due to the short section lengths).Later approaches started using more comprehensive dynamic traffic flow models,which opened the way to the consideration of longer freeway stretches(2–4km), see Cremer(1979)and Cremer et al.(1980),while more recent investigations elaborated on some technical details based on previously proposed basic ideas,see Kohan and Bortoff(1998),Meier and Wehlan(2001).In addition to the estimation of traffic variables in freeway stretches(traf-ficflows,mean speeds,and densities),the traffic state estimation has two more noteworthy aspects:(1)Treatment of boundary conditions of the macroscopic trafficflow model;(2)On-line estimation of some important parameters of the trafficflow model.Thefirst issue is quite important,because different approaches to boundary condition treatment actually reflect different utilizations of real-time traffic measurements in the formulation of the traffic state estimator.This issue was partially considered by Cremer(1979,1991),Cremer and Sch€u tt(1990),Papageorgiou(1983),Kotsialos and Papageorgiou(2001),Meier and Wehlan (2001),and some corresponding estimation schemes were proposed.On the other hand,the macroscopic trafficflow model employed by the traffic state estimation algorithm contains a number of parameters(e.g.the free speed,critical density,capacity,etc.),the values of whichY.Wang,M.Papageorgiou/Transportation Research Part B39(2005)141–167143 were assumed known in most aforementioned investigations.However,some important model parameters are normally unknown in practice and may be different from site to site.Conse-quently,a tedious work for model calibration must be conducted based on available off-line data before the designed traffic state estimator can be applied to a specific site;see e.g.Cremer and Papageorgiou(1981).However,even for a given site,the model parameters may change due to environmental impact(time of day,weather,etc.),percentage of trucks,speed limits,or other external conditions.For example,Kyte et al.(2001)reported on the effect of various weather conditions on the free speed.In order to develop a general andflexible approach to traffic state estimation for freeway networks without the prior need for off-line model parameter calibration,the on-line estimation of some important model parameters has to be taken into account.So far,only a few investigations on this issue were reported in the past with quite limited results(Szeto and Gazis,1972;Grewal and Payne,1976;Cremer and Sch€u tt,1990),and the significance of the on-line model parameter estimation in traffic state estimation has not been fully realized.As a matter of fact,all investigations reviewed above(except Smulders,1987;Kohan and Bortoff,1998),towards real-time traffic state estimation on freeways,were(extended)Kalman-filter-based.The approach taken in this paper follows a similar avenue and exploits to the extent possible the previous approaches and investigations.The added value and innovative aspects of this paper as compared to previous investigations include(1)an effort in developing a general approach to the real-time estimation of the complete trafficstate on freeway stretches,this effort is planned to continue so as to cover complete freeway networks with arbitrary topology and characteristics;(2)the investigation of a number of detailed technical issues regarding the best use of the ex-tended Kalmanfilter for traffic state estimation such as treatment of boundary conditions, comparison of various estimation schemes,evaluation of different detector configurations,etc;(3)the development and application of traffic state estimation algorithms to freeway stretcheswith on-ramps and off-ramps,which were not comprehensively considered in previous works;(4)the on-line estimation of unknown important model parameters such as free speed,criticaldensity,and exponent;(5)comprehensive investigation results under various traffic conditions in contrast to rather lim-ited results presented in previous works.The rest of the paper is organized as follows:Section2first presents a stochastic macroscopic trafficflow model for freeway stretches and proposes some simple formulae to model real-time traffic measurements,with special attention on the treatment of boundary conditions and un-known parameters of the macroscopic model.Section3addresses the design of the traffic state estimator based on the extended Kalmanfiltering methodology,whereby various estimation schemes are proposed and discussed.In Section4,a number of simulations are conducted to test the traffic state estimator under various traffic conditions on a freeway stretch with one on-ramp, one off-ramp,and with a long detector spacing(5km).Several key issues concerning traffic state estimation are carefully investigated.Finally,the main conclusions are summarized and future work is outlined in Section5.144Y.Wang,M.Papageorgiou/Transportation Research Part B39(2005)141–1672.Dynamic trafficflow modeling of a freeway stretch2.1.Macroscopic trafficflow model of a freeway stretchA second-order validated macroscopic trafficflow model(see,e.g.Papageorgiou et al.,1990)is employed to describe the dynamic behavior of trafficflow along a freeway stretch in terms of appropriate aggregated traffic variables,which are traffic density,space mean speed,and traffic flow.For the convenience of computation,the macroscopic model is usually presented in a space-time discretized form.More specifically,a considered freeway stretch is subdivided into a number N of segments with lengths D i,i¼1;...;N,while the time discretization is based on a time step T and the discrete time indices k¼0;1;2;...The macroscopic aggregated traffic variables are de-noted in this discrete space-time frame as follows(see Fig.1): Array Fig.1.Segment division,aggregated traffic variables,traffic measurements,and traffic state estimation based on ex-tended Kalmanfilter.(a)Traffic density q iðkÞ(in veh/km/lane)is the number of vehicles in segment i at time kT,dividedby the segment length D i and lane number k i.(b)Space mean speed m iðkÞ(in km/h)is the average speed of all vehicles included in segment i attime kT.(c)Trafficflow q iðkÞ(in veh/h)is the number of vehicles leaving segment i during the time period½kT;ðkþ1ÞT ,divided by T.(d)On-ramp inflow r iðkÞand off-ramp outflow s iðkÞ(both in veh/h)in segment i(if any);for thelatter we may write s iðkÞ¼b iðkÞÁq iÀ1ðkÞwith the exiting rate b iðkÞ(dimensionless).The macroscopic model was shown to work pretty accurately with segment lengths in the order of500m(or less)(Papageorgiou et al.,1990).While subdividing a freeway stretch into segments, care should be taken that any geometric inhomogeneities(ne drops,on/off-ramps)or in-stalled traffic detectors along the freeway stretch are located at the boundaries of the segments. Moreover,each segment is allowed to have at most one on-ramp and one off-ramp,both pref-erably at the upstream boundary of the segment,see Fig.1.For a segment i,the stochastic nonlinear difference equations of the second-order macroscopic trafficflow model are as follows:q iðkþ1Þ¼q iðkÞþTD i k i½q iÀ1ðkÞÀq iðkÞþr iðkÞÀs iðkÞ ;ð1Þs iðkÞ¼b iðkÞÁq iÀ1ðkÞ;ð2Þv iðkþ1Þ¼v iðkÞþTs½Vðq iðkÞÞÀv iðkÞ þTD iv iðkÞ½v iÀ1ðkÞÀv iðkÞ Àm TsD i½q iþ1ðkÞÀq iðkÞq iðkÞþjÀd TD i k ir iðkÞv iðkÞq iðkÞþjþn viðkÞ;ð3ÞVðqÞ¼v f expÀ1aqq cra!;ð4Þq iðkÞ¼q iðkÞÁv iðkÞÁk iþn qiðkÞ;ð5Þwhere(1),(3),(4)and(5)are the well-known conservation equation,dynamic speed equation, stationary speed equation,andflow equation,respectively;s,m,d,j,v f,q cr,and a are model parameters which are given the same values for all segments;in particular,v f denotes the freespeed,q cr the critical density,and a the exponent of the stationary speed equation;n vi ðkÞand n qiðkÞdenote zero-mean Gaussian white noise acting on the empirical speed equation and the approximateflow equation,respectively,to reflect the modeling inaccuracies.Note that(1)is not corrupted by noise as it describes the conservation of vehicles,which holds strictly in any case. The model parameters are normally unknown and may vary with environmental conditions. However,the model results are known to be most sensitive to variations of the free speed,critical density,and exponent(see Papageorgiou et al.,1990).Therefore,this paper only regards the free speed,critical density,and exponent as unknown model parameters(i.e.assuming that the other model parameters are determined by off-line model calibration,see Cremer and Papageorgiou, 1981).Based on the fundamental diagram QðqÞ¼qÁVðqÞ,the capacity of the segment(per lane) may be deduced byY.Wang,M.Papageorgiou/Transportation Research Part B39(2005)141–167145q capðv f;q cr;aÞ¼v fÁq crÁexpÀ1a!:ð6ÞFor any segment i,q iðkÞcan be calculated from q iðkÞand v iðkÞvia(5)and be replaced in(1),hence q iðkÞand v iðkÞmay be viewed as the(independent)segment variables of segment i.On the other hand,for each time instant k,the segment-boundary variables q iÀ1ðkÞ,see(1),v iÀ1ðkÞand q iþ1ðkÞ, see(3)as well as r iðkÞand b iðkÞ(if any,see(1)–(3))are needed for updating the segment variables (i.e.calculating q iðkþ1Þand v iðkþ1Þ).These boundary variables incorporate the impact of the adjacent segments on the traffic dynamics of segment i.If a freeway stretch is considered as a tandem connection of a number of such segments,then the complete macroscopic model of the whole stretch can be built upon a chain of segment models inter-connected via their respective boundary variables.With(2)and(5)substituted into(1)and(4)into(3),the stretch model of N segments consists of2N equations with2N independent segment variables q1;v1;q2;v2;...,q N;v N, three model parameters v f,q cr,a,and a number of boundary variables:(a)flow at the stretch origin q0;(b)speed at the stretch origin v0;(c)density at the stretch destination q Nþ1;(d)on-ramp inflows r i(if any);(e)off-ramp exiting rates b i(if any).2.2.Model of traffic measurementsTraffic measurement devices(loop detectors,video sensors,radar detectors,etc.)are used in freeway systems(e.g.installed along freeway stretches at a separation of several kilometers,at on-ramps and off-ramps,etc.,see Fig.1)as a main tool for obtaining real-time measurements offlow, space mean speed,and occupancy.This paper assumes availability of measurements offlow and mean speed.Ifflows and occupancies are measured instead,mean speeds may be calculated from these values if a g-factor is known or estimated(see Jia et al.,2001).Note,however,that any error or bias introduced via this calculation cannot be eliminated by the estimation procedure presented in this paper.Consider a traffic detector installed at the boundary of two adjacent segments i and iþ1,as illustrated in Fig.1.For theflow measurement,we havem q iðkÞ¼q iðkÞþc q iðkÞ;ð7Þwhere m q iðkÞdenotes theflow measurement during the time period½ðkÀ1ÞT;kT ,and c q iðkÞde-notes the correspondingflow measurement noise.Note that,except for the measurement of q0,we have by(5)m q iðkÞ¼q iðkÞÁv iðkÞÁk iþn qiðkÞþc q iðkÞ:ð8ÞFor the mean speed measurement,we havem vi ðkÞ¼v iðkÞþc viðkÞ;ð9Þwhere m vi ðkÞdenotes the mean speed measurement during the time period½ðkÀ1ÞT;kT and c viðkÞdenotes the corresponding speed measurement noise.Regarding on-ramps and off-ramps,only 146Y.Wang,M.Papageorgiou/Transportation Research Part B39(2005)141–167flow measurements are of interest.The on-ramp and off-rampflow measurements(if any)are modeled,respectively,asm ri ðkÞ¼r iðkÞþc riðkÞ;ð10Þm si ðkÞ¼s iðkÞþc siðkÞ¼b iðkÞÁðq iÀ1ðkÞÁv iÀ1ðkÞÁk iÀ1þn qiÀ1ðkÞÞþc siðkÞ;ð11Þwhere m ri and m sidenote the on-ramp respectively off-rampflow measurement at the i th segmentwhile c ri ðkÞand c siðkÞdenote the corresponding measurement noise.All measurement noise in-volved in(7)–(11)is assumed zero-mean Gaussian white.The standard deviation(or variance)of each measurement noise is assumed known and should reflect the reliability level of the corre-sponding measurement.2.3.State-space modelDefine vectors z,d,p,and n1as follows:z¼½q1v1q2v2ÁÁÁq N v N T;d¼½q0v0q Nþ1r1ÁÁÁr N b1ÁÁÁb N T;p¼½v f q cr a T;n1¼½n q1n v1ÁÁÁn qNn vNT:Note that if some segments do not include any on-ramp or off-ramp,then vector d is reduced accordingly.With the aid of these vectors,the macroscopic trafficflow model of a freeway stretch can be expressed in a compact state-space formzðkþ1Þ¼h½zðkÞ;dðkÞ;pðkÞ;n1ðkÞ ;ð12Þwhere h is a nonlinear differential vector function corresponding to the2N model equations (Section2.1).Including all segment variables,zðkÞrepresents the model state;dðkÞ,comprising all boundary variables,represents the external input to the model;pðkÞ,including the unknown important model parameters,represents some intrinsic properties of the model.The utilization of(12)requires the real-time availability of dðkÞand determination of pðkÞ. However,some elements of dðkÞmay not be measured or even not measurable while pðkÞis normally unknown(or partially unknown).More specifically,for dðkÞ,(a)as indicated in Fig.1,q0and v0are usually measured by a traffic detector installed at theuppermost boundary of the freeway stretch,while q Nþ1may not be directly measurable; (b)on-ramp inflows r i are sometimes not measured when traffic detectors are not installed at thecorresponding on-ramps;(c)direct measurements of exiting rates b i are usually not available,although off-ramp outflows s imay be measured.In order to overcome the obstacle of partially missing boundary measurements and unknown model parameters,the state-space model(12)has to be extended.The main idea is to‘‘eliminate’’the boundary variables dðkÞand model parameters pðkÞfrom the model by converting them into Y.Wang,M.Papageorgiou/Transportation Research Part B39(2005)141–167147additional model state variables (apart from those in z ðk Þ).To this end,an auxiliary random-walk equation is introduced for d as follows:d ðk þ1Þ¼d ðk Þþn 2ðk Þ;ð13Þwhere n 2ðk Þrepresents a vector of zero-mean Gaussian white noise.Similarly,the model parameters are modeled viap ðk þ1Þ¼p ðk Þþn 3ðk Þ;ð14Þwhere n 3ðk Þrepresents a vector of zero-mean Gaussian white noise.The covariance matrices of n 2ðk Þresp.n 3ðk Þmust be chosen so as to reflect the typical time-variations of the boundary variables respective model parameters to be tracked.Combining (12)–(14)leads to the following augmented state-space model:x ðk þ1Þ¼f ½x ðk Þ;n ðk Þ ;ð15Þwhere x ¼½z T d T p T T ,n ¼½n T 1n T 2n T3 T ,and the nonlinear differentiable vector function f can be determined accordingly.In this paper vector x is referred to as the traffic state of anyconsidered freeway stretch.Consider a freeway stretch with traffic detectors installed at its uppermost and lowermost boundaries,at some on/off-ramps,and perhaps also at some internal segment boundaries.With the aid of x ,the measurement Eqs.(7)–(11)can also be rewritten in a compact formy ðk Þ¼g ½x ðk Þ;g ðk Þ ;ð16Þwhere the output vector y consists of all available measurements of flow and mean speed;g is a nonlinear differentiable vector function;g represents the output noise vector,which may be seen to be a function of state noise vector n and measurement noise vector c (consisting of all measurement noise in (7)–(11)).Eqs.(15)and (16)constitute a complete freeway traffic dynamic systemR ðx ;y Þ:x ðk þ1Þ¼f ½x ðk Þ;n ðk Þ ;y ðk Þ¼g ½x ðk Þ;g ðk Þ :ð17Þ3.Extended Kalman filter for freeway traffic state estimation3.1.Extended Kalman filter (EKF)equationsConsider the dynamic system model R ðx ;y Þ.Assume that the state noise n ðk Þ,output noise g ðk Þ,and the system’s initial state x ð0Þsatisfy the following three conditions:(1)n ðk Þand g ðk Þare zero-mean Gaussian white random processes.For any k P 0and l P 0,E ½n ðk Þ ¼0;ð18ÞE ½g ðk Þ ¼0;ð19ÞE n ðk Þn T ðl ÞÂüQ if k ¼1;0otherwise ;&ð20Þ148Y.Wang,M.Papageorgiou /Transportation Research Part B 39(2005)141–167E½gðkÞg TðlÞ ¼R if k¼l;0otherwise;&ð21ÞE½nðkÞg TðlÞ ¼M if k¼1;0otherwise;&ð22Þwhere Q and R are known symmetric positive semi-definite matrices,while0denotes zero vectors or zero matrices of appropriate dimensions.(2)xð0Þis a Gaussian random vector with known mean and auto-covariance matrix^x0¼E½xð0Þ ;ð23ÞP0¼E f½xð0ÞÀ^x0 Á½xð0ÞÀ^x0 T g:ð24Þ(3)xð0Þis uncorrelated to nðkÞand gðkÞat any k.Consider Rðx;yÞunder assumptions(1)–(3).At each time instant k,given yðkÞ(and its available values at all previous time instants,i.e.yðkÀ1Þ;yðkÀ2Þ;...),it is the goal of the extended Kalmanfilter to deliver state estimate^xðkþ1=kÞso as to minimize the covariance of the esti-mation errorE f½xðkþ1ÞÀ^xðkþ1=kÞ TÁ½xðkþ1ÞÀ^xðkþ1=kÞ g;ð25Þwhere^xðkþ1=kÞdenotes the mathematical expectation of xðkþ1Þconditional on measurements available up to the k th time instant(actually^xðkþ1=kÞis one-step prediction of xðkþ1Þ). The recursive equations of the EKF are as follows:^xðkþ1=kÞ¼f½^xðk=kÀ1Þ;0|fflfflfflfflfflfflfflfflfflfflfflffl{zfflfflfflfflfflfflfflfflfflfflfflffl}model þKðkÞ½yðkÞÀgð^xðk=kÀ1Þ;0Þ|fflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflffl{zfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflffl}correctionð26ÞwithKðkÞ¼½AðkÞPðk=kÀ1ÞC TðkÞþCðkÞMðkÞR TðkÞ Á½CðkÞPðk=kÀ1ÞC TðkÞþRðkÞRðkÞR TðkÞ À1;ð27ÞPðkþ1=kÞ¼½AðkÞÀKðkÞCðkÞ ÁPðk=kÀ1ÞA TðkÞþCðkÞQðkÞC TðkÞÀKðkÞRðkÞM TðkÞC TðkÞ;ð28Þ^xð0=À1Þ¼D^x0;ð29ÞPð0=À1Þ¼D P0;ð30ÞwhereAðkÞ¼o fo xð^xðk=kÀ1Þ;0Þ;ð31ÞCðkÞ¼o fo nð^xðk=kÀ1Þ;0Þ;ð32ÞCðkÞ¼o go xð^xðk=kÀ1Þ;0Þ;ð33ÞY.Wang,M.Papageorgiou/Transportation Research Part B39(2005)141–167149RðkÞ¼o go gð^xðk=kÀ1Þ;0Þ:ð34ÞIn the above equations,KðkÞis the gain matrix,which is calculated on-line based on the linear Taylor-expansion of f and g atð^xðk=kÀ1Þ;0Þfor each k.Because these calculations are recursive, KðkÞactually depends on traffic measurements of all previous time instants kÀ1,kÀ2,...As noticed in(26),the extended Kalmanfilter consists of two terms:(1)model term deliver-ing pure model-based state estimation at each time instant k and(2)correction term based on the real-time measurements collected by each k.It should be emphasized that both terms are essential for the satisfactory performance of the extended Kalmanfilter.Note also that the dy-namic system model Rðx;yÞwithout noise involved is employed for the design of the EKF.The EKF actually uses a deterministic model to handle a stochastic situation,while the knowledge regarding the addressed stochastic situation is contained in covariance matrices Q and R and cross-covariance matrix M that are used in the on-line design of the EKF for each k.Finally,it should be pointed out that the EKF represents a suboptimal solution for this problem(mini-mizing(25)with regard to(17)),as an optimalfilter for nonlinear systems would need infinite dimensions.3.2.Application to freeway traffic state estimation3.2.1.Estimation schemesWith respect to the freeway dynamic system model(17),a traffic state estimator as depicted in Fig.1can be developed straightforwardly based on the presented recursive equations of the EKF. Recall that in Section2.3all boundary variables of the macroscopic trafficflow model were converted into state variables via(13),irrespective of being measured or not.An alternative approach is to convert only unmeasured boundary variables and part of measured boundary variables into state variables,leaving the rest of measured boundary variables as the model input denoted by vector uðkÞ.The corresponding state-space model has then the form xðkþ1Þ¼f½xðkÞ;uðkÞ;nðkÞ :ð35ÞThe EKF corresponding to the system model Rðx;u;yÞwith(35)and(16)reads^xðkþ1=kÞ¼f½^xðk=kÀ1Þ;uðkÞ;0|fflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflffl{zfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflffl}model þKðkÞ½yðkÞÀgð^xðk=kÀ1Þ;0Þ|fflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflffl{zfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflfflffl}correctionð36Þwith KðkÞ,PðkÞ,^xð0=À1Þ,and Pð0=À1Þstill determined by(27)–(30),respectively,and with A, C,C,and R still determined by(31)–(34)but atð^xðk=kÀ1Þ;uðkÞ;0Þ.Note that once a measured boundary variable is included in input vector uðkÞ,it is not included in state vector xðkÞand its measurement is not included in the output vector yðkÞany more,i.e.that variable is not estimated. The estimation scheme represented by(26)is referred to as estimation Scheme1in this paper, while various alternative estimation schemes result from(36)depending on the split of available traffic measurements between u and y.Some typical examples of these alternative estimation schemes are presented below for a simple freeway stretch without on/offramps:150Y.Wang,M.Papageorgiou/Transportation Research Part B39(2005)141–167。
Millimess Dial Comparators说明书
-Millimess. Digital and Dial ComparatorsSIMPLE, ACCURATE AND INEXPENSIVE MEASUREMENT.MILLIM ESS DIAL COMPARATORS.Millimess is the “classic“ amongst all measuring instruments, for over 60 years the Millimess series of dial comparators is synonymous for both high precision and extreme robustness. Maximum accuracy and a minimal reversal span error is obtained through the levers, gear and pinions being supported with jeweled bearings and that the measuring spindle running in a ball bush guide. Millimess is therefore particularly suitable for measuring tasks where the accuracy and the reversal span of a conventional dial indicator are not sufficient. Further advantages of Millimess are the simple handling, the easy reading as well as the movement being absolute shockproof. With a digital comparator with an inductive measuring system combined with most modern state of the art digital technology readings as small as 0.2 µm/ 10 µinch are realized. The practical control functions (for example tolerance monitoring or the storage of measuring values for dynamic measurements), a combined analog and digital display as well as the easy to use data transmission rounds off the complete Millimess spectrum.+Millimess. Digital and Dial ComparatorsMillimess. Digital and Dial ComparatorsInductive Digit al Comparators (Short Range)Overview6-2Millimess 21006-4With background lit digital and analog displayMillimess 2000 / 20016-5With digital and analog displayµMaxµm6-7With digital displayMaxµm I I I6-10With digital and analog display, probeMechanical Dial ComparatorsOverview6-14Millimess 1002 /1003 / 1003 XL / 1004 / 1010 / 10506-16Standard VersionsMillimess 1000 A / 1000B / 1000 Z6-18With large dialMillimess 11006-19Electrical Comparator with limit contactsMillimess 1103 N / 1104 N / 1110 N / 1150 N6-20Mechanical Dial Comparator with limit contacts-6-2Millimess. Digital ComparatorsMillimess. Digital Comparators (Short Range)Overview6 - 10+6-3Millimess. Digital ComparatorsT olerance function:clearly visual tolerance excess due to the change of color in the background lit display.The choice is yours:MarConnect Data output,choice between Digimatic and RS232CControl output can be connected to a SPSLinearized, inductive absolute measuring system. Reference point is not lost when theinstrument is switched off.Especially suited for use in a manufacturing environment.Waterproof protection class IP54 according to EN 60529Millimess. Digital ComparatorW ith the new Inductive Digital Comparator Millimess 2100, everything is under control due to the visual tolerance monitoring which is indicated by the change of color in the background lit display••-6-4Functions:ON/OFFRESET (zero setting the digital and analog displays)- 0 - (set the analog display to zero)PRESET ( enter any FeaturesMAX-MIN e.g. testing concentricity and flatness TOL (entering tolerance)LOCK: operating functions can be blocked via PC-SoftwareMillimess. Digital Comparators+6-520002001MAX MINTOLMillimess. Digital Comparators-6-6Millimess. Digital Comparators+6-7Millimess. Digital Comparators-6-8Millimess. Digital Comparators+6-9Millimess. Digital Comparators6-10For short range indicators — Standard Stem Length(± 1.0 mm/ range indicators)Millimess. Digital ComparatorsEasily designed into your applications .. full-size Maxum ®Indicator and accessories, tracing templates or CAD files available on request.6-11Millimess. Digital Comparators6-12Long Range PencilCanisterMillimess. Digital Comparators6-13Lifting Levers 1)Furnished with washer andlonger contact point. LeftHand (shown)Order no.EAS-1903Right Hand (not shown)Order no.EAS-1904 Order Model EAT-1035-W1 Order Model EAT-1033-W1Right Angle AttachmentsLever Type (not shown)87” maximum range)Order Model EAT-1034-W1Spring Type (shown)(± .060” maximum range)Auxiliary Plunger 3” long, .500” O.D.Order no EAS-1912Hole Attachments Short Lever (shown)(1.0” pivot to contact)Order Model EAT-1032-W1Long Lever (not shown)(1.87” pivot to contact)Backs for Maxµm ® Indicators and Remote Indicating Units Lug Back (.250” hole)Mounts horizontally or Order no.Adjustable Slide Back(.500” slot, 1/4-20 thread)Order no.Rack BackFits SE-33 (shown) and SE-73.Adjustable Mounting Block (not shown).Order no.Other Accessories shown are for .375“ stem models. Equivalent types are available for most Maxµm models having 8mm stems. Adaptor Bushing (BU-197) may also allow 8mm stem indicators to be used with the above accessories. Full size Maxµm Indicator and accessories tracing templates are available on request.Mounting Brackets shown are for .375” stem models. Equivalent types are available for most Maxµm models having 8 mm stems. Adaptor Bushing (BU-197) may also allow 8 mm stem indicators to be used with the above accessories. Full size Maxµm Indicator and accessories tracing templates are available on request.Square Bracket(1/4-20 mounting thread)Order Model AAD-67T BracketFlange mounted.Order ModelAAD-91Other Maxµm AccesssoriesMillimess. Digital Comparators6-14Millimess. Mechanical Dial ComparatorsMillimess. Mechanical Dial ComparatorsOverview6-15Millimess. Mechanical Dial ComparatorsDesign FeaturesConstant Measuring ForceMaximum sensitivity and accuracy are ensured by the jeweled movement and in conjunction with the precision gears and pinionsMounting shank andsteela lifting knobAdjustabletolerance markersMillimess. Mechanical Dial ComparatorsOverview6-16Measuring Readings Over-rangetravel1002100310041003T***1003XL Millimess. Mechanical Dial Comparators6-176395710101050Millimess. Mechanical Dial Comparators6-181000 AEasy to read dial Shockproof movement Jeweled movement bearings Measuring spindle is•Scope of supply:Cable Release 951, caseMillimess. Mechanical Dial Comparators6-19Contact uncertainty with non-inductive +/- 0.3 µm 240 mW100 mAMillimess. Mechanical Dial Comparators-6-20•Can be applied for example as tolerance control or as a precision contactor inFeatures1103 N 1103 NT***105123Wiring diagramA 1110 NT 1150 NMillimess. Dial Comparators+6-21Millimess. Dial Comparators。
Transportation Modes and International Shipping
Transport Modes
Transport Modes
Transport Modes
Mode Characteristics (Road)
• Door to door delivery and collection • Fast, regular service, or one-off journeys • Reduced need for double-handling, which reduces
Operational Considerations:
Company Characteristics
• Service level policy • Sales territories • Warehouse locations • Manufacturing locations • Financial policies • Performance of competition • Choice of service (let
20 TEU
Containers
Short Distance
Road Road
Road
Medium Distance Road/Air
Road
Road
Long Distance Road/Air Road/Rail
Road/Rail/Sea
Very long Distance
Transport Modes
Mode Characteristics (Pipeline)
• Important transport system for crude, petroleum,
natural gas and etc.
• Can operate on a 24/7 basis, limited only by
衡器常用词汇英汉对照
衡器常用词汇英汉对照1计量器具--mea suring instruments2 软件--software3 大称量汽车衡--great weighting truck scale4 适用范围--scope of application5 砝码--weight6 称重传感器--load cell7 数字化--numeric convert8 数字式--digital9 智能化--intelligentize10 称重板--weigh-birge11 有限元法--FEM12 补偿--compensation13应变计--strain gages14传感器--transduce15 弹性元件--spring element16力学模型--mechanics mode17 温度补偿--temperature compensation18双秤台--double scales19 网络型--networkmode20 视频监控--video monitor21 扩音器--loudspeaker22 大屏幕--large screen23 零点温度性能--zero temperature characteristic24 量程温度系数--span temperature coefficient25 满量程输入范围--span input26 高分辨率--high resolution27电子汽车衡--electric truck scale28 软件分析--soft analysis29 滤波--filter30 CAN总线-CAN Bus32 组态软件--configuration33 自动配料--automatic matching34 监控系统--monitoring and controlling35 称重系统--weighing system36 点对点--peer to peer37 皮带给料--belt feeding38 定量包装机--weighting and packing machine39 给料称重系统--compound weighing system40 重力式--gravimetric41 容积式--cubage42 非自动式--non-automatic43 自动式--antomatic44 间歇式--intermittence45连续式--continuous46 标准--standard specification47 测力分析--force analysis48 装配--assembly49 工业制造--industry manufacture50 力值保持--force hold51 质量--quality52配料--batching53 电子衡器--electronic weighing instrument55 防雷击系统--the system of protection against struck by lighting56 免标定--calibration free57 量程系数--span parameter58方管结构--quadrate pipe structure59 板式结构--the overall steel plate structure60 移动式结构--movable structure61 不锈钢防腐型--strainless steel and anti-erosion62电子钢瓶秤--chlorine tank scale63 U型电子秤--the U-shaped electronic scale64电子缓冲秤--the electronic cushioning scale65移动式叉车秤--the movable fork scale66带框架结构--have frame67 电子平台秤--floor scales68无框架结构--no frame69 升降移动式结构--movable and with rising and falling structure 70移动式超低台面结构--movable and ultra low floor structure71 整体U型梁结构--the unitary U-shaped beam structure72 短面台组合结构--composed by short platforms73 模拟量输出分辨率--anlog output resolution74 采样频率--sampling frequence75零点跟踪范围--zero tracing76 防抖强度--anti-shaking intensity77 S型称重传感器--S-beam load cells78双剪切量称重传感器--double ended shear beam load cells79 单点称重传感器--single point load cells80 压式称重传感器--cmpression load cells81 轮辐式称重传感器--low profile compression disk load cells82 测力传感器--force transducer load cells83 功能--function84 数字--digital85 信号处理--siginal processing86 串口通信--connection to serial interface87 测量范围--measuring range88 输入灵敏度--input sensitivity89 信号--siginal90 反馈--sense91 型号--type92 保护等级--protection class93 最大量程--maximum capacity94 绝缘电阻--insulation resistance95 激励电压--excitation voltage96 接线盒--junction box97 称重模块--weighing modules98 标准--standard99 测量--measure100 集成电路--integrate circuit101 电阻--resistor102 输入电阻--input resistance103 输出电阻--output resistance104 电缆线--cable105 应变片--Strain gages106 称重仪表--weigh apparatus107 仪表--apparatus108 线性--linear109 称量--capacity110 感量--resolution111 去皮--tare112 至零--zero113 校准--calibration114 故障--beakdown115 检修--overhaul116 使用--maintenance117 维护--repair118 电子吊秤--electronic crane scale 119 天平--scale120 衡量--measurement121 准确度--accuracy122 控制器--controller123 举升压力--lifting pressure124 外壳尺寸--size125 环境温度--temperature126 相对湿度--relative humidity127 电源电压--voltage128 最小分度值--minimum scale interval 129 称重控制上线--bound of weight。
里程表的奥秘实践作业
里程表的奥秘实践作业英文回答:The Enigma of the Odometer.What is the odometer?An odometer is a device that measures the distance traveled by a vehicle. It is typically located on the dashboard and displays the total distance traveled in miles or kilometers.How does an odometer work?The most common type of odometer uses a mechanical system to measure the distance traveled. This system consists of a series of gears that are connected to the wheels of the vehicle. As the wheels turn, the gears rotate and cause the odometer to display the total distance traveled.In some vehicles, the odometer is connected to an electronic system that measures the distance traveled using a sensor. This sensor is typically located on the transmission and measures the speed of the vehicle. The electronic system then uses this information to calculate the total distance traveled.What is the purpose of an odometer?The main purpose of an odometer is to provide thedriver with information about the distance traveled. This information can be used to track the vehicle's maintenance schedule, plan trips, and calculate fuel consumption.How can I reset the odometer?The odometer can be reset to zero by pressing a button on the dashboard. This button is typically located near the odometer and is labeled "reset" or "trip."What are some problems that can occur with odometers?Odometers can experience a variety of problems, including:Mechanical failure: The gears or other mechanical components of the odometer can fail, causing the odometerto stop displaying the correct distance traveled.Electrical failure: The electronic components of the odometer can fail, causing the odometer to display an incorrect distance traveled.Odometer fraud: Odometers can be tampered with to display a lower mileage, which can deceive potential buyers.How can I prevent odometer problems?There are a few things you can do to prevent odometer problems, including:Regular maintenance: Having your vehicle serviced regularly will help to prevent mechanical problems thatcould affect the odometer.Avoid tampering: Do not attempt to tamper with the odometer yourself, as this is illegal.Be aware of odometer fraud: When buying a used vehicle, be sure to have the odometer inspected by a qualified mechanic.中文回答:里程表的奥秘。
上海工程技术大学城市轨道交通车辆专业英语复习要点2
第一章概述第三章电力与电子技术第四章气动系统和制动系统/Automatic Train Control,ATC列车自动控制/Automatic Train Operation,ATO 列车自动操作/Auxiliary Inverter,AI辅助逆变器/Brake Control Electronics,BCE制动控制电子元件/Brake Control Module ,BCM制动控制模块/Brake Control Units,BCU制动控制单元/Brake Control Panel,BCP制动控制板/Brake Electronic Control Unit,BECU制动控制电子单元/Capacitor Charging Contactor,CCC电容充电接触器/Central Control Functions,CCF 中央控制功能/Central Control Units,CCU中央控制单元/ Compact I/O,CIO 紧密式I/O/ Door Control Unit,DCU门控单元/ Driver Display Units,DDU 司机显示单元/Emergency Brake,EB紧急制动/Friction Braking,FB摩擦制动/ High Voltage,HV高压/Heating,Ventilation,Air Conditioning,HVAC 加热,通风,空调/High Speed Circuit Breaker,HSCB高速回路断路器/Human Machine Interface,HMI人机接口/Insulated Gate Bipolar Transisitor,IGBT 绝缘栅双机晶体管/Intelligent Display Unit,IDU智能显示单元/ Interior Display Unit,IDU内部显示单元/Intermediate Voltage,IV中压/Line Contactor Relay,LCR线路接触器继电器/Line Contactor,LC线路接触器/Low Voltage,LV低压/ Operation Control Centre,OCC操作控制中心/ Parking Brake,PB停车制动/Passenger Emergency Communication Unit,PECU 乘客紧急通信单元/Pulse Width Modulation,PWM脉冲宽度调制/Remote Input Output Modules,RIOM远方输入输出模块/ Traction Control Functions,TCF 牵引控制功能/Traction Control Unit,TCU牵引控制单元/Train Information and Management System,TIMS列车信息与管理系统/Variable Voltages and Variable Frequencies,VVVF,变压变频/Vehicle Control Unit,VCU车辆控制单元/ Vehicle Mounting Plate,VMP车辆安装盘/ATO作用:①station-to-station automatic driving ②speed control ③accurate station stop ④station departure/arrival management ⑤automatic station name announcements to the passengers ⑥control of opening/closing of door.ATP作用:①ensuring train spacing ②monitoring train speed against limit conditions ③ensuring that imperative stopping points are not overrun ④avoiding uncontrolled movement⑤detecting track occupancy ⑥measuring train speed ⑦localizing the train in the net work ⑧triggering the Emergency Brake if necessary ⑨monitoring train doors opening and closing ⑩applying temporary speed restrictions.转向架组成:①wheelsets,comprising wheels,axle,axle boxes,earthing brush,slip-slide generators and speed generators.②two spring suspension systems: primary suspension and second suspension.③bogie frame.④brakes.⑤traction drive units.⑥connection of bogie to the car body.RIOM可执行的任务:①reading digital inputs and setting digital outputs.②communicating via serial links.③filtering and suppressing contacting bounce of acquired data.④returning to a default state in the absence of network communication ,including extracting standard protocol framing for serial links.⑤self-testing inputs and outputs in a continuous way,performing local hardware self-tests and software control.DDU可执行的任务:①the control of the preparation of the train.②the control of the status of the trainset.③the control of the display of the faults which have occured in the trainset.④the control of the visual passenger information system.⑤the control of the broadcast of pre-recorded audio message.。
特斯拉模型3技术参数说明说明书
T ECHNICAL S PECIFICATIONSFORD TOURNEO CONNECT/GRAND TOURNEO CONNECT – PRELIMINARY SPECIFICATIONSFUEL CONSUMPTION AND PERFORMANCEFuel consumptionl/100km (mpg)PerformanceEngine Power(PS)CO2(g/km)UrbanExtraUrbanCombinedMaxSpeed(km/h)0-100km/h(secs)80-120km/h**(secs)Tourneo Connect1.6 Duratorq TDCi (5-sp man)with FE pack*75 120 4.9 (57.6) 4.4 (64.2) 4.6 (61.4) 145 17.8 25.3 1.6 Duratorq TDCi (5-sp man) 75 130 5.6 (50.4) 4.6 (61.4) 5.0 (56.5) 145 17.8 25.7 1.6 Duratorq TDCi (5-sp man)with FE pack95 120 4.9 (57.6) 4.4 (64.2) 4.6 (61.4) 160 14.7 21.2 1.6 Duratorq TDCi (5-sp man) 95 130 5.6 (50.4) 4.6 (61.4) 5.0 (56.5) 160 14.7 21.6 1.6 Duratorq TDCi (6-sp man) 115 130 5.6 (50.4) 4.6 (61.4) 4.9 (57.6) 165 13.8 15.1 1.0 EcoBoost (6-sp man) 100 129 6.4 (44.1) 5.1 (55.4) 5.6 (50.4) 165 14.0 20.0 1.6 EcoBoost (6-sp auto) 150 184 10.9 (25.9) 6.3 (44.8) 8.0 (35.3) 173 10.9 - Grand Tourneo Connect1.6 Duratorq TDCi (5-sp man)with FE pack75 121 4.9 (57.6) 4.5 (62.8) 4.6 (61.4) 145 18.3 26.4 1.6 Duratorq TDCi (5-sp man) 75 130 5.6 (50.4) 4.6 (61.4) 5.0 (56.5) 145 18.3 26.8 1.6 Duratorq TDCi (5-sp man)with FE pack95 121 4.9 (57.6) 4.5 (62.8) 4.6 (61.4) 160 15.1 22.0 1.6 Duratorq TDCi (5-sp man) 95 130 5.6 (50.4) 4.6 (61.4) 5.0 (56.5) 160 15.1 22.4 1.6 Duratorq TDCi (6-sp man) 115 130 5.6 (50.4) 4.6 (61.4) 4.9 (57.6) 165 14.1 15.6 1.6 EcoBoost (6-sp auto) 150 184 10.9 (25.9) 6.3 (44.8) 8.0 (35.3) 173 11.1 -* Fuel Economy pack includes Auto-Start-Stop, Active Grille Shutter, Smart Regenerative Charging** In 5th gearWEIGHTS AND DIMENSIONS WeightsKerbweight (kg)#GrossVehicleMass(kg)GrossTrainMass(kg)Max.TowableMass(braked)(kg)Max.TowableMass(unbraked)(kg)Tourneo Connect1.0 EcoBoost 1420 2010 2910 1000 7451.6 EcoBoost 1469 2045 2945 1000 7501.6 Duratorq 75 PS 1458 2045 2945 1000 7501.6 Duratorq 95 PS 1458 2045 3145 1200 7501.6 Duratorq 115 PS 1467 2055 3155 1200 750Grand Tourneo Connect - 7 seats1.6 EcoBoost 1523 2320 2920 750 7501.6 Duratorq 75 PS 1512 2300 2945 800 7501.6 Duratorq 95 PS 1512 2300 3145 1000 7501.6 Duratorq 115 PS 1521 2310 3155 1000 750ØPayload = Gross vehicle mass, less kerb mass. All kerb masses quoted are subject to manufacturing tolerances and are for base models with minimum equipment.u Represents the lightest kerbweight assuming full fluid levels and 90% fuel levels, subject to manufacturing tolerances and options, etc, fitted.DimensionsTourneo Connect Grand TourneoConnect 5-seat Grand Tourneo Connect 7-seatOverall length 4418 4818 4818 Overall width with mirrors 2137 2137 2137 Overall height 1852 1845 1840 Side door entry width 612 839 839 Luggage space width between wheel arches 1192 1149 1149 Luggage space width 1477 1477 1477 Luggage floor to roof 1245 1234 1072 Luggage space length 2 seat mode 1800 2179 2179 Luggage space length 5 seat mode 913 1305 1264 Luggage space length 7 seat mode n/a n/a 450Luggage capacity (litres)‡Luggage Capacity 2 seat mode 2410 2761 2620 Luggage Capacity 5 seat mode 1029 1529 1287 Luggage Capacity 7 seat mode n/a n/a 322BODY AND CHASSISBody Structure Computer-optimised, high-efficiency, unitary-welded steel body incorporatingrigid occupant cell and front and rear energy-absorbing crumple zones;direct-glazed windshield.Passive safety and restraint system elements Integrated passive safety system featuring:•Driver and passenger airbags plus thorax-protecting side airbags for front occupants•Side curtain airbags for front and second row (Tourneo Connect), Side curtain airbags for front, second and third row (Grand TourneoConnect).•Three-point safety belts in all positions. Front seat belts are specified with outboard pre-tensioners as standard.•Safety belt reminders for driver and front passenger•ISOFIX child seat attachment points on the 2 outer seats in the second rowCorrosion protection Multi-stage paint and body protection process, including zinc precoating forall relevant exterior panels, optimised dip phosphate coat, electrocoatprimer, primer/surfacer and basecoat/clearcoat system, plus comprehensivecavity wax injection, PVC underbody coating and stone chip protection.Thick PVC sealing beads for flanges. Front plastic wheel arch liners, reartextile wheel arch liners, anti scuff strips on inner doorsills.Suspension Front – Independent MacPherson struts with offset coil spring over gas filleddamper units and lower L-arms with optimised front rubber bushings andrear bush mounted on separate reinforced cross-member sub-frame, anti rollbar.Rear – Torsion beam rear suspension with coil springs and monotubedamper units.Steering Type – Rack and pinion steering with rack-mounted Electric Power AssistedSteering (EPAS)Turning circle (Kerb-to-Kerb) – 11.3m (L1), 12.2m (L2)Turning circle (Wall-to-Wall) – 11.7m (L1), 12.5m (L2)Turns lock-to-lock – 2.7Brakes Dual circuit, diagonally split, hydraulically operated disc brakes front andrear. Vacuum servo assisted with four-channel ABS and electronic brakedistribution (EBD)Brake disc dimensions (front/ventilated discs):300mm diameter (Tourneo Connect)320mm diameter (Grand Tourneo Connect)Brake disc dimensions (rear/solid discs):280mm diameterModulation:ABS, Traction Control, ESC, EBD, Emergency Brake Assist (EBA), LoadAdaptive Control (LAC), Hill Start Assist (HSA), Trailer Sway Control (TSC),Emergency Brake Light (EBL), Torque Vectoring Control (TVC)Optional Active City Stop systemWheels and tyresWheel type Pressed Steel AlloyWheel size 6.5 x 16” 6.5 x 16”Tyre size 205/60 R 16 205/60 R 16Spare wheel and tyre Full-sized spare or Tyre Mobility Kit (varies by market and vehiclespecification)PETROL ENGINES1.0-litre EcoBoost(100PS) 1.6-litre EcoBoost(150PS)Type Inline three cylinder turbo petrol, directfuel injection and Ti-VCT, transverse Inline four cylinder turbo petrol, direct fuel injection and Ti-VCT, transverseDisplacement cm3999 1597 Bore mm 71.9 79.0 Stroke mm 82.0 81.4 Compressionratio10.0:1 10.0:1 Max power PS (kW) 100 (74) 150 (110) at rpm 6000 5700 Max torque Nm 170 240 at rpm 1400-4000 1600—4000Valve gear DOHC with 4 valves per cylinder,twin independent variable cam timingDOHC with 4 valves per cylinder, twin independent variable cam timingCylinders 3 in line 4 in lineCylinder head Cast aluminium Cast aluminium Cylinder block Cast iron Cast aluminium Camshaft drive Low friction Belt-in-Oil with dynamictensionerTiming belt with dynamic tensionerCrankshaft Cast iron, 6 counterweights, 4 mainbearings Cast iron, 4 counterweights, 5 mainbearingsEngine management Bosch MED17 with CAN-Bus andindividual cylinder knock controlBosch MED17 with CAN-Bus andindividual cylinder knock controlFuel injection High pressure direct fuel injection with 6hole injectors High pressure direct fuel injection with 6hole injectorsEmission level Euro Stage 5 Euro Stage 5 Turbocharger Continental low inertia turbo Borg Warner KP39 low inertia turboLubrication systemElectronically controlled variabledisplacement oil pump for improved fueleconomyElectronically controlled variabledisplacement oil pump for improved fueleconomySystem capacitywith filterlitres 4.1 4.1Cooling system Split cooling system with 2 thermostats Water pump with thermostat and valves System capacityincl heaterlitres 5.5 5.5Transmission Durashift 6-speed (B6) manual 6F35 6-speed automatic transmission Gear ratios6th 0.6835th 0.8444th 0.7803rd 1.1212nd 1.8641st 3.727 Reverse 3.625 Final Drive 4.27 6th 0.7465th 1.0004th 1.4463rd 1.9122nd 2.9641st 4.584 Reverse 2.943 Final Drive 3.066Power Curves1.0-litre EcoBoost 100PS (74kW)1.6-litre EcoBoost 150PS (110kW)DIESEL ENGINE1.6-litre Duratorq TDCi(95PS)Type Inline four cylinder turbo diesel, transverseDisplacement cm31560Bore mm 75.0Stroke mm 88.3Compressionratio16.0:1Max power PS (kW) 75 (55) 95 (70) 115 (85) at rpm 3500 3600 3600Max torque Nm 220 230 270 at rpm 1500 1500—2000 1750—2500 Valve gear SOHCwith 2 valves per cylinderCylinders 4 in lineCylinder head Cast aluminiumCylinder block Cast aluminiumCamshaft drive Timing belt with dynamic tensionerCrankshaft Drop forged steel, 8 counter- weights, 5 main bearingsEnginemanagementFord Common Rail Diesel Engine Management SystemFuel injection Common rail direct fuel inj; 1650 bar injection pressure; 7-hole piezo-electricinjectorsEmissioncontrolOxidation catalyst, water cooled EGR and standard cDPF Emission level Euro Stage 5Turbocharger Garrett variable geometry turbochargerLubricationsystemPressure-fed lubrication system with full flow oil filterSystem capacity litres 3.8 with filterCooling system Water pump with thermostat and valves, with thermal management system System capacity litres 5.8 incl heaterTransmission Durashift 5-speed (MTX75) manual Durashift 6-speed(MMT6) manual Gear ratios5th 0.6744th 0.8653rd 1.2582nd 2.0481st 3.800 Reverse 3.727 Final Drive 3.56 5th 0.6744th 0.8653rd 1.2582nd 2.0481st 3.800Reverse 3.727Final Drive 3.56(Econetic 3.41)6th 0.7895th 0.9434th 0.8683rd 1.1942nd 1.8641st 3.583Reverse 3.615Final Drive 3.69Power Curves1.6-litre Duratorq TDCi 75PS (55kW)1.6-litre Duratorq TDCi 95PS (70kW)1.6-litre Duratorq TDCi 115PS (85kW)* The stated fuel consumption and CO2 emissions are measured according to the technical requirements and specifications of the European Regulation (EC) 715/2007 as last amended. Results in MPG also correspond to this European drive cycle and are stated in imperial gallons. The results may differ from fuel economy figures in other regions of the world due to the different drive cycles and regulations used in those marketsNote: The data information in this press release reflects preliminary specifications and was correct at the time of going to print. However, Ford policy is one of continuous product improvement. The right is reserved to change these details at any time.About Ford Motor CompanyFord Motor Company, a global automotive industry leader based in Dearborn, Mich., manufactures or distributes automobiles across six continents. With about 175,000 employees and 65 plants worldwide, the company’s automotive brands include Ford and Lincoln. The company provides financial services through Ford Motor Credit Company. For more information regarding Ford’s products, please visit .Ford Europe is responsible for producing, selling and servicing Ford brand vehicles in 50 individual markets and employs approximately 47,000 employees at its wholly owned facilities and approximately 69,000 people when joint ventures and unconsolidated businesses are included. In addition to Ford Motor Credit Company, Ford Europe operations include Ford Customer Service Division and 24 manufacturing facilities (15 wholly owned or consolidated joint venture facilities and nine unconsolidated joint venture facilities). The first Ford cars were shipped to Europe in 1903 – the same year Ford Motor Company was founded. European production started in 1911.Contacts: Detlef JenterFord of Europe+49 221 901 8745****************。
电气仪表工程安装调试记录
Min. Phase to phase distance
实测最小对地距离
Min. Phase to earth distance
备注:
Remarks
结论:
Conclusion
技术负责人
Check
施工人
Operator
表H—422
蓄电池充(放)电记录
项目:
Project
装置:
Unit
规格 □安装尺寸□防腐□
Spec. DimensionAnti—corrosion
4
母线安装检查
Bus installation
排列、相色 □弯曲倍率 □伸缩节 □
Arrangement, color Curve radius Expansion joint
5
连接螺栓、垫圈检查
Bolt and washer inspection
初充电
First charging
充电开始时间
Charging start time
结束时间
End time
单独补充充电的电池编号
Separately charged cell No.
放电
Discharging
放电开始时间
Discharge start time
结束时间
End time
放电电流
Discharge current
干燥电流
(A)
Drying current
备注
Remark
1
2
3
4
5
6
测温点位置:n
Temp. measure position
1。;2.;3。;
Fibre orientation measurement modelling
P u b l i s h e d b y M a n e y P u b l i s h i n g (c ) I O M C o m m u n i c a t i o n s L t dFibre orientation:measurement,modelling and knowledge based designP.Hine *1,R.A.Duckett 1,P.Caton-Rose 2,P.D.Coates 2,P.Jittman 3,C.Chapman 3and G.Smith 3In this paper the authors describe the results of a research programme which has investigated the links between the orientation distribution of short fibre reinforced composites produced during injection moulding and the mechanical properties of the resulting moulded components.A variety of injection moulded parts,including both model shapes (e.g.,a transverse ribbed plate)and commercial products,has been manufactured and studied,both experimentally and using simulation.The fibre orientation distribution (FOD)has been characterised for each component at a number of chosen locations using an in-house developed image analyser.Measurement of the FOD for a range of different component shapes has led to the proposal of a number of preliminary design rules,which have been incorporated into a knowledge based engineering (KBE)design package.A crucial component of the KBE design optimisation is the use of a simulation package to predict the FOD for any component shape.Therefore,the accuracy of the principal commercial simulation package for FOD prediction,Moldflow,has been investigated by comparison with the experimentally measured FODs.Finally,the link between FOD and mechanical properties (both elastic modulus and fracture)has been studied by comparing analytical predictions with mechanical measurements.Keywords:Fibre orientation measurement,KBE,Design automation,Short fibre compositesIntroductionShort glass fibre reinforcement of polymers is well established as a means of significantly improving mechanical performance without compromising proces-sability,and many glass filled polymer grades and products are commercially available.A key issue for the most effective use of these materials is how to optimise design for an injection moulded product.The mechan-ical properties of the final component are crucially dependent on the fibre orientation distribution devel-oped during the process,in addition to the fibre,matrix and interfacial properties.A perceived knowledge gap is how to control fibre orientation for delivering the desired performance.In order to help close this gap,a 2year Faraday Plastics EPSRC sponsored project has recently been undertaken to address this important link between orientation and product properties (‘Design–process–performance interactions for precision pro-ducts’),and in the present study,the most important results of this programme are reported.The most important variable,arguably,is the fibre orientation distribution produced in a component during the injection moulding process,which depends on a number of factors,most notably the mould cavity geometry.The importance of being able to predict and obtain the correct orientation is indicated in Fig.1,which shows specific stiffness versus fibre volume fraction for a typical fibre aspect ratio of 25and three different orientation states.Specific stiffness (modulus/density)is seen to always increase with fibre volume fraction for all three orientation states as a result of the modulus rising faster than density.However,fibre orientation has a notable effect:if the fibres are preferentially aligned,which is generally the case for injection moulded products,then the specific stiffness can be twice as high as for 3D random alignment.Thus,if the fibre orientation produced during processing can be accurately predicted,a more optimised design can be made, e.g.stiffness may be significantly increased,or weight significantly reduced.The key connections,of which the present study describes,are therefore between the original design shape (which controls the cavity geometry)and the resulting fibre orientation distribution (FOD)and between the FOD and the final component properties.A key aspect of the work was to combine all the acquired information into a design package based on Knowledge Based Engineering (KBE).1IRC in Polymer Science and Technology,School of Physics and Astronomy,University of Leeds,Leeds LS29JT,UK 2IRC in Polymer Science and Technology,School of Engineering,Design and Technology,University of Bradford,Bradford BD71DP,UK 3KBPD Laboratory,WMG,University of Warwick,Coventry CV47AL,UK *Corresponding author,email p.j.hine@ß2005Institute of Materials,Minerals and Mining Published by Maney on behalf of the InstituteReceived 5July 2005;accepted 13September 2005DOI 10.1179/174328905X71986Plastics,Rubber and Composites 2005VOL34NO9417P u b l i s h e d b y M a n e y P u b l i s h i n g (c ) I O M C o m m u n i c a t i o n s L t dThe philosophy has been to address the two links in the Design–Process–Performance chain individually.A number of injection moulded components,including both model shapes (flat plates and ribbed plates)and commercial products,have been either injection moulded at Bradford or supplied by commercial collaborators.The work has mainly concentrated on short glass filled polyamides (a major commercial material for safety critical products).The FOD of each component has then been measured using the estab-lished image analysis system (Leeds)using fibre section ellipticity parison of the various FOD for the different component shapes has led to the development of a number of design rules which have subsequently been incorporated directly into a KBE design package by the Knowledge Based Product Development Laboratory at Warwick.A very important aspect of the work has been to compare the measured FOD with that predicted by the leading commercial software,Moldflow (made available by the company for this project),in order to assess the accuracy of the model predictions.This has been investigated in both 2D and 3D flow situations,and for both model and commercial products.This link is vital,because an integrated design tool based on a KBE system requires an accurate computer based prediction of the FOD for any particular component shape and processing history.Finally,the link between FOD and mechanical proper-ties has been developed.Previous work at Leeds led to the development of an analytical modelling route for the prediction of the elastic properties of short fibre reinforced polymers,1which has been further validated in this work.A new aspect has been to investigate the effect of the FOD on crack resistance.ResultsMeasurements of FOD in injection moulded componentsThe first area of study was to extend previous studies,which have concentrated mainly on 2D components,to components whose geometry led to 3D fibre orientation distributions (FOD):as before,simple plaques were thestarting point for the studies,then model rib sections and finally commercial products.Examples of the components that have been investi-gated are shown in Fig.2,and they include a transverse ribbed plate,a multi-ribbed plate 2and a commercial automotive control pedal.The transverse ribbed plate on the left has been studied most extensively,forming a link between the research at the three sites on modelling (Bradford),experimental characterisation and mechanical properties (Leeds)and design (Warwick),for a 40%w/w glass filled Nylon (Rhodia Technyl C216V40)used extensively in this work.In initial studies,a 4mm thick plate,with a 3mm thick rib was explored and some of this work has already been published.3Fibre orientation was char-acterised from examination of three 2D sections:(i)perpendicular to the flow direction and 16mm from the gate (i.e.in front of the rib);(ii)perpendicular to the flow direction and 25mm behind the rib;(iii)along the centre line of the plate,including the rib.As is common with injection moulded plates,measurements showed there to be a centrally located core region,where the fibres were aligned transverse to the flow direction,surrounded by outer shell regions where the fibres were aligned preferential to the flow direction.It was found that the level of orientation in the shell and core regions was relatively constant along the length of the plate,but that the proportion of the shell region increased with distance from the gate (45%at 16mm from the gate and 75%at 65mm from the gate).For this reason,the stiffness of the plate in the flow direction also increased with distance from the gate.For the next set of experiments,a 2mm thick plain plate was moulded,using the same 40%w/w glass filled Nylon.FOD analysis at the same positions as for the 4mm plate showed first,at a reasonable distance from the gate,that the absolute value of the flow direction aligned shell layer was very similar in the 2mm and 4mm plate,at around 0.8mm each side,resulting in much higher stiffness in the flow direction;second,the level of orientation in the shell layer was very similar in the 2mm and 4mm plate;third,the thickness of the shell layer saturated much more quickly in the 2mm plate,with the result that there was much less change in FOD and properties along the plate length.Twoother1Effect of orientation on specific stiffnessversusvolume fraction for glass fibre filledPPP u b l i s h e d b y M a n e y P u b l i s h i n g (c ) I O M C o m m u n i c a t i o n s L t dflat plate samples,of 3and 6mm thickness,were also examined (the 3mm multi-ribbed plate is shown in Fig.2b ).Although made of different material combina-tions (30%w/w glass/PBT and 40%w/w glass/Nylon),results followed a similar trend,with regard to an absolute value for the shell thickness of around 0.8mm.Figure 3shows the value of the second order orientation tensor (X here is the flow direction and Y is perpendicular to X in the plane of the plate)averaged across the sample width and thickness for the four thickness plates and three materials studied.It is seen that there is a clear trend between plate thickness and the preferred level of orientation (and hence flow direction stiffness),owing to combination of the constant absolute value of the shell layer,and the approximately constant levels of orientation in the shell and core regions.Analysis of the various ribbed plates (with ribs of various aspect ratios)showed a number of other general trends.It was found that for a rib transverse to the flow direction,the thicker the rib,the higher the degree of preferred orientation along the rib itself.It is possible that a thicker transverse rib forces the flow front to experience some transverse flow and hence causes some flow alignment along the length of the rib.This was borne out by the subsequent Moldflow simulations of the flow front shape as it passed the rib for the two sample thicknesses.Increasing the rib height leads to a more preferred orientation normal to the plate.In fact,the orientation in a longitudinal rib is very similar to that of the plate itself,albeit rotated by 90u .Finally,if the rib is placed parallel to the flow direction,then fibres are more highly aligned along its length compared to a transverse rib.From these studies and product assessments,pre-liminary design rules were proposed for incorporation into the KBE design package:(i)Thinner plates give higher alignment (and hencestiffness)in the flow direction(ii)Thinner plates show less variation along theflow path(iii)Taller ribs are more preferentially aligned alongtheir height(iv)Thicker transverse ribs are more preferentiallyaligned along their length(v)Longitudinal ribs are more highly aligned alongtheir length compared to transverse ribs.The final set of experiments concerned FOD measure-ments on commercial products,for comparison with Moldflow simulations,including the automotive pedal shown in Fig.2c .Three sections were taken,two on flat 2D sections similar to those described above for the model components,and a third at an intersection of two ribs (shown by the white area on the image inFig.2c )to help assess the 3D prediction capabilities of Moldflow.FOD simulation studies using MoldflowComputer simulations corresponding to the components described in the preceding section were constructed using commercially available software (Moldflow)allowing direct comparison of measured and predicted FOD.In the first instance,components were described using a ‘midplane’or 2K D model,where a specimen thickness is described in terms of a number of layers above and below a central plane.This method has significant computational cost benefits over a complete 3D analysis,although the more complex 3D route was also explored during the present study.The software was capable of predicting the flow front profiles displayed during short shot injection of the two model plate geometries described above.Altering the ratio of cavity height (i.e.product thickness)to gate height near the gate region showed that thinner plates with more constrictive gate profiles (4:1cavity/gate height ratio)produced linear flow front profiles resulting in highly aligned shell regions,whereas thicker plates with cavity/gate height ratios of the order of 2:1exhibited fountain flow type behaviour and a thick,transversely aligned core.This effect of cavity thickness on flow front profile was well predicted by Moldflow.FOD predictions in most commercial software are based on the fibre mechanics analysis of Folgar and Tucker,4but their representation is recognised to be inaccurate for highly filled systems.In the current absence of a complete,rigorous multi-body mechanics solution,the scientifically unsatisfactory route (but practically necessary,and useful for design rule explora-tion)of additional semi-empirical coefficients,‘fibre orientation coefficient’,c i and ‘thickness moment of interaction’D z is employed;these are available in Moldflow MPI software.Values for c i and D z can be chosen within each analysis,to attempt to account for fibre–fibre interactions during complex flows.Previous work by Bay 5proposed a link between fibre aspect ratio,fibre volume fraction and c i .FOD predictions using Bay’s value c i 50.0003for the material used in the present study were found to be in good agreement with experimental data for sections close to the gate region.However,further down the flow length of both model geometries (both 2and 4mm thick plates),the accuracy of predictions diminished.The combined effect of c i and the additional ‘thickness moment of interaction’coeffi-cient D z ,was explored for various materials and geometries.Figure 4shows the FOD comparisons for two locations in the 4mm thick ribbed plate 16mm from the gate (Fig.4a )and 25mm behind the rib (Fig.4b).a Transverse ribbed plate;b Multi-ribbed plate;c Automotive control pedal 2Example products investigatedHine et al.Fibre orientation:measurement,modelling and knowledge based designPlastics,Rubber and Composites 2005VOL34NO9419P u b l i s h e d b y M a n e y P u b l i s h i n g (c ) I O M C o m m u n i c a t i o n s L t dD z was fixed at 1.0(the original Folgar and Tucker model)and c i was optimised at the first position (16mm from the gate)to give the best fit to the measured image analysis results.This gave a value for c i of 0.00006,which is less than but of a similar order to that predicted by the equation of Bay .It is seen that,although the FOD can be predicted reasonably well near the gate,the same values of c i and D z did not predict the FOD at the second position so well.Further optimisation of these parameters could not improve this issue.In general,the Folgar and Tucker theory over-predicted the levels of orientation within the shell regions of all flat plate geometries analysed using the midplane technique.Modification of this analysis,available within Moldflow through the D z parameter,did not significantly improve FOD predictions,reflect-ing shortcomings of the current theory.A more significant effect of the FOD overprediction is that resultant composite material properties will be at variance with the actual properties.Using the ‘optimum’fibre interaction coefficient (c i 50.00006)obtained during midplane analyses,gate sections of the two plates were analysed in full 3D as the non-symmetric gate used for these mouldings could not be analysed using the symmetric midplane visualisation.Three locations across the sample width were selected for FOD analysis:the centreline,the quarter line and near the outer edge.Figure 5a shows a typical orienta-tion map for the 4mm plate where white corresponds to alignment along the flow direction and blacktoa 16mm from gate;b 25mm behind rib4FOD comparisons for two locations in 4mm ribbed plate for D z 51.0and c i 50.000065Orientation map from a FOD measurements and b MPI 3D analysis,for 4mm plate near gateHine et al.Fibre orientation:measurement,modelling and knowledge based design420Plastics,Rubber and Composites 2005VOL34NO9P u b l i s h e d b y M a n e y P u b l i s h i n g (c ) I O M C o m m u n i c a t i o n s L t dalignment perpendicular to the flow for the experimental data.The corresponding plot of predicted orientation (Fig.5b )shows a similar pattern,although there are interesting differences which are under further investigation.For all locations across the sample width,it was clear that the 3D predictions of orientation conveyed the features of measured orientation reasonably.However,the analysis produced significantly higher levels of alignment than seen experimentally,as with the mid-plane pared to the midplane technique,additional computational costs of the 3D analysis,and the limited gains in accuracy of the fibre orientation predictions,it was concluded that for larger sections,the midplane technique is currently optimum.Both the midplane and 3D analyses have been studied for commercial products,which have complex FODs in addition to the typical shell–core–shell structure for flat plates.The automotive pedal made from the Rhodia 40wt-%glass filled polyamide was sectioned in three locations,two on flat 2D sections and a third at an intersection of two ribs as shown in Fig.6(and the white lines on Fig.2c earlier).Analysis of the two flat regions produced the standard shell–core–shell structure pre-viously described for flat plates.The third section (Fig.7:the white colour indicates orientation parallel to the flow direction as shown by the arrow in Fig.6)displayed a more complex FOD resulting in a plate like formation on the outer walls as well as a shell–core–shell–core–shell distribution at the rib cross over region (shown by the dotted box in Fig.7).It is unlikely that such an effect would be apparent within a midplane analysis and demonstrates the potential of the 3D approach.However,as with the plate analyses,both the midplane and 3D predictions showed higher levels of orientation than measured and would result in higher elastic composite material properties in the direction of flow.To summarise the simulation studies,it was found that the commercial software was able to predict the filling of the mould,and the effect of mould thickness on flow front shape,very well.In terms of FOD prediction,a value of c i could be chosen that would predict therelative proportions of the core and shell regions quite well:however,the orientation in the shell layer was often an overprediction.Simulation of 3D flow is in its infancy.Further development of physical modelling based on FOD–product strength interactionsPrevious studies at Leeds and ETH Zurich 1have shown that if the fibre orientation structure in a component can either be measured or accurately predicted,then the elastic and thermoelastic properties of the component can be calculated with very acceptable accuracy using micromechanical models.In particular,the elastic properties at a particular position are well described by averaging the fibre orientation over the measured volume.With strength and,in particular,crack propa-gation resistance,the important measurement is now the local fibre orientation state at a stress concentration or at the tip of an incipient crack.As part of this work,an assessment of the ideas of Friedrich 6has been carried out,who proposed that the crack resistance of a short fibre reinforced material depends on the number of fibres that are perpendicular to the crack tip.Friedrich proposed that the strain energy release rate G c ,or the energy to propagate a crack through the material,takes the form :G c 5af peff z b where a accounts for the energy absorbing processes as a result of the fibres (pull out,etc.)and b the energy absorbing process due to the matrix:here f peff would be an average fibre orientation across the sample thickness at the crack tip.Friedrich8Location of fracturesamples7FOD map for pedal section shown in Fig.66Cut plane (arrow shows view direction for Fig.7)Hine et al.Fibre orientation:measurement,modelling and knowledge based designPlastics,Rubber and Composites 2005VOL34NO9421P u b l i s h e d b y M a n e y P u b l i s h i n g (c ) I O M C o m m u n i c a t i o n s L t dthen proposed an empirical form for f pefff peff ~a ½1z tanh (b f p ) where a ~0:5and b ~0to5and f p 5(2,cos 2h cpn .–1)where ,cos 2h cpn .is the average value of the second order orientation average with respect to the crack plane normal,i.e.when ,cos 2h cpn .51,all the fibres lie perpendicular to the crack direction and f p 51.The transverse rib sample produced for this pro-gramme and discussed in the earlier sections,proved an ideal component for the present study,due to the changes in fibre orientation structure,in particular the core/shell proportions,along its length.Three point bend fracture samples were cut from various positions across the ribbed plate (Fig.8),in order to sample different proportions of fibres that are parallel or perpendicular to the crack tip.The chosen sections were again 16mm from the gate (55%core,45%shell)and 25mm behind the rib (75%shell and 25%core).Samples were cut with the crack running parallel to the flow direction (L sample),and transverse to the flow direction (T sample).Samples were also cut with the crack located in the aligned shell region (TT sample).Figure 9shows a comparison between the measured fracture toughness values (solid squares)and the best fit to the Friedrich equation.The proposed empirical theory fits the measured behaviour very well;the higher values of toughness are seen when the fibres are perpendicular to the crack tip (or parallel to the crack tip normal).The value of b controls whether the relationship is symmetric about the endpoints:a value of 0.5gives a symmetric shape.For the results shown in Fig.8,a floating fit of this parameter gave a value of 0.499,i.e.safely considered as 0.5.Three independent parameters are therefore controlling the shape of the relationship:a ,the fracture energy due to the fibres when all the fibres are perpendicular to the crack tip;b ,the fracture energy due to the matrix when all the fibres are parallel to thecrack propagation direction;b which controls how sharp the transition is between the endpoints.From the fitted data,for this polymer and this fibre volume fraction,the values obtained were a 516.6kJ m –2,b 55.1kJ m –2and b 52.1.Future work will be aimed at establishing whether these three parameters can be predicted from physical principles,which would then transform the empirical relationship into a predictive theory.This work suggests another rule for the KBE design:(i)At positions of stress intensity,the local fibreorientation should be parallel to the stress direction (i.e.perpendicular to the likely crack propagation direction).Evaluation of links between computer modelling of FOD and product propertiesTo arrive at an optimal design,it is important to be able to accurately predict the FOD as a result of processing (as described in the section ‘FOD simulation studies using Moldflow’above)but also to be secure in the link between the resulting FOD and product properties.To further validate this important stage in the design process,experimental measurements have been combined with both analytical and finite element approaches (Abaqus).Once again,the model transverse ribbed plate was used for these studies.Three point bend samples were cut to enable the bending modulus at the chosen positions of 16mm from the gate and 25mm behind the rib to be measured.The image analysis results for this product (see section ‘Measurements of FOD in injection moulded components’above)were then used,together with the micromechanical models,to predict the bending modulus of the ribbed plate at the same locations.The modelling approach has previously been validated using finite element techniques in collaboration with the group of Andrei Gusev at ETH Zurich,and combines the work of Qui and Weng 7to determine the properties of the composite unit together with an aggregate model to model the effects of disorientation (e.g.Brody and Ward 8or Camacho and Tucker 9).For predicting the bending modulus of the samples,the through thickness orientation of the plates at the two positions was split into 10layers and the modulus of each of these layers was averaged through the thickness according to Freudenthal.10The results in Table 1show that the agreement between the micro-mechanical model results and predicted bending mod-ulus at these two positions is excellent,showing that if the fibre orientation can be accurately predicted,then the elastic properties will follow.The modelling route,which has been found to be the best,is also that used by Moldflow.For the modulus variation through the thickness of the plate (at 25mm behind the rib),the FE predictions (Moldflow)are seen to be different (Fig.10)from those calculated from the micromechanical model based on the measured FOD.It can be proposed that this isTable 1Measured and predicted bending modulus16mm from gate E YY ,GPa25mm from rib E YY ,GPa 25mm from rib E XX ,GPa Measured 3.32¡0.282.60¡0.167.18¡0.19Predicted3.44¡0.162.74¡0.046.97¡0.029Fracture measurements (&)and best fit to FriedrichequationHine et al.Fibre orientation:measurement,modelling and knowledge based design422Plastics,Rubber and Composites 2005VOL34NO9P u b l i s h e d b y M a n e y P u b l i s h i n g (c ) I O M C o m m u n i c a t i o n s L t dbecause of the difference in the predicted and actual FOD.Overprediction of the shell layer orientation leads to a higher predicted modulus in this layer.Implementation of knowledge based design strategy (KBE)for short fibre productsInitial Knowledge Based Engineering (KBE)studies have been undertaken,incorporating the design rules as described in the section ‘Results’above.KBE is based on an object-oriented programming language,allowing necessary knowledge and experience in engineering design to be captured and deployed.Stored product information is not only geometric but also non-geometric such as weight,material,performance,and the technique used to design,analyse and manufacture the product.KBE also has generative and integrated modelling capabilities.Generative modelling updates design representation,or a product model,immediately as product requirements are changed.This is controlled by engineering rules encoded in a KBE system including product geometry,manufacturing instruc-tions,costs,etc.,and,depending on the construction of the generative model,this directly affects all features of the component,subassembly,assembly and product.Integrated modelling capability allows a KBE system to include additional rules in the generative model to create supporting data automatically,for example,finite element meshes,process plans,or cost models.In addition,as it is a single product model that is used to generate the outputs,consistency can be assured.In the present study,flat plates and ribbed plates were modelled using modelling tools of the KBE Adaptive Modelling Language (AML)from Technosoft.11The relationship between product model geometry and FOD,as a result of the injection moulding process used,was evaluated using Moldflow finite element analysis software and the relationship between process and performance,which in these initial studies was displacement under specified load,was undertaken using Nastran in the KBE shell.Both software packages were fully integrated into and controlled by the AML.All necessary information for fibre orientation distributionand displacement analysis such as geometry,material,injection locations,constraint areas and applied load,were automatically generated by the system depending on design specifications input by users.Engineering rules –some of which have been generated in this work,as discussed in the section ‘Measurements of FOD in injection moulded components’above (AIM1and AIM3)–were coded into the system.Design specifica-tions such as the size of the plate,material used,and applied load on the product can be changed via the graphical user interface (GUI)(Fig.11).The strength of the KBE approach is that it integrates the prediction of FOD and the subsequent prediction of elastic properties,which is key for injection moulded components where the FOD is generally inhomogeneous.Three types of applied load:tensile load,longitudinal bending load (applied to longitudinal ribbed plates)and transverse bending load (transverse ribbed plates)were explored.The system outputs a maximum displacement value due to the chosen applied load.The KBE system could also be used for design optimisation of short glass fibre filled injection moulding using the optimisation software,Design Optimisation Tool (DOT),one of the built-in software modules of AML.In this case,additional design specifications such as maximum and minimum values of plate thicknesses,maximum and minimum values of rib height (only for bending load)and a critically allowed displacement value had to be input into the system.After that,the system iterates until an optimal design is obtained,i.e.the product model which has a maximum displacement not more than the critical value under the specified condition,and also has minimum weight.For example,the optimal design obtained from the KBE system for a 40612064mm plate made of 40%glass fibre filled Nylon subjected to 40000N tensile load or 1000N bending load with 1mm critical displacement is shown in Table 2.It should be noted that in the case of tensile load,no rib was added,while in the case of bending load,a rib was added with its length and thickness set to be equal to the plate width and thickness,respectively.It can be seen that the KBE system can be efficiently used to evaluate and investigate,and to optimise the design of short glass fibre filled injection moulding.Withthis11Graphical user interface (GUI)of KBEsystem10Modulus through ribbed plate thicknessHine et al.Fibre orientation:measurement,modelling and knowledge based designPlastics,Rubber and Composites 2005VOL34NO9423。
机械原理术语英汉对照
机械原理术语英汉对照以下是机械原理中常见的术语的英汉对照。
这些术语对于理解和学习机械原理非常重要。
1. Machine 机器2. Mechanism 机构3. Kinematics 运动学4. Dynamics 动力学5. Force 力6. Work 功7. Energy 能量8. Friction 摩擦9. Torque 扭矩10. Moment of inertia 惯性矩11. Velocity 速度12. Acceleration 加速度13. Displacement 位移14. Motion 运动15. Equilibrium 平衡16. Linkage 连杆机构17. Gear 齿轮18. Cam 凸轮19. Slider- Crank Mechanism 曲柄滑块机构20. Belt and Pulley System 带轮系统21. Chain Drive 链传动22. Bearing 轴承23. Mechanical Advantage 机械优势24. Efficiency 效率25. Stress 应力26. Strain 应变27. Deformation 变形28. Elasticity 弹性29. Plasticity 塑性30. Safety Factor 安全系数31. Tolerance 公差32. Clearance 间隙33. Stiffness 刚度34. Damping 阻尼35. Vibration 振动36. Oscillation 摆动37. Resonance 共振38. Inertia 惯性39. Centrifugal Force 离心力40. Centripetal Force 向心力41. Conservation of Energy 能量守恒42. Conservation of Momentum 动量守恒43. Principle of Work and Energy 功与能量原理44. Simple Machines 简单机械45. Lever 杠杆46. Wheel and Axle 轮轴47. Pulley 滑轮48. Inclined Plane 斜面49. Wedge 楔形物50. Screw 螺纹51. Cam and Follower 凸轮与从动件52. Governor 调速器53. Flywheel 轮盘54. Five- bar linkage 五杆机构55. Six-bar linkage 六杆机构56. Four-bar linkage 四杆机构57. Planar motion 平面运动58. Spatial motion 空间运动59. Driveshaft 传动轴60. Pitman Arm 驱动臂61. Eccentric 扔率轮62. Power Transmission 传动63. Parallel Motion 平行运动64. Point of Action 作用点65. Return Spring 回弹簧66. Over-center Device 过中心装置67. Film Lubrication 薄膜润滑68. Hydrodynamic Lubrication 流体动力润滑69. Hydrostatic Lubrication 静液润滑70. Elastohydrodynamic Lubrication 弹道液体动力润滑71. Boundary Lubrication 边界润滑72. Journal Bearing 轴承73. Rolling Bearing 滚动轴承74. Sliding Bearing 滑动轴承75. Roller Bearing 滚子轴承76. Thrust Bearing 推力轴承77. Ball Bearing 球面轴承78. Angular Contact Ball Bearing 角接触球轴承79. Tapered Roller Bearing 锥面滚子轴承80. Spherical Roller Bearing 球面滚子轴承81. Needle Roller Bearing 针型滚子轴承82. Cylindrical Roller Bearing 圆柱滚子轴承83. Spherical Plain Bearing 球面铜套轴承84. Thrust Washers 推力垫圈85. O-ring 封圈86. Seal 密封件87. Coupling 联轴器88. Clutch 离合器89. Brake 制动器90. Gearbox 变速箱91. Differential Differential92. Transmission 传动系93. Gear Ratio 齿轮比94. Worm and Worm Gear 小齿轮和大齿轮95. Rack and Pinion 齿条和小齿轮96. Helical Gear 螺旋齿轮97. Bevel Gear 锥齿轮98. Spiral Bevel Gear 螺旋锥齿轮99. Planetary Gear 行星齿轮100. Spline 长键101. Key 键102. Locking Device 锁紧装置103. Lubrication System 润滑系统104. Hydraulic System 液压系统105. Pneumatic System 气动系统106. Material Material108. Tensile Stress 张应力109. Shear Stress 剪应力110. Bending Stress 弯曲应力111. Balancing 平衡112. Dynamic Balancing 动平衡113. Static Balancing 静平衡114. Staybolt 支柱115. Nuts and Bolts 螺母和螺栓116. Threaded Fasteners 螺纹连接件117. Threaded Joint 螺纹连接118. Rivet 铆钉119. Welding 焊接120. Adhesive Bonding 粘接121. Surface Finish 表面精度122. Surface Coating 表面涂层123. Corrosion 腐蚀124. Wear 磨损125. Fatigue 疲劳126. Creep 羊毛现象127. Material Selection 材料选择128. Material Properties 材料性能129. Hardness 硬度。
ConTech Lighting VC FM 或 LSM HSM 系列 E26 古典 RLM 悬挂或
Flush or Stem Mount LuminairesThe important safeguards and instructions in this manual are not meant to cover all possible conditions and situations that may occur.Note: Before attempting installation please refer to your local electrical code.Refer to product label markings for environmental location (indoor and/or outdoor use).•Read all the instructions before installation. SAVE THESE INSTRUCTIONS FOR LATER USE.•Product should be installed by a Qualified Electrician.•All electrical connections must be in accordance with local and National Electrical Code (NEC) standards. If you are unfamiliar with proper electrical wiring connections, obtain the services of a qualified electrician.•Before starting the installation, make sure all electricity has been turned off and electrical breaker has been locked out and tagged out. Turning the power off at the light switch is not sufficient to prevent electrical shock.•Product must be grounded to avoid potential electric shock and any other potential hazards.•Product must be mounted in locations and at heights and in a manner consistent with its intended use, and in compliance with National Electrical Code and local codes. Use of accessory equipment is not recommended.•Do not mount near gas or electric heaters.•Equipment should be mounted in locations and at heights where it will not readily be subject to tampering by unauthorized personnel.•WARNING: RISK OF SHOCK−Turn off the power at fuse or circuit breaker box before installation or maintenance work.−Wear rubber soled shoes and work on a sturdy wooden or non-conductive ladder.−Ground the fixture to avoid potential electric shocks and to ensure reliable starting.−Double check all connections, making sure they are tight and correct.•WARNING: RISK OF FIRE−Most dwellings built before 1985 have supply wire rated at 60°C −Supply conductors (power wires) connecting the fixture must be rated at minimum of 90°C−Consult a qualified electrician before installation•Installing contrary to instructions may cause unsafe conditions.•If the product has any visible damage do not install it.•To avoid hazards to children, account for all parts and properly dispose of all packing materials.•Call the Technical Support department at ConTech Lighting with any installation questions: 847.559.5500.IMPORTANT SAFETY INSTRUCTIONS:SUPPLY LISTPREPARATIONPARTS LIST:•Shade Assembly •Gasket•Flange o r Sloped Ceiling Adapter •6, 12, 24 or 36 Inch Stem•1/8 Inch Allen Wrench/Hex Key (FM and LSM Series only)TOOLS REQUIRED:•Adjustable Pliers •Phillips ScrewdriverOPTIONAL SUPPLIES:•RTV Sealant and Teflon™ Tape for Outdoor ApplicationsNOTE: Flush Mount and Fixed Stem Mount configurations are rated for Wet Location (Covered Ceiling only)Sloped Ceiling Mount configuration is rated ONLY for Dry or Damp LocationsCONTINUEDFlush or Stem Mount LuminairesThe important safeguards and instructions in this manual are not meant to cover all possible conditions and situations that may occur.Note: Before attempting installation please refer to your local electrical code.Refer to product label markings for environmental location (indoor and/or outdoor use).• Ensure E26 Lamp Base Assembly is securely applied to Shade; tighten upper Shade Nut if necessary • Route Wires through Stem• Apply Teflon Tape to threaded end of Stem • Screw threaded end of Stem to Shade Nut• Screw opposite threaded end to Flange Adapter and tighten Set Screws (FIGURE 1) or Sloped Ceiling Adapter (FIGURE 2)• Attach Black Line/Hot Wire to Black Wire, White Neutral Wire to White Wire and Green Ground Wire to Green Wire with Wire Nuts• Attach Stem Assembly with Flange Adapter (FIGURE 1) or Sloped Ceiling Adapter (FIGURE 2) to Junction Box• Apply power to Luminaire and test for operation• Wet Location/Outdoor installations require RTV Sealant around the perimeter of the Flange Adapter (FIGURE 3), and need to be installed on covered ceilings only; Sloped Ceiling configuration is only rated for Dry or Damp locations.INSTALLATION3-1/2 Inch center-to-centerdistance for Mounting Holes in Flange Adaptor and CoverJunction BoxAdapter PlateFIGURE 1Flush Mount andFixed Stem Mount ConfigurationsFIGURE 2Sloped Ceiling Configurationaround Perimeter。
汽车机械英语词汇翻译(12)_交通运输英语词汇
车长 vehicle length车宽 vehicle width车高 vehicle height轴距 wheel base轮距 track前轮距 track front后轮距 track rear双胎间距 space between twin wheels前悬 front overhang后悬 rear overhang离地间隙 ground clearance纵向通过角 ramp angle接近角 approach angle离出角 departure angle车架高度 height of chassis above ground驾驶室后车架最大可用长度 maximum usable length of chassis behind cab车身长度 body work length车厢内部最大尺寸 maximum internal dimension of body货厢内长 loading space length货厢有效长度 loading length货厢内宽 loading space width货厢有效内宽 loading width货厢内高 loading space height货厢有效内高 loading height货台高度 loading surface height车架自由长度 frame free length栏板内高 inside board hegiht货厢容积 loading surface门高 door height门宽 door width车架有效长度 chassis frame useful length货厢全长 body length牵引杆长 drawbar length牵引装置的位置 position of towing attachment牵引装置的悬伸 overhang of towing atachment牵引装置的高度 heigth of towing attachment牵引装置牵距 distance of towing attachment牵引座前置距 fifth wheel lead长度计算用牵引座前置距fifth wheel lead for calculation of length质量分配用牵引座前置距fith wheel lead for calculation of mass distribution牵引座结合面高度 height of coupling face牵引装置至车辆前端的距离distance between towing device and front end of towing vehicle牵引叉销至车辆前端的距离distance between jaw and front end of towing vehicle半挂车间隙半径 rear tractor clearance radius of semi-trailer 半挂车前回转半径 front fitting radius of semi trailer车轮垂直行程 vertical clearance of wheel车轮提升高度 lift of wheel转弯半径 turning circle静止半径 static radius碰撞 collision (crash,impact)正碰撞 frontal collision (frontal impact)侧碰撞 side collision (side impact)后碰撞 rear collision (rear impact)擦碰撞 sidewipe collision碰撞方向 collision direction碰撞角度 collision angle倾斜的 oblique (tilt)成角度的 angled纵向的 longitudinal垂直的 perpendicular对中 centered偏置 offset重叠 overlap碰撞轴线排列 collision axis alignment纯正撞 pure frontal impact碰撞位置 impact location碰撞角度 impact angle主要力 principal force主要力方向 direction of principal force (pdof) 交通事故 traffic accident事故原因 accident cause单原因事故 single event accident多原因事故 multiple event accident单车事故 single vehicle accident多车事故 multi vehicle accident死亡和重伤事故 fatal and seevere accidenet 折头 jack-knife翻车 rollover火灾 fire驶离道路 run off the roadway变形 deformation撞车地点 crash site试验场 proving ground试验场地 testing site撞车模拟装置 crash simulation test set-up汽车模拟碰撞滑车试验装置 auto crash simulation test sled 壁障 barrier胶合板 plywood五轮仪法 fifth wheel method第五轮仪 fifth wheel method光电屏障 photoelectric barrier发射器 transmitter接受器 receiver传感器 sensor振荡器 oscillator数字计时器 digital chronometer电磁束栏障 eelctromagnetic beam barrier单轴加速度计 uniaxial accelerometer三轴加速度计 triaxial accelerometer速度测量典型方法 typical methods of velocity measurement 多普勒效应法 doppler effect method运动波 wave in motion视在频率 apparent frequency发射波频率 emitted frequency环境介质 ambient medium电磁波 electromagnetic vaves超短波(厘米波) centimetric waves微波 micrometirc waves激光 laser模拟/数字( a/d)转换器 analog/digital converter (a/d converter)模拟磁带记录器 analogue magnetic recorder数字式磁带记录器 digital magnetic recorder纸带记录器 paper tape recorder数据处理 data processing滤波 filtering数字化 digitalisation取样频率 sampling frequencies幅值分辨率 amplitude resolution光学数据通道 optical data channel失真指数 distortion index分析系统 analysis system扫描时基系统 time-base ssytem显象率 imaging rate试验标靶 test target电影摄影法 cinematographic procedure 高速电影摄影 high speed cinematorgrphy 高速摄影机 high speed camera胶片分析仪 film analysis system胶片颗粒 grain of the film摄影机 camera长焦距镜头 long focal lengh lenses摄像标志 photographic marks车载摄像机 on-board camera假人 dummy混合型假人 hybrid dummy仿真度 biofidelity hyge滑车架 hyge sled fixture滑车 sled座椅 deceleration sled刚性座椅 rigid seat座椅调节器 seat adjuster上部躯体 upper torso骨盆 pelvis臀部 hip带约束系统 belt restraint ssytem斜挎肩带 shoulder belt (diagonal belt)。
Oracle Cloud HCM 薪资管理说明书
Oracle CompensationIncreasing flexible work patterns have caused HR and managers to rethink how they manage and compensate their employees. Oracle Compensation delivers a complete compensation solution that supports compliance, promotesfairness, and helps attract and retain top talent. Part of Oracle Cloud HCM, it uses real-time data to create, model, and manage compensation plans based on unique requirements.Manage compensation globally or locallyGlobal or local compensation allocation: Give managers the ability to allocate compensation for their teams regardless of where they are located, including workers located in multiple countries with multiple currencies. They can manage salary on its own or include bonus, stock, and long-term incentives in one worksheet.Compensation approvals: Structure the compensation approval hierarchy to match your unique requirements. At each approval level the manager can review the lower-level decisions and make changes as necessary before submitting further up the hierarchy.Standard components of salary: Empower managers to allocate awards for employees with differing components of salary by simply entering the final award and letting the application calculate the new components.Real-time employee data: Include and sync relevant, up-to-date Oracle Core HR data when modeling and distributing compensation plans.Embedded analytics: Provide embedded analytics for immediate comparisons to pay history and other industry standard markers like comp-ratio and position-in-range.Adhere to company guidelines and compensation strategyConfiguration controls: Design and control the configurations of all plans including the design of worksheets, components, eligibility rules, budgets, targets, hierarchies, and a variety of other options.Allocation guidelines: Set allocation guidelines at an individual level with target amounts that can be calculated based on one or more criteria, such as job, grade, length of service, performance rating, location, comp-ratio, market data or other external data. Key featuresConfigurable compensation plans for manages to allocateawardsManager collaboration across the organization with matrixhierarchiesOne compensation landing page for managers to access alltheir plansOne compensation worksheet to manage global teamsWorksheets that can befiltered using multiple criteriaPay discrimination analysisIndividual compensation plans for employees to claim eligible allowances andreimbursementsIndividual compensation plans for managers and HR adminsto award a spot bonus or highvalue allowances to eligibleemployeesManager decision support through notifications andalertsBudgets allocated at worker level or manager levelManagers can download plan worksheets for off-lineworking and uploading backBuilt-in analyticsAutomatic calculations of different components of payfor each employeeAlerts: Warn or prevent managers with alerts that appear when allocations are out-of-policy to adhere to organizational policies and remove the need to make corrections later.Compensate based on unique requirementsEmployee performance management measures: Incorporate employee performance management measures from Oracle Performance Management to calculate individual target awards and budget modelling.Market data: Import and display market data for jobs and positions for an employee in the worksheet. Market data can be used without any location variations for organizations. For example, organizations can use imported market data when structuring compensation when paying for what “the job’s worth”, regardless of location.Individual Compensation: Create individual compensation plans with eligibility, documents upload, and approvals. As a result, employees can claim various configured allowances, such as child school allowance or reimbursements for tuition and managers and HR admins can award high value allowances and spot bonuses for eligible recipients.Remain agile when implementing your compensation strategyCompensation plan design: Quickly create plans and model different scenarios for budgets and allocations. The worksheet layout can be adjusted by managers to display the most relevant information when making decisions.Worker-level budget modeling: Use the ‘bottom-up’ method to calculate and model target amounts to all employees based on various criteria in the plan and roll them up to see what the total budget would be.Manager-level modeling: Use the ‘top down’ method where a manager distributes flat amounts to their directs or all the managers in their hierarchy organization.Eligibility plans: Create eligibility for an employee for a plan based on any number of criteria from Oracle Core HR data, such as age, grade, division, and length of service.Communicate total rewardsCompensation letters: Design and distribute branded compensation letters at the end of a compensation cycle to managers for them to share the new information with employees.Total Compensation Statement: Communicate the value of the complete compensation package to employees through Total Compensation Statements. Compensation Real-time modelling forbudgets, targets and allocations based on current dataImported and displayedmarket data for both jobs andpositionsGrade step progressionCompensation statementsTotal CompensationStatementsadministrators can configure multiple versions of these statements to display allearnings, equity awards, benefits, savings and retirement plans, and anything else ofvalue to the employee, such as gym memberships, parking, commuter allowances, andmeal cards.Connect with usCall +1.800.ORACLE1 or visit . Outside North America, find your local office at: /contact. /oracle /oracleCopyright © 2020, Oracle and/or its affiliates. All rights reserved. This document is provided for information purposes only, and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document, and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.Disclaimer: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, timing, and pricing of any features or functionality described in this document may change andremains at the sole discretion of Oracle Corporation.。
地铁车辆专业名词中英文对照
地铁车辆专业名词中英文对照车辆专业英语单词序号英文中文备注序号英文中文备注 1 Metro(the metropolitan 地下铁道 22 Slide 滑动railway)2 Cab 司机室 23 Gangway 过道 3 Coupler 车钩、联轴节 24 Fiberglass 玻璃纤维(钢板) 4 Tare 皮重 25 Longitudinally 纵长(轴向)地 5 Tare weight 空车自重 26 Ample 充分的 6 Pantograph 受电弓 27 Accommodation 容纳、座位 7 Compressor 压缩机 28 Bogie 转向架 8 Air compressor 空压机 29 Windshield 风档,挡风玻璃 9 Extrusion 挤压 30 Wiper 刮雨器、刮水器 10 Profile 型材31 Suspension 悬挂 11 Comprise 包括,由组成 32 Ventilation 通风 12 Traction 牵引 33 Compatibility 相容型,兼容性 13 Inverter 逆变器 34 Interference 干涉,干扰 14 Phase 相 35 Pulsat 脉动,脉冲 15 Incorporate 包含有,安装有 36 disturbance 干扰,破坏 16 Windscreen 风挡,挡风玻璃 37 Negative 否定的,反对的 17 Socket 插座,插口 38 Electrodynamic 电动的 18 Outlet 出口,电源 39 Steplessly 无级的 19 Socket outlet 电气插座 40 Overhead 架空的,上面的 20 Condenser 冷凝器 41 Surplus 过剩,剩下 21 Evaporator 蒸发器 42 dissipate 使消失,驱散143 Pad 垫,衬垫 68 Insulation 绝缘 44 Caliper 卡钳,测径器 69 Thermal 热的,热量的 45 Simultaneously 同时发生地 70 Thermally 热地,用热的方法 46 Diagnostic 诊断的 71 Acoustically 听觉上,声学上 47 Standstill 停止,停顿,静止 72 Insolation 暴晒 48 Rigidity 刚度,刚硬 73Mat 垫子 49 Whilst 与同时 74 Melamine 密胺 50 Beam 梁,横梁 75 Foam 泡沫51 Hollow 空心的 76 Optimize 使最优化 52 Brace 支柱,支架,支撑 77 Spray 喷雾,喷射 53 Reinforce 加强,增援 78 Heavy--duty 重型的 54 Apparatus 装置,设备,仪器 79 Bond 粘接 55 Jack (用千斤顶)顶起 80 Logo(Logotype) 标识56 Lift 举起,吊,抬 81 Ramp 斜坡,坡道 57 Rescue 救援 82 Escape 出口,逃跑 58 Haul 拖,牵引,搬运 83 Escape ramp 疏散门(梯) 59 Multiple 复合的,多样的 84 Mask 面罩,防护罩 60 Depot 仓库,车站,段 85 Strip 带(状物),条 61 Girder 梁, 86 Agate 玛瑙 62 Cross girder 横梁 87 Agate grey 玛瑙灰 63 Anti--climber 防攀爬器 88 Disperse 使…分散,分配 64 Handhold 扶手 89 Compatible 兼容的,相容的 65 Loop 环,圈 90 Cast 铸(造,件,型) 66 Recess 凹口 91 Cast steel 铸钢 67 Access 接近,入口 92 Glaze 装(配)玻璃于2序号英文中文备注序号英文中文备注 93 Pane 窗格玻璃 117 Cut--out 开口,切口 94 Circumference 四周,周围 118 Coil 线圈 95 Configure 使成形,使具体化 119 Integral 组成(的) 96 Portion 部分 120 Approximately 大约,近似地 97 Neoprene 氯丁橡胶 121 Handrail 扶手,拦杆 98 Catch 门扣 122 Belt 带子 99 Retain 支(夹)持,保留有 123 Pulley 滑轮 100 Laminate 分层,薄板状的 124 Latch 闭锁,门插销 101 Multi--layer 多层 125 Pneumatically 靠压缩空气,由空气 102 Plastic 塑料的 126 Biparting 双扇(对开)的门 103 Impact 碰撞,冲击 127 Aluminium 铝 104 Demist 除(去) 雾 128 Sandwich 夹入中间,夹心面包 105 Defrost 除(去)霜 129 Labyrinth 迷宫 106 Foil 薄膜 130 Manually 用手(工),手动地 107 Transparent 透明的 131 Inhibit 防止,限制108 Oxide 氧化物(的0 133 Wrench 扳手 109 Rotary 旋转(式)的 134 Compartment 车厢 110 Hinge 铰链,铰接 135 Indicate 指示,显示 111 Track 轨道 136 Externally 外部(地) 112 Unlatch 拉开….的插栓,未栓上 137 Crew 乘务员 113 Evacute 清除,疏散 138 Platform 平台,月台 114 Initiate 发(起,启)动 139 Via 经,通过,经由 115 Vertical 垂直的 140 Interior 内部的 116 Partition 隔板 141 Exterior 外部的3序号英文中文备注序号英文中文备注 142 tint 色彩,色调 166 Vertical 垂直的 143 Collapsible 可伸缩的,可拆卸的 167 Horizontal 水平的144 Permanent 永久的 168 Curve 曲线 145 Accomplish 完成,达到,实现 169 Rotational 旋转的,转动的 146 Uncouple 解开,分开 170 Screw 螺丝钉,螺旋147 Perform 执行,完成 171 Allow 允许 148 Remote 遥远的 172 Even 均匀的,平均的 149 Remote control 遥控 173 Distribution 分配,发送 150 Separation 分离,分开 174 Restrictive 限制,限定 151 Cock 阀,开关 175 Cope 应付,处理 152 Cut off cock 截止阀 176 Tight 密封的,紧密的 153 Hose 软管 177 Tightness 坚固,紧密 154 Isolate 使隔离,使绝缘 178 Ingress 进入,侵入 155 Reservoir 储存器,储气缸 179 Efficient 效率高的156 Retract 缩回(进),收缩 180 Reduction 减少,缩小 157 Moisture 潮湿,湿气 181 Requirement 需求,要求 158 Actuate 操纵,开(驱)动 182 Significant 有意义的,重大要的 159 Wrench 扳手, 183 Protrusion 突出物160 Spanner 扳手 184 Structure 结构 161 Unintended 无意识的 185 Assembly 组合,装配,安装 162 Detachable 可分离的,可拆卸的 186 Comprise 包括,由组成 163 Muff 套筒,套管 187 Bellow (褶式)风扇 164 Slack 松(动)的 188 Inner 内部的 165 Negotiate 克服,通过,越过 189 Frame 框架,构架4序号英文中文备注序号英文中文备注 190 Element 零(元)件 214 Necessity 必然(性,的事),必要 191 Seal 密封 215 Supplementary 补充(加,足)的 192 Diaphragm 隔膜,薄膜,膜 216 Primary 第一位的,主要的 193 Fairing 挡板 217 Primary suspension 一系悬挂 194 Applicable 有利的,合适的 218 Secondary 第二的 195 Prevention 防止,阻止 219 Adjustment 调节(整) 196 Corrosion 腐蚀 220 Automatic 自动的 197 Alter 改变,变更 221 Valve 阀(门) 198 Approval 同意,认可,批准 222 Pneumatic 气动的 199 Engage 连接,接合223 Shock 震动,振动 200 Corrugate 波纹的,波形的 224 Absorber 减震器,缓冲器 201 Trailer 拖车 225 Shock absorber 减震器 202 Trailer bogie 拖车转向架 226 Lateral 横向的 203 Motor bogie 动车转向架 227 Buffer 缓冲器,(止档) 204 Whilst 当的时候 228 Transmit 传送 205 Identical 相同的,同一的 229 Propulsion 驱动,推动 206 Interchangeable 可互换(交换)的 230 Brake 制动(器),刹车 207 Suspension 悬挂 231 Block brake 闸瓦 208 Wheelset 轮对 232 Parking brake 停放制动 209 Chevron 人字形(的标识) 233 Swivel 旋转,转向210 Chevron spring 人字簧 234 pivot 轴销 211 Inherent 内在(含)的 235 Center pivot 中心销 212 Damp Damper 阻尼阻尼器 236 Consist(of) 由组成213 Avoid 避免 237 Dynamic 动力的,动态的5序号英文中文备注序号英文中文备注 238 Additionally 另外,加之,又 262 Cylinder 气缸,圆柱(体) 239 Actuation 驱动,启动 263 Counter 形,反向名:计算器 240 Antenna 天线 263 Tension 拉伸,张开 241 Axle (轮,车)轴265 Piston 活塞 242 Axle rod 轴杆 266 Retract 收缩,缩回 243 Torsion 扭力(矩) 267 Release 释放,解开 244 Torsion bar (抗侧滚)扭杆 268 Failure 故障,失败 245 Generator 传感器,发动机 269 Pedal 踏板,脚踏 246 Linkage 联动装置,连接(结) 270 Pump 泵,抽水机 247 gear 齿轮 271 Carbon 碳 248 Mount 安装 272 Strut 支撑,支柱 249 Actuator 操作机构 273 Flexible 弹性的,挠性的250 Voltage 电压 274 Feed 供电,反馈 251 Surge 电涌 275 Battery 蓄电池252 Arrester 避雷器,放电器 276 Charge 充电 253 Surge arrestor 避雷器,电涌吸收器 277 Loop 环,圈 254 Breaker 断路器 278 Fuse 保险丝,熔丝 255 Impermissible 未允许的,未许可的 279 Interlock 联锁,连接 256 Conductor 导体 280 Contactor 接触器 257 Execute 实行,实现 281 Panto=Pantograph 受电弓 258 Separate 分离(开) 282 Energize 使通电,得电 259 Resistor 电阻(器) 283 Excess 超过,过量 260 Reduce 减少(小) 284 Bi-directcoinal 双向 261 Socket 插座,插口 285 Electromagnetic 电磁的6序号英文中文备注序号英文中文备注 286 Respond 响应,回答 310 Compact 紧凑的,小型的 287 Suppress 消(排)除,压制 311 PWM=pulse width 脉冲宽度调制 288 Arc 弧 312 modulation 289 Duration 期间,时间,周期 313 Rack 架,机架 290 Coupling 联轴节 314 Utilize 利用,使用 291 Phase 相315 Microprocessor 微处理器 292 Transmit 传送 316 Status 状态,情况 293 transform 变换,转换 317 Co-processor 协同处理器 294 Analogous 相对应的,相似的 318 Hierarchic 分组的,分层的 295 Torque 扭(转)矩 319 Distribution 配置,分配 296 Toothed-gear-type 齿(轮)式 320 Bit 位 297 Shaft 轴 321 Critical 临界 298 Correspond 相应的 322 Time critical 实时299 Convert 转换,转化 323 Autonomous 自治的 300 Overhead 架空的,在头上的 324 Slave 从属,受控制 301 Container 箱,容器 325 Modulation 调幅,调制,调节 302 Traction container 牵引箱 326 Angle 角 303 Fan 风机,风扇327 Firing angle 导通角 304 Implement 供给器具,执行 328 Frequency 频率305 Independent 独立的,无关的 329 Parameter 参数 306 Filter 过滤器 330 Pulse 脉冲 307 Monitor 监视器 331 gating 开启,开门(闸) 308 SIBAS= Siemens 西门子铁路自动系统 332 Transfer 传送,转移 309 RailwayAutomation System 333 GTO=gate turn off 门极7序号英文中文备注序号英文中文备注 334 Module 模块 358 Chopper 斩波器 335 Amplifier 放大,扩大 359 Sine 正弦 336 Check--back 校验返回(信号) 360 Parallel 平行的,并联的 337 Identify 识别,鉴(确)定 361 Interaction 相互作用 338 Software 软件 362 On-board 车载的,在车上 339 Sensor 传感器 363 Relay 继电器 340 Exceed 超过,越过 364 Nickel 镍 341 Respective 各自的 365 Cadmium 镉 342 DBU 静止(辅助)逆变器 366 electrode 电极 343 Serise 系列,串联 367 Cell 单室,单格 344 Bipolar 双极,两极的368 Trough 槽,盆,长而浅容器 345 Active 有源的(积极的) 369 Tread 车轮踏面 346 Resonance 谐振,共振 370 Passive 无源的,被动的 347 Capacitor 电容器 371 Block 块,片 348 Choke 阻止,电抗器 372 Brake block 闸瓦,刹车(制动) 349 Suppression 抑制,制止 373 Adhesion 粘着(力),粘合 350 Line--bound 线网 374 Revocable 可恢复的,可撤消 351 Perturbation 扰动,干扰375 Contrary 相反的,对立的 352 Aside 在旁边 376 Notch 槽(凹)口 353 Aside from 除以外 377 Irrevocable 不可恢复的, 354 Thyristor 晶闸管 378 Standstill 停,停顿 355 Neutral 中性的 379 Redundancy 多余 356 Neutral conductor 中性导线 380 Interchange 互换,交换 357 Step--up 升高(电压) 381 Match 与相适应,相配8序号英文中文备注序号英文中文备注 382 Jerk 冲击,猛拉,跳动406 Guarantee 保证(书,人) 383 Energize 给与能量,引起, 407 Adjust 调整(节) 384 De--energize 切断,断开,去能 408 Feature 性能,特点 385 Call for 要求,需要 409 Angular (有,成)角度的 386 Interrupt 中断,断开 410 Hydraulic 液压的,水压的 387 In turn 依次,轮流 411 Horn 号角,喇叭 388 Take up 占据 412 Throttle 节流阀 389 Flap 挡板 413 Regulation 调整(节) 390 Visor 遮阳光板 414 Cut---out 截止,切(截)下 391 Wiper 刮水器,雨刷,擦器 415 Cock 阀门 392 Holder 夹具,托架,架持器 416 Duct 风道 393 Timetable 时间表 417 Distribution 分配,分派 394 Fibre(fiber)--glass 玻璃纤维 418 Compact 密集,紧凑 395 Console 操作台,控制台 419 Entire 整个的,完全的 396 Terminal 末端的,端子,接头 420 Segment (分割的)部分,段397 Sleeve 套管,袖子,接头 421 Diffuser 扩散器 398 Blade 刀片,叶片 422 Grating 格栅,栅栏 399 Bundle 包,捆,扎 423 Condense 冷凝,凝结 400 Strap 带 424 Condenser 冷凝器 401 Bolt 螺栓,螺钉用螺栓固定 425 Refrigerant 致冷剂,冷冻剂 402 Non—operating desk 副驾驶台 426 Refrigeraion 致冷,冷冻 403 Stainless 不锈的 427 Saturation 饱和 404 Honeycomb 蜂窝 428 Evaporate 蒸发 405 Ergonomically 人类工程学的 429 Evaporator 蒸发器9序号英文中文备注序号英文中文备注 430 Mixture 混合物 454Inhibit 限(防,阻)止 431 Suck 吸(入) 455 Precondition 前提,先决条件 432 Filter 过滤器 456 Tail 尾,尾部 433 Mat (栅,钢筋)网,垫子 457 Represent 代表,表示 434 Re--circulation (再,重复)循环 458 Chapter (书籍)章 435 Fine 精细的 459 Intensity 强度 436 Evaporation 蒸发(作用,过程) 460Respectively 分别(地,为) 437 Lighting 照明(设备) 461 Entitle 命名,叫做438 Row (一)排,(一)行 462 Acrylic 聚丙烯的 439 Fluorescent (发)荧光的463 Cord 带,线 440 Fitting 装(设)备,装配 464 Bodywork 车身制造 441 Ballast 镇流器 465 Bond 粘接 442 Instrument 装置,设备,仪器 466 Diagnostic 诊断的,诊断 443 Indicator 指示器 467 Address 致词,演说 445 Blind 幕,屏风,防护板 468 Publicaddresssystem 有线广播系统 446 Cove 凹口 469 Onwards 向前,前进 447 Destination 目的地 470 From M onwards 从M(算)起 448 Illuminate 照,点亮 471 CCU=CentralControlUnit 中央控制单元449 Warn 警告 472 Maintenances 维修 450 Buzzer 蜂鸣器 473 Simplify 简化451 Flash (使)闪光 474 Troubleshoot 查找(检查)故障 452 Procedure 程序475 Visualize 目测(视) 453 Corresponding 相应的 476 Traffic 交通10序号英文中文备注序号英文中文备注 477 Super visor 监督员,管理人员 500 Synchronize 使同步,同时发生 478 Vice Versa 反之亦然 501 Malfunction 不正常的,故障 479 Microphone 扩音器,麦克风,话筒 502 Intake 进水,进气 480 Acoustic 有声的,声学的,听觉 503 Resiliently 有弹性的的481 Audio 声(音)频的 504 Desiccant 除湿的,干燥的 482 DIAS 数字式广播系统 505 Duty cycle 工作同期,负载同期 483 Digital 数字式的 506 Splash 溅,喷 484 Announcement 广播,播音,通知 507 Iubricate 加润滑油,注油485 Broadcast 无线路电,电视)广播 508 Viscous 粘(性,稠)的 486 Chassis 基座,底架,机架 509 Ambient 周围的,环境的 487 Amplifier 放大器 510 Outlet (输)出口,输出端 488 Loudspeaker 扩音(扬音器,喇叭) 511Configuration 构造,结构 489 Altenate 交流,交替,更替 512 Simultaneously 同时 490 Volume 音量,体积 513 Clutch 离合器 491 Regulation 调节(整) 514 Jam 卡,堵 492 Cassette 盒式录音(像)带 515 Twig 细枝,枝条 493 Dimension 量(定,标出)尺寸 516 Durable 牢固的,耐久的 494 Encode 编码 517 Flange 法兰(盘)凸缘 495 Shatter 档板,盖板 518 Integrate 集成,使一体化 496 Swing 摆(振)动 519 Optimum 最佳的,最优的 497 Register 注册,登记 520 Vibration 振动 498 Optical 光学的,视觉的 521 Hose 软管 499 Logic 逻辑的 522 Bar 巴(气压单位)11序号英文中文备注序号英文中文备注 523 Humidity 潮湿,湿度 524 Essentially 基本的,必须的 525 Chamber 空,腔,箱,盒 526 Adsorptive 吸附 527 Regeneration 再生,更新 528 Piston 活塞 529 Exhaust 排出(气),排放 530 Silencer 消声器 531 Thermostat 定温器,恒温器 532 Liter 升 533 Drain 排水,排气,排放 534 Bracket 支架,托架 535 Fasten 固定,加固12序号英文中文备注序号英文中文备注13序号英文中文备注序号英文中文备注14序号英文中文备注序号英文中文备注1516。
汽车机械英语词汇翻译(9)
汽车机械英语词汇翻译(9)light beam 直接光线direct light ray 反射光线reflected light rays 散射光diffused light 光通量light lux 中性滤波仪neutral optical filter 烟度计物理反应时间physical response time of opacimeter 电气响应时间electrical response time 倍频程octave 热时常数thermal time-constant 烟柱smoke column 标定用遮光片calibrating screen 示踪气体tracer gas 扫气scavenge air 冷却装置cooling device 膨涨箱expansion tank 暗度刻度obscuration scale 光学试验台optical bench 热电偶thermocouple 气密性gas tightness 阻尼室dampling chamber 烟度计smokemeter 光学式烟度计optical smokemeter 不透光式烟度计smoke opacimeter 比尔-朗伯定律beer-lambert law 不透光度opacity (lgiht obscuration )(N) 透光度transmittance(t) 光吸收系数coefficient of light absorption (k) 光通道有效长度effective optical path length(L) 滤纸式烟度计filter type smokemeter 有效长度effective length 抽气量swept volume 滤纸有效面积effective filter area 死区容积dead volume 烟度单位smoke unit(index) 滤纸式烟度单位filter smoke number (FSN) 内装式烟度计built-in (in-line)smokemeter 外装式烟度计mounted(end-of line) smokemeter 全流式烟度计full-flow smokemeter 部分流式烟度计part-flow smokemeter 取样探头probe 排气收集系统exhaust gas collection equipment 稀释空气样气收集袋sample collection bag for dilution air 稀释空气取样探头sample probe for dilution air 稀释排气混合气收集袋sample collection bag for dilute exhaust mixture 取样方法和设备sampling method and device 全流取样法full flow sampling 部分流取样法partial flow sampling 定容取样法constant volume sampling (CVS) 全量袋式取样法total bag sampling 比例取样法proportional smapling 直接取样法direct sampling method 动态或连续取样法dynamic or continuous sampling 容积式泵positive displacement pump 临界流量文杜里管critical flow venturi 稀释系数dilution factor 稀释用空气dilution air 稀释排气diluted exhaust 稀释风道dilution ratio 取样探管dilution tunnel 取样袋sampling bag 逆向清洗back flush 试验方法和限值testing method and limits 试验循环test cycle 行驶循环driving cycle 工况mode 行驶监视仪driver aid 中间转速intermediate speed 加权系数weighting coefficient 美国烟排放物试验循环US EPA smoke emission test cycle 全负荷法full load method 自由加速法free acceleraton method 加载减速法lug down method 稳定单速法single steady speed method 道路试验法road test method 滑行法coastdown 密闭室测定蒸发排放物法(SHED)sealed housing ofr evaporative emission determination (SHED) 运转损失running losses 热浸损失hot soak losses 昼间换气损失diurnal breathing losses 美国LA-4C法USEQP A-4CH test procedure 美国LA-4CH法US EPA 4CH test procedure 美国九工况法US EPA 9 -mode test cycle 美国十三工况法US EPA 13-mde test cycle 美国重型柴油机瞬态法US EPA heavy duty diesel engine transient test cycle 日本四工况法Japanese 4-mode test cycle 日本十工况法Japanese 10/11-mode test cycle 日本六工况法Japanese 6-mode test cycle 欧洲ECE十五工况法ECE 15-mode test cycle 排放限值emission limits 怠速排放限值idle speed emission limits 浓度排放限值emission concentration limits 质量排放限值mass rate of emission limits 净化purifying 净化率purifying rate 在用车in-use vehicle 无铅汽油unleaded gasoline 劣化系数(DF)deterioration factor(DF) 车辆类型vehicle type 道路车辆road vehicle 商用车辆commercial vehicle 机动车辆motor vehicle 电动车辆electric vehicle 摩托车motorcycle 轻便摩托车moped 轿车passenger car 微型轿车minicar 普通级轿车subcompact car 中级轿车compact car 中高级轿车intermediate car 高级轿车limousine (pullman saloon) 活顶轿车convertible saloon 旅行轿车station wagon 短头轿车forward control passenger car 小型轿车coupe 敞蓬小轿车drop head coupe 跑车sports car 赛车racer (racing car) 单座小客车one-seater 七座小客车seven-seater 越野车off-road vehicle 轻型越野车light-off-road vehicle 中型越野车medium off-road vehicle 重型越野车heavy off -road vehicle 超重型越野车extra heavy off- road vehicle 吉普车jeep 硬顶吉普车hard top jeep 客车bus 微型客车minibus 轻型客车light bus 中型客车medium bus 大型客车large bus 客货两用小客车estate car (estate) 多用途客车multipurpose vehicle 厢式小客车closed car 出租小客车taxicar 城市客车urban bus 大客车coach 城间大客车intercity bus 长途大客车long distance coach 旅游客车sightseeing bus(touring bus) 铰接客车articulated bus 无轨客车trolley bus 双层客车double-deck bus 团体客车private coach 货车truck(lorry) 微型货车mini-truck 轻型货车light truck 中型货车medium truck 重型货车heavy truck 公路货车highway vehicle 小型货车pick-up 平板货车platform truck(flat bed truck) 通用货车general -purpose vehicle 短轴距货车short-wheel base truck 长轴距货车long-wheelbase truck 集装箱运输货车container carrier 客货两用车cargo-bus 厢式货车van 牵引汽车towing vehicle 全挂牵引汽车towing vehicle 牵杆式牵引车full-trailer towing vehicle 半挂牵引车semi-trailer towing vehicle 道路列车road train 客用道路列车passenger road train 铰接式道路列车articulated road train 双挂式道路列车double road train 混合式道路列车composite road train 天然气车辆natural gas vehicle(NGV) 压缩天然气车辆compressed natural gas vehicle 液化天然气车辆liquid petroleum gas vehicle 液化石油气车辆liquid petroleum gas vehicle 双燃料车辆duel fuel vehicle 单燃料车辆。
轨道交通专业术语中英文对照
轨道专业术语中英文对照表Centrifugal acceleration 离心加速度Centripetal acceleration 向心加速度tilting train 摆式列车singularity/singular point 奇点rail web 轨腰guard check gauge 查照间隙grip holding resistance 防滑阻力The minimum resistance to rail longitudinal slip in the fastening system 扣件系统的最小纵向防滑阻力Resistance to repeated loading 重复负荷阻力rail ends unevenness in line or surface 错牙接头Nominal track gauge 公称轨距Spring washer 弹簧垫圈Throw of switch 尖轨动程Coolant 冷冻剂冷却液High Ductility Welded Bainitic Steel Crossings 高强韧性贝氏体钢焊接辙叉Wrench 扳手Caliper 卡尺Theoretical lead distance of the turnout 道岔理论导程Acorn nut 盖形螺母Cotter pin 开口销Measurement for payment for turnouts,crossover, scissor crossover and diamond crossings will be made of the number of complete turnouts and diamond crossings supplied to the client's depot and accepted by the client。
道岔、渡线、交叉渡线和菱形渡线支付款的计量应由向业主车辆段提供的并经业主验收的完整道岔和菱形渡线的数量组成.。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Journal of Geographic Information and Decision Analysis, vol. 3, no. 1, pp. 40-56, 1999Modelling Commuter Trip Length and Duration Within GIS: Application to an O-D SurveyMarius ThériaultCentre de recherche en aménagement et en développement (CRAD), Université Laval, Sainte-Foy, Québec, G1P 7P4, CanadaMarius.Theriault@ggr.ulaval.caMarie-Hélène VandersmissenCentre de recherche en aménagement et en développement (CRAD), Université Laval, Sainte-Foy, Québec, G1P 7P4, CanadaMartin Lee-GosselinCentre de recherche en aménagement et en développement (CRAD), Université Laval, Sainte-Foy, Québec, G1P 7P4, CanadaDenis LerouxUniversité du Québec à Trois-Rivières, C.P. 500, Trois-Rivières, Québec, G9A 5H7, CanadaDenis_Leroux@uqtr.uquebec.caContents1. Introduction2. Simulation needs and issues3. Modelling and simulation procedure4. Empirical results and discussion5. ConclusionReferences ABSTRACT This paper presents a modelling and simulation procedure to evaluate optimal routes (minimising impedance costs) and to compute traveltimes for each individual trip of an OD survey database. Canadian postal codes provide accurate locations within street blocks for each trip beginningand end point. Using TransCAD GIS software, the procedure finds the best routes through a topological road network. Each road (link in the network) is characterised by a maximal speed related to the functional class of the road, to its location in rural or urban areas, and to the distance from the nearest school. Turn and transfer penalties govern movements at the intersections. Moreover, the procedure calculates the number of persons travelling on every road (network link) to estimate a traffic map which is used to detect topological errors in the network and to estimate traffic congestion. Simulation results are totally dis-aggregated, making them suitable to model the mobility behaviour of individuals and households. They are key inputs in procedures for evaluating impact of transportation on housing markets (accessibility and traffic noise). Their availability for urban studies enables comparison of travel patterns among specific groups of persons. This procedure adds value to costly survey data that are already available in many North American cities, and enable space-time analyses of individual?s activities. The entire procedure can be run efficiently using a Pentium-based PC, even with large sample size (more than 100,000 trips). Hardware and software implementation costs are low (about 15,000 US$), making the computation tool accessible to transportation agencies and small research projects. KEYWORDS:t opological networks, optimal route modelling, origin-destination surveys, geographical information systems, transportation studies.1. IntroductionTravel time is among the most important factors that affects attractiveness of transport modes and consequent commuter travel decisions in urban areas (Makin et al. 1997). Accurate estimates and comparisons of travel paths and the duration of trips are basic requirements for planners, transportation industries, marketing businesses and social scientists. Their applications must consider aggregated effects of individual ch oices on the market penetration of public transport facilities. They need models to evaluate the foreseeable impact of new residential developments on the long term evolution of road traffic. They must improve understanding of how people choose where to live, shop and pursue leisure. The need to consider how travellers trade off costs within temporal constraints, while keeping inconvenience to the daily life of their households within acceptable limits (Arentze et al. 1993; Miller 1991).This paper presents a procedure to model commuters' travel routes and transit times using a very large data bank on commuting trips recorded in an Origin-Destination (OD) survey. Its purpose is to enhance the evaluation of mass transportation demand and to permit geographical analysis of commuters behaviour. The immediate objective is twofold. Firstly, we need to overcome methodological issues in modelling huge number of travel routes. Secondly, we want to demonstrate the feasibility and fruitfulness of integrating sophisticated simulation procedure into existing and user-friendly geographical information system (GIS). The ultimate purpose is to design efficient tools for large scale simulation.Evaluating duration of commuting trips is a basic requirement for our research program. We want to understand and model the evolution of households' mobility in relation to the geographical accessibility of activities in the Quebec metropolitan area (Canada). This mid-size city has an over-developed highway network: 21.7 km per 100,000 inhabitants.OD surveys are the main source of data about urban mobility in Canada, and elsewhere in North America. However, while these surveys yield the usual zonal matrices, they offer little o r no data on individually chosen paths, in terms of either distance or time, even though this information is indispensable for transportation planning, since trip duration and route geography are the most significant variables to consider while modelling commuters behaviour (Gordon et al. 1991).Gathering this crucial time information implies one of the following alternatives: •Questions of OD surveys may ask for trip duration or the choice of itinerary. But self-reported variables of this type are often not reliable. It seems difficult to draw clear conclusions using these data (Hanson 1995; England 1993; Gordon et al.1991).•Specialised activity surveys encompass trip scheduling of each household during long temporal intervals (generally a week). Despite its interest, this method goes to details that are not needed for our purpose. The data gathering work is too tedious when considering thousands of households. (Ben-Akiva and Bowman 1995; Doherty and Miller 1997).•Euclidean distances (from origin to destination points) are crude estimates of journey lengths. Used by many social scientists (Villeneuve and Rose 1988;Blumen and Kellerman 1990) arguing they show a close linear relation with route41length (Thomas et al. 1996), these estimates are not, however, sufficiently accurate when evaluating trip duration.•Private vehicles monitoring us ing GPS (global positioning systems) and data-loggers can track individual travel journeys with satellites. While this is a promising development, work is still in the early stages on issues of database overload and compatibility between GPS co-ordinates and geographical modelling of transportation network. For the moment, this is a costly option (Lee-Gosselin 1996).•Procedures integrating routing algorithms, GIS and behavioural criteria can be developed and later calibrated using GPS monitoring and/or activity surveys (Makin et al. 1997; Gärling and Gärling 1988; Golledge et al. 1994).2. Simulation needs and issuesThe last option, retained here, is a compromise between the calculation of Euclidean distances and the use of GPS or activity based surveys. OD data are used to estimate the most likely paths that minimise impedance costs for each commuter trip. This modelling procedure provides consistent estimates of journey duration and travelling distance using existing data. This is an absolute requirement to allow the retrospective study of the evolution of transportation within metropolitan areas.To be adopted by end-users (planners, tran sport analysts, economists, scientists), the proposed tool should be portable, user-friendly and accessible to small transportation agencies. The development of such decision support systems is one of the major challenges in the GIS community (Etches et al., 1998). They would exploit available OD data for the benefit of transportation agencies, businesses (accessibility assessment) and society as a whole (linkage among land uses and their effects on transportation).The main database used for this mobility analysis comes from the OD survey carried out by the Quebec Urban Community's public transportation corporation (STCUQ), in 1991. This survey (Table 1a) describes about 111,224 trips related to 50,808 persons (8% of the total population) living in 20,796 households. The geographical database of the road network (Table 1b and 1c) for the metropolitan area was topologically structured (Thériault et al. 1995); it contains 52,538 street segments (directional links) and 19,249 nodes.Generating 111,224 minimal cost paths to estimate travelling time and distance of each OD trip involves methodological and technical issues. Literature dealing with the shortest path calculation is well developed and efficient solutions have been put forward (Adamson and Ti ck 1991; Khoong 1993; Pearn et al. 1994). A classic solution, based on Dijkstra's algorithm, is already implemented in many GIS but requires, in the worst conditions, V2 steps (V = number of nodes) to reach a solution (Sedgewick 1990). Generating the 111,224 individual routes from the STCUQ OD survey could take 4.12 x 1013 (111,224 x 19,2492) steps. Even with a powerful computer system, that can mean days, probably weeks, of computing.On the other hand, to generate the most probable route in a network, knowing only the origin and the destination, one need to consider all possible network configurations for any transportation mode in the entire urban area: private cars, public transportation (bus routes and schedules), bicycle, pedestrian, etc. The value of expected results will mainly reflect the quality and completeness of the network database used for the42calculation and impedance specification. For the Quebec network, this means adding an impedance coefficient to each of the 52,538 road segments to reflect travelling resistance according to road type (highway or local road for instance). This also implies providing a table in the network database for the identification of prohibited turns and for penalties related to moves at intersections. Furthermore, the OD pairs must be located in space and linked to the nearest road for route computation.Table 1 OD survey and road network tables structure(a) OD Trips Origin Destination Survey Trips (111,224 records in the 1991 OD survey)Field Format Step Content (units/procedure)[software]TripId Integer OD Unique ID for each OD survey trip PersonId Integer OD Unique ID for each respondent Origin_Pcode Char*6 OD 6 digits Canadian postal code at thestarting point of the tripDestin_Pcode Char*6 OD 6 digits Canadian postal code at theending point of the tripMode Integer OD Transportation mode {car; bike ... } Purpose Integer OD Trip purpose {work; shopping ... } Expansion Integer OD Expansion factor (computed foreach municipality by respondents'age group and sex to estimate ratiosbetween census counts and the ODsurvey respondents; used to expandOD trips to the total areapopulation)Origin_Lat Real PA Latitude of the origin (degrees) Origin_Lon Real PA Longitude of the origin (degrees) Destin_Lat Real PA Latitude of the destination(degrees)Destin_Lon Real PA Longitude of the destination(degrees)Origin_Node Integer NA Road network node (excludinghighways) nearest to the originlocationDestin_Node Integer NA Road network node (excludinghighways) nearest to the destinationlocationTravel_Time Real RS Total modelled travel time by car onthe road network (minutes)Route_Length Real RS Optimal route length (kilometres)43(b) Road Links Road Network Links (52,538 records in the 1988 road network)LinkId Integer RD Unique ID for each road linkLinkDir Char*2 RD Road link direction {AB : forward; BA :backward}Road_Name Char*40 RD Street/Road nameFunctional Integer RD Functional class {street; local road; major road;regional road; national road; highway; highwayexit}Speed Integer RD Road link speed (kilometers per hour) [seeTable 3]Length Real RD Road link length (metres) [MapInfo]Time Real RD Road link travel time (minutes) [MapInfo;Length*60/Speed*1000]Start_Node Integer RD Starting node [TransCAD]End_Node Integer RD Ending node [TransCAD]Traffic_Count Integer RS Traffic count; sum of Expansion for everyindividual OD route using the road link (personstravelling on the segment during a typicalweekday)(c) Road Nodes Road Network Nodes (19,249 records in the 1988 road network)NodeId Integer RD Unique ID for each network nodeLatitude Real RD Node latitude (degrees) [TransCAD]Longitude Real RD Node longitude (degrees) [TransCAD]Functional Integer RD Maximal Road link functional class connected to thisnode {street; local road; major road; regional road;national road; highway; highway exit} [MapInfo;using geometric intersection with road links](d) Postal Codes 6-digit Canadian Postal Code Locations (23,126 records in 1991)(from Statistics Canada PCCF ; checked using Canadian Postal Corporation maps and the road network) P_Code Char*6 PC 6-digit Canadian postal codeLatitude Real PC Postal code latitude (degrees)Longitude Real PC Postal code longitude (degrees)The geographical location of OD pairs uses Canadian postal codes (Table 1d), allowing resolution to the block face level (generally < 100 metres from real position) with 23,126 postal code locations.Such geographical detail implies using GIS to manage spatial data, to update the road network, to operate the selection of the best route and to check for data correctness. To reduce processing time and to design a tool that could be run on a relatively cheap system, reasonable criteria sets and route computing procedures must be developed and/or integrated into the GIS package using their extension development languages. That is the specific purpose of this paper. We implement a modelling procedure for the Quebec region 1991 OD survey, using currently available commercial GIS packages running in conjunction with Windows 95, in order to test the feasibility of this approach with current technology and t o evaluate its operational costs (processing time and/or4445 money).3. Modelling and simulation procedureThe modelling procedure is divided into sixconsecutive steps shown in Table 2. Figure 1presents a general data processing flow chartmaking use of various software packages torelate and mutually enrich the four base tables.The first three steps are devoted to datagathering from multiple source documents.These data are often already available formany urban regions in North America andneed only to be checked for their suitabilityand correctness. For the Quebec region, it wasdecided to rebuild or check the entire databaseto deliver maximum quality (cost estimates areprovided in Table 2).Figure 1 Data processing and simulationflow chartThe first step (RD) was devoted to editing and building of a topological road network using 1:20,000-scale topographical maps (Figure 2). This accuracy level is mandatory to ensure future compatibility with GPS technology. This is a huge task that can be done using powerful GIS packages, like Arc/Info running on Unix platforms. For our project, in order to minimise equipment costs, we developed an add-on application (MapLogix) running in conjunction with MapInfo (MapInfo Corporation 1996) for Windows 95. It is now commercialised (Korem 1998). In a computerised road network, each link must contain appropriate identification and labelling of road segments (network links; Table 1-b ) and street intersections (networks nodes, Table 1-c ). Some links are unidirectional: this information was added to road segments using a custom -made tool programmed in MapBasic (MapInfo Corporation). To simulate the real world, each road segment (link) must be characterised by the speed it allows for various transportation modes (here we retain only private cars) and penalties may be specified for various movements at intersections (nodes). Adding exact information for each of the 52,538 road segments and 19,249 nodes in the network is nearly impracticable. Therefore we decided to use the functional classification of roads provided by the Quebec provincial Ministère des transports, adding three supplemental local criteria to enhance the local context?s impact on travelling speed (Table 3 and Figure 4). These criteria are compatible with legal speed limits and were implemented using MapInfo's Geo-SQL and updating capabilities. Together, they distinguish between highways, highway interchanges, rural and urban roads, and local streets with or without nearby elementary school. For the seek of simplicity, the intersection penalties were specified globally for the entire network using the appropriate option of TransCAD (Caliper Corporation 1996), the GIS software retained to model the route choices. This is not an absolute restriction, since TransCAD allows for many other methods, including site specific penalties. This set of criteria provides a realistic basis for simulation of route choices, matching the average behaviour of individuals travelling across the city (they minimise theirtravel46 time while avoiding complex paths). For the Quebec region, we do not consider road congestion, postulating that it seldom happens, due to the high density of its highway network.Figure 2 Road network modelling Table 2 Modelling procedure steps Step NameProcedure [software] (time and/or cost) RD Roadnetworkcreation Topological structuring of road links from 16 topographical 1:20,000 map sheets [MapInfo-MapLogix] ; Manual assignment of road directions, functional classes and names [MapInfo] ; Road networkcreation [TransCAD] (computer assisted procedure ; 32 weeks ;approximate cost 35,000 CAN$)PC Postal code location Assign and check latitude and longitude co-ordinates for each 6digits postal code in the region [MapInfo-MapBasic] (computerassisted procedure; 10 weeks; cost about 6,000 CAN$)OD OD survey Phone survey (computer assisted procedure involving 30 operators ;8 weeks ; cost 250,000 CAN$, including phone calls) [Access-MapInfo]PA Postal code assignmentAssign postal code location (latitude and longitude) to each ODstarting and ending points [MapInfo] (13,148 locations ; 25 minutes) NA Nearest node assignmentAssign nearest network node (excluding highway nodes) to each tripstarting and ending points [MapInfo-MapBasic] (75 minutes)RS Optimal route search Find the optimal route (minimising travel time) for each OD tripusing the road network and table 3 criteria; update the OD trips table with travel time and route length ; update the road network links withtraffic counts [TransCAD-GISDK] (722 minutes for route simulationand 9 minutes for road traffic updating)The second step (PC) improves the geocoding (providing geographical co-ordinates of the starting- and ending-points of trips). In Canada, the postal code is used to locate individuals and households in space. In urbanised areas it provides location at the block face level. Statistics Canada maintains a conversion file (PCCF) that associates geographical co-ordinates (latitude and longitude) to each 6-digit postal code. Thus, the 6-digit postal code was retained to indicate every position within the OD survey (Figure 3). However, the precision of Statistics Canada's location is insufficient and incompatible with our accurate road network. Some postal code locations were even found in the middle of the Saint-Lawrence River at hundred of meters from any land. It was then decided to check the location of every postal code in the region using maps published by the Canadian Postal Service Corporation to put them in the appropriate street block (Table 1-d).Figure 3 Location of the postal codes on the roadmapFigure 4Assignment of maximum speed to everyroad linkThe third step (OD) implies the creation of a trip information table from the OD survey. Examples of necessary information fields coming from that operation are tagged with the "OD" label in the "Step" column of Table 1-a. Remaining fields in this table are to be filled during upcoming data processing steps.The fourth step (PA) associates geographic co-ordinates coming from the postal codes location table to the starting- and ending-points of each trip (Table 1-a). This operation can be undertaken with any software that implements SQL join operations. However, GIS capabilities are needed to use latitude and longitude in order to generate point features that are needed at the next step, so it was appropriate to use MapInfo to handle this task.The next step (NA) uses these point locations to find the nearest node in order to establish a geometric link between the OD survey and the road network. Despite that TransCAD provides an automatic fun ction to handle this task, linking each point to the nearest node, it was decided to implement it in MapInfo, using a custom-tailored MapBasic program, in order to avoid increasing the complexity of the network resulting from several simulations. This program uses the buffering functions of MapInfo to select the nodes at increasing radial distance from every point, retain the nearest one and update the appropriate field of the OD trips table (Table 1-a), using its identifier. To prevent users from entering the network through an highway connector, these specific nodes were47excluded from the table before node assignment. The Geo-SQL functions of MapInfo were extremely efficient to aggregate the "Functional" field of road links (Table 1-b) in order to qualify each node using the maximum value of every connected link (Table 1-c).Table 3 Speed and turn penalty assignment criteria for modelling of private carroutes(a) Speed Criteria used to assign speed to each road link in the networkFunctionalclass Additional criteria Speed(kmperhour)Street within 150 meters from a primary school(>=100 pupils)30 Street at more than 150 meters from a primary school(>=100 pupils)50Local road in urban areas and within 150 meters from a primary school (>=100 pupils)30Local road in urban areas and at more than 150 metersfrom a primary school (>=100 pupils)50Localroadin rural areas 70Majorroadin urban areas 50Majorroadin rural areas 70Regionalroadin urban areas 70Regionalroadin rural areas 90Nationalroadin urban areas 70Nationalroadin rural areas 90HighwayexitRamps, exits, entrances, etc. 65Highway High speed divided lanes 100(b) Turn penalties Global criteria used to assign time penalties for specificmovements at each network node using TransCADMovement Timepenalty(minutes)Turn left 0.4Turn right 0.2Through 0.1U-turn prohibited48Figure 5Finding optimal routes using TransCADFigure 6 Adding trip location and statistics to anO-D survey tableFinally, the last step (RS) uses TransCAD functions to find the optimal route for each OD trip (mainly the ShortestPath procedure). However, despite that TransCAD provides a very efficient user-interface to model trips directly on the screen (Figure 5), pointing locations on the network, and to model the entire matrix of routes between two sets of nodes, there is no function to handle a set of nodes taken from a file or a table. With thousands of routes to model, the first operation mode (pointing on the screen) was impracticable. The nodal matrix was also rejected because it implies building the entire 19,249x19,249 matrix to retain a mere 111,224 actual routes, rejecting 370,412,777 remaining cell results. Overload on resources (estimated at many weeks of processing time with a 200 MHz Pentium, needing more than 6 Gigabytes of disk space for storage) would clearly exceed any PC's capabilities for a while. Once again, it was decided to build a macro program using the GISDK (Caliper Corporation) language running in conjunction with TransCAD (Figure 7). This macro establish a direct link between the OD trip table, providing the route beginning- and ending-nodes of each journey, the road network and the criteria set (penalties, fields to minimise and update) to model the requested paths. These paths are then measured in length and travelling time to update the OD survey table (Table 1-a and Figure 6) and, optionally, to accumulate traffic on every link of the network (Table 1-b).This last function is a side benefit: it does not slow down the procedure and implies only a small overload of about 10 minutes to record the traffic information for our entire network. The informatio n gain is very significant: it transforms an OD survey into traffic maps that can be used to model road congestion and, when calibrating a new network, to disclose topological errors, since an inappropriately connected or inaccessible link will generally return a null traffic. It is an error detection tool that has clear advantage over the tedious manual checking of every connection in a topological network. It can even be applied without an OD survey, by choosing starting- and ending-nodes at random.49Figure 7 Procedure to update the O-D table with tripdataFigure 8Estimated traffic during a typical weekday: Example for Limoilou, Fall of 19914. Empirical results and discussionThe main purpose of this project being to develop a tool adapted for small transportation agencies and low-funded research projects, it was decided at the very beginning to retain a PC platform using a conjunction of two low cost and widely available GIS packages, MapInfo and TransCAD, running on the popular Windows 95 or Windows NT platforms. These two packages are user-friendly and provide excellent interoperability features (ODBC, SQL relational principles, MapInfo interchange format to handle map and data transfers, ext ension through MapBasic and GISDK languages, etc.).Beyond specific simulations from our OD survey, the primary goal was to develop a procedure that can be re-used for various other purposes, such as modelling the time accessibility of services wi thin a city, comparing the efficiency of two transportation modes, etc. Processing times (based on a 200 MMX Pentium PC with 96 Megabytes of RAM) are reported in Table 2, and can be useful to estimate the feasibility on any specific project using that procedure. While refining our approach, early processing time expectations, expressed in days or weeks, became hours, and even, minutes. However, we experienced some performance problems with the TransCAD route simulatio ns. After some 80,000 routes had been found at a very impressive speed, the system performance gradually deteriorated showing excessive disk activity. After 90% of the overall modelling task was carried out in about 12 hours, activity reports displayed on the screen by our GISDK application indicated that about 1% of the remaining task took the next 10 hours. So, we decided to cancel the processing. The problem is probably related with overlays and data transfer between the RAM and the virtual memory that a ppears when the task is large and the available disk space becomes low. Thereafter, we decided to disable virtual memory swapping at the system level and to restart the application. The system performance then stay constant and the reported time of 722 minutes for route simulations appearing in Table 2 comes from this operation. Using memory swapping yields longer processing times, even for small tasks. TransCAD, as well as many other packages, seems relatively unstab le without virtual memory and it is highly advisable to reset the system after the simulation results are secured to disk.50。