Dutch ELP-project (2)(impel)
- 格式:ppt
- 大小:475.50 KB
- 文档页数:20
Two Ways to Count Cells with ImageJFiguring out how many cells are in a given image or group of images is a common need in image analysis. There are several ways to go about this, some more involved than others. These instructions cover two very basic ways to get cell counts, onemanual and one automated. The automated version also allows other information about each cell, such as pixel intensity, area and/or diameter, to be read out at the same time. Manual Cell Counting and Marking (plugin required)This set of instructions allows you to count cells by clicking in the cell image. Each click marks the cell with a colored square and adds the cell to a tally sheet. You can mark up to four different groups of cells, and each group is tallied separately and marked with a different color square.1) First, you must install the Cell Counter plugin, which is available on the microscopy server under ~ImageJ → plugins → 1 analysis. To install the plugin, copy the Cell Counter .jar file into the ImageJ plugins folder on your computer. You can also chooseto install the entire “1 analysis” folder. Either way, you must re-start ImageJ after plugin installation for the Cell Counter plugin to appear under the Plugins menu.2) Open the image you want to count. Cell counter onlyworks on single images, not stacks. You can use Image →Stacks → Stack to Images to convert a .tiff stack or .stk tosingle .tif files.It does not matter if the image is greyscale, single color ormultiple colors. However, if your image is in greyscale (youcan tell because it will say “8-bit” or “16-bit” at the top, ours isa color image, so it says “RGB”) and you want your clickedsquares to be in color, you must convert the image to an RGBcolor image with Image → Type → RGB color. Greyscaleimages are supported by the counter plugin, but the squaresare white or black, so difficult to distinguish between types. .3) Select Plugins → 1 analysis → CellCounter (or Plugins → Cell Counter). Twonew windows will open, a counter windowwith your image on top of a row of buttons,and a results window where cells will tally.4) To begin counting, click one of thebuttons at the bottom of the counterwindow. Then click directly on a cell/objectyou wish to count. A white square will beleft behind on the object, and a tally will start in the results window. If you click on an object by mistake, you can undo it by selecting Edit → Undo. You must undo right away, you cannot undo more than one object in a row. To change the type of cell counted, click another button at the bottom. Type 1 = white, type 2 = green, type 3 = blue and type 4 = yellow markers. In this example we distinguish between nuclei inside the green area (type 4, yellow markers) and outside the green area (type 1, white marks). You can switch back and forth between types at any time, the tally will keep track. Cells may be counted as more than one type.5) When you are finished counting, click the Results button. You will get a total for each cell type plus a grand total of all clicks at the bottom of the Results window. The results log can be copied and pasted and/or saved as .xls Excel spreadsheet. Unfortunately, the only way we know of to save the image with the marks is to create a screenshot (Print screen), open this in ImageJ with File → New → System Clipboard (Cntl + Shift + V) and save this as a .tif or .jpg file. This is essentially a snapshot of the image plus marks, it cannot be altered.Automated Counting of Single Color Images (no plugin required)Sometimes counting by hand is just not practical, such as when there are many cells per image or you have many images to process. Counting can be automated, although depending on your image, this can get to be a complicated process. The example below details a simple count from a single color fluorescence image.For more complicated counts (multi-color images, counts from histology or brightfield image, counting cells within a region, etc.) the Microscopy Core Facility staff can help you develop a custom counting routine or macro.1) Open the image to be counted. If it is a color image (RGB),as in our example above, it will have to be converted togreyscale before proceeding. Check that you have set Edit →Options → Conversions to “scale when converting.” Then useImage → Type → 16-bit to convert to greyscale.2) Once the image is in greyscale (8-bit or 16-bit) use Image→ Adjust → Threshold (Cntl + Shift + T) to highlight all of thestructures you want to count. To highlight, either use thesliders or use the “set” button to type in a known range of pixelintensities (if you want to threshold a whole set of images thesame way, for instance).Some particles may be touching already, shown here, or theymay run together during the threshold. This is somewhatfixable. Process → Subtract background with rolling ball mayhelp if you find you are highlighting too many “noise” orbackground pixels.Once you have the area highlighted as well as you can, click“apply.” This will create a binary version of the image withonly two pixel intensities: black = 0 and white = 255.3) If you have particles that have merged together, Process→ Binary → Watershed can often (but not always) accuratelycut them apart by adding a 1 pixel thick line where it feels the division should be. The example at right has been thresholded, turned into a binary image with “apply” and then run through the watershed program. For more information on other binary image tools, such as fill holes, see the Menu Commands section of the ImageJ Documentation page at /ij/docs/index.html.4) Once you have a binary image of the particles you wishto count, go to Analyze → Analyze Particles. There aresome choices here that can effect the counts from yourimages. Size will effect what size particles to count. It willeither be in pixels, or, if your image is calibrated, in a unit ofmeasurement^2 (check under Image → Properties (Cntl +Shift + P). To count all particles, leave it at the default of 0– Infinity. If you are getting too many small “noise” pixelscounted as pixels, or you want to exclude particles basedon size, adjust these numbers.Circularity excludes particles based on how close toperfectly round they are. To include everything, keep at thedefault 0.00 – 1.00. To exclude things, adjust thesenumbers, keeping in mind that 1.00 is a perfect circle and 0.00 is a straight line. “Show” is helpful for troubleshooting. The example below shows the results of the “outline” choice. A copy of the image is made, and all counted particles are shown as numbered outlines. These numbers correspond to data for individual particles that is listed in the “Results”window if you check the“Display Results” option.“Clear Results” clears theResults window before anew run (save this windowas an Excel file if theresults are important!).“Summarize” gives asummary window with thename of the image, total counts and other information for the whole image (shown). If you count multiple images, all counts remain listed in the Summary window, even if you clear the Results window.“Add to Manager” adds the particle outline to the region of interest manager, which can be useful if you plan to do something else with the position information of the particle, such as use it to figure out how many foci are in a nucleus, or what other colors may be present in the particle. “Exclude on Edges” will not count particles that are touching the edge of the image (for example, #5 in the upper righthand corner of the example would not be counted with the exclude box checked). “Include Holes” will disable counting of particles inside other particles and “Record Starts” is a way of keeping track of the particles so they can be recreated with the “do Wand” function in a plugin or macro.5) To get other information from the image besides justarea, go to Analyze Set Measurements. Check theboxes next to the information you want. For an explanationof any of these parameters, see the ImageJ documentationpage: /ij/docs/menus/analyze.html#set6) To get information about another image based on theoutlines in the counted image (such as an accurate pixelintensity instead of the 255 binary image pixel intensity)you can “redirect” to the original image or another, relatedimage. Use the “Redirect To” section on the SetMeasurements window, putting in the name of the imageyou want to use with the pulldown (image must be open inImageJ for this to work. Specify the number of decimalplaces you want for your numerical data (2 is usuallyenough).This is an example of a countthat “redirected” to the original8-bit greyscale image. Theresults window lists mean pixelintensities for the blobs on theoriginal image (top left), basedon outlines applied from thebinary image (top right andoutline drawing).。
NuMicro®FamilyArm® ARM926EJ-S BasedNuMaker-HMI-N9H30User ManualEvaluation Board for NuMicro® N9H30 SeriesNUMAKER-HMI-N9H30 USER MANUALThe information described in this document is the exclusive intellectual property ofNuvoton Technology Corporation and shall not be reproduced without permission from Nuvoton.Nuvoton is providing this document only for reference purposes of NuMicro microcontroller andmicroprocessor based system design. Nuvoton assumes no responsibility for errors or omissions.All data and specifications are subject to change without notice.For additional information or questions, please contact: Nuvoton Technology Corporation.Table of Contents1OVERVIEW (5)1.1Features (7)1.1.1NuMaker-N9H30 Main Board Features (7)1.1.2NuDesign-TFT-LCD7 Extension Board Features (7)1.2Supporting Resources (8)2NUMAKER-HMI-N9H30 HARDWARE CONFIGURATION (9)2.1NuMaker-N9H30 Board - Front View (9)2.2NuMaker-N9H30 Board - Rear View (14)2.3NuDesign-TFT-LCD7 - Front View (20)2.4NuDesign-TFT-LCD7 - Rear View (21)2.5NuMaker-N9H30 and NuDesign-TFT-LCD7 PCB Placement (22)3NUMAKER-N9H30 AND NUDESIGN-TFT-LCD7 SCHEMATICS (24)3.1NuMaker-N9H30 - GPIO List Circuit (24)3.2NuMaker-N9H30 - System Block Circuit (25)3.3NuMaker-N9H30 - Power Circuit (26)3.4NuMaker-N9H30 - N9H30F61IEC Circuit (27)3.5NuMaker-N9H30 - Setting, ICE, RS-232_0, Key Circuit (28)NUMAKER-HMI-N9H30 USER MANUAL3.6NuMaker-N9H30 - Memory Circuit (29)3.7NuMaker-N9H30 - I2S, I2C_0, RS-485_6 Circuit (30)3.8NuMaker-N9H30 - RS-232_2 Circuit (31)3.9NuMaker-N9H30 - LCD Circuit (32)3.10NuMaker-N9H30 - CMOS Sensor, I2C_1, CAN_0 Circuit (33)3.11NuMaker-N9H30 - RMII_0_PF Circuit (34)3.12NuMaker-N9H30 - RMII_1_PE Circuit (35)3.13NuMaker-N9H30 - USB Circuit (36)3.14NuDesign-TFT-LCD7 - TFT-LCD7 Circuit (37)4REVISION HISTORY (38)List of FiguresFigure 1-1 Front View of NuMaker-HMI-N9H30 Evaluation Board (5)Figure 1-2 Rear View of NuMaker-HMI-N9H30 Evaluation Board (6)Figure 2-1 Front View of NuMaker-N9H30 Board (9)Figure 2-2 Rear View of NuMaker-N9H30 Board (14)Figure 2-3 Front View of NuDesign-TFT-LCD7 Board (20)Figure 2-4 Rear View of NuDesign-TFT-LCD7 Board (21)Figure 2-5 Front View of NuMaker-N9H30 PCB Placement (22)Figure 2-6 Rear View of NuMaker-N9H30 PCB Placement (22)Figure 2-7 Front View of NuDesign-TFT-LCD7 PCB Placement (23)Figure 2-8 Rear View of NuDesign-TFT-LCD7 PCB Placement (23)Figure 3-1 GPIO List Circuit (24)Figure 3-2 System Block Circuit (25)Figure 3-3 Power Circuit (26)Figure 3-4 N9H30F61IEC Circuit (27)Figure 3-5 Setting, ICE, RS-232_0, Key Circuit (28)Figure 3-6 Memory Circuit (29)Figure 3-7 I2S, I2C_0, RS-486_6 Circuit (30)Figure 3-8 RS-232_2 Circuit (31)Figure 3-9 LCD Circuit (32)NUMAKER-HMI-N9H30 USER MANUAL Figure 3-10 CMOS Sensor, I2C_1, CAN_0 Circuit (33)Figure 3-11 RMII_0_PF Circuit (34)Figure 3-12 RMII_1_PE Circuit (35)Figure 3-13 USB Circuit (36)Figure 3-14 TFT-LCD7 Circuit (37)List of TablesTable 2-1 LCD Panel Combination Connector (CON8) Pin Function (11)Table 2-2 Three Sets of Indication LED Functions (12)Table 2-3 Six Sets of User SW, Key Matrix Functions (12)Table 2-4 CMOS Sensor Connector (CON10) Function (13)Table 2-5 JTAG ICE Interface (J2) Function (14)Table 2-6 Expand Port (CON7) Function (16)Table 2-7 UART0 (J3) Function (16)Table 2-8 UART2 (J6) Function (16)Table 2-9 RS-485_6 (SW6~8) Function (17)Table 2-10 Power on Setting (SW4) Function (17)Table 2-11 Power on Setting (S2) Function (17)Table 2-12 Power on Setting (S3) Function (17)Table 2-13 Power on Setting (S4) Function (17)Table 2-14 Power on Setting (S5) Function (17)Table 2-15 Power on Setting (S7/S6) Function (18)Table 2-16 Power on Setting (S9/S8) Function (18)Table 2-17 CMOS Sensor Connector (CON9) Function (19)Table 2-18 CAN_0 (SW9~10) Function (19)NUMAKER-HMI-N9H30 USER MANUAL1 OVERVIEWThe NuMaker-HMI-N9H30 is an evaluation board for GUI application development. The NuMaker-HMI-N9H30 consists of two parts: a NuMaker-N9H30 main board and a NuDesign-TFT-LCD7 extensionboard. The NuMaker-HMI-N9H30 is designed for project evaluation, prototype development andvalidation with HMI (Human Machine Interface) function.The NuMaker-HMI-N9H30 integrates touchscreen display, voice input/output, rich serial port serviceand I/O interface, providing multiple external storage methods.The NuDesign-TFT-LCD7 can be plugged into the main board via the DIN_32x2 extension connector.The NuDesign-TFT-LCD7 includes one 7” LCD which the resolution is 800x480 with RGB-24bits andembedded the 4-wires resistive type touch panel.Figure 1-1 Front View of NuMaker-HMI-N9H30 Evaluation BoardNUMAKER-HMI-N9H30 USER MANUAL Figure 1-2 Rear View of NuMaker-HMI-N9H30 Evaluation Board1.1 Features1.1.1 NuMaker-N9H30 Main Board Features●N9H30F61IEC chip: LQFP216 pin MCP package with DDR (64 MB)●SPI Flash using W25Q256JVEQ (32 MB) booting with quad mode or storage memory●NAND Flash using W29N01HVSINA (128 MB) booting or storage memory●One Micro-SD/TF card slot served either as a SD memory card for data storage or SDIO(Wi-Fi) device●Two sets of COM ports:–One DB9 RS-232 port with UART_0 used 75C3232E transceiver chip can be servedfor function debug and system development.–One DB9 RS-232 port with UART_2 used 75C3232E transceiver chip for userapplication●22 GPIO expansion ports, including seven sets of UART functions●JTAG interface provided for software development●Microphone input and Earphone/Speaker output with 24-bit stereo audio codec(NAU88C22) for I2S interfaces●Six sets of user-configurable push button keys●Three sets of LEDs for status indication●Provides SN65HVD230 transceiver chip for CAN bus communication●Provides MAX3485 transceiver chip for RS-485 device connection●One buzzer device for program applicationNUMAKER-HMI-N9H30 USER MANUAL●Two sets of RJ45 ports with Ethernet 10/100 Mbps MAC used IP101GR PHY chip●USB_0 that can be used as Device/HOST and USB_1 that can be used as HOSTsupports pen drives, keyboards, mouse and printers●Provides over-voltage and over current protection used APL3211A chip●Retain RTC battery socket for CR2032 type and ADC0 detect battery voltage●System power could be supplied by DC-5V adaptor or USB VBUS1.1.2 NuDesign-TFT-LCD7 Extension Board Features●7” resolution 800x480 4-wire resistive touch panel for 24-bits RGB888 interface●DIN_32x2 extension connector1.2 Supporting ResourcesFor sample codes and introduction about NuMaker-N9H30, please refer to N9H30 BSP:https:///products/gui-solution/gui-platform/numaker-hmi-n9h30/?group=Software&tab=2Visit NuForum for further discussion about the NuMaker-HMI-N9H30:/viewforum.php?f=31 NUMAKER-HMI-N9H30 USER MANUALNUMAKER-HMI-N9H30 USER MANUAL2 NUMAKER-HMI-N9H30 HARDWARE CONFIGURATION2.1 NuMaker-N9H30 Board - Front View Combination Connector (CON8)6 set User SWs (K1~6)3set Indication LEDs (LED1~3)Power Supply Switch (SW_POWER1)Audio Codec(U10)Microphone(M1)NAND Flash(U9)RS-232 Transceiver(U6, U12)RS-485 Transceiver(U11)CAN Transceiver (U13)Figure 2-1 Front View of NuMaker-N9H30 BoardFigure 2-1 shows the main components and connectors from the front side of NuMaker-N9H30 board. The following lists components and connectors from the front view:NuMaker-N9H30 board and NuDesign-TFT-LCD7 board combination connector (CON8). This panel connector supports 4-/5-wire resistive touch or capacitance touch panel for 24-bits RGB888 interface.Connector GPIO pin of N9H30 FunctionCON8.1 - Power 3.3VCON8.2 - Power 3.3VCON8.3 GPD7 LCD_CSCON8.4 GPH3 LCD_BLENCON8.5 GPG9 LCD_DENCON8.7 GPG7 LCD_HSYNCCON8.8 GPG6 LCD_CLKCON8.9 GPD15 LCD_D23(R7)CON8.10 GPD14 LCD_D22(R6)CON8.11 GPD13 LCD_D21(R5)CON8.12 GPD12 LCD_D20(R4)CON8.13 GPD11 LCD_D19(R3)CON8.14 GPD10 LCD_D18(R2)CON8.15 GPD9 LCD_D17(R1)CON8.16 GPD8 LCD_D16(R0)CON8.17 GPA15 LCD_D15(G7)CON8.18 GPA14 LCD_D14(G6)CON8.19 GPA13 LCD_D13(G5)CON8.20 GPA12 LCD_D12(G4)CON8.21 GPA11 LCD_D11(G3)CON8.22 GPA10 LCD_D10(G2)CON8.23 GPA9 LCD_D9(G1) NUMAKER-HMI-N9H30 USER MANUALCON8.24 GPA8 LCD_D8(G0)CON8.25 GPA7 LCD_D7(B7)CON8.26 GPA6 LCD_D6(B6)CON8.27 GPA5 LCD_D5(B5)CON8.28 GPA4 LCD_D4(B4)CON8.29 GPA3 LCD_D3(B3)CON8.30 GPA2 LCD_D2(B2)CON8.31 GPA1 LCD_D1(B1)CON8.32 GPA0 LCD_D0(B0)CON8.33 - -CON8.34 - -CON8.35 - -CON8.36 - -CON8.37 GPB2 LCD_PWMCON8.39 - VSSCON8.40 - VSSCON8.41 ADC7 XPCON8.42 ADC3 VsenCON8.43 ADC6 XMCON8.44 ADC4 YMCON8.45 - -CON8.46 ADC5 YPCON8.47 - VSSCON8.48 - VSSCON8.49 GPG0 I2C0_CCON8.50 GPG1 I2C0_DCON8.51 GPG5 TOUCH_INTCON8.52 - -CON8.53 - -CON8.54 - -CON8.55 - -NUMAKER-HMI-N9H30 USER MANUAL CON8.56 - -CON8.57 - -CON8.58 - -CON8.59 - VSSCON8.60 - VSSCON8.61 - -CON8.62 - -CON8.63 - Power 5VCON8.64 - Power 5VTable 2-1 LCD Panel Combination Connector (CON8) Pin Function●Power supply switch (SW_POWER1): System will be powered on if the SW_POWER1button is pressed●Three sets of indication LEDs:LED Color DescriptionsLED1 Red The system power will beterminated and LED1 lightingwhen the input voltage exceeds5.7V or the current exceeds 2A.LED2 Green Power normal state.LED3 Green Controlled by GPH2 pin Table 2-2 Three Sets of Indication LED Functions●Six sets of user SW, Key Matrix for user definitionKey GPIO pin of N9H30 FunctionK1 GPF10 Row0 GPB4 Col0K2 GPF10 Row0 GPB5 Col1K3 GPE15 Row1 GPB4 Col0K4 GPE15 Row1 GPB5 Col1K5 GPE14 Row2 GPB4 Col0K6GPE14 Row2GPB5 Col1 Table 2-3 Six Sets of User SW, Key Matrix Functions●NAND Flash (128 MB) with Winbond W29N01HVS1NA (U9)●Microphone (M1): Through Nuvoton NAU88C22 chip sound input●Audio CODEC chip (U10): Nuvoton NAU88C22 chip connected to N9H30 using I2Sinterface–SW6/SW7/SW8: 1-2 short for RS-485_6 function and connected to 2P terminal (CON5and J5)–SW6/SW7/SW8: 2-3 short for I2S function and connected to NAU88C22 (U10).●CMOS Sensor connector (CON10, SW9~10)–SW9~10: 1-2 short for CAN_0 function and connected to 2P terminal (CON11)–SW9~10: 2-3 short for CMOS sensor function and connected to CMOS sensorconnector (CON10)Connector GPIO pin of N9H30 FunctionCON10.1 - VSSCON10.2 - VSSNUMAKER-HMI-N9H30 USER MANUALCON10.3 - Power 3.3VCON10.4 - Power 3.3VCON10.5 - -CON10.6 - -CON10.7 GPI4 S_PCLKCON10.8 GPI3 S_CLKCON10.9 GPI8 S_D0CON10.10 GPI9 S_D1CON10.11 GPI10 S_D2CON10.12 GPI11 S_D3CON10.13 GPI12 S_D4CON10.14 GPI13 S_D5CON10.15 GPI14 S_D6CON10.16 GPI15 S_D7CON10.17 GPI6 S_VSYNCCON10.18 GPI5 S_HSYNCCON10.19 GPI0 S_PWDNNUMAKER-HMI-N9H30 USER MANUAL CON10.20 GPI7 S_nRSTCON10.21 GPG2 I2C1_CCON10.22 GPG3 I2C1_DCON10.23 - VSSCON10.24 - VSSTable 2-4 CMOS Sensor Connector (CON10) FunctionNUMAKER-HMI-N9H30 USER MANUAL2.2NuMaker-N9H30 Board - Rear View5V In (CON1)RS-232 DB9 (CON2,CON6)Expand Port (CON7)Speaker Output (J4)Earphone Output (CON4)Buzzer (BZ1)System ResetSW (SW5)SPI Flash (U7,U8)JTAG ICE (J2)Power ProtectionIC (U1)N9H30F61IEC (U5)Micro SD Slot (CON3)RJ45 (CON12, CON13)USB1 HOST (CON15)USB0 Device/Host (CON14)CAN_0 Terminal (CON11)CMOS Sensor Connector (CON9)Power On Setting(SW4, S2~S9)RS-485_6 Terminal (CON5)RTC Battery(BT1)RMII PHY (U14,U16)Figure 2-2 Rear View of NuMaker-N9H30 BoardFigure 2-2 shows the main components and connectors from the rear side of NuMaker-N9H30 board. The following lists components and connectors from the rear view:● +5V In (CON1): Power adaptor 5V input ●JTAG ICE interface (J2) ConnectorGPIO pin of N9H30Function J2.1 - Power 3.3V J2.2 GPJ4 nTRST J2.3 GPJ2 TDI J2.4 GPJ1 TMS J2.5 GPJ0 TCK J2.6 - VSS J2.7 GPJ3 TD0 J2.8-RESETTable 2-5 JTAG ICE Interface (J2) Function●SPI Flash (32 MB) with Winbond W25Q256JVEQ (U7); only one (U7 or U8) SPI Flashcan be used●System Reset (SW5): System will be reset if the SW5 button is pressed●Buzzer (BZ1): Control by GPB3 pin of N9H30●Speaker output (J4): Through the NAU88C22 chip sound output●Earphone output (CON4): Through the NAU88C22 chip sound output●Expand port for user use (CON7):Connector GPIO pin of N9H30 FunctionCON7.1 - Power 3.3VCON7.2 - Power 3.3VCON7.3 GPE12 UART3_TXDCON7.4 GPH4 UART1_TXDCON7.5 GPE13 UART3_RXDCON7.6 GPH5 UART1_RXDCON7.7 GPB0 UART5_TXDCON7.8 GPH6 UART1_RTSCON7.9 GPB1 UART5_RXDCON7.10 GPH7 UART1_CTSCON7.11 GPI1 UART7_TXDNUMAKER-HMI-N9H30 USER MANUAL CON7.12 GPH8 UART4_TXDCON7.13 GPI2 UART7_RXDCON7.14 GPH9 UART4_RXDCON7.15 - -CON7.16 GPH10 UART4_RTSCON7.17 - -CON7.18 GPH11 UART4_CTSCON7.19 - VSSCON7.20 - VSSCON7.21 GPB12 UART10_TXDCON7.22 GPH12 UART8_TXDCON7.23 GPB13 UART10_RXDCON7.24 GPH13 UART8_RXDCON7.25 GPB14 UART10_RTSCON7.26 GPH14 UART8_RTSCON7.27 GPB15 UART10_CTSCON7.28 GPH15 UART8_CTSCON7.29 - Power 5VCON7.30 - Power 5VTable 2-6 Expand Port (CON7) Function●UART0 selection (CON2, J3):–RS-232_0 function and connected to DB9 female (CON2) for debug message output.–GPE0/GPE1 connected to 2P terminal (J3).Connector GPIO pin of N9H30 Function J3.1 GPE1 UART0_RXDJ3.2 GPE0 UART0_TXDTable 2-7 UART0 (J3) Function●UART2 selection (CON6, J6):–RS-232_2 function and connected to DB9 female (CON6) for debug message output –GPF11~14 connected to 4P terminal (J6)Connector GPIO pin of N9H30 Function J6.1 GPF11 UART2_TXDJ6.2 GPF12 UART2_RXDJ6.3 GPF13 UART2_RTSJ6.4 GPF14 UART2_CTSTable 2-8 UART2 (J6) Function●RS-485_6 selection (CON5, J5, SW6~8):–SW6~8: 1-2 short for RS-485_6 function and connected to 2P terminal (CON5 and J5) –SW6~8: 2-3 short for I2S function and connected to NAU88C22 (U10)Connector GPIO pin of N9H30 FunctionSW6:1-2 shortGPG11 RS-485_6_DISW6:2-3 short I2S_DOSW7:1-2 shortGPG12 RS-485_6_ROSW7:2-3 short I2S_DISW8:1-2 shortGPG13 RS-485_6_ENBSW8:2-3 short I2S_BCLKNUMAKER-HMI-N9H30 USER MANUALTable 2-9 RS-485_6 (SW6~8) FunctionPower on setting (SW4, S2~9).SW State FunctionSW4.2/SW4.1 ON/ON Boot from USB SW4.2/SW4.1 ON/OFF Boot from eMMC SW4.2/SW4.1 OFF/ON Boot from NAND Flash SW4.2/SW4.1 OFF/OFF Boot from SPI Flash Table 2-10 Power on Setting (SW4) FunctionSW State FunctionS2 Short System clock from 12MHzcrystalS2 Open System clock from UPLL output Table 2-11 Power on Setting (S2) FunctionSW State FunctionS3 Short Watchdog Timer OFFS3 Open Watchdog Timer ON Table 2-12 Power on Setting (S3) FunctionSW State FunctionS4 Short GPJ[4:0] used as GPIO pinS4Open GPJ[4:0] used as JTAG ICEinterfaceTable 2-13 Power on Setting (S4) FunctionSW State FunctionS5 Short UART0 debug message ONS5 Open UART0 debug message OFFTable 2-14 Power on Setting (S5) FunctionSW State FunctionS7/S6 Short/Short NAND Flash page size 2KBS7/S6 Short/Open NAND Flash page size 4KBS7/S6 Open/Short NAND Flash page size 8KBNUMAKER-HMI-N9H30 USER MANUALS7/S6 Open/Open IgnoreTable 2-15 Power on Setting (S7/S6) FunctionSW State FunctionS9/S8 Short/Short NAND Flash ECC type BCH T12S9/S8 Short/Open NAND Flash ECC type BCH T15S9/S8 Open/Short NAND Flash ECC type BCH T24S9/S8 Open/Open IgnoreTable 2-16 Power on Setting (S9/S8) FunctionCMOS Sensor connector (CON9, SW9~10)–SW9~10: 1-2 short for CAN_0 function and connected to 2P terminal (CON11).–SW9~10: 2-3 short for CMOS sensor function and connected to CMOS sensorconnector (CON9).Connector GPIO pin of N9H30 FunctionCON9.1 - VSSCON9.2 - VSSCON9.3 - Power 3.3VCON9.4 - Power 3.3V NUMAKER-HMI-N9H30 USER MANUALCON9.5 - -CON9.6 - -CON9.7 GPI4 S_PCLKCON9.8 GPI3 S_CLKCON9.9 GPI8 S_D0CON9.10 GPI9 S_D1CON9.11 GPI10 S_D2CON9.12 GPI11 S_D3CON9.13 GPI12 S_D4CON9.14 GPI13 S_D5CON9.15 GPI14 S_D6CON9.16 GPI15 S_D7CON9.17 GPI6 S_VSYNCCON9.18 GPI5 S_HSYNCCON9.19 GPI0 S_PWDNCON9.20 GPI7 S_nRSTCON9.21 GPG2 I2C1_CCON9.22 GPG3 I2C1_DCON9.23 - VSSCON9.24 - VSSTable 2-17 CMOS Sensor Connector (CON9) Function●CAN_0 Selection (CON11, SW9~10):–SW9~10: 1-2 short for CAN_0 function and connected to 2P terminal (CON11) –SW9~10: 2-3 short for CMOS sensor function and connected to CMOS sensor connector (CON9, CON10)SW GPIO pin of N9H30 FunctionSW9:1-2 shortGPI3 CAN_0_RXDSW9:2-3 short S_CLKSW10:1-2 shortGPI4 CAN_0_TXDSW10:2-3 short S_PCLKTable 2-18 CAN_0 (SW9~10) Function●USB0 Device/HOST Micro-AB connector (CON14), where CON14 pin4 ID=1 is Device,ID=0 is HOST●USB1 for USB HOST with Type-A connector (CON15)●RJ45_0 connector with LED indicator (CON12), RMII PHY with IP101GR (U14)●RJ45_1 connector with LED indicator (CON13), RMII PHY with IP101GR (U16)●Micro-SD/TF card slot (CON3)●SOC CPU: Nuvoton N9H30F61IEC (U5)●Battery power for RTC 3.3V powered (BT1, J1), can detect voltage by ADC0●RTC power has 3 sources:–Share with 3.3V I/O power–Battery socket for CR2032 (BT1)–External connector (J1)●Board version 2.1NUMAKER-HMI-N9H30 USER MANUAL2.3 NuDesign-TFT-LCD7 -Front ViewFigure 2-3 Front View of NuDesign-TFT-LCD7 BoardFigure 2-3 shows the main components and connectors from the Front side of NuDesign-TFT-LCD7board.7” resolution 800x480 4-W resistive touch panel for 24-bits RGB888 interface2.4 NuDesign-TFT-LCD7 -Rear ViewFigure 2-4 Rear View of NuDesign-TFT-LCD7 BoardFigure 2-4 shows the main components and connectors from the rear side of NuDesign-TFT-LCD7board.NuMaker-N9H30 and NuDesign-TFT-LCD7 combination connector (CON1).NUMAKER-HMI-N9H30 USER MANUAL 2.5 NuMaker-N9H30 and NuDesign-TFT-LCD7 PCB PlacementFigure 2-5 Front View of NuMaker-N9H30 PCB PlacementFigure 2-6 Rear View of NuMaker-N9H30 PCB PlacementNUMAKER-HMI-N9H30 USER MANUALFigure 2-7 Front View of NuDesign-TFT-LCD7 PCB PlacementFigure 2-8 Rear View of NuDesign-TFT-LCD7 PCB Placement3 NUMAKER-N9H30 AND NUDESIGN-TFT-LCD7 SCHEMATICS3.1 NuMaker-N9H30 - GPIO List CircuitFigure 3-1 shows the N9H30F61IEC GPIO list circuit.Figure 3-1 GPIO List Circuit NUMAKER-HMI-N9H30 USER MANUAL3.2 NuMaker-N9H30 - System Block CircuitFigure 3-2 shows the System Block Circuit.NUMAKER-HMI-N9H30 USER MANUALFigure 3-2 System Block Circuit3.3 NuMaker-N9H30 - Power CircuitFigure 3-3 shows the Power Circuit.NUMAKER-HMI-N9H30 USER MANUALFigure 3-3 Power Circuit3.4 NuMaker-N9H30 - N9H30F61IEC CircuitFigure 3-4 shows the N9H30F61IEC Circuit.Figure 3-4 N9H30F61IEC CircuitNUMAKER-HMI-N9H30 USER MANUAL3.5 NuMaker-N9H30 - Setting, ICE, RS-232_0, Key CircuitFigure 3-5 shows the Setting, ICE, RS-232_0, Key Circuit.NUMAKER-HMI-N9H30 USER MANUALFigure 3-5 Setting, ICE, RS-232_0, Key Circuit3.6 NuMaker-N9H30 - Memory CircuitFigure 3-6 shows the Memory Circuit.NUMAKER-HMI-N9H30 USER MANUALFigure 3-6 Memory Circuit3.7 NuMaker-N9H30 - I2S, I2C_0, RS-485_6 CircuitFigure 3-7 shows the I2S, I2C_0, RS-486_6 Circuit.NUMAKER-HMI-N9H30 USER MANUALFigure 3-7 I2S, I2C_0, RS-486_6 Circuit3.8 NuMaker-N9H30 - RS-232_2 CircuitFigure 3-8 shows the RS-232_2 Circuit.NUMAKER-HMI-N9H30 USER MANUALFigure 3-8 RS-232_2 Circuit3.9 NuMaker-N9H30 - LCD CircuitFigure 3-9 shows the LCD Circuit.NUMAKER-HMI-N9H30 USER MANUALFigure 3-9 LCD Circuit3.10 NuMaker-N9H30 - CMOS Sensor, I2C_1, CAN_0 CircuitFigure 3-10 shows the CMOS Sensor,I2C_1, CAN_0 Circuit.NUMAKER-HMI-N9H30 USER MANUALFigure 3-10 CMOS Sensor, I2C_1, CAN_0 Circuit3.11 NuMaker-N9H30 - RMII_0_PF CircuitFigure 3-11 shows the RMII_0_RF Circuit.NUMAKER-HMI-N9H30 USER MANUALFigure 3-11 RMII_0_PF Circuit3.12 NuMaker-N9H30 - RMII_1_PE CircuitFigure 3-12 shows the RMII_1_PE Circuit.NUMAKER-HMI-N9H30 USER MANUALFigure 3-12 RMII_1_PE Circuit3.13 NuMaker-N9H30 - USB CircuitFigure 3-13 shows the USB Circuit.NUMAKER-HMI-N9H30 USER MANUALFigure 3-13 USB Circuit3.14 NuDesign-TFT-LCD7 - TFT-LCD7 CircuitFigure 3-14 shows the TFT-LCD7 Circuit.Figure 3-14 TFT-LCD7 CircuitNUMAKER-HMI-N9H30 USER MANUAL4 REVISION HISTORYDate Revision Description2022.03.24 1.00 Initial version NUMAKER-HMI-N9H30 USER MANUALNUMAKER-HMI-N9H30 USER MANUALImportant NoticeNuvoton Products are neither intended nor warranted for usage in systems or equipment, anymalfunction or failure of which may cause loss of human life, bodily injury or severe propertydamage. Such applications are deemed, “Insecure Usage”.Insecure usage includes, but is not limited to: equipment for surgical implementation, atomicenergy control instruments, airplane or spaceship instruments, the control or operation ofdynamic, brake or safety systems designed for vehicular use, traffic signal instruments, all typesof safety devices, and other applications intended to support or sustain life.All Insecure Usage shall be made at customer’s risk, and in the event that third parties lay claimsto Nuvoton as a result of customer’s Insecure Usage, custome r shall indemnify the damagesand liabilities thus incurred by Nuvoton.。
5W, AC/DC converterRoHSFEATURES● Universal input: 85~264V AC/100~370VDC● AC and DC dual-use (input from the same terminal) ● High efficiency, high power density● Output short-circuit, over-current, over-voltage protection ● EN60601-1, ANSI/AAMI ES60601-1 approval (3rd edition 2xMOPP)LD05-20BxxMU series is a compact size power converter. It features universal input voltage, taking both DC and AC input voltage, low power consumption, high efficiency, high reliability, safer isolation. It offers good EMC performance, and is widely used in medical, industrial and instrumentation applications.Selection GuideRS Stock No. Part No. Output PowerNominal Output V oltageand Current (V o/Io)Efficiency (230V AC, %/Typ.)Max. Capacitive Load*(µF)1446281 LD05-20B05MU 5W 5V/1000mA 76 4000 1446282 LD05-20B12MU 12V/420mA 80 820 1446283 LD05-20B24MU5.5W24V/230mA81330Note: *Test without external circuit.Input SpecificationsItemOperating Conditions Min. Typ. Max. Unit Input V oltage Range AC input 85 -- 264 V AC DC input 100 -- 370 VDC Input frequency 47 -- 63 HzInput current115V AC -- -- 0.12 A 230V AC -- -- 0.07 Inrush current 115V AC -- 10 -- 230V AC -- 20 -- Leakage Current264V AC ----80uA Recommended external input fuse2A/250V , slow blowOutput SpecificationsItemOperating Conditions Min. Typ. Max. UnitOutput V oltage Accuracy-- ±2 -- % Line Regulation Full load -- ±0.5 -- Load Regulation 10%-100% load-- ±1 -- Ripple & Noise* 20MHz bandwidth (peak-peak value)-- 50 100 mV Temperature Coefficient -- ±0.02 -- %/℃ Stand-by Power Consumption----0.3W Short Circuit Protection Continuous, self-recovery Over-current Protection110 - 280% Io self-recoveryOver-voltage Protection LD05-20B05MU -- -- 7.5 VLD05-20B12MU -- -- 16 LD05-20B24MU-- -- 30 Min. Load0 -- -- % Hold-up Time115V AC input -- 10 -- ms 230V AC input --80--General SpecificationsItem Operating Conditions Min. Typ. Max. Unit Isolation V oltage Input-output Test time: 1min 4000 -- -- V AC Operating Temperature -25 -- +70℃Storage Temperature -40 -- +85Max. Casing Temperature -- -- +95Storage Humidity -- -- 95 %RHWelding Temperature Wave-soldering 260±5℃; time:5~10s Manual-welding 360±10℃; time:3~5sSwitching Frequency -- -- 140 kHzPower Derating -25 ~ 0℃ 1 -- -- %/℃+55 ~ +70℃ 2 -- -- %/℃Safety Standard EN60601/UL60601Safety Certification EN60601/UL60601Safety Class CLASS IIinsulation Level Primary to Secondary2xMOPPMTBF MIL-HDBK-217F@25℃ >300,000 h Physical SpecificationsCasing Material Black flame-retardant and heat-resistant plastic (UL94-V0)Package Dimensions 53.80*28.80*19.00 mmWeight 43g (Typ.)Cooling method Free air convectionEMC SpecificationsEMI CE CISPR11/EN55011 CLASS B RE CISPR11/EN55011 CLASS BEMS ESD IEC/EN61000-4-2 Contact±6KV/Air±8KV Perf. Criteria B RS IEC/EN61000-4-3 10V/m perf. Criteria AEFTIEC/EN61000-4-4 ±2KV perf. Criteria BIEC/EN61000-4-4 ±4KV (See Fig. 2 for recommended circuit) perf. Criteria B SurgeIEC/EN61000-4-5 ±1KV perf. Criteria BIEC/EN61000-4-5 ±2KV/±4KV (See Fig. 2 for recommended circuit) perf. Criteria B CS IEC/EN61000-4-6 10 Vr.m.s perf. Criteria A PFM IEC/EN61000-4-8 10A/m perf. Criteria A V oltage dips, short interruptions andvoltage variations immunityIEC/EN61000-4-11 0%-70% perf. Criteria BProduct Characteristic Curve-25 0 55 701007075O u t p u t P o w e r P e r c e n t a g e (%)Amb ie nt T e mp e ra ture ()℃T empe rature Dera ting Curve100~264VAC 120~370VDCInp ut vo lta g e:1007010085264120100370VAC VD C240340Input Volta ge De ra ting CurveAmb ie nt te m p e ra ture :25℃Inp ut Vo lta g eO u t p u t P o w e r P e r c e n t a g e (%)Note: Input voltage should be derated based on temperature derating when it is 85~100VAC/100~120VDC;This product is suitable for use in natural air cooling environments, if in a closed environment, please contact our company’s FAE.L D05-20B05MU50 55 6065 70 75 80 85 9095 100 85V110V120V220V240V264VE f f i c i e n c y (%)Input Voltage(V)E fficiency Vs Input Voltage (F ull L oad)L D05-20B05MU5055 6065 70 75 808590 10254050657590100E f f i c i e n c y (%)Output Cur r ent Per centage(%)E fficiency Vs Output L oad(Vin=230VAC)L D05-20B24MU50 556065 70 75 80 859095 100 85V110V120V220V240V264VE f f i c i e n c y (%)Input Voltage(V)E fficiency Vs Input Voltage (F ull L oad)L D05-20B24MU5055 6065 70 75 808590 10254050657590100E f f i c i e n c y (%)Output Cur r ent Per centage(%)E fficiency Vs Output L oad(Vin=230VAC)Design Reference1. T ypical application circuitAC (L )+Vo-VoA C (L )AC (N)AC(N)C 1C 2L O ADF US E AC /DCM O VN T CFig. 1: Typical application circuitModelC1(µF) C2(µF) LD05-20B05MU 1220 LD05-20B12MU 100 LD05-20B24MU47Note:Output filtering capacitor C2 is electrolytic capacitor, it is recommended to apply electrolytic capacitor with high frequency and low resistance. For capacitance and current of capacitor please refer to manufacture’s datasheet. Capacitance withstand voltage derating should be 80% or above. C1 is ceramic capacitor, which is used to filter high-frequency noise. External input NTC is recommended to use 5D-9. External input MOV is recommended to use S14K300. External input FUSE is recommended to use 2A/250V , slow blow.2. E MC solution-recommended circuitAC DCAC (N)AC (L)LCMM OVC XC Y1C Y2FUSEAC (N)AC (L)+Vo-Vo+L1C1C2R LC a n us e MO RNS UN’s FC -L X1DNT CFig 2: EMC Recommended circuit with higher requirementsElement modelRecommended valueMOV S14K300 CX 0.1µF/275V AC L1 4.7uH/2.0A CY1 1nF/400V AC CY2 1nF /400V ACNTC 5D-9LCM 2.2mH, recommended to use MORNSUN’s FL2D -10-222FUSE 2A/250V , slow blow, necessaryFC-LX1DEMC FilterDimensions and Recommended LayoutNote:1.If the product is not operated within the required load range, the product performance cannot be guaranteed to comply with all parameters in the datasheet;2.Unless otherwise specified, parameters in this datasheet were measured under the conditions of Ta = 25℃, humidity <75% with nominal input voltage andrated output load;3.All index testing methods in this datasheet are based on our Company’s corporate stan dards;4.The performance parameters of the product models listed in this manual are as above, but some parameters of non-standard model products may exceed therequirements mentioned above. Please contact our technicians directly for specific information;5.We can provide product customization service;6.Specifications are subject to change without prior notice.。
• A product i on ready ATE solut i on for RF al i gnment and performance verification•TX average power and single/multi slot burst power profile•GSM phase and frequency error •EDGE EVM and frequency error•EDGE origin offset suppression •Output radio frequency spectrum •Rx sensitivity (BER/BLER) measurementThe GSM/EDGE measurement suite is a collection of software tools for use with PXI 3000 Series RF modular instruments for characterising the transmitter and receiver performance of GSM/HSCSD/GPRS and EGPRS mobile devices in accordance with the methods described in 3GPP 51-010-1.Using the measurement suite with PXI 3000 RF modular instruments simplifies test system integration and increases test speed to accelerate new product introduction and lower the cost of test.The measurement suite is ideal for performing all non signalling mode RF alignment and performance verification measurements during mobile UE production test.The measurement suite components can be used for applications spanning bench-top manual operation in R&D to high volume production ATE.•Measurement and analysis component libraries provide programming APIs for highly customised ATE system integration for design validation or production.•An easy to use and versatile graphical user interface enables bench-top manual operation using PXI Studio 2 for design integration or trouble shooting•A test sequencer provides an out of the box production ready ATE solution using PXI Maestro software.The test sequencing feature provides an off the shelf production ready ATE solution for testing up to four devices in parallel. This includes fully integrated tester and device control providing the user the ability to write and execute a custom test sequence optimized for speed with ease.The test sequencing feature is an optional extension to the measurement suite used with PXI Maestro software.Manual operation uses PXI Studio 2 application software. This intuitive software, common to all measurement suites, allows the user to configure instrument and measurement parameters, execute measurements and display results.Measurements can be performed for either single or multiple active-slot GSM frames. Burst detection and signal analysis is performed on either Normal or Access burst types with automatic detection of modulation type from GMSK or 8PSK and automatic detection of training sequence (TSC). Measurement results are output as either numerical values with/without statistics or graphical trace displays.Signal generation waveforms provide downlink broadcast, control and data channels to simulate a BTS. These signals enable the mobile device to synchronise and perform receiver sensitivity measurements either as a single BER/BLER measurement or using loopback methods as defined in ETSI TS 100 293-GSM 04.14PXI Maestro and PXI Studi o 2 appli cati on software i s suppli ed free of charge wi th all PXI 3000 modules. Operati on of the GSM/EDGE measurement suite requires simple activation of a license key option on the PXI 3000 hardware. Further information for these applications is available through the following links:PXI StudioPXI MaestroSPECIFICATIONGSM/EDGEAll specifications are defined when used in conjunction with the 3030 Series PXI RF digitizer with option 100 operating in any GSM band between 400 MHz and 2000 MHz.Test sequencing with PXI Maestro additionally requires option 200Specifications are defined with the input signal at the RF digitizer tuned frequency and at the reference level unless otherwise stated. Measurements performed are in accordance with 3GPP TS 151 010-1 section 13 and 14 as applicable.BER/BLER measurements, Burst Timing Error measurements, specific timeslot analysis and multi-DUT operation additionally require a 3020 Series PXI digital RF signal generator to be assigned.CONFIGURATIONFrequencyUplink (Hz)User defined frequency or preset bands, as shown in the table belowBurst TypeGMSK: Auto or Manual (Normal / Access)8PSK: NormalTSC (training sequence)Uplink: Auto or Manual (0 to 7)Path Loss CorrectionTx and Rx (dB)Acquisition Trigger SourceImmediate (free run), Burst (video), Ext (PXI trigger bus, local bus, star trigger, LVDS, TTL)Synchronization (Auto Burst Detection)Burst Detection threshold (dB)Search length (ms)Burst Timing Latency Compensation0 to ±78.125 symbolsBER/BLER LoopbackGSM (Mode A/B)Number of Speech Frames: 1 to 250GSM (Mode C)Number of Burst Frames: 1 to 1000Measurement ResultsUseful Part/Guard (Pass / Fail)Useful Part/Guard Fail time (symbols)Useful Part/Guard Fail level (dB)Values with closest proximity to mask or worst case failure for the complete, rising edge, falling edge, guard and useful parts of the burst. Dynamic RangeTypically -80 dBc (for 3030 Series RF input levels > 0 dBm)Accuracy (rising falling edges)Level: Typically ±0.1 dB /10 dB(1)(relative to peak power)Time accuracy <0.5 μsAccuracy (useful part)Level: Typically ±0.02 dB (relative to peak power)Time accuracy <0.25 symbolAccuracy (Guard)Level: Typically ±0.1 dB /10 dB(1)(relative to peak power)Time Accuracy <0.25 symbolGMSK MODULATIONGMSK phase error measurements performed for a single slotPhase Error Range0 to 100RMS0 to 400peakIndicationResults are expressed as numerical values for RMS + Peak phase errorTracesPeak phase error vs. timeAccuracyBetter than ±0.5° rms phase error ±1.0° peak phase error8PSK MODULATIONThe minimum RMS magnitude of the error vector is calculated for a single slot.Burst TypeNormal onlyEVM Range0 to 20% EVM RMS0 to 40% EVM peakIndicationEVM % (rms and peak), phase error degrees (rms and peak), 95th percentile EVM %, origin offset suppression (dB), and droop (dB) Accuracy±0.4% RMS ±1% peakOffset Origin Suppression Range>20 dB to 60 dB (floor)Offset Origin Suppression Accuracy±0.5 dB at 33 dBNotes(1) Excluding the effects of noise(2) Requires opt 100BLERMeasurement ResultsBlock Error Rate (%)Number of Radio Blocks TestedNumber of Radio Blocks in ErrorNumber of Active Slots Analyzed per frameBER, BER II, RBER II, FERMeasurement ResultsMode C burst loopbackNumber of bits examinedNumber of error bits foundBit Error Rate (%)Mode A/B Speech loopbackNumber of frames examinedErased Speech FramesSpeech Frame Erasure Rate (%)GENERALOperating SystemWindows®7/32-bit or 7/64 bitRequired Memory512 Mbytes minimum, 1024 Mbytes recommendedDisplay ResolutionMinimum 1024 x 768OtherPXI 3000 Series modules require NI VISA version 4.6 or later (NI Visa 4.2 or later). PXI 3000 Series module drivers version 7.0.0 or laterORDERINGGSM/EDGE Measurement SuiteWhen purchased with a 303x, order as: 3030 option 100When purchased as an upgrade, then order as: RTROPT100/3030GSM/EDGE test sequencing (for use with PXI Maestro)(2)When purchased with a 303x, order as: 3030 option 200When purchased as an upgrade, then order as: RTROPT200/3030PXI Studi o 2 and PXI Maestro core appli cati ons are suppli ed as standard wi th PXI 3000 Seri es modules or may be downloaded from/products/validation/modular-instrumentation/pxi/application-software/Cobham Wireless -Validation/wireless Part No.46891/475, Issue 5, 07/15。
VVDI2 –Transponder Programmer User ManualTable of Contents1.Document Declaration (4)2.Overview (5)2.1.Noun explanation (5)2.2.Options (5)2.3.Transponder Programming (5)2.4.Special Transponder (6)2.5.Immobilizer Data Tool (6)2.6.Other Key Tool (6)2.7.Prepare Remote (6)2.8.Remote frequency test (6)2.9.IC Chip Program (6)3.Options (7)3.1.Choose Language (7)3.2.Antenna Parameters (7)4.Transponder Programming (8)4.1.Autodetect Transponder (9)4.2.PCF7930/PCF7931/PCF7935 (10)4.3.HITAG2 (11)4.4.HITAG2+ EE (14)4.5.HITAG2 Extended (15)4.6.HITAG3 (16)4.7.HITAG Pro (17)4.8.HITAG (BMW) (18)4.9.HITAG (VAG) (19)4.10.MEGAMOS 13 (20)4.11.MEGAMOS 48 (21)4.12.MEGAMOS 8E (22)4.13.TEMIC 11/ TEMIC 12 (23)4.14.TEMIC 8C (24)4.15.TIRIS 4C (25)4.16.TIRIS DST 4D/TIRIS DST 4E (26)4.17.TIRIS DST+ (27)4.18.T5/TK5551 (28)5.Special Transponder (29)5.1.Mainly function (29)5.2.Support Type (29)5.3.Some Special Transponder Note (32)6.Immobilizer Data Tool (34)6.1.Mainly function – Make a working key (34)6.2.Support Car Type (35)6.3.Special Note (37)7.Other Key Tool (38)8.Prepare Remote (43)8.1.Prepare new remote key (43)1.D ocument DeclarationPlease view the following declaration carefully:◆VVDI2 – Transponder Programmer User Manual can help you maintenance vehiclesand read/write transponder with VVDI2 device. Please DON’T used for illegal purpose, Please follow the national law◆VVDI2 – Transponder Programmer User Manual is written by VVDI2, please DON’Tused for commercial purposes without authorize◆VVDI2 –Transponder Programmer User Manual can help you how to useTransponder Programmer software, please view carefully◆Any illegal use VVDI2 –Transponder Programmer User Manual, illegal useVVDI2 device, The user should take all risks, the company does not assume any responsibility2.O verview2.1.Noun explanation◆Transponder: immo transponder, the transponder inside key, sometimes we call itchip◆sub-remote-pcb: the remote PCB, used in Prepare Remote function. After write datawith remote programmer, it can adapt to car for remote function◆Remote Programmer: It is not standard device, This device can connect to DB15 inVVDI2, it can prepare remote key with sub-remote-pcb◆Byte: a decimal value between 0-255, but we can’t input decimal value, we input hexvalue, every byte between 00-FF.Note: For the byte use in transponder, every input character must belong to 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F2.2.OptionsDetail can be found in chapter 3 Options◆Choose Language2.3.Transponder ProgrammingDetail can be found in chapter 4 Transponder ProgrammingSupport auto detect transponder type, support following types:1) PCF7930/PCF7931/PCF79352) HITAG23) HITAG2+ EE4) HITAG2 Extended5) HITAG36) HITAG Pro7) HITAG (BMW)8) HITAG (VAG)9) MEGAMOS1310) MEGAMOS4811) MEGAMOS8E12) TEMIC 11/TEMIC 1213) TEMIC 8C14) TIRIS 4C15) TIRIS DST 4D/4E16) TIRIS DST+17) T5/TK55512.4.Special TransponderDetail can be found in chapter 5 Special TransponderThis function can prepare a blank transponder to special one, just as key ordered by dealer, it can be learned to car with PIN2.5.Immobilizer Data ToolDetail can be found in chapter 6 Immobilizer Data ToolThis function can make a working key directly with immobox EEPROM dump. Support most of the car manufacture2.6.Other Key ToolDetail can be found in chapter 7 Other Key ToolMainly include unlock key, VAG searching 7th bytes CS, VAG prepare dealer with 7 bytes CS, Change MEGAMOS 48 ID etc2.7.Prepare RemoteDetail can be found in chapter 8 Prepare RemoteThis function use Remote Programmer write special data to sub-remote-pcb, make sub-remote-pcb become an original remote key, it can adapt to car for remote function2.8.Remote frequency testJust provide power to VVDI2, place remote key on CHECK area, CHECK area is on VVDI2 device, Press button “F”, then press any button of your remote key, the frequency and type will display on VVDI2 LCD display2.9.IC Chip ProgramAttention: this function not support now3.O ptions3.1.Choose LanguageSupport following languages:◆Chinese (Simplified)◆EnglishPlease manual set user language after first run program3.2.Antenna ParametersYou can make the antenna more stable with change gain value (PICTURE 3.1)For every key is different from each other, the transponder is different position in the key, Thus will cause bad answer while access transponder. You can change antenna gain to large the sensing range, make antenna access the far away transponderAntenna gain value can be 0, 1, 2, 3When gain value smaller, the sensing range will be small and lower. If the transponder position is higher from antenna, the access may failedWhen gain value larger, the sensing range will be large and higher. If the transponder position is lower from antenna, the access may failedSimply:If the transponder position is far away from antenna, you need select higher gain for access, example: 2 or 3If the transponder position is nearby or in antenna, you need select lower gain for access, example: 0 or 1(PICTURE 3.1)4. Transponder ProgrammingSupport following types:1) Autodetect Transponder2) PCF7930/PCF7931/PCF79353) HITAG24) HITAG2+ EE5) HITAG2 Extended6) HITAG37) HITAG Pro8) HITAG (BMW)9) HITAG (VAG)10) MEGAMOS1311) MEGAMOS4812) MEGAMOS8E13) TEMIC 11/TEMIC 1214) TEMIC 8C15) TIRIS 4C16) TIRIS DST 4D/4E17) TIRIS DST+18) T5/TK55514.1.Autodetect Transponder(PICTURE 4.1)Input transponder to VVDI2 programmer, press button “Autodetect Transponder”, it will detect transponder type and simple status information. You can turn to specify type after success read (PICTURE 4.1). Autodetect Transponder function can run without software, just provide power to VVDI2, press button “T” on the device, transponder type will show in the LCD display4.2.PCF7930/PCF7931/PCF7935Many old cars use this transponder as immo transponder, this transponder support generate many types special transponder. It mainly contains Password, Main memory, Shadow memory etc. Note: PCF7930 and PCF7931dont have Shadow memory, only have Main memory. PCF7935 have this 2 memory both. Shadow memory only has 16 bytesWrite: You need read transponder success before write, modify the position to your expect value, the byte will change read after edit, then write to transponder(PICTURE 4.2)(PICTURE 4.2)Read Transponder: Read Main memory don’t require passwordWrite: For the transponder enabled Password feature, you must place correct password in Password area before write4.3.HITAG2HITAG2 is very popular immo transponder(PICTURE 4.3),it is compatible with PHILIPS PCF7936 transponders. It support following types:PCF7936PCF7941PCF7942/44PCF7943PCF7945PCF7946PCF7947PCF7952PCF7953PCF7961(There’s some other HITAG2 transponder made by small company, it don’t have the above type, but also support)Access method:PCF7936 support Password mode and Cipher modeOther’s don’t have Password mode itself, only have Cipher modeFor Password mode: Only SK low was used for login,Default key:4D494B52For Cipher mode: It use SK low and SK high for login,Default key:SK low:4D494B52;SK high: 4F4ECoding method:Support Manchester and Biphase coding (Note: Most immo transponder use Manchester coding, rarely use Biphase type)(PICTURE 4.3)◆Read TransponderIt will read all readable page and shown in window (Transponder information, Transponder data, Remote control(not all transponder have this area)),it will try password mode and cipher mode automatically, also Manchester and Biphase automatically. For the transponder with default key we can read all readable pages. If the transponder was changed SK value, we can only read ID before you input correct SK value in Parameter. Every page in HITAG2 has 4 bytes. The type is detect with identifier, so it will not strictly for many OEM keys◆About the transponder manufacture configuration(TMCF)TMCF byte is very important; usually it is the first byte in Config page. Example: Config page is “XXYYZZWW”(4 bytes). The first byte “XX”is TMCF,write error TMCF value can lock the transponder or damage it. The specify explanation for TMC following: Convert XX(hex) to binary, it have 8 bits, every bit can be 0 or 1, we set as: X1 X2 X3 X4 X5 X6 X7 X8X1: If set to 1, the SK low and SK high was unable to read and writeX2: If set to 1, the Config page was unable to write, but read is always availableX3: If set to 1, Remote control area was unable to read and write(Note: PCF7936 have none about this bit)X4: If set to 1, transponder data was unable to write, but read is always available X5: If set to 1, transponder is use transponder data area. If set to 0, mean use remote control area (Attention: For PCF7936, if set to 1, transponder use Cipher mode, if set to 1, transponder use Password mode)X6: Always 0, reserve bit (Attention: PCF7936 must set to 1, set to 0 will damage transponder)X7: Always 0, reserve bit (Attention: PCF7936 must set to 1, set to 0 will damage transponder)X8: If set to 0, transponder use Manchester coding, if set to 1, use Biphase coding (CDP)How to change a byte to binary: With PC system Calculator ->Select Scientific->Select Hex ->input TMCF value ->Select Bin, you can see the binary values. If binary not have total 8 bits, means the front have several 0Example: TMCF value is C8, so X1-X8 have value: 11001000The transponder use Manchester codingThe transponder use transponder data areaThe SK low and SK high was unable to read and writeThe Config page was unable to write, but support read4.4.HITAG2+ EESupport read EEPROM data for PCF7952, PCF7945, PCF7953 etc. (Note:Standard access method for HITAG2+ EEPROM, just like Hyundai, Kia keys. BMW key not belong to this type)(PICTURE 4.4)(PICTURE 4.4)4.5.HITAG2 ExtendedSupport read/write EEPROM data for HITAG2 Extended transponder, mainly used n GM cars. You can read with SK values. Enable SK will read more data compared with not enable SKWrite: You need read transponder success before write, modify the position to your expect value, the byte will change read after edit, then write to transponder (PICTURE 4.5)(PICTURE 4.5)4.6.HITAG3Support read EEPROM data for HITAG3 (Some new key in Nissan use this type)(PICTURE 4.6)(PICTURE 4.6)4.7.HITAG ProHITAG Pro transponder, now we know BMW F-Series keys, new Porsche keys belong to this type. Support read EEPROM data (PICTURE 4.7)(PICTURE 4.7)Support read/write EEPROM data for BMW remote (keyless) keys.Write: You need read transponder success before write, modify the position to your expect value, the byte will change read after edit, then write to transponder(PICTURE 4.8)(PICTURE 4.8)HITAG (VAG) is a special transponder for VAG immo5 keys. It can read EEPROM data. As we know, A4/A5/A6/A7/A8/Q5/Touareg cars with immo5 system use this type key (PICTURE 4.9)(PICTURE 4.9)4.10.MEGAMOS 13MEGAMOS 13 only have a data stream.Support copy transponder: Just write the transponder identifier to the simulate transponder (T5 or PCF7935)(PICTURE 4.10)(PICTURE 4.10)MEGAMOS 48 have 16 pages(PICTURE 4.11),We can read Page0-Page4, Page15-Page12. Other pages only have write operation. Every page has 2 bytes(PICTURE 4.11)◆Read TransponderRead identifier (Page3/Page2), config page (Page1, Page0) and user page (Pager15-Page12)If page 1 shown with red mean the transponder is locked. You can’t write any data to locked transponderAbout change MEGAMOS 48 identifier: see Change megamos 48 ID in chapter 7 Other Key Tool◆PIN / UnlockThe PIN code is stored in Page11, Page10,this 2 pages is write only page. You can lock the transponder to blank one with button “Unlock” and correct PIN codeAttention: Electronic MEGAMOS 48 made by VAG don’t support unlock operation◆Crypto KeyMEGAMOS 48 have 12 bytes crypto key, stored in page9-page4Input correct key in page9-page4 (not write, only input), Press button “Verify”, you can verify the crypto key with values stored in transponderMEGAMOS 8E transponder (PICTURE 4.12), mainly contain identifier, Data area, Crypto key area. This transponder usually used in A6/Q7/Allroad (EZS-Kessy J518 4th immobilizer system)(PICTURE 4.12)Read Transponder: It can read identifier, and 8 pages data area. Every page has 2 bytesCrypto key area: This area only support write. It contain the crypto key, total 12 bytes Unlock: You can unlock the transponder to blank with correct crypto keyCheck Blank: Check transponder locked or not, the transponder will locked immediately after write crypto key4.13.TEMIC 11/ TEMIC 12TEMIC 11和TEMIC 12芯片非常接近, 通讯方式略有不同. 对于标准的芯片来说, TEMIC 11芯片默认头部为BEFA, TEMIC 12芯片默认头部为660F或66F0. 可以使用自动搜索,也可以通过移位功能手动搜索(PICTURE 4.13). 此芯片只有一个数据流信息, 支持芯片拷贝.拷贝只要把原始芯片ID写入到T5模拟芯片中(PICTURE 4.13)TEMIC 8C芯片只有一个数据流信息(PICTURE 4.14)(PICTURE 4.14)TIRIS 4C only have a Data stream (PICTURE 4.15)Support copy transponder: Just write the Tiris 4C data to TIRIS 4C or TPX1(PICTURE 4.15)4.16.TIRIS DST 4D/TIRIS DST 4ETIRIS DST 4D is very similar with TIRIS DST 4E,they have same data area and algorithm, crypto key is 40 bit(5 bytes) stored in page 4. The only different is they have different coding method, so this 2 transponder can’t instead each other (PICTURE 4.16)(PICTURE 4.16)◆Read Transponder: Read Page1-Page4 (default key can read for page4) and getlock status. If the page was locked, you can’t write data anymore. Page3 usually use as identifier, it combined with 3 bytes Serial and 1 bytes manufacture code◆Write: Write data to unlock page. Page1 and Page2 have 1 byte, Page3 have 4 bytes,Page4 have 5 byes◆Lock: It can protect the page for write operation◆TIRIS crypto verify: This function can verify the stored crypto key (page4) right ornotCheck TIRIS response (40 bits): VVDI2 send the seed to transponder and read the crypto value (3 bytes)Calc TIRIS response (40 bits): VVDI2 have the algorithm for TIRIS 40 bits, we can calculate the seed and key, get right crypto value (3bytes). Compare this value with transponder response value, if they are same, the transponder have same crypto key as you input. (Attention:For some special crypto key, you need check several different seed for the verify)4.17.TIRIS DST+TIRIS DST+ support 2 algorithm, one is same as TIRIS DST 4D (40 bits), another is 80 bits (10 bytes) algorithm (Toyota G transponder use this type). It have same coding method with TIRIS DST 4D,so if the transponder deploy to 40 bits method, it can instead TIRIS DST 4D transponder(PICTURE 4.17)(PICTURE 4.17)◆Read Transponder: Read Page1, Page2, Page3, Page4 (Default key can be read),Page8-Page12, Page29, Page30 and lock status. If the page was locked, you can’t write data anymore. Page3 usually use as identifier, it combined with 3 bytes Serial and 1 bytes manufacture code◆Write: Write data to unlock page. Page1 and Page2 have 1 byte, Page3 have 4 bytes,Page30 have 2 bytes, other’s page all have 5 bytes◆Lock: It can protect the page for write operation◆TIRIS crypto verify: This function only support verify 40 bits methodtransponderCh Check TIRIS response (40 bits): VVDI2 send the seed to transponder and read the crypto value (3 bytes)Calc TIRIS response (40 bits): VVDI2 have the algorithm for TIRIS 40 bits, we can calculate the seed and key, get right crypto value (3bytes). Compare this value with transponder response value, if they are same, the transponder have same crypto key as you input. (Attention:For some special crypto key, you need check several different seed for the verify)4.18.T5/TK5551T5/TK5551 is a very useful transponder; it can simulate many other transponders. The Data area only support write. Simulate require write different config and data. Attention: This transponder is very complex, you’d better not write data manually, use function provide by VVDI2, write error data can damage transponder (PICTURE 4.18)(PICTURE 4.18)5.S pecial Transponder5.1.Mainly functionSpecial Transponder, it can prepare a special transponder (original manufacture key). It can be learned to car with PIN code(PICTURE 5.1)(PICTURE 5.1)5.2.Support TypeSupport following types:1) TP22 (Seat-CAN) --- Megamos Crypto 482) TP23 (Volkswagen-CAN) --- Megamos Crypto 483) TP24 (Skoda-CAN) --- Megamos Crypto 484) TP25 (Audi-CAN) --- Megamos Crypto 485) ID33 Citroen/Peugeot/Fiat/Lancia VALEO --- PCF79356) ID33 Fiat BOSCH --- PCF79357) ID33 Mazda --- PCF79358) ID33 Mitsubishi --- PCF79359) ID33 Nissan --- PCF793510) ID33 Nissan 2 --- PCF793511) ID33 Opel/Vauxhall/Cadillac/Holden --- PCF793512) ID33 Opel/Vauxhall/Cadillac/Holden 2 --- PCF793513) ID33 Volkswagen --- PCF793514) ID40(44) China Cars --- PCF793515) ID40 Opel/Vauxhall/Cadillac/Holden --- PCF793516) ID41 Nissan --- PCF793517) ID42 Volkswagen --- PCF793518) ID44 Mitsubishi --- PCF793519) ID44 Volkswagen 1 --- PCF793520) ID44 Volkswagen 2 --- PCF793521) ID45 Peugeot --- PCF793522) ID46 China Cars --- PCF793623) ID46 VAG --- PCF793624) ID46 Nissan X-Trail25) ID46 Nissan Platina26) ID46 Nissan Keyless --- Key Card27) ID46 Infinity Keyless --- Key Card28) ID46 Nissan Micra --- Remote Key29) ID46 Nissan Tida --- Remote Key30) ID46 Renault Master II --- Remote Key31) ID46 Renault Clio II --- Remote Key32) ID46 Renault Master II --- Transponder 793633) ID46 Renault Trafic II --- Remote Key34) ID46 Renault Trafic II --- Transponder 793635) ID46 Nissan Primastar --- Remote Key36) ID46 Nissan Primastar --- Transponder 793637) ID46 Nissan Interstar --- Remote Key38) ID46 Nissan Interstar --- Transponder 793639) ID46 Opel Astra H / Zafira B --- Remote Key40) ID46 Opel Corsa D --- Remote Key41) ID46 Opel Vectra C --- Remote Key42) ID46 Opel Vivaro --- Remote Key43) ID46 Opel Vivaro --- Transponder 793644) ID46 Opel Movano --- Remote Key45) ID46 Opel Movano --- Transponder 793646) ID46 Opel Movano III --- Remote Key47) ID46 Renault Master III --- Remote Key48) ID46 Renault Clio III --- Remote Key49) ID46 Renault Modus III --- Remote Key50) ID46 Renault Espace IV --- Transponder 793651) ID46 Renault Espace IV --- Key Card 2-buttons52) ID46 Renault Espace IV --- Key Card 3-buttons53) ID46 Renault Laguna II --- Transponder 793654) ID46 Renault Laguna II --- Key Card 2-buttons55) ID46 Renault Laguna II --- Key Card 3-buttons56) ID46 Renault Laguna III --- Key Card57) ID46 Renault Vel Satis --- Transponder 793658) ID46 Renault Vel Satis --- Key Card 2-buttons59) ID46 Renault Vel Satis --- Key Card 3-buttons60) ID46 Renault Megane II --- Key Card61) ID46 Renault Scenic II --- Key Card62) ID46 Renault Twingo --- Remote key63) ID46 Renault Twingo --- Transponder 793664) ID46 Citroen/Fiat/Lancia/Peugeot --- PCF793665) ID46 Citroen/Peugeot --- PCF793666) ID46 Citroen/KIA/Hyundai/Peugeot --- PCF793667) ID46 Fiat/Iveco --- PCF793668) ID46 Renault/Chrysler --- PCF793669) ID46 Chrysler CAN bus (Y164,Y170) --- PCF793670) ID46 Chevrolet Circle Plus --- PCF793671) ID46 Mitsubishi --- PCF793672) ID46 Saab73) ID46 Hyundai Remote key 794674) ID46 KIA Remote key 794675) ID60 Generic --- Texas 4D76) ID61 Mitsubishi II --- Texas 4D77) ID62 Suzuki BIKE --- Texas 4D78) ID62 Kawasaki BIKE --- Texas 4D79) ID62 Mitsubishi III --- Texas 4D80) ID63 Ford/Mazda --- Texas 4D81) ID64 Chrysler/Subaru --- Texas 4E82) ID65 Suzuki/Subaru --- Texas 4D83) ID66 Suzuki --- Texas 4D84) ID67 Toyota --- Texas 4D85) ID68 Lexus --- Texas 4D86) ID69 Yamaha --- Texas 4D.(JMA TP31)87) ID70 Toyota Europe --- Texas 4D88) ID70E Toyota Hybrid --- Texas 4D89) ID73 Mitsubishi --- PCF793590) ID8C Ford/Mazda --- Temic 8C91) ID8C Proton --- Temic 8C92) Mercedes Benz G- Class --- PCF 793093) Mercedes Benz C- Class/E- Class --- PCF 793094) Mercedes Benz ML --- PCF 793095) VW Jetta 2010 (China) --- Megamos Crypto 485.3.Some Special Transponder Note◆ID40(44) China cars --- PCF7935: this type need select sub type: Chery, Geely,Great Wall, Haima, ChangAn (PICTURE 5.2)(PICTURE 5.2)◆ID46 China cars --- PCF7936: this type need select sub type: Chery, Geely, GreatWall, Haima, Zotye Auto, Maple Auto, Zhonghua 530, Zhonghua 230 (PICTURE 5.3)(PICTURE 5.3)ID67(Toyota)/ID68(Lexus)/ID70(Toyota-Euro)/ID70E(Toyota Hybrid) --- TIRIS 4D: this type need select key position: Master key1, Master key2, Master key3, Master Key4, Valet Key1, Valet Key2 (PICTURE 5.4)(PICTURE 5.4)6. Immobilizer Data Tool6.1.Mainly function – Make a working keyImmobilizer Data Tool, simply name write start. It can load car immobox EEPROM dump, make a working key directly. Provide detail transponder type and EEPROM type accord selected car (PICTURE 6.1): car original transponder, require new transponders, EEPROM chip, EEPROM size etcHow to make a working key with immobox EEPROM dump file, steps:1) Load immobox EEPROM dump (BIN file) with Load EEPROM dump…, it will displayused key ID, key number, and PIN(if it have) etc2) Select a key position for new key3) Input a blank key to VVDI2 programmer, Press button Make Dealer Key4) After make key success, if you get save new EEPROM window, you need write newdump file to immobox to make new key working(Expect there’s special note). If there’s no save new EEPROM window, the made key can start engine directly(PICTURE 6.1)6.2.Support Car TypeSupport following types:◆AsiaAcuraBrillianceBesturnChang AnGreat WallCheryDaewooDaihatsuGeelyHaimaHondaHyundaiInfinitiIsuzuKawasakiKiaLexusMazdaMitsubishiNissanProtonSaicMotorSaipaIKCOSsangYongSubaruSuzukiTataToyotaYamaha◆EuroAlfa RomeoApriliaAston MartinAudiBentleyBMWCitroenDaciaDAFDucatiFerrariFiatGileraIvecoJaguarLanciaLDVMANMaseratiMercedes BenzOpelPeugeotPiaggioPolonezPorscheRenaultRoverSaabScaniaSeatSkodaSmartTagAZUAZVAZVolvoVW◆USABuickBombardierCadillacChevroletChryslerDodgeFordGMCJeepLincolnOldsmobilePontiac6.3.Special Note◆You’d better use VVDI Programmer for read Immobox EEPROM dump file◆When you save new EEPROM dump, DON’T write to original dump file, save a newname◆For VAG CDC32xx type, some type need FLASH for make dealer key◆For BMW CAS3+ encrypt version, we need working key, engine EEPROM dump orISN support (PICTURE 6.2)◆For some special immobox, VVDI2 can fix the crashed EEPROM dump to new one.Please load new saved EEPROM dump and make key◆Porsche support Erase key, after ease key will save new dump. Make dealer keyshould load new dump(PICTURE 6.3)(PICTURE 6.2)(PICTURE 6.3)7. Other Key ToolMainly include following types, there will be a steps after select one item◆Unlock – Megamos 48 transponder: Unlock all dealer key prepared by VVDI2 (Expectelectronic MEGAMOS 48) (PICTURE 7.1)◆Unlock – A6/Q7/Allroad Key (MEGAMOS 8E): Require load J518 EEPROM(PICTURE7.2)◆Unlock – PassatB6/CC 46 transponder key (need 95320 EEPROM): Require comfort◆◆◆th ◆◆in(PICTURE 7.1)(PICTURE 7.2)(PICTURE 7.3)(PICTURE 7.4)(PICTURE 7.5)(PICTURE 7.6)(PICTURE 7.7)(PICTURE 7.8)8. Prepare Remote8.1.Prepare new remote keyThis function can write special data to sub-remote-pcb via Remote Programmer(PICTURE8.1). Make sub-remote-pcb have original remote key function (PICTURE 8.2)◆Requires connect Remote Programmer to VVDI2 DB15 Interface. RemoteProgrammer is not a standard device, you can connect your dealer for detail◆Have offline database, and can update database via internet automatically◆Choose specify remote type, connect Remote Programmer to VVDI2 DB15 interface,and connect another head to sub-remote-pcb. Press “Prepare Remote” and wait end ◆After write success, the sub-remote-pcb have same function as original remotekey, What you need to do is adapt the sub-remote-pcb to car◆About Prepare from file: If you select this option, it will ask you load a remote filewhen prepare remote. Attention: the file must get from VVDI2. Write other data may damage sub-remote-pcb◆Feedback: You can feedback any question in prepare remote here. Just write yourquestion and contact method and feedback to VVDI2(PICTURE 8.1)(PICTURE 8.2)。
- ..Altium_Designer(protel_DXP)英文菜单汉化对应表表2021-01-08 17:065964人阅读评论(0)收藏举报分类:硬件〔100〕%s - No SI model for part%s - 没有部件的SI模型%s Degrees%s 度%s mm%s 毫米%s object selected in %s document在%s个文档有%s个对象被选中%s Objects Displayed (%s Selected)%s 对象显示(%s 被选择)%s objects selected%s 对象被选择(custom)(自定义)(pixels)(像素)+12 Power Port+12 电源端口+5 Power Port+5 电源端口-5 Power Port-5 电源端口0 Hidden ment strings0 隐藏注释行0.01uF Capacitor0.01uF 电容0.1uF Capacitor0.1uF 电容1 Locked ponents1 锁定元件1 By Ascending X Then Ascending Y根据X递增量决定Y递增量1.0uF Capacitor1.0uF 电容100K Hertz Pulse100KHz 脉冲100K Hertz Sine Wave100KHz 正弦波100K Resistor100K 电阻10K Hertz Pulse10KHz 脉冲10K Hertz Sine Wave10KHz 正弦波10K Resistor10K 电阻10uF Capacitor10uF 电容1K Hertz Pulse1KHz 脉冲1K Hertz Sine Wave1KHz 正弦波1K Resistor1K 电阻1M Hertz Pulse1MHz 脉冲1M Hertz Sine Wave1MHz 正弦波2 Pads and vias with a hole size between 15and 302 焊盘和过孔的孔大小在15-30之间2.2uF Capacitor2.2uF 电容4 All testpoints4 全部测试点4 Port Serial Interface4 端口串行接口4.7K Resistor4.7K 电阻47K Resistor47K 电阻5 ponent track and arc silkscreenprimitives5 元件丝印层的根本线和弧线A KeywordA关键字Abort Simulation终止仿真About Design Explorer关于设计浏览器Absolute绝对Absolute Layer绝对层Absolute Origin绝对原点AC Small Signal Analysis Setup交流小信号分析配置Accept Changes (Create ECO)成认改变(建立ECO)Access Code验证码Accuracy精度Activates open documents激活显示文本Active Low Input激活低电平输入Active Low Output激活低电平输出Active project当前激活工程Active sheet当前激活图纸Active Signals激活的信号Add All添加全部- ..Add All Waveforms添加全部波形Add as Rule作为规那么添加Add Assembly Outputs增加装配输出Add Class添加分类Add ponent Part添加元件部件Add Document增加文本Add Document to Focused Project添加文档到当前工程Add Documentation Outputs增加文本输出Add Existing Project添加已存在的工程Add Fabrication Outputs增加生产输出Add first condition添加首要条件Add From To添加From ToAdd Internal Plane增加电层Add Layer添加层Add Library添加库Add License添加许可证Add Net添加网络Add Net Class添加网络分类Add Netlist Outputs增加网表输出Add New Cursor增加标Add New Model添加新模式Add New Project添加新工程Add One添加一个Add or Remove Libraries添加或移出库文件Add Other Outputs添加其他输出Add Plane添加电层Add Plot增加图表Add Project To Version Control将工程添加到版本控制Add Remove ponent Libraries添加移出元件库Add Remove Libraries添加/移出库文件Add Reports增加报告Add Selected添加选择的Add Selected Primitives to ponent添加所选根本元素到元件Add Sheet Entry添加图纸入口Add Signal Layer增加信号层Add Suffix加后缀Add Template to Clipboard添加模板到剪贴板Add To Current Sheet添加到当前图纸Add to Custom Colors添加到自定义颜色Add To Design添加到设计Add To Entire Project添加到整个工程Add to new Y axis增加到新Y轴Add to Project添加到工程Add To Sheet添加到图纸Add To Version Control添加到版本控制Add top level signals to waveform给波形增加顶层信号Add Variant添加变量Add Watch增加监视Add Wave增加波形Add Wave To Plot给图表增加波形Add Waveform增加波形Add waveforms to the new plot给新图表增加波形Add Y Axis增加Y 轴Add/Edit Model增加/编辑模型Add/Remove Libraries装载/移出库文件Add/Remove Library装载/移出库AddAlias添加别名Advanced (Query)高级(查询)Advanced Mode高级模式Affected Document所影响的文本- ..Affected Object所影响的对象Aggregate合计Align Bottom底部对齐Align ponents对齐元件Align ponents by Bottom Edges根据元件下缘对齐Align ponents by Horizontal Centers元件居中对齐Align ponents by Left Edges元件左边对齐Align ponents by Right Edges元件右边对齐Align ponents by Top Edges元件对齐顶部边缘Align ponents by Vertical Centers根据垂直中心对其元件Align Left左对齐Align Right右对齐Align Top顶部对齐Aligned - Bottom对齐- 底部Aligned - Center对齐- 中心Aligned - Inside Left对齐- 部左边Aligned - Inside Right对齐- 部右边Aligned - Left对齐- 左边Aligned - Right对齐- 右边Aligned - Top对齐- 顶部all全部All ponents全部元件All Draft全部草图All Final全部最终All Hidden全部隐藏All Locked全部锁定All Nets全部网络All Off全部关闭All On全部翻开All On Current Document全部当前文档All on Layer全部翻开层All open schematic documents所有翻开原理图文档All Orientations所有方向All schematic documents in the currentproject当前工程中所有原理图文档All Text Docs全部文本文件Allow Dock允许停放Allow multiple testpoints on same net允许同一网络多个测试点Allow Ports to Name Nets允许端口到网络名Allow Sheet Entries to Name Nets允许图纸入口到网络名Allow Short Circuit允许电路短路Allow Synchronization With Database允许和数据库同步Allow Synchronization With Library允许和库同步Allow testpoint under ponent元件下允许测试点Allow Vias under SMD PadsSMD焊盘下允许过孔Allowed Orientations允许方向Allowed Side and Order允许边和定制Alpha字母Alpha Numeric字母数字Alpha Numeric Suffix字母数字下标Alphabetically字母顺序Alternate 1另一选择1Alternative其他选择Always load error file总是加载错误文件Amplitude振幅Analog模拟Analog +12V (+12V)模拟+12V (+12V)Analog +5V (+5V)模拟+5V (+5V)Analog Ground (AGND)模拟地(AGND)Analog Routing 1模拟布线层1Analog Routing 2模拟布线层2- ..Analog Routing 3模拟布线层3Analog Signal In模拟信号输入Analyse分析Analyses Setup分析配置Analyses/Options分析/选项Analysis分析Analysis Errors分析错误Analyze Design分析设计Analyze Document分析文档And Gate与门And to wrap long lines增加到可交换长行Angular角形Angular Dimension角度Angular Step角幅Animation speed动画速度Annotate标注Annotation注释Anode正极ANSIANSIAny任何Aperture File (using Wizard formats)光圈文件(利用向导格式) Aperture Library光圈库Aperture List光圈列表Aperture Matching TolerancesD码表匹配公差Append Sheet Numbers to Local Nets附加图纸编号到本地网络Applicable Binary Rules适用的二元规那么Applicable Rules适用的规那么Applicable Unary Rules适用的一元规那么Apply Filter应用过滤器Apply to Active Chart Only仅适用于激活图表Apply to Entire Document适用于整个文本Arc弧线Arc (Any Angle)弧形(任何角度)Arc (Center)弧形(定中心)Arc (Edge)弧形(边限)Arc Line Width弧线宽度Arc Radius圆弧半径Architecture构造Archive project document存档工程文件Arcs弧形Arithmetic算法Around Point附近的点Arrange All Windows Horizontally水平排列所有窗口Arrange All Windows Vertically垂直排列所有窗口Arrange ponents Inside Area在区域排列元件Arrange ponents Within Room在布局空间排列元件Arrange Outside Board在底边界外排列Arrange Within Rectangle在矩形里排列Arrange Within Room在布局空间里排列Arrow Length箭头长度Arrow Line Width箭头线宽度Arrow Position箭头位置Arrow Size箭头大小Arrow Style Power Port发射型电源端口Arrow Width箭头宽度Articles and Tutorials文章和教程Assembly %s装配%sAssembly Drawings装配制图Assembly Outputs装配输出At Margin在页边距- ..At Window在窗口Attributes on Layer层上属性Auto Create posite自动创立合成Auto indent mode自动缩进模式Auto Pan Fixed Jump自动平移固定围Auto Pan Off自动平移关闭Auto Pan Options自动平移选项Auto Pan ReCenter自动平移至中心Auto Placement自动布局Auto Placer自动放置Auto Route自动布线Auto save every自动保存间隔Auto Zoom自动缩放Auto-Increment During Placement在布局时自动增加Auto-Junction自动加节点Auto-Position Sheet自动定位图纸Automatic (Based on project contents)自动〔基于工程容〕Automatically crossprobe first error自动穿插检索第一个错误Automatically Remove Loops自动去除回路Autopan Options自动位移选项Autoposition自动定位Autosave desktop自动保存桌面设置Available Libraries当前库Available Routing Strategies可用的布线策略Available Signals可用的信号Average Track Length (mil)平均铜线长度〔mil〕Avg平均Avoid Obstacle避开障碍物Back Annotate反向标注Background背景Backspace unindents回车取消缩进Backup Files备份文件Backup Options备份选项Ball Grid Arrays (BGA)BGABallistic可变速度移动Bank1组列1Bank2组列2Bar Style Power Port条型电源端口Bar to use as Main Menu栏作为主菜单使用Bar Type栏类型Bars栏Base Value低电平Baseline基线Baseline Dimension基线尺度Basic DC根本直流Batch批处理Batch Mode批命令模式Begin Group开场分组Below is a list of all the processesprovided by this server以以下表是此效劳提供的所有处理模块Beta DegBeta降级Bezier曲线BGA OptionsBGA 选项Bidirectional Signal Flow双向信号流向Bill of Materials材料清单Bill of Materials (By PartType) For Project[%]工程[%s]物料清单(元件类型)Bill of Materials For PCB%sPCB %s材料清单Bill of Materials For Project %s工程材料清单%sBitmap File位图文件Blank Project (Embedded)空白工程(嵌入式)- ..Blank Project (FPGA)空白工程(FPGA)Blank Project (Library Package)空白工程(库包) Blank Project (PCB)空白工程(PCB)Block Indent块缩进Block Name块名称Block Name : %s块名称: %sBoard板Board Area Color板区域颜色Board Dimensions板尺寸Board in 3D3D 板视图Board Information板信息Board La&yers & Colors板层和颜色Board La&yers && Colors板层和颜色Board Layers Colors板层颜色Board Layers & Colors板层和颜色Board Layers and Colors板层和颜色Board Line Color板层线颜色Board Options板选项Board Shape板形Board Specifications板技术参数Bold Waveforms实线波形BOOLEAN布尔数学体系Border (Auto-Detect)边界(自动探测)Border Color边框颜色Border On边框显示Border Width边框宽度Bottom底层Bottom Dielectric底部绝缘层Bottom Layer底层Bottom Layer Annular Ring Size底层圆环尺寸Bottom Overlay底层丝印层Bottom Paste底层焊锡层Bottom Solder底层阻焊层Bottom Solder Mask底层阻焊层BottomLayer底层BottomOverlay底层丝印层Brackets支架Break All ponent Unions从单元中别离出所有元件Break ponent from Union从单元中别离出元件Break Track断开轨迹Breakpoints断点Brightness亮度Bring To Front Of带到某对象前面Browse浏览Browse ponent Libraries浏览元件库Browse ponents浏览元件Browse Libraries浏览库Browse Library浏览库文件Bubble Help Advisor (Shift+F1)浮动帮助参谋(Shift+F1) Build posite构造合成Build Later后来再建Build PCB Project构造PCB 工程Build Project构造工程Build Query构造智能语句Build Sooner立即创立Build-Up绝缘层对Building Query from Board从板构造查询Bus总线Bus Entry总线入口Bus indices out of range总线超出围- ..Bus range syntax errors总线围语法错误Bus Width总线线宽By class通过类By document type通过文本类型C MenuC 菜单C StandardC 标准Calc. Copper Area计算.铜面积Calculated Impedance =计算阻抗=Calculated Trace Width =计算线宽=CAM DocumentCAM 文档CAM EditorCAM 编辑器Cannot Locate Document %s无法找到%s文档信息Capacitance电容Capacitor电容Capacitors电容Categories类别Cathode负极Center Dimension中心点尺度Center Horizontal水平居中Center of Object对象中心Center Vertical垂直居中Change Language更换语言Change Order改变顺序Change System Font改变系统字体Change Technology改变封装技术Channel Offset通道偏移Characteristic Impedance Driven Width特性阻抗驱动线宽Chart制图Chart name is blank图表名称为空Chart Options图表选项Check All ponents检查所有元件Check In签入Check Mode校验模式Check Out签出Check Syntax校验语法Choose a snap grid size选择捕获网格尺寸Choose Color选择颜色Choose cursor to delete选择要光标删除Choose cursor to jump to选择要跳转到的光标Choose Default Backup Folder选择缺省的备份文件夹Choose Default Document Folder选择缺省文档文件夹Choose Design Rule Type选择设计规那么类型Choose Document选择文档Choose Document Scope选择文档围Choose Document to Open选择要翻开的文档Choose Document to Place选择文档放置Choose Documents选择文档Choose Documents to Add to Project %s选择文档加到工程%sChoose Documents To pare选择比拟文档Choose documents to pare - one from theleft list and one from the right list选择比拟文档- 一个从左面列表另一个从右面列表选择Choose Project选择工程Choose Project Group to Open选择要翻开的工程组Choose Project to Open选择要翻开的工程Choose second corner选择第二角Choose the document to pare against thedesign hierarchy of %s选择与设计层次%s进展比拟的文本Choose the document to pare against thedesign hierarchy of Documents.PRJPCB选择与工程文本的层次设计进展比拟的文本Choose Top Level选择顶层- ..Choose WAS-IS File for Back-Annotation fromPCB从PCB选择WAS-IS文件作为反向注释Circle Style Power Port循环型电源端口Circuit电路Circuit Simulation电路仿真CKTCKTClamping箝位Class I分类IClass II分类IIClass Type类型Classes分类Classic Color Set典型颜色设置Clean All Nets去除全部网络Clean Single Nets去除单一网络Clear All Nets去除全部网络Clear All Test points去除全部检测点Clear All Testpoints去除全部测试点Clear Browser Marks去除浏览器标记Clear Class去除类别Clear Current Filter去除当前过滤器Clear Current Filter (Shift+C)去除当前过滤器(Shift+C)Clear Existing去除已存在Clear Filter去除过滤器Clear History去除历史Clear Memory去除存储器Clear non-numerical values去除非数字的值Clear Selected去除已选Clear Status去除状态Clear workspace pile messages onpile编译时去除工作空间编译信息Clearance间距Click Clears Selection单击去除选择Click on the finish button to plete thetask在完毕按钮上点击完成任务Client客户端Client License Usage客户端许可证用法Client Setup客户端设置Clip to Area显示框文本Clipboard Reference剪贴板属性clock时钟Close 'pile Errors'关闭‘编译错误’面板Close 'piled Object Debugger'关闭‘编译对象调试器’面板Close 'Differences'关闭‘差异’面板Close 'Files'关闭‘文件’面板Close 'Help Advisor'关闭‘帮助参谋’面板Close 'Inspector'关闭'检视器'Close 'Libraries'关闭'库'Close 'List'关闭'列表'Close 'Messages'关闭‘消息’面板Close 'navigator'关闭‘浏览器’面板Close 'Projects'关闭‘工程’面板Close All Documents关闭全部文件Close posite关闭合成Close Documents关闭文档Close Focused Project关闭当前工程Close Project关闭工程Close Project Documents关闭工程文档Collapse Row折叠行Collect Data For数据收集类型Collector集电极Color Options颜色选项Color Set颜色设置- ..Colors && Gray Scales色彩/灰度级Colours颜色Column Best Fit适应列宽mand Reference命令参考mand Status命令状态栏ment type注释类型p Drag拖动比拟parator比拟器parison Type Description比拟类型描述pile Active Document编译当前文档pile Active Project编译当前工程pile All编译全部pile All Open Projects编译全部已翻开的工程pile All Projects编译所有工程pile Current Project编译当前工程pile Document编译文档pile Errors编译错误pile FPGA Project编译FPGA 工程pile Later后来再编译pile Library编译库pile only if modified仅编译修改之后pile PCB Project编译PCB 工程pile Project编译工程pile Sooner立即编译piled编译piled Object Debugger编译对象调试器piler Options编译选项piling %s正在编译%spiling Flattened Project编译平行工程plex Data复杂数据ponent元件ponent %s元件%sponent Actions元件操作ponent Class Generator元件分类发生器ponent Classes元件分类ponent ment元件注释ponent Connections元件连接ponent Cross Reference元件互相参照ponent Cross Reference Report ForProject %s工程元件穿插参考报告%s ponent Designator%s元件标识符%sponent Grid元件网格ponent Links元件ponent Name部件名ponent Names元件名称ponent Naming元件命名ponent Nets元件网络ponent Parameter元件参数ponent Pin Designator元件引脚标识符ponent Pin Editor元件引脚编辑器ponent Pins元件引脚ponent Placement元件布局ponent Primitives元件根本元素ponent Properties元件属性ponent Report元件报告ponent Rule Check元件规那么检查ponent scope for filtering andselection过滤及选择元件的围ponent Side元件层ponent Type元件类型ponent Types元件类型ponent Wizard元件向导- ..ponent Wizard - Pin Grid Arrays (PGA)元件向导- PGAponents元件ponents Cut Wires元件切线posite Drill Guide合成钻孔向导posite Layers合并层posite Properties合成特性Condition Type / Operator类型/操作状态Condition Value条件值Conductor Width导体宽度Conductors导体Configure Drill Pairs配置钻孔层对Configure Licenses配置软件许可证Configure PLD piler配置PLD编译Configure Project Options for ActiveProject为当前工程配置工程选项Confirm Delete Parameter确认删除参数Confirm Global Edit确定全局编辑Confirm Remove %s确认删除%sConfirm remove the layer %s确认是删除层%sConfirm Selection Memory Clear选择存储器去除时确认Connect Layer连接层Connect Style连接样式Connect To连接到Connect to Net连接到网络Connect Wire Check接线检查Connect Wire Extractor接线数据Connected Copper连接铜线Connected Tracks连接铜线Connection Color连接颜色Connection Matrix连接矩阵Connector连接器Connector Type连接器类型Constant Level常数等级Constraints约束限制Contract All全部压缩Convert Part To Sheet Symbol转换元件为图纸符号Convert Selected Free Pads to Vias将所选自由焊盘转换为过孔Convert Selected Vias to Free Pads将所选过孔转换为自由焊盘Convert Special Strings转换特殊字符串Convert to DXP Plane Mode转换为DXP电层模式Coordinate坐标Coordinate Positions坐标位置Copper thickness铜厚度Copy (Ctrl+C)复制(Ctrl+C)Copy ponent复制元件Copy Footprint From/To复制封装从/到Copy on Field复制域Copy preexisting edif models whenavailable当可访问到时拷贝已经存在的EDIF模型Copy Room Formats复制布局空间格式Copy to Layers复制到层Copyright ?Altium Limited 2002 Altium 所有2002Core (%s)核心(%s)Corner角Corner 1角1Corner 2角2Corrections校正Coupling耦合Create a new Board Level Design Project创立新的板级设计工程Create a new FPGA Design Project创立新的FPGA设计工程Create a new Integrated Library Package创立新的集成库包Create backup files创立备份文件- ..Create piled SimCode output file创立编译SimCode输出文件Create ponent创立元件Create Engineering Change Order创立工程改变顺序(ECO)Create Expression创立表达式Create FFT Chart新建FFT图表Create Library创立库Create List From PCB从PCB建表Create Netlist From Connected Copper从连接的铜板创立网表Create New Chart新建图表Create New Database新建数据库Create Non-Orthoganal Room from selectedponents根据所选元件创立非正交布局空间Create Non-Orthogonal Room from ponents根据元件创立非正交布局空间Create Orthogonal Room from ponents根据元件创立正交布局空间Create Orthogonal Room from selectedponents根据所选元件创立正交布局空间Create Pairs From Layer Stack从层堆栈中创立层对Create Pairs From Used Vias从所用过孔中创立层对Create Projects from Path从指定路径创立工程Create Rectangle Room from selectedponents根据所选元件创立矩形布局空间Create Rectangular Room from ponents根据元件创立矩形布局空间Create Report建立报告Create Report File创立报告文件Create Rule创立规那么Create Sheet From Symbol从符号创立图纸Create Symbol From Sheet从图纸创立符号Create Union from ponents从元件创立单元Create Union from Selected ponents根据所选元件创立单元Create VHDL File From Symbol从符号创立VHDL 文件Create VHDL from FPGA-Part从FPGA 零件创立VHDLCreate VHDL Testbench创立VHDL 测试平台Create Violations创立违规信息Cross Probe插入探针Cross Probe to Documents文档中插入探针Cross Probe to Schematic穿插检索到原理图Crossing Window穿插窗口Crossprobe schematic穿插检索原理图Crosstalk串扰Crosstalk Analysis串扰分析Crosstalk Waveforms串扰分析CTRL+Double Click Opens SheetCTRL+双击翻开图纸Current ponent当前元件Current Document当前文档Current Font当前字体Current Layer当前层Current Origin当前原点Current Page当前页Cursor A光标ACursor B光标BCursor beyond EOFEOF的光标Cursor beyond EOLEOL的光标Cursor Grid Options指针网格选项Cursor through tabs通过Tab移动光标Cursor Type光标类型Curve Width曲线宽度Custom Aperture Library File (*.LIB)自定义光圈库文件(*.LIB)Custom Height自定义高Custom Size自定义大小Custom Step定制调试Custom Style自定义风格Custom Width自定义宽- ..Customize Resources自定义资源Customizing DefaultEditor Editor用户缺省自定义编辑器Customizing PCB Editor自定义PCB 编辑器Customizing PCBLib Editor自定义PCBLib编辑器Customizing Sch Editor自定义原理图编辑器Customizing SchLib Editor定制原理图库编辑器Customizing VHDL Editor自定义VHDL编辑器Cut (Ctrl+X)剪切(Ctrl+X)Cutout挖除局部Darken调暗Data Process接线数据处理Database Connection数据库连接Database key field数据库关键字段Database Link File数据库文件Database Link Options数据库选项Database Linking数据库Database Linking Menu数据库菜单Database Links数据库DatabaseLink数据库Datasheet数据表Datum数据Datum Dimension数据尺度DC AnalysisDC分析DC Sweep Analysis Setup直流扫描分析配置Debugging Options调试选项Decision判定Declare ponent At Cursor在指针指向元件显示说明Decrease减少Decrease Horizontal Spacing of ponents减小元件水平间距Decrease Priority降低优先级Decrease Vertical Spacing of ponents减小元件的垂直间距default默认Default Background默认背景Default Bars缺省面板Default Color Set默认颜色设置Default Designator缺省名称Default File Name缺省文件名Default Locations默认位置Default Power Object Names默认电源对象名称Default Primitives默认根本元素Default Prints默认打印Default Shortcuts默认快捷方式Default Stimulus默认鼓励Default Template Name缺省模板名Default time units默认时间单位Default Value默认值Default Vendor Family默认厂家芯片系列DefaultEditor默认编辑DefaultRowHeight默认行高Define from selected objects从所选对象定义Define the layout of the PGA footprint byselecting the proper values选择适当的值定义PGA封装引脚布局degrees度数Delete All全部删除Delete All Cursors删除全部光标Delete All Waveforms删除全部波形Delete Chart删除图表Delete Class删除分类Delete Current Cursor删除当前光标Delete Cursor删除光标- ..Delete generated files before pile编译之前删除生成的文件Delete Net删除网络Delete Net Class删除网络分类Delete Plot删除坐标图Delete Watch删除监视Delete Waveform删除波形Delta Step增量调试Demote降级Density Map密度图Deselect All取消全部选择DeSelect All On Current Document取消选择当前的全部文档Design设计Design Documents设计文本Design Explorer DXP DXP 设计浏览器Design Explorer DXP - %s设计浏览器DXP - %sDesign Explorer Error设计浏览器错误Design Explorer Information设计浏览器信息Design Explorer Preferences设计浏览器属性Design Explorer Project Manager设计浏览器工程管理器Design Explorer Version 7.1.70设计浏览器版本7.1.70 Design Explorer Version 7.2.92设计浏览器版本7.2.92 Design Explorer Warning设计浏览器告警Design Rule Check设计规那么检查Design Rule Checker设计规那么检查Design Rules设计规那么Designator标识符Designator Display标识符显示Designator Format标识符格式Designator Index Control标识符指针控制Designators标识符Destination Library目标库Device Family器件系列Dielectric constant绝缘材料常数Dielectric Properties绝缘体属性Differences差异Different不同Digital Ground (GND)数字地层(GND)Digital Objects数字对象Digital Power (VCC)数字电源层(VCC)Digital Routing 1数字布线层1Digital Routing 2数字布线层2Digital Routing 3数字布线层3Digital Routing 4数字布线层4Digital Routing 5数字布线层5Digital Routing 6数字布线层6Digital Signal In数字信号输入Digital supply VCC数字电源VCCDigital Supply VDD数字电源VDDDimension标注线Dimensions标注线Diode二极管Diodes二极管Direction From Pad出焊盘方向Directive Options提示选项Directives指令Disable不激活Disable All全部禁用Disable All Watches禁用全部监视Disable dragging取消拖动Disable Update All取消修改全部- ..Disable Update Selected取消修改选择的Disable Watch禁用监视Display Cross Sheet Connectors显示图纸间连接符Display FFT Charts显示FFT图表Display Full Hierarchy显示全部层次Display Graphical Lines显示图形线条Display Logical Designators显示逻辑标识符Display Mode显示模式Display Name显示名称Display Net Labels显示网络标志Display No Hierarchy显示没有层次图Display Options显示选项Display Physical Designators显示物理标识符Display Pins显示引脚Display Ports显示端口Display Printer Fonts显示打印字体Display Report显示报告Display shadows around menus, toolbars andpanels显示菜单, 工具栏, 面板的阴影Display Sheet显示图纸Display Sheet Entries显示图纸入口Display Sheet Symbols显示图纸符号Display Symbols显示符号Display System Information显示系统信息Distance factor距离因素Distribute Horizontally水平居中分布Distribute Vertically垂直居中分布Division Size分割尺度Do not group不分组Do you wish to delete the Parameter你希望删除这个参数Documen文本Document Editors文档编辑器Document Name文档名称Document Options文档选项Document Order文档顺序Document Parameters文本参数Document Path文档路径Document scope for filtering and selection过滤选择文档围Documentation %s文本%sDocumentation Output文本输出Documents for %s%s 文档Documents for Free Documents文档为自由文档Does nothing无任何操作Don't Annotate ponent不注释元件Don't care不关注dot点Dot Grid网格点Dotted点Double click line双击行Double Click Runs Inspector鼠标双击那么运行检视器Double Sided双面Draft Thresholds草图起点Drag拖动Drag a column header here to group by thatcolumn拖动一列标头到这列用于分组Drag Orthogonal直角拖动Drag Selection拖动选择容Drag Track End拖动轨迹末端Draw Solid画实线Draw to Custom Aperture自定义光圈绘图Drawing制图Drawing Tools制图工具- ..DRC Error MarkersDRC 错误标记DRC Report OptionsDRC报告选项DRC ViolationsDRC违规数Drill钻孔机Drill Drawing钻孔图Drill Drawing Plots钻孔绘制图Drill Drawing Symbols钻孔绘制符号Drill Drawings钻孔图Drill Guide钻孔向导Drill Guide Plots钻孔导向图Drill Pair Properties钻孔层对属性Drill Pairs钻孔配对层Drill-Pair Manager钻孔层对管理器Drill-Pair Properties钻孔对属性DrillDrawing钻孔图DrillGuide钻孔向导Dual in-line Package (DIP)DIPDuplicate Selected复制被选DXP Help AdvisorDXP 帮助指导DXP Knowledge BaseDXP 知识库DXP Learning GuidesDXP 学习指南DXP Online helpDXP 在线帮助Dynamic动态Dynamic transparency动态透明效果Earth接地Earth Power Port接地电源端口ECO GenerationECO 启动EDA ServersEDA 效劳Edge Connectors边缘连接器EDIF MacroEDIF宏EDIF MenuEDIF 菜单EDIF StandardEDIF 标准Edit Buffer编辑缓冲Edit mand编辑命令Edit ment编辑注释Edit Full Pad Layer Definition编辑完整的焊盘层Edit Keyword Properties编辑关键字属性Edit Language Syntax编辑语言语法Edit Layer编辑层Edit Library编辑库Edit Net编辑网络Edit Net Class编辑网络分类Edit Nets编辑网络Edit Number编辑编号Edit Pins编辑引脚Edit Polygonal Room Vertices编辑多边形空间的顶点Edit Rule Priorities编辑规那么优先级Edit Rule Values编辑规那么数值Edit Selected编辑被选Edit Simulation Signals编辑仿真信号Edit String编辑字符串Edit Style编辑风格Edit Values编辑值Edit Variant编辑变量Edit Wave编辑波形Editing Options编辑选项Editor Preferences参数选择编辑器EditScript编辑脚本Eight Layer (5 x Signal, 3 x Plane)八层〔5信号层,3电层〕Elaborate and generate on pile编译时详细阐述和产生- ..Electrical Grid电子网格Electrical Type电气类型Ellipse椭圆形Elliptical Arc椭圆的弧线Embedded嵌入Embedded apertures (RS274X)嵌光圈表[RS274X]Embedded Project嵌入式工程Embedded Projects嵌入式工程Emitter发射极Enable All全部启用Enable All Watches启用全部监视Enable Font Substitution允许字型替换Enable In-Place Editing启用位置编辑Enable Update All使能修改全部Enable Update Selected使能修改选择的Enable Version Control允许版本控制Enable Watch启用监视Enabled激活End Angle完毕角度End Layer完毕层Enforce layer pairs settings执行层对设置Engineering Change Order工程改变单Entity/Configuration实体/配置Equalize Net Lengths补偿网络长度Error Marker错误标记Error Reporting错误报告Errors Detected监测到错误Errors or warnings found发现错误或告警Esc取消Example Layer Stacks层堆栈举例Examples例Excel Template FilenameExcel 模板文件名Exclude IEEE Directory不包括IEEE目录Exclude System Parameters拒绝系统参数Execute Changes执行改变Expand Row扩展行Expansion扩展Expansion value from rules从规那么扩展值Expiry Date有效期限Explode拆解Explode ponent to Free Primitives将元件拆解为自由的根本元素Explode posite拆解合成Explode Coordinate to Free Primitives将坐标拆解为自由的根本元素Explode Dimension to Free Primitives将尺度标注拆解为自由的根本元素Explode Polygon to Free Primitives将多边形敷铜拆解为自由的根本元素Explore浏览Explore Differences探测差异ExplorerFramePanel管理器框架面板Exponential/Logarithmic指数/对数Export Grid Contents导出容Export Netlist From PCB从PCB 导出网表Export Selected Waveforms导出选择的波形Export to PCB导出到PCBExport Using Template导出使用模板Expression表达式Extension Width延伸宽度Fabrication %s生产%sFabrication Outputs生产输出Falling Edge Flight Time下降沿延迟时间Falling Edge Overshoot下降沿过冲- ..Falling Edge Slope下降沿斜率Falling Edge Undershoot下降沿下冲False错误Fanout扇出Fanout DirectionFanout 方向Fanout OptionsFanout 选项Fanout StyleFanout 风格faster快Fatal Error严重错误File Mask文件过滤Files Found on All Search Paths在全部路径上查找到的文件Fill Color填充颜色Fills填充Film Box胶片盒Film Size胶片尺寸Film Wizard胶片向导Filter过滤Filter browsed objects过滤浏览对象Filter For过滤Filtered Objects过滤对象Final最终Final Properties最终属性Find and Replace Text查找并替换文本Find and Set Testpoints选择和设置测试点Find ponent查找部件Find Coupled Nets发现耦合网络Find Selections查找选择容Find Similar Objects找出相似对象Find text at cursor光标位置查找文本First ponent第一个元件First Layer首层First Page首页First Transition首次转换Fit All Objects适合全部对象Fit Board适合底板Fit Document适合大小文档Fit Document (Ctrl+PgDn)适合大小文档(Ctrl+PgDn)Fit Filtered Objects适合过滤对象Fit Selected适合选择Fit Selected Objects适合选中对象Fit Sheet适合图纸Fit Specified Area适合指定区域Fit Waveforms适合波形Fixed Size Jump固定步长跳转Flat (Only ports global)平面〔只对全局端口〕Flip Selection翻转被选FLOAT浮点Focus Wave主波形Font Substitutions字型置换Footprint封装Footprint Model封装模型Footprint not found没有发现封装Footprints封装For a parallel gap of平行线间距Force Columns Into View所有列显示Force plete tenting on bottom在底部强制完全伸展Force plete tenting on top在顶部强制完全伸展Foreground前景Formal Type格式类型Format and Radix格式和基数- ..Format Axis格式化轴Format Wave格式化波形Format Y Axis格式化Y 轴Formats格式Formatting格式化Found in发现于Four Layer (2 x Signal, 2 x Plane)四层〔2信号层,2电层〕FPGA OptionsFPGA 选项FPGA PreferencesFPGA 参数选择FPGA ProjectFPGA工程FPGA ProjectsFPGA工程Free Documents自由文档Free Objects自由对象From To Display Settings飞线显示设置From Tos飞线From-To Editor飞线编辑器Full Circle圆环Full line ment全行注释Full Query完全查询Full Results全部结果Full Stack完全层叠Function Definitions函数定义Gap间隙Gear 2齿轮2Gear 3齿轮3Gear 4齿轮4Gear 5齿轮5Gear 6齿轮6Gear's Method 1st Order齿轮方法第1命令Gear's Method 2nd Order齿轮方法第2命令Gear's Method 3rd Order齿轮方法第3命令Generate Change Orders产生改变命令Generate DRC Rules产生DRC规那么Generate implicit modules for LPM, XBLOX orLogicB为LPM, XBLOX orLogicB产生隐含模块Generate Print Preview of Active Document生成激活文档的打印预览Generate Report生成报告Generate XSPICE Netlist生成XSPICE 连线表Generates pick and place files生成拾取和摆放文件Gerber FilesGerber文件Gerber SetupGerber设置Get Latest Version得到最后的版本Global (Netlabels and ports global)全局〔网络标号和全局端口〕GND Power Port接地电源端口Goto Line Number转到连线编号Graph图表Graphic图形Graphical图形Graphical Editing图形编辑Greater Equal大于等于Grid栅格Grid 1网格1Grid 2网格2Grid Color网格颜色Grid Range网格围Grid Size网格尺寸Grid Type栅格类型Grids网格Ground Plane 1 (GND)地平面层1(GND)Ground Plane 2 (GND)地平面层2(GND)。
2217748-1Portable Crimp Tools, Premium Crimp Tooling, Not Releasable, Not Adjustable,Fixed In Tool, TE Product Specification (114-), Certification08/31/2020 04:13PM | Page 1 For support call+1 800 522 6752Application Tooling>Portable Crimp ToolsCertification:YesSpecification Type:TE Product Specification (114-)Die Sets Type:Fixed In ToolRatchet Configuration:Not Releasable, Not AdjustableTool Grade:Premium Crimp ToolingFeaturesOtherCrimp Form-Wire Barrel Type Open Barrel - F CrimpTool Grade Premium Crimp ToolingRatchet Configuration Not Releasable, Not AdjustableDie Sets Type Fixed In ToolSpecification Type TE Product Specification (114-)Certification YesPower Type Battery, Electric, ManualTool Type CERTI-CRIMP II, Straight Action Hand ToolProduct ComplianceFor compliance documentation, visit the product page on >EU RoHS Directive 2011/65/EU Out of ScopeEU ELV Directive 2000/53/EC Out of ScopeChina RoHS 2 Directive MIIT Order No 32, 2016Not reviewed for China RoHS complianceEU REACH Regulation (EC) No. 1907/2006Current ECHA Candidate List: JUN 2020(209)Candidate List Declared Against: JUN 2016(169)Does not contain REACH SVHCHalogen Content Not Yet Reviewed for halogen content2217748-1 ACTIVEAMPTE Internal #:2217748-1Portable Crimp Tools, Premium Crimp Tooling, Not Releasable,Not Adjustable, Fixed In Tool, TE Product Specification (114-),CertificationView on >08/31/2020 04:13PM | Page 2For support call+1 800 522 6752Halogen Content Not Yet Reviewed for halogen content Solder Process CapabilityNot applicable for solder process capabilityProduct Compliance DisclaimerThis information is provided based on reasonable inquiry of our suppliers and represents our current actual knowledge based on the information they provided. This information is subject to change. The part numbers that TE has identified as EU RoHS compliant have a maximum concentration of 0.1% by weight in homogenous materials for lead, hexavalent chromium, mercury, PBB, PBDE, DBP, BBP, DEHP, DIBP, and 0.01% for cadmium, or qualify for an exemption to these limits as defined in the Annexes of Directive 2011/65/EU (RoHS2). Finished electrical and electronic equipment products will be CE marked as required by Directive 2011/65/EU. Components may not be CE marked.Additionally, the part numbers that TE has identified as EU ELV compliant have a maximum concentration of 0.1% by weight in homogenous materials for lead, hexavalent chromium, and mercury, and 0.01% for cadmium, or qualify for an exemption to these limits as defined in the Annexes of Directive 2000/53/EC (ELV). Regarding the REACH Regulations, TE’s information on SVHC in articles for this part number is still based on the European Chemical Agency (ECHA) ‘Guidance on requirements for substances in articles’(Version: 2, April 2011), applying the 0.1% weight on weight concentration threshold at the finished product level. TE is aware of the European Court of Justice ruling of September 10th, 2015 also known as O5A (Once An Article Always An Article) stating that, in case of ‘complex object’, the threshold for a SVHC must be applied to both the product as a whole and simultaneously to each of the articles forming part of its composition. TE has evaluated this ruling based on the new ECHA “Guidance on requirements for substances in articles” (June 2017, version 4.0) and will be updating its statements accordingly.TE Model / Part #6-1437558-2MTB106D=(MST-50) SW TOG SPDTTE Model / Part #YDTS26F15-35PAC001PLUG ASSYTE Model / Part #YDTS20W15-97SAV001RECP ASSYTE Model / Part #147324-708 MTE HDR SRRA SMT.100CLTE Model / Part #T1912100132-009H10BPR-TSHC-M32-EMC-CTE Model / Part #EG4031-000D-200-0230-RTTE Model / Part #2317657-5AV25 SPL 3A MOVING RING R&G 12V FLTE Model / Part #2273117-1M12 strgt plug to M12 angled socket AATE Model / Part #CAT-AM78-T273AMPSEAL CONTACTSCompatible PartsCustomers Also BoughtDocumentsDocumentsDatasheets & Catalog PagesCERTI-CRIMPII-Premium-August-1-1773864-7EnglishCrimp Term Whitepaper-Use the Right Tool 1-1773953-1EnglishCRIMPING WHERE FORM MEETS FUNCTIONEnglishBottoming DiesEnglishCERTI-CRIMP II TOOL DATA SHEET MISCELLANEOUS CONTACTSEnglishInstruction SheetsInstruction Sheet (U.S.)English08/31/2020 04:13PM | Page 3 For support call+1 800 522 6752。
TREE 3: POWER MANAGEMENT 2Supervisors & Voltage Detectors Unique Strengths (So What)Broad Portfolio(It's likely we have your part)Small Packages: SOT-23 and SC-70 (Saves space)Industrial Standard Crosses (Replace high priced and poor delivery suppliers)Battery Management Unique Strengths (So What)Wide variety of charging solutions for Li-Ion batteries(We have the solution for you)Small SOT-23, MSOP, DFN and QFN packages (Saves space)DC-DC Converter (So What)Low-voltage operation (Saves Power)PFM/PWM Auto switch mode (PFM at low loads reduces current, saves power)Small SOT-23 packaging (Saves space)Step-down, Step-up (Efficiently increase or decrease voltage) Charge Pumps (So What)Low-voltage operation (Battery operation)Small SOT-23 packaging (Saves space)Step-down, Step-up (Efficiently increase or decrease voltage)Doubling & Inverting (Meets V OUT needs) Low-Frequency capable (Reduces EMI)Low-Current Operation (Saves power)LDO Unique Strengths (So What)Hundreds of voltages, currents, packages (We have a match for the need)0.5% V OUT accuracy (Fills precision need)Up to 1.5A output current(Able to power high load applications)Op Amp Unique Strengths (So What)Low current versus GBWP (Saves power)TC and MCP6XXX devices RR-I/O (Expands usable voltage range)MCP604X 1.4V operation(Two alkaline cells 90% used =1.8V)MCP644X, 450 nA operation (Use the batteries even longer)Comparators Unique Strengths (So What)Low current versus propagation delay (Saves power)Integrated Features (Saves space)1.8V and 1.4V operation (That stuff about the batteries)Programmable Gain Amplifier Unique Strengths (So What)MUX inputWide bandwidth (2 to 12 MHz) (Reduces demand on MCU I/O)System control of gain(Changes easier through software configurable hardware)TREE 5: LINEARTemperature Sensor Unique Strengths (So What)Wide variety of solutions: logic, voltage and digital output products(Multiple sensor needs met)Small packages (Saves space)Low operating current(Saves power, smaller supply)Field or factory programmable (Low cost vs. flexibility)Programmable hysteresis (Stop system cycling)Multi-drop capability (Great for large systems)Beta compensation (Compatible with processor substrate diodes)Resistance error correction (Compensates for measurement error from long PCB traces)Fan Controllers Unique Strengths (So What)Closed loop fan control (Adjust to meet target speed even on aging fans)Integrated temperature sensing (Consolidate thermal management)Multiple temperature measurements drive one fan (Consolidate thermal management)Built-in ramp rate control and spin up alogorithm (Quick time to market, lower acoustic noise)Ability to detect/predict failure of less expensive 2-wire fans (Saves system cost)Unique solutions for extending fan life and reducing acoustic noise(Less power, nuisance and long fan life)TREE 6: MIXED-SIGNALADC Unique Strengths (So What)Low current at max sampling rate (Saves power, system cost)Small SOT-23 and MSOP packages (Saves space)Up to 24-bit resolution(Ideal for precision sensitive designs)Differential & single ended inputs (Able to cover various design needs)Up to 6 ADC per device(Save board space, system cost)DAC Unique Strengths (So What)Low Supply Current (Saves power)Low DNL & INL (Better accuracy)Extended Temperature Range(Suitable for wide temperature applications)Digital Potentiometers Unique Strengths (So What)64/256 tap (6-bit to 8-bit resolution)(Sufficient resolution for most applications)Non-volatile Memory(Remembers last wiper setting on power up)WiperLock™ Technology(Locks NV memory setting-better than OTP)Small SOT-23 and 2 × 3 DFN packages (Saves space)Low CostMOSFET Drivers (So What)4.5V up to 30V Supply voltages (Fills many application needs)Up to 12A Peak output current(Able to meet demanding design needs)Outstanding robustness and latch-upi mmunity (Ours work when the others burn up)Low-FOM MOSFETs(Support high-efficency applications)TREE 4: POWER MANAGEMENT 3LIN Unique Strengths(So What)Compliant with LIN Bus Specs 1.3, 2.0, 2.1 andSAE J2602 (Allows for reliable interoperability)High EMI Low EME (Meets OEM requirements)On-board V REG available(Saves space, allows for MCU V CC flexibility)CAN Unique Strengths(So What)Simple SPI CAN controller is an easy way toadd CAN Ports (Short design cycles)High speed transceiver meets ISO-11898 (Drop inreplacement for industry standard transceivers)Low-cost, easy-to-use development tools(Tools easy to buy/use, quick design)I/O Expanders Unique Strengths(So What)Configurable inputs (interrupt configuration flexibility)Interrupt on pin change, or change fromregister default (interrupt source flexibility)Can disable automatic address incrementingwhen accessing the device(allows continual access to the port)The 16-bit devices can operate in 8-bit or 16-bitmode (easy to interface to 8-bit or 16-bit MCUs)IrDA Unique Strengths (So What)IrDA protocol handler embedded on chip(Complex design issue solved)Low cost developer's kit available to assistInfrared design-in (Quick design cycle)Small, cost-effective way of replacing serial links(No more wires)Enables system to wirelessly communicatewith PDA (Wireless connectivity solution) TREE 8: INTERFACEAnalog & InterfaceQuestion TreesAnalog & Interface Development ToolsDemonstration Boards, Evaluation Kits and AccessoriesAnalog & Interface LiteratureADM00313EV: MCP73830L 2 × 2 TDFN Evaluation BoardADM00352: MCP16301 High Voltage Buck Converter 600 mA Demonstration BoardADM00360: MCP16301 High Voltage Buck Coverter 300 mA D2PAK Demonstration BoardADM00427: MCP16323 Evaluation Board (Supports MCP16321 and MCP16322)ARD00386: MCP1640 12V/50 mA Two Cells Input Boost Converter Reference DesignMCP1252DM-BKLT: MCP1252 Charge Pump Backlight Demonstration BoardMCP1256/7/8/9EV: MCP1256/7/8/9 Charge Pump Evaluation BoardMCP1630RD-LIC1: MCP1630 Li-Ion Multi-Bay Battery Charger Reference DesignMCP1630DM-NMC1: MCP1630 NiMH Battery Charger Demonstration BoardMCP1640EV-SBC: MCP1640 Sync Boost Converter Evaluation BoardMCP1640RD-4ABC: MCP1640 Single Quad-A Battery Boost Converter Reference DesignMCP1650DM-LED1: MCP165X 3W White LED Demonstration BoardMCP1726EV: MCP1726 LDO Evaluation BoardMCP73831EV: MCP73831 Evaluation KitMCP7383XEV: MCP73837/8 AC/USB Dual Input Battery Charger Evaluation BoardMCP7383XRD-PPM: MCP7383X Li-Ion System Power Path Management Reference DesignMCP7384XEV: MCP7384X Li-Ion Battery Chager Evaluation BoardMCP73871EV: MCP73871 Load Sharing Li-Ion Battery Charger Evaluation BoardTC1016/17EV: TC1016/17 LDO Evaluation BoardVSUPEV: SOT-23-3 Voltage Supervisor Evaluation BoardPowerManagementThermalManagementMCP9700DM-PCTL: MCP9700 Thermal Sensor PICtail Demonstration BoardMCP9800DM-PCTL: MCP9800 Thermal Sensor PICtail Demonstration BoardTC72DM-PICTL: TC72 Digital Temperature Sensor PICtail Demonstration BoardTC74DEMO: TC74 Serial Daughter Thermal Sensor Demonstration BoardTC1047ADM-PCTL: TC1047A Temperature-to-Voltage Converter PICtail™ Demonstration BoardSerial GPIODM-KPLCD: GPIO Expander Keypad and LCD Demonstration BoardMCP23X17: MCP23X17 16-bit GPIO Expander Evaluation BoardInterface MCP2515DM-BM: MCP2515 CAN Bus Monitor Demonstration BoardMCP2515DM-PTPLS: MCP2515 PICtail™ Plus Daughter BoardMCP2515DM-PCTL: MCP2515 CAN Controller PICtail Demonstration BoardMCP215XDM: MCP215X/40 Data Logger Demonstration BoardMCP2140DM-TMPSNS: MCP2140 IrDA® Wireless Temp Demonstration BoardLinear ADM00375: MCP6H04 Evaluation BoardARD00354: MCP6N11 Wheatstone Bridge Reference DesignMCP651EV-VOS: MCP651 Input Offset Evaluation BoardMCP661DM-LD: MCP661 Line Driver Demo BoardMCP6S22DM-PCTL: MCP6S22 PGA PICtail Demonstration BoardMCP6S2XEV: MCP6S2X PGA Evaluation BoardMCP6SX2DM-PCTLPD: MCP6SX2 PGA Photodiode PICtail Demonstration BoardMCP6SX2DM-PCTLTH: MCP6SX2-PGA Thermistor PICtail Demonstration BoardMCP6V01RD-TCPL: MCP6V01 Thermocouple Auto-Zero Ref DesignMCP6XXXDM-FLTR: Active Filter Demo BoardPIC16F690DM-PCTLHS: Humidity Sensor PICtail Demonstration BoardMixed-Signal MCP3221 DM-PCTL: MCP3221 12-bit A/D PICtail Demonstration BoardMCP3421DM-BFG: MCP3421 Battery Fuel Gauge Demonstration BoardMCP3551DM-PCTL: MCP3551 PICtail Demonstration BoardMCP355XDM-TAS: MCP355X Tiny Application Sensor Demonstration BoardMCP355XDV-MS1: MCP3551 Sensor Demonstration BoardMCP402XEV: MCP402X Digital Potentiometer Evaluation BoardMCP4725EV: MCP4725, 12-bit Non-Volatile DAC Evaluation Board (Preferred One)MCP4725DM-PTPLS: MCP4725, 12-bit Non-Volatile DAC PICtail Demonstration BoardADM00398: MCP3911 ADC Evaluation Board for 16-bit MicrocontrollersCorporate Microchip Product Line Card - DS00890Brochures Analog and Interface Product Selector Guide - DS21060Low Cost Development Tools Solutions Guide - DS51560Analog and Interface Guide (Volume 1) - DS00924Analog and Interface Guide (Volume 2) - DS21975Cards Analog Highlights Card - DS21972Microchip Op Amp Discovery Card - DS21947Analog & Interface Question Trees - DS21728Mirochip SAR and Delta-Sigma ACD Discovery Card - DS22101Software Tools MAPS - Microchip Advanced Product SelectorAnalog & Interface Treelink Products PresentationDesign Guides Analog-to-Digital Converter Design Guide - DS21841Digital Potentiometers Design Guide - DS22017Programmable Gain Amplifiers (PGAs), Operational Amplifiersand Comparators Design Guide - DS21861Interface Products Design Guide - DS21883Signal Chain Design Guide - DS21825Power Solutions Design Guide - DS21913Temperature Sensor Design Guide - DS21895Voltage Supervisors Design Guide - DS51548DS21728JPowerManagementLDO & SwitchingRegulatorsCharge PumpDC/DC ConvertersPower MOSFETDriversPWM ControllersSystem SupervisorsVoltage DetectorsVoltage ReferencesLi-Ion/Li-PolymerBattery ChargersUSB Port PowerControllersMixed-SignalA/D ConverterFamiliesDigitalPotentiometersD/A ConvertersV/F and F/VConvertersEnergyMeasurement ICsCurrent/DC PowerMeasurement ICsInterfaceCAN PeripheralsInfraredPeripheralsLIN TransceiversSerial PeripheralsEthernet ControllersUSB PeripheralLinearOp AmpsInstrumentationAmpsProgrammableGain AmplifiersComparatorsSafety & SecurityPhotoelectricSmoke DetectorsIonization SmokeDetectorsIonization SmokeDetector Front EndsPiezoelectricHorn DriversThermalManagementTemperatureSensorsFan Control& HarwareManagementMotor DriveStepper and DC3Ф BrushlessDC Motor DriverTREE 7: MOTOR DRIVE Stepper Unique Strenghts(So What)Industrial standard footprint(Footprint compatible to industrial leaders)Perfect PIC® MCU companion chip(Solid field support)Micro-stepping ready(Enhanced performance)Integration protections(Simplify software development)3-Phase BLDC Unique Strengths(So What)Full-wave sinusoidal(Quiet operation, low mechanical vibration)Sensorless operation (Minimum externalcomponents, no software required)Thin form factor(Fits space concerned applications)Information subject to change. The Microchip name and logo, the Microchip logo, dsPIC, PIC are registered trademarks and MiWi, PICtail and ZENA are trademarks ofMicrochip Technology Incorporated in the U.S.A. and other countries. All other trademarks mentioned herein are property of their respective companies.© 2012, Microchip Technology Incorporated. All Rights Reserved.。
protel%s - No SI model f or part@%s - 没有部件的SI模型%s Degrees@%s度%s mm@%s毫米%s obj ect selected in %s document@在%s个文档有%s个对象被选中%s Obj ects Displayed (%s Selected)@%s 对象显示 (%s 被选择)%s obj ects selected@%s对象被选择(c ustom)@(自定义)(pixels)@(像素)+12 Pow er Port@+12 电源端口+5Pow er Port@+5 电源端口-5 Pow er Port@-5 电源端口0Hidden comment strings@0隐藏注释行0.01uF Capacitor@0.01uF 电容0.1uF Capacitor@0.1uF 电容1Locked components@1 锁定元件1By Ascending X Then Ascending Y@根据 X递增量决定 Y递增量1.0uF Capacitor@1.0uF 电容100K Hertz Pulse@100KHz 脉冲100K Hertz Sine Wave@100KHz 正弦波100K Resistor@100K 电阻10K Hertz Pulse@10K Hz 脉冲10K Hertz Sine Wave@10KHz 正弦波10K Resistor@10K 电阻10uF Capacitor@10uF 电容1K Hertz Pulse@1K Hz 脉冲1K Hertz Sine Wave@1KHz 正弦波1K Resistor@1K 电阻1M Hertz Pulse@1MHz 脉冲1M Hertz Sine Wave@1MHz 正弦波2Pads and vias with a hole size betw een 15 and 30@2焊盘和过孔的孔大小在15-30之间2.2uF Capacitor@2.2uF 电容4All testpoints@4全部测试点4Port Serial Interface@4 端口串行接口4.7K Resistor@4.7K 电阻47K Resistor@47K 电阻5Component track and arc silkscreen primitives@5元件丝印层的基本线和弧线A Keyword@A关键字Abort Simulation@终止仿真About Design Explorer@关于设计浏览器Absolute@绝对Absolute Layer@绝对层Absolute Origin@绝对原点AC Small Signal Analysis Setup@交流小信号分析配置Accept Changes (Create ECO)@承认改变 (建立 ECO)Access Code@验证码Accuracy@精度Activates open documents@激活显示文本Active Low Input@激活低电平输入Active Low Output@激活低电平输出Active proj ect@当前激活项目Active sheet@当前激活图纸Active Signals@激活的信号Add All@添加全部Add All Wavef orms@添加全部波形Add as Rule@作为规则添加Add Assembly Outputs@增加装配输出Add Class@添加分类Add Component Part@添加元件部件Add Document@增加文本Add Document to Focused Proj ect@添加文档到当前项目Add Documentation Outputs@增加文本输出Add Existing Proj ect@添加已存在的项目Add Fabrication Outputs@增加生产输出Add f irst condition@添加首要条件Add From To@添加From ToAdd Internal Plane@增加内电层Add Layer@添加层Add Library@添加库Add License@添加许可证Add Net@添加网络Add Net Class@添加网络分类Add Netlist Outputs@增加网表输出Add New Cursor@增加新光标Add New Model@添加新模式Add New Proj ect@添加新项目Add One@添加一个Add or Remove Libraries@添加或移出库文件Add Other Outputs@添加其他输出Add Plane@添加内电层Add Plot@增加图表Add Proj ect To Version Control@将项目添加到版本控制Add Remove Component Libraries@添加移出元件库Add Remove Libraries@添加/移出库文件Add Reports@增加报告Add Selected@添加选择的Add Selected Primitives to Component@添加所选基本元素到元件Add Sheet Entry@添加图纸入口Add Signal Layer@增加信号层Add Suffix@加后缀Add Template to Clipboard@添加模板到剪贴板Add To Current Sheet@添加到当前图纸Add to Custom Colors@添加到自定义颜色Add To Design@添加到设计Add To Entire Proj ect@添加到整个项目Add to new Y axis@增加到新Y轴Add to Proj ect@添加到项目Add To Sheet@添加到图纸Add To Version Control@添加到版本控制Add top level signals to w aveform@给波形增加顶层信号Add Variant@添加变量Add Watch@增加监视Add Wave@增加波形Add Wave To Plot@给图表增加波形Add Wavef orm@增加波形Add w aveforms to the new plot@给新图表增加波形Add Y Axis@增加 Y轴Add/Edit Model@增加/编辑模型Add/Remove Libraries@装载/移出库文件Add/Remove Library@装载/移出库AddAlias@添加别名Advanced (Query)@高级 (查询)Advanced Mode@高级模式Aff ected Document@所影响的文本Aff ected Obj ect@所影响的对象Aggregate@合计Align Bottom@底部对齐Align Components@对齐元件Align Components by Bottom Edges@根据元件下缘对齐Align Components by Horizontal Centers@元件居中对齐Align Components by Lef t Edges@元件左边对齐Align Components by Right Edges@元件右边对齐Align Components by Top Edges@元件对齐顶部边缘Align Components by Vertical Centers@根据垂直中心对其元件Align Lef t@左对齐Align Right@右对齐Align Top@顶部对齐Aligned - Bottom@对齐 - 底部Aligned - Center@对齐 - 中心Aligned - Inside Lef t@对齐 - 内部左边Aligned - Inside Right@对齐 - 内部右边Aligned - Left@对齐 - 左边Aligned - Right@对齐 - 右边Aligned - Top@对齐 - 顶部all@全部All Components@全部元件All Draft@全部草图All Final@全部最终All Hidden@全部隐藏All Locked@全部锁定All Nets@全部网络All Off@全部关闭All On@全部打开All On Current Document@全部当前文档All on Layer@全部打开层All open schematic documents@所有打开原理图文档All Orientations@所有方向All schematic documents in the current proj ect@当前项目中所有原理图文档All Text Docs@全部文本文件Allow Dock@允许停放Allow multiple testpoints on same net@允许同一网络多个测试点Allow Ports to Name Nets@允许端口到网络名Allow Sheet Entries to Name Nets@允许图纸入口到网络名Allow Short Circuit@允许电路短路Allow Synchronization With Database@允许和数据库同步Allow Synchronization With Library@允许和库同步Allow testpoint under component@元件下允许测试点Allow Vias under SMD Pads@SMD焊盘下允许过孔Allow ed Orientations@允许方向Allow ed Side and Order@允许边和定制Alpha@字母Alpha Numeric@字母数字Alpha Numeric Suffix@字母数字下标Alphabetically@字母顺序Alternate 1@另一选择 1Alternative@其他选择Always load error file@总是加载错误文件Amplitude@振幅Analog@模拟Analog +12V (+12V)@模拟 +12V (+12V)Analog +5V (+5V)@模拟 +5V (+5V)Analog Ground (AGND)@模拟地 (AGND)Analog Routing 1@模拟布线层1Analog Routing 2@模拟布线层2Analog Routing 3@模拟布线层3Analog Signal I n@模拟信号输入Analyse@分析Analyses Setup@分析配置Analyses/Options@分析/选项Analysis@分析Analysis Errors@分析错误Analyze Design@分析设计Analyze Document@分析文档And Gate@与门And to w rap long lines@增加到可交换长行Angular@角形Angular Dimension@角度Angular Step@角幅Animation speed@动画速度Annotate@标注Annotation@注释Anode@正极ANSI@ANSIAny@任何Aperture File (using Wizard f ormats)@光圈文件 (利用向导格式) Aperture Library@光圈库Aperture List@光圈列表Aperture Matching Tolerances@D码表匹配公差Append Sheet Numbers to Local Nets@附加图纸编号到本地网络Applicable Binary Rules@适用的二元规则Applicable Rules@适用的规则Applicable Unary Rules@适用的一元规则Apply Filter@应用过滤器Apply to Active Chart Only@仅适用于激活图表Apply to Entire Document@适用于整个文本Arc@弧线Arc (Any Angle)@弧形 (任何角度)Arc (Center)@弧形 (定中心)Arc (Edge)@弧形 (边限)Arc Line Width@弧线宽度Arc Radius@圆弧半径Architecture@结构Archive proj ect document@存档项目文件Arcs@弧形Arithmetic@算法Around Point@附近的点Arrange All Window s Horizontally@水平排列所有窗口Arrange All Window s Vertically@垂直排列所有窗口Arrange Components Inside Area@在区域内排列元件Arrange Components Within Room@在布局空间内排列元件Arrange Outside Board@在底边界外排列Arrange Within Rectangle@在矩形里排列Arrange Within Room@在布局空间里排列Arrow Length@箭头长度Arrow Line Width@箭头线宽度Arrow Position@箭头位置Arrow Size@箭头大小Arrow Style Power Port@发射型电源端口Arrow Width@箭头宽度Articles and Tutorials@文章和教程Assembly %s@装配 %sAssembly Drawings@装配制图Assembly Outputs@装配输出At Margin@在页边距At Window@在窗口Attributes on Layer@层上属性Auto Create Composite@自动创建合成Auto indent mode@自动缩进模式Auto Pan Fixed Jump@自动平移固定范围Auto Pan Off@自动平移关闭Auto Pan Options@自动平移选项Auto Pan ReCenter@自动平移至中心Auto Placement@自动布局Auto Placer@自动放置Auto Route@自动布线Auto save every@自动保存间隔Auto Zoom@自动缩放Auto-Increment During Placement@在布局时自动增加Auto-Junction@自动加节点Auto-Position Sheet@自动定位图纸Automatic (Based on project contents)@自动(基于项目内容)Automatically crossprobe f irst error@自动交叉检索第一个错误Automatically Remove Loops@自动清除回路Autopan Options@自动位移选项Autoposition@自动定位Autosave desktop@自动保存桌面设置Available Libraries@当前库Available Routing Strategies@可用的布线策略Available Signals@可用的信号Average Track Length (mil)@平均铜线长度(mil)Avg@平均Avoid Obstacle@避开障碍物Back Annotate@反向标注Background@背景Backspace unindents@回车取消缩进Backup Files@备份文件Backup Options@备份选项Ball Grid Arrays (BGA)@BGABallistic@可变速度移动Bank1@组列1Bank2@组列2Bar Style Pow er Port@条型电源端口Bar to use as Main Menu@栏作为主菜单使用Bar Type@栏类型Bars@栏Base Value@低电平Baseline@基线Baseline Dimension@基线尺度Basic DC@基本直流Batch@批处理Batch Mode@批命令模式Begin Group@开始分组Below is a list of all the processes provided by this server@以下列表是此服务提供的所有处理模块Beta Deg@Beta降级Bezier@曲线BGA Options@BGA选项Bidirectional Signal Flow@双向信号流向Bill of Materials@材料清单Bill of Materials (By PartType) For Proj ect [%]@项目[%s]物料清单(元件类型)Bill of Materials For PCB%s@PCB %s材料清单Bill of Materials For Proj ect %s@项目材料清单%sBitmap File@位图文件Blank Project (Embedded)@空白项目 (嵌入式)Blank Project (FPGA)@空白项目 (FPGA)Blank Project (Library Package)@空白项目 (库包)Blank Project (PCB)@空白项目 (PCB)Block Indent@块缩进Block Name@块名称Block Name : %s@块名称 : %sBoard@板Board Area Color@板区域颜色Board Dimensions@板尺寸Board in 3D@3D 板视图Board Inf ormation@板信息Board La&yers & Colors@板层和颜色Board La&yers && Colors@板层和颜色Board Layers Colors@板层颜色Board Layers & Colors@板层和颜色Board Layers and Colors@板层和颜色Board Line Color@板层线颜色Board Options@板选项Board Shape@板形Board Specif ications@板技术参数Bold Wavef orms@实线波形BOOLEAN@布尔数学体系Border (Auto-Detect)@边界 (自动探测)Border Color@边框颜色Border On@边框显示Border Width@边框宽度Bottom@底层Bottom Dielectric@底部绝缘层Bottom Layer@底层Bottom Layer Annular Ring Size@底层圆环尺寸Bottom Overlay@底层丝印层Bottom Paste@底层焊锡层Bottom Solder@底层阻焊层Bottom Solder Mask@底层阻焊层BottomLayer@底层BottomOverlay@底层丝印层Brackets@支架Break All Component Unions@从单元中分离出所有元件Break Component from Union@从单元中分离出元件Break Track@断开轨迹Breakpoints@断点Brightness@亮度Bring To Front Of@带到某对象前面Brow se@浏览Brow se Component Libraries@浏览元件库Brow se Components@浏览元件Brow se Libraries@浏览库Brow se Library@浏览库文件Bubble Help Advisor (Shift+F1)@浮动帮助顾问 (Shift+F1) Build Composite@构造合成Build Later@后来再建Build PCB Proj ect@构造 PCB 项目Build Proj ect@构造项目Build Query@构造智能语句Build Sooner@立即创建Build-Up@绝缘层对Building Query from Board@从板构造查询Bus@总线Bus Entry@总线入口Bus indices out of range@总线超出范围Bus range syntax errors@总线范围语法错误Bus Width@总线线宽By class@通过类By document type@通过文本类型C Menu@C菜单C Standard@C 标准Calc. Copper Area@计算.铜面积Calculated Impedance =@计算阻抗=Calculated Trace Width =@计算线宽=CAM Document@CAM 文档CAM Editor@CAM 编辑器Cannot Locate Document %s@无法找到%s文档信息Capacitance@电容Capacitor@电容Capacitors@电容Categories@类别Cathode@负极Center Dimension@中心点尺度Center Horizontal@水平居中Center of Obj ect@对象中心Center Vertical@垂直居中Change Language@更换语言Change Order@改变顺序Change System Font@改变系统字体Change Technology@改变封装技术Channel Off set@通道偏移Characteristic Impedance Driven Width@特性阻抗驱动线宽Chart@制图Chart name is blank@图表名称为空Chart Options@图表选项Check All Components@检查所有元件Check I n@签入Check Mode@校验模式Check Out@签出Check Syntax@校验语法Choose a snap grid size@选择捕获网格尺寸Choose Color@选择颜色Choose cursor to delete@选择要光标删除Choose cursor to j ump to@选择要跳转到的光标Choose Def ault Backup Folder@选择缺省的备份文件夹Choose Def ault Document Folder@选择缺省文档文件夹Choose Design Rule Type@选择设计规则类型Choose Document@选择文档Choose Document Scope@选择文档范围Choose Document to Open@选择要打开的文档Choose Document to Place@选择文档放置Choose Documents@选择文档Choose Documents to Add to Proj ect %s@选择文档加到项目%sChoose Documents To Compare@选择比较文档Choose documents to compare - one from the left list and one from the right list@选择比较文档 - 一个从左面列表另一个从右面列表选择Choose Proj ect@选择项目Choose Proj ect Group to Open@选择要打开的项目组Choose Proj ect to Open@选择要打开的项目Choose second corner@选择第二角Choose the document to compare against the design hierarchy of %s@选择与设计层次%s进行比较的文本Choose the document to compare against the design hierarchy of Documents.PRJPCB@选择与项目文本的层次设计进行比较的文本Choose Top Level@选择顶层Choose WAS-IS File f or Back-Annotation from PCB@从PCB选择 WAS-IS文件作为反向注释Circle Style Pow er Port@循环型电源端口Circuit@电路Circuit Simulation@电路仿真CK T@CK TClamping@箝位Class I@分类 IClass II@分类 IIClass Type@类型Classe s@分类Classic Color Set@典型颜色设置Clean All Nets@清除全部网络Clean Single Nets@清除单一网络Clear All Nets@清除全部网络Clear All Test points@清除全部检测点Clear All Testpoints@清除全部测试点Clear Brow ser Marks@清除浏览器标记Clear Class@清除类别Clear Current Filter@清除当前过滤器Clear Current Filter (Shift+C)@清除当前过滤器(Shift+C)Clear Existing@清除已存在Clear Filter@清除过滤器Clear History@清除历史Clear Memory@清除存储器Clear non-numerical values@清除非数字的值Clear Selected@清除已选Clear Status@清除状态Clear w orkspace compile messages on compile@编译时清除工作空间编译信息Clearance@间距Click Clears Selection@单击清除选择Click on the finish button to complete the task@在结束按钮上点击完成任务Client@客户端Client License Usage@客户端许可证用法Client Setup@客户端设置Clip to Area@显示框内文本Clipboard Reference@剪贴板属性clock@时钟Close 'Compile Errors'@关闭‘编译错误’面板Close 'Compiled Object Debugger'@关闭‘编译对象调试器’面板Close 'Diff erences'@关闭‘差异’面板Close 'Files'@关闭‘文件’面板Close 'Help Advisor'@关闭‘帮助顾问’面板Close 'Inspector'@关闭 '检视器'Close 'Libraries'@关闭 '库'Close 'List'@关闭 '列表'Close 'Messages'@关闭‘消息’面板Close 'navigator'@关闭‘浏览器’面板Close 'Proj ects'@关闭‘项目’面板Close All Documents@关闭全部文件Close Composite@关闭合成Close Documents@关闭文档Close Focused Proj ect@关闭当前项目Close Proj ect@关闭项目Close Proj ect Documents@关闭项目文档Collapse Row@折叠行Collect Data For@数据收集类型Collector@集电极Color Options@颜色选项Color Set@颜色设置Colors && Gray Scales@色彩/灰度级Colours@颜色Column Best Fit@适应列宽Command Ref erence@命令参考Command Status@命令状态栏Comment type@注释类型Comp Drag@拖动比较Comparator@比较器Comparison Type Description@比较类型描述Compile Active Document@编译当前文档Compile Active Proj ect@编译当前项目Compile All@编译全部Compile All Open Proj ects@编译全部已打开的项目Compile All Proj ects@编译所有项目Compile Current Project@编译当前项目Compile Document@编译文档Compile Errors@编译错误Compile FPGA Proj ect@编译 FPGA 项目Compile Later@后来再编译Compile Library@编译库Compile only if modified@仅编译修改之后Compile PCB Proj ect@编译 PCB 项目Compile Proj ect@编译项目Compile Sooner@立即编译Compiled@编译Compiled Obj ect Debugger@编译对象调试器Compiler Options@编译选项Compiling %s@正在编译 %sCompiling Flattened Proj ect@编译平行项目Complex Data@复杂数据component@元件Component %s@元件%sComponent Actions@元件操作Component Class Generator@元件分类发生器Component Classe s@元件分类Component Comment@元件注释Component Connections@元件连接Component Cross Reference@元件互相参照Component Cross Reference Report For Proj ect %s@项目元件交叉参考报告%s Component Designator%s@元件标识符%sComponent Grid@元件网格Component Links@元件链接Component Name@部件名Component Names@元件名称Component Naming@元件命名Component Nets@元件网络Component Parameter@元件参数Component Pin Designator@元件引脚标识符Component Pin Editor@元件引脚编辑器Component Pins@元件引脚Component Placement@元件布局Component Primitives@元件基本元素Component Properties@元件属性Component Report@元件报告Component Rule Check@元件规则检查Component scope f or f iltering and selection@过滤及选择元件的范围Component Side@元件层Component Type@元件类型Component Types@元件类型Component Wizard@元件向导Component Wizard - Pin Grid Arrays(PGA)@元件向导 - PGA Components@元件Components Cut Wires@元件切线Composite Drill Guide@合成钻孔向导Composite Layers@合并层Composite Properties@合成特性Condition Type / Operator@类型/操作状态Condition Value@条件值Conductor Width@导体宽度Conductors@导体Conf igure Drill Pairs@配置钻孔层对Conf igure Licenses@配置软件许可证Conf igure PLD Compiler@配置PLD编译Conf igure Proj ect Options f or Active Proj ect@为当前项目配置项目选项Conf irm Delete Parameter@确认删除参数Conf irm Global Edit@确定全局编辑Conf irm Remove %s@确认删除%sConf irm remove the layer %s@确认是删除层 %sConf irm Selection Memory Clear@选择存储器清除时确认Connect Layer@连接层Connect Style@连接样式Connect To@连接到Connect to Net@连接到网络Connect Wire Check@接线检查Connect Wire Extractor@接线数据Connected Copper@连接铜线Connected Tracks@连接铜线Connection Color@连接颜色Connection Matrix@连接矩阵Connector@连接器Connector Type@连接器类型Constant Level@常数等级Constraints@约束限制Contract All@全部压缩Convert Part To Sheet Symbol@转换元件为图纸符号Convert Selected Free Pads to Vias@将所选自由焊盘转换为过孔Convert Selected Vias to Free Pads@将所选过孔转换为自由焊盘Convert Special Strings@转换特殊字符串Convert to DXP Plane Mode@转换为 DXP内电层模式Coordinate@坐标Coordinate Positions@坐标位置Copper thickness@铜厚度Copy (Ctrl+C)@复制 (Ctrl+C)Copy Component@复制元件Copy Footprint From/To@复制封装从/到Copy on Field@复制域Copy preexisting edif models when available@当可访问到时拷贝已经存在的EDIF模型Copy Room Formats@复制布局空间格式Copy to Layers@复制到层Copyright ?Altium Limited 2002@ Altium 版权所有 2002Core (%s)@核心 (%s)Corner@角Corner 1@角 1Corner 2@角 2Corrections@校正Coupling@耦合Create a new Board Level Design Proj ect@创建新的板级设计项目Create a new FPGA Design Proj ect@创建新的FPGA设计项目Create a new Integrated Library Package@创建新的集成库包Create backup f iles@创建备份文件Create compiled SimCode output f ile@创建编译SimCode输出文件Create Component@创建元件Create Engineering Change Order@创建工程改变顺序(ECO)Create Expression@创建表达式Create FFT Chart@新建FFT图表Create Library@创建库Create List From PCB@从PCB建表Create Netlist From Connected Copper@从连接的铜板创建网表Create New Chart@新建图表Create New Database@新建数据库Create Non-Orthoganal Room from selected components@根据所选元件创建非正交布局空间Create Non-Orthogonal Room from Components@根据元件创建非正交布局空间Create Orthogonal Room from Components@根据元件创建正交布局空间Create Orthogonal Room from selected components@根据所选元件创建正交布局空间Create Pairs From Layer Stack@从层堆栈中创建层对Create Pairs From Used Vias@从所用过孔中创建层对Create Proj ects f rom Path@从指定路径创建项目Create Rectangle Room f rom selected components@根据所选元件创建矩形布局空间Create Rectangular Room from Components@根据元件创建矩形布局空间Create Report@建立报告Create Report File@创建报告文件Create Rule@创建规则Create Sheet From Symbol@从符号创建图纸Create Symbol From Sheet@从图纸创建符号Create Union from Components@从元件创建单元Create Union from Selected Components@根据所选元件创建单元Create VHDL File From Symbol@从符号创建 VHDL 文件Create VHDL from FPGA-Part@从 FPGA 零件创建 VHDL Create VHDL Testbench@创建 VHDL 测试平台Create Violations@创建违规信息Cross Probe@插入探针Cross Probe to Documents@文档中插入探针Cross Probe to Schematic@交叉检索到原理图Crossing Window@交叉窗口Crossprobe schematic@交叉检索原理图Crosstalk@串扰Crosstalk Analysis@串扰分析Crosstalk Waveforms@串扰分析CTRL+Double Click Opens Sheet@CTRL+双击打开图纸Current Component@当前元件Current Document@当前文档Current Font@当前字体Current Layer@当前层Current Origin@当前原点Current Page@当前页Cursor A@光标 ACursor B@光标 BCursor beyond EOF@EOF的光标Cursor beyond EOL@EOL的光标Cursor Grid Options@指针网格选项Cursor through tabs@通过Tab移动光标Cursor Type@光标类型Curve Width@曲线宽度Custom Aperture Library File (*.LIB)@自定义光圈库文件 (*.LIB) Custom Height@自定义高Custom Size@自定义大小Custom Step@定制调试Custom Style@自定义风格Custom Width@自定义宽Customize Resources@自定义资源Customizing DefaultEditor Editor@用户缺省自定义编辑器Customizing PCB Editor@自定义 PCB 编辑器Customizing PCB Lib Editor@自定义PCBLib编辑器Customizing Sch Editor@自定义原理图编辑器Customizing SchLib Editor@定制原理图库编辑器Customizing VHDL Editor@自定义VHDL编辑器Cut (Ctrl+X)@剪切 (Ctrl+X)Cutout@挖除部分Darken@调暗Data Process@接线数据处理Database Connection@数据库连接Database key field@数据库关键字段Database Link File@数据库链接文件Database Link Options@数据库链接选项Database Linking@数据库链接Database Linking Menu@数据库链接菜单Database Links@数据库链接DatabaseLink@数据库链接Datasheet@数据表Datum@数据Datum Dimension@数据尺度DC Analysis@DC分析DC Sw eep Analysis Setup@直流扫描分析配置Debugging Options@调试选项Decision@判定Declare Component At Cursor@在指针指向元件显示说明Decrease@减少Decrease Horizontal Spacing of Components@减小元件水平间距Decrease Priority@降低优先级Decrease Vertical Spacing of Components@减小元件的垂直间距def ault@默认Def ault Background@默认背景Def ault Bars@缺省面板Def ault Color Set@默认颜色设置Def ault Designator@缺省名称Def ault File Name@缺省文件名Def ault Locations@默认位置Def ault Pow er Obj ect Names@默认电源对象名称Def ault Primitives@默认基本元素Def ault Prints@默认打印Def ault Shortcuts@默认快捷方式Def ault Stimulus@默认激励Def ault Template Name@缺省模板名Def ault time units@默认时间单位Def ault Value@默认值Def ault Vendor Family@默认厂家芯片系列Def aultEditor@默认编辑Def aultRow Height@默认行高Def ine from selected obj ects@从所选对象定义Def ine the layout of the PGA footprint by selecting the proper values@选择适当的值定义PGA封装引脚布局degrees@度数Delete All@全部删除Delete All Cursors@删除全部光标Delete All Wavef orms@删除全部波形Delete Chart@删除图表Delete Class@删除分类Delete Current Cursor@删除当前光标Delete Cursor@删除光标Delete generated files before compile@编译之前删除生成的文件Delete Net@删除网络Delete Net Class@删除网络分类Delete Plot@删除坐标图Delete Watch@删除监视Delete Wavef orm@删除波形Delta Step@增量调试Demote@降级Density Map@密度图Deselect All@取消全部选择DeSelect All On Current Document@取消选择当前的全部文档Design@设计Design Documents@设计文本Design Explorer DXP@ DX P设计浏览器Design Explorer DXP - %s@设计浏览器 DXP - %sDesign Explorer Error@设计浏览器错误Design Explorer Inf ormation@设计浏览器信息Design Explorer Pref erences@设计浏览器属性Design Explorer Proj ect Manager@设计浏览器项目管理器Design Explorer Version 7.1.70@设计浏览器版本 7.1.70 Design Explorer Version 7.2.92@设计浏览器版本 7.2.92 Design Explorer Warning@设计浏览器告警Design Rule Check@设计规则检查Design Rule Checker@设计规则检查Design Rules@设计规则Designator@标识符Designator Display@标识符显示Designator Format@标识符格式Designator Index Control@标识符指针控制Designators@标识符Destination Library@目标库Device Family@器件系列Dielectric constant@绝缘材料常数Dielectric Properties@绝缘体属性Diff erences@差异Diff erent@不同Digital Ground (GND)@数字地层(GND)Digital Obj ects@数字对象Digital Power (VCC)@数字电源层(VCC)Digital Routing 1@数字布线层1Digital Routing 2@数字布线层2Digital Routing 3@数字布线层3Digital Routing 4@数字布线层4Digital Routing 5@数字布线层5Digital Routing 6@数字布线层6Digital Signal In@数字信号输入Digital supply VCC@数字电源VCCDigital Supply VDD@数字电源VDDDimension@标注线Dimensions@标注线Diode@二极管Diodes@二极管Direction From Pad@出焊盘方向Directive Options@提示选项Directives@指令Disable@不激活Disable All@全部禁用Disable All Watches@禁用全部监视Disable dragging@取消拖动Disable Update All@取消修改全部Disable Update Selected@取消修改选择的Disable Watch@禁用监视Display Cross Sheet Connectors@显示图纸间连接符Display FFT Charts@显示FFT图表Display Full Hierarchy@显示全部层次Display Graphical Lines@显示图形线条Display Logical Designators@显示逻辑标识符Display Mode@显示模式Display Name@显示名称Display Net Labels@显示网络标志Display No Hierarchy@显示没有层次图Display Options@显示选项Display Physical Designators@显示物理标识符Display Pins@显示引脚Display Ports@显示端口Display Printer Fonts@显示打印字体Display Report@显示报告Display shadow s around menus, toolbars and panels@显示菜单, 工具栏, 面板的阴影Display Sheet@显示图纸Display Sheet Entries@显示图纸入口Display Sheet Symbols@显示图纸符号Display Symbols@显示符号Display System I nf ormation@显示系统信息Distance factor@距离因素Distribute Horizontally@水平居中分布Distribute Vertically@垂直居中分布Division Size@分割尺度Do not group@不分组Do you w ish to delete the Parameter@你希望删除这个参数Documen@文本Document Editors@文档编辑器Document Name@文档名称Document Options@文档选项Document Order@文档顺序Document Parameters@文本参数Document Path@文档路径Document scope for filtering and selection@过滤选择文档范围Documentation %s@文本 %sDocumentation Output@文本输出Documents f or %s@%s文档Documents f or Free Documents@文档为自由文档Does nothing@无任何操作Don't Annotate Component@不注释元件Don't care@不关注dot@点Dot Grid@网格点Dotted@点Double click line@双击行Double Click Runs Inspector@鼠标双击则运行检视器Double Sided@双面Draf t Thresholds@草图起点Drag@拖动Drag a column header here to group by that column@拖动一列标头到这列用于分组Drag Orthogonal@直角拖动Drag Selection@拖动选择内容Drag Track End@拖动轨迹末端Draw Solid@画实线Draw to Custom Aperture@自定义光圈绘图Draw ing@制图Draw ing Tools@制图工具DRC Error Markers@DR C 错误标记DRC Report Options@DRC报告选项DRC Violations@DRC违规数Drill@钻孔机Drill Drawing@钻孔图Drill Drawing Plots@钻孔绘制图Drill Drawing Symbols@钻孔绘制符号Drill Drawings@钻孔图Drill Guide@钻孔向导Drill Guide Plots@钻孔导向图Drill Pair Properties@钻孔层对属性Drill Pairs@钻孔配对层Drill-Pair Manager@钻孔层对管理器Drill-Pair Properties@钻孔对属性DrillDrawing@钻孔图DrillGuide@钻孔向导Dual in-line Package (DIP)@DIPDuplicate Selected@复制被选DXP Help Advisor@DX P帮助指导DXP Know ledge Base@DXP 知识库DXP Learning Guides@DX P 学习指南DXP Online help@DXP 在线帮助Dynamic@动态Dynamic transparency@动态透明效果Earth@接地Earth Pow er Port@接地电源端口ECO Generation@ECO 启动EDA Servers@EDA服务Edge Connectors@边缘连接器EDIF Macro@EDIF宏EDIF Menu@EDIF 菜单EDIF Standard@EDIF 标准Edit Buff er@编辑缓冲Edit Command@编辑命令Edit Comment@编辑注释Edit Full Pad Layer Def inition@编辑完整的焊盘层Edit Keyw ord Properties@编辑关键字属性Edit Language Syntax@编辑语言语法Edit Layer@编辑层Edit Library@编辑库Edit Net@编辑网络Edit Net Class@编辑网络分类Edit Nets@编辑网络Edit Number@编辑编号Edit Pins@编辑引脚Edit Polygonal Room Vertices@编辑多边形空间的顶点Edit Rule Priorities@编辑规则优先级Edit Rule Values@编辑规则数值Edit Selected@编辑被选Edit Simulation Signals@编辑仿真信号Edit String@编辑字符串Edit Style@编辑风格Edit Values@编辑值Edit Variant@编辑变量Edit Wave@编辑波形Editing Options@编辑选项Editor Pref erences@参数选择编辑器EditScript@编辑脚本Eight Layer (5x Signal, 3x Plane)@八层(5信号层,3内电层)Elaborate and generate on compile@编译时详细阐述和产生Electrical Grid@电子网格Electrical Type@电气类型Ellipse@椭圆形Elliptical Arc@椭圆的弧线Embedded@嵌入Embedded apertures (RS274X)@内嵌光圈表[RS274X] Embedded Proj ect@嵌入式项目Embedded Proj ects@嵌入式项目Emitter@发射极Enable All@全部启用Enable All Watches@启用全部监视Enable Font Substitution@允许字型替换Enable In-Place Editing@启用位置编辑Enable Update All@使能修改全部Enable Update Selected@使能修改选择的Enable Version Control@允许版本控制Enable Watch@启用监视Enabled@激活End Angle@结束角度End Layer@结束层Enf orce layer pairs settings@执行层对设置Engineering Change Order@工程改变单Entity/Conf iguration@实体/配置Equalize Net Lengths@补偿网络长度Error Marker@错误标记Error Reporting@错误报告Errors Detected@监测到错误Errors or warnings f ound@发现错误或告警Esc@取消Example Layer Stacks@层堆栈举例Examples@范例Excel Template Filename@Excel 模板文件名Exclude IEEE Directory@不包括IEEE目录Exclude System Parameters@拒绝系统参数Execute Changes@执行改变Expand Row@扩展行Expansion@扩展Expansion value from rules@从规则扩展值Expiry Date@有效期限Explode@拆解Explode Component to Free Primitives@将元件拆解为自由的基本元素Explode Composite@拆解合成Explode Coordinate to Free Primitives@将坐标拆解为自由的基本元素Explode Dimension to Free Primitives@将尺度标注拆解为自由的基本元素Explode Polygon to Free Primitives@将多边形敷铜拆解为自由的基本元素Explore@浏览Explore Diff erences@探测差异ExplorerFramePanel@管理器框架面板Exponential/Logarithmic@指数/对数Export Grid Contents@导出内容Export Netlist From PCB@从 PCB 导出网表Export Selected Wavef orms@导出选择的波形Export to PCB@导出到 PCBExport Using Template@导出使用模板Expression@表达式Extension Width@延伸宽度Fabrication %s@生产 %sFabrication Outputs@生产输出Falling Edge Flight Time@下降沿延迟时间Falling Edge Overshoot@下降沿过冲Falling Edge Slope@下降沿斜率Falling Edge Undershoot@下降沿下冲False@错误Fanout@扇出Fanout Direction@Fanout 方向Fanout Options@Fanout 选项Fanout Style@Fanout 风格faster@快Fatal Error@严重错误File Mask@文件过滤Files Found on All Search Paths@在全部路径上查找到的文件Fill Color@填充颜色Fills@填充Film Box@胶片盒Film Size@胶片尺寸Film Wizard@胶片向导Filter@过滤Filter brow sed obj ects@过滤浏览对象Filter For@过滤Filtered Obj ects@过滤对象Final@最终Final Properties@最终属性Find and Replace Text@查找并替换文本Find and Set Testpoints@选择和设置测试点Find Component@查找部件Find Coupled Nets@发现耦合网络Find Selections@查找选择内容Find Similar Obj ects@找出相似对象Find text at cursor@光标位置查找文本First Component@第一个元件First Layer@首层First Page@首页First Transition@首次转换Fit All Obj ects@适合全部对象Fit Board@适合底板Fit Document@适合大小文档Fit Document (Ctrl+PgDn)@适合大小文档 (Ctrl+PgDn) Fit Filtered Obj ects@适合过滤对象Fit Selected@适合选择Fit Selected Obj ects@适合选中对象Fit Sheet@适合图纸Fit Specified Area@适合指定区域Fit Wavef orms@适合波形Fixed Size Jump@固定步长跳转Flat (Only ports global)@平面(只对全局端口)Flip Selection@翻转被选FLOAT@浮点Focus Wave@主波形Font Substitutions@字型置换Footprint@封装Footprint Model@封装模型Footprint not f ound@没有发现封装Footprints@封装For a parallel gap of@平行线间距Force Columns Into View@所有列显示Force complete tenting on bottom@在底部强制完全伸展Force complete tenting on top@在顶部强制完全伸展Foreground@前景Formal Type@格式类型Format and Radix@格式和基数Format Axis@格式化轴Format Wave@格式化波形Format Y Axis@格式化 Y轴Formats@格式。