DrivExpress Installer Package

Size: px
Start display at page:

Download "DrivExpress Installer Package"

Transcription

1 DrivExpress Installation Guide Doc No: MOUTBD0673 Revision: D Date: Jan

2 MACNICA AMERICAS, Inc. MACNICA, Inc. All rights reserved. 1. This document contains information that is proprietary to MACNICA AMERICAS, Inc. and MACNICA, Inc. You may reprint or reproduce this document in whole or in part for internal business purposes only, provided that this entire notice is preserved in all copies. In reprinting or reproducing any part of this document, the recipient agrees that every reasonable effort shall be made to prevent the unauthorized use and distribution of the proprietary information. 2. All information contained in this document is intended to ensure proper understanding of the product callded DrivExpress. MACNICA AMERICAS, Inc. and MACNICA, Inc. reserve the right to make changes in contents contained in this document without prior notice, and you should, in all cases, consult MACNICA AMERICAS, Inc. or MACNICA, Inc. to determine whether any changes have been made. 3. MACNICA AMERICAS, Inc. and MACNICA, Inc. shall make no warranty or no liability with regard to any representation or other affirmation of fact contained in this document. 4. To the extent permitted by applicable law, this document is being provided on an "as-is" basis without any warranties of any kind respecting this document materials, either express or implied, including but not limited to any warranty of design, merchantability, fitness for a particular purpose, or non-infringement. 5. In no event shall MACNICA AMERICAS, Inc. and MACNICA, Inc. be liable for any damage whatsoever arising out of the use of or inability to use this document, even if MACNICA AMERICAS, Inc. and MACNICA, Inc. have been advised of the possibility of such damages. 6. The terms and conditions governing the sale and licensing of the product are set forth in written agreements between MACNICA AMERICAS, Inc. or MACNICA, Inc. and its customers. MACNICA AMERICAS, Inc. 380 Stevens Ave., Suite 206 Solana Beach, CA Website: MACNICA, Inc Shin-Yokohama, Kouhoku-ku, Yokohama, Website: ii DrivExpress Installation Guide

3 1 1 2 DrivExpress 2 3 Windows 3 4 Linux DrivExpress Installation Guide iii

4 iv DrivExpress Installation Guide

5 1 Microsoft Windows 7 * 1 *2 Red Hat Enterprise Linux 5, 6 CentOS 5, 6 FPGA Altera Quartus II 12.1, 13.0, 13.1 Verilog Mentor Graphics ModelSim /Questa ModelSim-Altera Starter Edition (ASE) 10.0d ModelSim-Altera Edition (AE) 10.0d ModelSim PE/SE/DE 10.1a Questa Advanced Simulator 10.1a Cadence NC-Sim s131, s080, s005 Synopsys VCS *3 F , G , G SP1 Java SE Runtime Environment 5 * 4 Python 2.7 * 5 *1 Microsoft, Windows, Windows 7 Microsoft Corporation *2 Windows Mentor Graphics ModelSim/Questa *3 Synopsys VCS 32-bit 64-bit *4 JRE DirvExpress *5 Python Python Software Foundation DrivExpress Python DrivExpress Python 3.x.x 2.7.x DrivExpress Installation Guide 1

6 2 DrivExpress Download DrivExpress DrivExpress Java Windows Linux OS Verilog DrivExpress Verilog ModelSim- Altera ModelSim 32 DrivExpress NC-Sim 64 NC-Sim 64 DrivExpress 64 Verilog DrivExpress 2 DrivExpress Installation Guide

7 3 Windows Windows Mentor Graphics ModelSim/Questa Windows 7 32-bit java -jar drivexpress-1.3.0_32bit_vsim.jar 64-bit java -jar drivexpress-1.3.0_64bit_vsim.jar 1. Language Selection japanese OK 2. DrivExpress Installation Guide 3

8 3. DrivExpress 4. DrivExpress 32-bit/64-bit Python 4 DrivExpress Installation Guide

9 5. a DrivExpress 32-bit/64-bit Python 2.7 b DrivExpress 32-bit/64-bit Python 2.7 Python 2.7 DrivExpress Installation Guide 5

10 6. DrivExpress a Python 2.7 Python 7 b Python 2.7 DrivExpress 9 6 DrivExpress Installation Guide

11 7. Python a Next b Python Next DrivExpress Installation Guide 7

12 c Next a 8 DrivExpress Installation Guide

13 b Finish 8. DrivExpress Next DrivExpress Installation Guide 9

14 9. DrivExpress DrivExpress DrivExpress Installation Guide

15 4 Linux Mentor Graphics ModelSim/Questa DrivExpress 32-bit java -jar drivexpress-1.3.0_32bit_vsim.jar 64-bit java -jar drivexpress-1.3.0_64bit_vsim.jar 1. Language Selection japanese OK 2. DrivExpress Installation Guide 11

16 3. DrivExpress 4. DrivExpress 32-bit/64-bit Python 12 DrivExpress Installation Guide

17 5. a DrivExpress 32-bit/64-bit Python 2.7 b DrivExpress 32-bit/64-bit Python 2.7 Python 2.7 DrivExpress Installation Guide 13

18 6. DrivExpress a Python 2.7 Python 7 b Python 2.7 DrivExpress 8 14 DrivExpress Installation Guide

19 7. Python DrivExpress DrivExpress DrivExpress Installation Guide 15

20 9. 16 DrivExpress Installation Guide

21 5 DrivExpress Verilog DrivExpress Python test_main.py Verilog drivexpress_lic_enc.bin URL URL DrivExpress DrivExpress DrivExpress DrivExpress drivexpress_lic_enc.bin DrivExpress DrivExpress 5.1 Simulation Control license_file DrivExpress drivexpress_lic_enc.bin DrivExpress Python test_main.py For Windows from dxpress import * # Create simulation control instance. sim = SimControl() # Use / instead of \ character as directory separator sim.license_file = "c:/drivexpress/drivexpress_lic_enc_xxx.bin" DrivExpress Installation Guide 17

22 For Linux from dxpress import * # Create simulation control instance. sim = SimControl() # Use / character as directory separator sim.license_file = "/opt/drivexpress/drivexpress_lic_enc_xxx.bin" 18 DrivExpress Installation Guide

23 6 DrivExpress Altera Stratix IV GX FPGA DMA Chaining DMA <DrivExpress Instrallation>/sample : DrivExpress $DRIVEXPRESS_ROOTDIR $DRIVEXPRESS_ROOTDIR DrivExpress DRIVEXPRESS_ROOTDIR DrivExpress $DRIVEXPRESS_ROOTDIR/sample/design Verilog build_run.do *6 build_run.sh *7 ALTERA Quartus II PCI Express Gen2x4 DMA Python Verilog *8 Verilog $DRIVEXPRESS_ROOTDIR/sample/design/script test_main.py test_main.py test_pcie_chain_dma_*.py drivexpress_lic_enc.bin $DRIVEXPRESS_ROOTDIR *6 Mentor Graphics ModelSim/Questa TCL *7 Cadence NC-Sim, Synopsys VCS bash *8 $DRIVEXPRESS_ROOTDIR/sample/design/quartus1*/gen2x4/pcie_proj_examples/chaining_dma/drivexpress_tb DrivExpress Installation Guide 19

24 6.1 Mentor Graphics ModelSim/Questa 1. a Windows ALTERA Quartus II QUARTUS_ROOTDIR QUARTUS_ROOTDIR ALTERA Quartus II b Linux 3 QUARTUS_ROOTDIR : ALTERA Quartus II PYTHONHOME : Python 2.7 LD_LIBRARY_PATH : Python 2.7 $ export QUARTUS_ROOTDIR=/opt/altera/12.1sp1/quartus $ export PYTHONHOME=$DRIVEXPRESS_ROOTDIR/python2.7 $ export LD_LIBRARY_PATH=$PYTHONHOME/lib:$LD_LIBRARY_PATH 2. $DRIVEXPRESS_ROOTDIR/sample/design TCL build_run.do a GUI ModelSim/Questa GUI Transcript $DRIVEXPRESS_ROOTDIR/sample/design do build_run.do b build_run.do vsim $ cd $DRIVEXPRESS_ROOTDIR/sample/design $ vsim < build_run.do PCI Express Gen2x8 build_run.do 2 set pcie_gen 2 set pcie_lane 4 20 DrivExpress Installation Guide

25 6.2 Cadence NC-Sim 1. a 32/64 3 QUARTUS_ROOTDIR : ALTERA Quartus II PYTHONHOME : Python 2.7 LD_LIBRARY_PATH : Python 2.7 $ export QUARTUS_ROOTDIR=/opt/altera/12.1sp1/quartus $ export PYTHONHOME=$DRIVEXPRESS_ROOTDIR/python2.7 $ export LD_LIBRARY_PATH=$PYTHONHOME/lib:$LD_LIBRARY_PATH b /64 LD_LIBRARY_PATH NC-Sim 64 C++ NC-Sim 12.2 or 11.1 $ export CDS_INST_DIR=/opt/cadence/12.2 # Replace 12.2 with 11.1 when NC-Sim 11.1 $ export LD_LIBRARY_PATH=$CDS_INST_DIR/tools/cdsgcc/gcc/install/lib64: $LD_LIBRARY_PATH NC-Sim 10.2 $ export CDS_INST_DIR=/opt/cadence/10.2 $ export LD_LIBRARY_PATH=$CDS_INST_DIR/tools/systemc/gcc/64bit/install/lib64: $LD_LIBRARY_PATH 2. $DRIVEXPRESS_ROOTDIR/sample/design build_run.sh $ cd $DRIVEXPRESS_ROOTDIR/sample/design $./build_run.sh PCI Express Gen2x8 -g -l Gen2x8 $ cd $DRIVEXPRESS_ROOTDIR/sample/design $./build_run.sh -g 2 -l 8 -h DrivExpress Installation Guide 21

26 6.3 Synopsys VCS 1. 3 QUARTUS_ROOTDIR : ALTERA Quartus II PYTHONHOME : Python 2.7 LD_LIBRARY_PATH : Python 2.7 $ export QUARTUS_ROOTDIR=/opt/altera/12.1sp1/quartus $ export PYTHONHOME=$DRIVEXPRESS_ROOTDIR/python2.7 $ export LD_LIBRARY_PATH=$PYTHONHOME/lib:$LD_LIBRARY_PATH 2. $DRIVEXPRESS_ROOTDIR/sample/design build_run.sh $ cd $DRIVEXPRESS_ROOTDIR/sample/design $./build_run.sh PCI Express Gen2x8 -g -l Gen2x8 $ cd $DRIVEXPRESS_ROOTDIR/sample/design $./build_run.sh -g 2 -l 8 -h 22 DrivExpress Installation Guide

27 6.4 Essentials or Professional Edition ********************************** DRIVEXPRESS TEST RESULT <PASSED> Total Errors : 0 Total Warnings : 0 Total Informations : 102 ********************************** Starter Edition ********************************** DRIVEXPRESS TEST RESULT <PASSED> Total Errors : 0 Total Warnings : 3 Total Informations : 103 ********************************** DrivExpress Python Verilog DrivExpress $DRIVEXPRESS_ROOTDIR/doc DrivExpress Installation Guide 23

ScanFront300/300P セットアップガイド

ScanFront300/300P セットアップガイド libtiff Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby

More information

2

2 NSCP-W61 08545-00U60 2 3 4 5 6 7 8 9 10 11 12 1 2 13 7 3 4 8 9 5 6 10 7 14 11 15 12 13 16 17 14 15 1 5 2 3 6 4 16 17 18 19 2 1 20 1 21 2 1 2 1 22 23 1 2 3 24 1 2 1 2 3 3 25 1 2 3 4 1 2 26 3 4 27 1 1 28

More information

インターネット接続ガイド v110

インターネット接続ガイド v110 1 2 1 2 3 3 4 5 6 4 7 8 5 1 2 3 6 4 5 6 7 7 8 8 9 9 10 11 12 10 13 14 11 1 2 12 3 4 13 5 6 7 8 14 1 2 3 4 < > 15 5 6 16 7 8 9 10 17 18 1 2 3 19 1 2 3 4 20 U.R.G., Pro Audio & Digital Musical Instrument

More information

エレクトーンのお客様向けiPhone/iPad接続マニュアル

エレクトーンのお客様向けiPhone/iPad接続マニュアル / JA 1 2 3 4 USB TO DEVICE USB TO DEVICE USB TO DEVICE 5 USB TO HOST USB TO HOST USB TO HOST i-ux1 6 7 i-ux1 USB TO HOST i-mx1 OUT IN IN OUT OUT IN OUT IN i-mx1 OUT IN IN OUT OUT IN OUT IN USB TO DEVICE

More information

ScanFront 220/220P 取扱説明書

ScanFront 220/220P 取扱説明書 libtiff Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby

More information

ScanFront 220/220P セットアップガイド

ScanFront 220/220P セットアップガイド libtiff Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby

More information

DS-30

DS-30 NPD4633-00 JA ...6... 6... 6... 6... 6... 7... 7... 7... 7... 8... 8...9...10...11...11...13 Document Capture Pro Windows...13 EPSON Scan Mac OS X...14 SharePoint Windows...16 Windows...16...17 Document

More information

WQD770W WQD770W WQD770W WQD770W WQD770W 5 2 1 4 3 WQD8438 WQD770W 1 2 3 5 4 6 7 8 10 12 11 14 13 9 15 16 17 19 20 20 18 21 22 22 24 25 23 2 1 3 1 2 2 3 1 4 1 2 3 2 1 1 2 5 6 3 4 1 2 5 4 6 3 7 8 10 11

More information

iPhone/iPad接続マニュアル

iPhone/iPad接続マニュアル / JA 2 3 USB 4 USB USB i-ux1 USB i-ux1 5 6 i-mx1 THRU i-mx1 THRU 7 USB THRU 1 2 3 4 1 2 3 4 5 8 1 1 9 2 1 2 10 1 2 2 6 7 11 1 2 3 4 5 6 7 8 12 1 2 3 4 5 6 13 14 15 WPA Supplicant Copyright 2003-2009, Jouni

More information

外部SQLソース入門

外部SQLソース入門 Introduction to External SQL Sources 外部 SQL ソース入門 3 ESS 3 ESS : 4 ESS : 4 5 ESS 5 Step 1:... 6 Step 2: DSN... 6 Step 3: FileMaker Pro... 6 Step 4: FileMaker Pro 1. 6 Step 5:... 6 Step 6: FileMaker Pro...

More information

Chapter 1 1-1 2

Chapter 1 1-1 2 Chapter 1 1-1 2 create table ( date, weather ); create table ( date, ); 1 weather, 2 weather, 3 weather, : : 31 weather -- 1 -- 2 -- 3 -- 31 create table ( date, ); weather[] -- 3 Chapter 1 weather[] create

More information

WYE771W取扱説明書

WYE771W取扱説明書 WYE771W WYE771W 2 3 4 5 6 MEMO 7 8 9 10 UNLOCK RESET/ STOPALARM EMERG. TALK FIRE CONFIRM MENU OFF POWER 11 UNLOCK RESET/ STOPALARM EMERG. TALK FIRE CONFIRM MENU OFF POWER 12 POWER EMERG. RESET/ STOPALARM

More information

ES-D400/ES-D350

ES-D400/ES-D350 NPD4650-00 ...4 EPSON Scan... 4 Document Capture Pro Windows... 7 EPSON Scan...10 EPSON Scan...10...14 PDF...15 / EPSON Scan...17 EPSON Scan...17 EPSON Scan...18 EPSON Scan...18 Document Capture Pro Windows...19

More information

TH-47LFX60 / TH-47LFX6N

TH-47LFX60 / TH-47LFX6N TH-47LFX60J TH-47LFX6NJ 1 2 3 4 - + - + DVI-D IN PC IN SERIAL IN AUDIO IN (DVI-D / PC) LAN, DIGITAL LINK AV IN AUDIO OUT 1 11 2 12 3 13 4 14 5 6 15 7 16 8 17 9 18 10 19 19 3 1 18 4 2 HDMI AV OUT

More information

ES-D400/ES-D200

ES-D400/ES-D200 NPD4564-00 ...4...7 EPSON Scan... 7...11 PDF...12 / EPSON Scan...14 EPSON Scan...14 EPSON Scan...15 EPSON Scan...15 EPSON Scan...16 Epson Event Manager...17 Epson Event Manager...17 Epson Event Manager...17

More information

PX-504A

PX-504A NPD4537-00 ...6... 6... 9 Mac OS X...10 Mac OS X v10.5.x v10.6.x...10 Mac OS X v10.4.11...13...15...16...16...18...19...20!ex...20 /...21 P.I.F. PRINT Image Framer...21...22...26...26...27...27...27...31

More information

2011 Shinano Kenshi Co.,Ltd. ... 2... 12... 12... 18... 19... 21... 21... 23 1.2.1....23 1.2.2....24 1.2.3....26 1.2.4....27... 29... 30... 30... 31... 38... 39... 40 2 ...41...42...43...43 3.1.1... 44

More information

PX-434A/PX-404A

PX-434A/PX-404A NPD4534-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.11...15...18...19...19...21...22!ex...22 /...23 P.I.F. PRINT Image Framer...23...24...26...27...27...28...28...31 Web...31...31...35...35...35...37...37...37...39...39...40...43...48

More information

基本操作ガイド

基本操作ガイド HT7-0199-000-V.5.0 1. 2. 3. 4. 5. 6. 7. 8. 9. Copyright 2004 CANON INC. ALL RIGHTS RESERVED 1 2 3 1 1 2 3 4 1 2 1 2 3 1 2 3 1 2 3 1 2 3 4 1 2 3 4 1 2 3 4 5 AB AB Step 1 Step

More information

EPSON ES-D200 パソコンでのスキャンガイド

EPSON ES-D200 パソコンでのスキャンガイド NPD4271-00 ...4...7 EPSON Scan... 7...11 PDF...12 / EPSON Scan...13 EPSON Scan...13 EPSON Scan...14 EPSON Scan...14 EPSON Scan...15 Epson Event Manager...16 Epson Event Manager...16 Epson Event Manager...16

More information

操作ガイド(本体操作編)

操作ガイド(本体操作編) J QT5-0571-V03 1 ...5...10...11...11...11...12...12...15...21...21...22...25...27...28...33...37...40...47...48...54...60...64...64...68...69...70...70...71...72...73...74...75...76...77 2 ...79...79...80...81...82...83...95...98

More information

EP-704A

EP-704A NPD4533-01 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.11...15...18...19...19...22...23...24!ex...24 /...25 P.I.F. PRINT Image Framer...25...26...29...29...30...30...31...34

More information

NetVehicle GX5取扱説明書 基本編

NetVehicle GX5取扱説明書 基本編 -GX5 1 2 3 4 5 6 7 8 # @(#)COPYRIGHT 8.2 (Berkeley) 3/21/94 All of the documentation and software included in the 4.4BSD and 4.4BSD-Lite Releases is copyrighted by The Regents of the University of California.

More information

PX-403A

PX-403A NPD4403-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...21...22!ex...22 /...23 P.I.F. PRINT Image Framer...23...24...27...27...28...28...28...32 Web...32...32...35...35...35...37...37...37...39...39...40...43...46

More information

DS-70000/DS-60000/DS-50000

DS-70000/DS-60000/DS-50000 NPD4647-02 JA ...5...7...8 ADF...9... 9 ADF...10...11...13...15 Document Capture Pro Windows...15 EPSON Scan Mac OS X...16 SharePoint Windows...18 Windows...18...19 Windows...19 Mac OS X...19...20...23...23

More information

操作ガイド(本体操作編)

操作ガイド(本体操作編) J-1 QT5-0681-V02 1 m a b c d e f l kj i h g a b c d e f g h i j k l m n n o o s p q r p q r s w t u v x y z t u v w x y z a bc d e f g q p o n m l k j i h a b c d e f g h i j k l {}[] {}[] m n

More information

GT-F740/GT-S640

GT-F740/GT-S640 NPD4743-00 JA ...5 EPSON Scan... 5 Document Capture Pro / Document Capture...11...14 EPSON Scan...14 PDF...18 OCR...18...19...19...21 /...21...22...23 GT-F740...24...24...25...26...26...26...27 PDF...28...30

More information

EPSON PX-503A ユーザーズガイド

EPSON PX-503A ユーザーズガイド NPD4296-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...21...22...23!ex...23 /...24 P.I.F. PRINT Image Framer...24...25...28...28...29...29...30...33

More information

EPSON EP-803A/EP-803AW ユーザーズガイド

EPSON EP-803A/EP-803AW ユーザーズガイド NPD4293-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...22...23...24!ex...24 /...25 P.I.F. PRINT Image Framer...25...26...30...30...31...31...31...35

More information

EPSON EP-703A ユーザーズガイド

EPSON EP-703A ユーザーズガイド NPD4295-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...22...23...24!ex...24 /...25 P.I.F. PRINT Image Framer...25...26...29...30...30...31...31...34

More information

基本操作ガイド

基本操作ガイド HT7-0022-000-V.4.0 Copyright 2004 CANON INC. ALL RIGHTS RESERVED 1 2 3 1 2 3 1 2 3 1 2 3 1 2 3 4 1 1 2 3 4 5 1 2 1 2 3 1 2 3 1 2 3 1 2 3 4 1 2 3 4 1 2 3 4 5 6 1 2 3 4 5 6 7 1 2 3 4

More information

TH-65LFE7J TH-50LFE7J TH-42LFE7J - + - + PC IN DVI-D IN IR IN/OUT CHARGE OUT SERIAL IN LAN AUDIO IN (DVI-D / PC) AUDIO OUT AV IN (HDMI 1 HDMI 2) 19 3 1 1 11 2 12 3 13 4 14 5 6 15 7 16 8 17 9 18 10

More information

GT-X830

GT-X830 NPD5108-00 ...5... 5... 6... 8...11 EPSON Scan...11 PDF...16 OCR...16...17...17...20 /...20...20...22...23...23...24...25...25...26...27 PDF...30...31 / EPSON Scan...34 EPSON Scan...34 EPSON Scan...36

More information

GT-X980

GT-X980 NPD5061-00 JA ...6...10...10...11...13...15...20...21...21...22 /...23 PDF...27 PDF...31 /...35...38...43...46 EPSON Scan...49...49...49...50 EPSON Scan...51...51...52...52...53 2 Windows...53 Mac OS X...53...53...53...54...56...56...58...59...60...60...61...62...63

More information

Dolphin 6110 Quick Start Guide

Dolphin 6110 Quick Start Guide Dolphin TM 6110 モバイルコンピュータ クイックスタートガイド Dolphin 6110 モバイルコンピュータ ªªªªª v t ª ª ªªª v Dolphin 6110 ªª ª ªªªªªª ( ) ª ª ªªªªª ªªª (3.7 V ªª ª ª ) AC «KSAS0100500200D5 :100-240V AC 50/60Hz 0.4 A : 5 V DC 2.0

More information

PX-673F

PX-673F NPD4385-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...21...22...23!ex...23 /...24 P.I.F. PRINT Image Framer...24...25...28...29...29...30...30...33

More information

DS-860

DS-860 NPD4958-00 JA 2013 Seiko Epson Corporation. All rights reserved. EPSON EXCEED YOUR VISION Microsoft Windows Windows Server Windows Vista SharePoint Microsoft Corporation Intel Intel Core Intel Corporation

More information

DDK-7 取扱説明書 v1.10

DDK-7 取扱説明書 v1.10 DDK-7 v. JA 2 ()B-9 /4 ()B-9 2/4 3 4 ()B-9 3/4 ()B-9 4/4 5 6 7 "Mobile Wnn" OMRON SOFTWARE Co., Ltd. 999 All Rights Reserved. 8 CONTENTS 2 3 4 5 6 7 8 9 0 2 3 4 3 4 5 6 2 3 0 4 5 6 7 8 9 0 2 D. 2 3 4 5

More information

IM 21B04C50-01

IM 21B04C50-01 User s Manual Blank Page Media No. (CD) 5th Edition : Sep. 2009 (YK) All Rights Reserved. Copyright 2001, Yokogawa Electric Corporation Yokogawa Electric Corporation Software License Agreement This

More information

PX-B750F

PX-B750F NPD4539-00 ...6... 6... 9 Mac OS X...10 Mac OS X v10.5.x v10.6.x...10 Mac OS X v10.4.11...13...16...16...17...18...20...22!ex...22...23...26...27...27...28...28...30 Web...30...30...34...34...34...35...36...36...38...40...40...44...46...51

More information

EP-904シリーズ/EP-804シリーズ/EP-774A

EP-904シリーズ/EP-804シリーズ/EP-774A EP-904 EP-804 EP-774A NPD4532-00 ...7... 7...11 Mac OS X...12 Mac OS X v10.5.x v10.6.x...12 Mac OS X v10.4.11...16...19...20...20...23...24...25!ex...25 /...26 P.I.F. PRINT Image Framer...26...27...31...31...32...32...32...36

More information

TH-80LF50J TH-70LF50J

TH-80LF50J TH-70LF50J TH-80LF50J TH-70LF50J TY-ST58P20 (70V) TY-ST65P20 (80V) TY-WK70PV50 TY-FB10HD TY-PG70LF50 (70V) TY-PG80LF50 (80V) - + - + SERIAL IN, SERIAL OUT AUDIO IN (COMPOSITE) AV IN DVI-D IN/OUT PC IN AUDIO

More information

Appendix

Appendix Appendix Appendix-A PHP 392 Appendix-B -> cd ext/pgsql -> phpize ->./configure --with-pgsql -> make -> make EXTENSION_DIR=/usr/local/lib/php/extensions install extension_dir = "/usr/local/lib/php/extensions/"

More information

ベース0516.indd

ベース0516.indd QlikView QlikView 2012 2 qlikview.com Business Discovery QlikTech QlikView QlikView QlikView QlikView 1 QlikView Server QlikTech QlikView Scaling Up vs. Scaling Out in a QlikView Environment 2 QlikView

More information

Zinstall WinWin 日本語ユーザーズガイド

Zinstall WinWin 日本語ユーザーズガイド Zinstall WinWin User Guide Thank you for purchasing Zinstall WinWin. If you have any questions, issues or problems, please contact us: Toll-free phone: (877) 444-1588 International callers: +1-877-444-1588

More information

操作ガイド(本体操作編)

操作ガイド(本体操作編) J QT7-0030-V04 1 ...5...10...11...11...11...12...12...15...21...23...25...29...32...38...43...44...50...52...55...55...59...60...61...61...62...63...64...65...66...67...69...69...70...71...72...73...84

More information

SonicWALL SSL-VPN 4000 導入ガイド

SonicWALL SSL-VPN 4000 導入ガイド COMPREHENSIVE INTERNET SECURITY SonicWALL セキュリティ装置 SonicWALL SSL-VPN 4000 導入ガイド 1 2 3 4 5 6 7 8 9-1 2 - 3 1 4 - 5 2 1. 2. 3 6 3 1. 2. 3. 4. 5. - 7 4 4 8 1. 2. 3. 4. 1. 2. 3. 4. 5. - 9 6. 7. 1. 2. 3. 1.

More information

2

2 SXSXD 2 3 4 5 6 7 8 9 10 11 12 13 DC12V EIAJ RC5320A Class4 14 15 16 17 18 19 20 21 22 23 24 25 26 SCOPE CHART SCOPE CHART CHART SCOPE SCOPE SCOPE CHART CHART 27 SCOPE MODE CHART MODE 28 29 CHART MODE

More information

DS-510

DS-510 NPD4887-01 JA 2013 Seiko Epson Corporation. All rights reserved. EPSON EXCEED YOUR VISION Microsoft Windows Windows Vista SharePoint Microsoft Corporation Macintosh Mac OS OS X Apple Inc. Intel Intel Core

More information

HDL Designer Series SupportNet GUI HDL Designer Series HDL Desi

HDL Designer Series SupportNet GUI HDL Designer Series HDL Desi ALTIMA Company, MACNICA, Inc. HDL Designer Series Ver. 2016.2 2017 7 Rev.1 ELSENA,Inc. 1. 2. 3....3 HDL Designer Series...3...4 3-1. 3-2. SupportNet... 4... 5 4....6 4-1. 4-2.... 6 GUI... 6 5. HDL Designer

More information

MusicSoft Manager

MusicSoft Manager MusicSoft Manager( ミュージックソフトマネージャー ) は 電子楽器で扱うファイル ( ソングやスタイルデータ ) を iphone/ipod touch/ipad 上で管理するアプリケーションです 本アプリケーションにより以下のことができます データのダウンロード購入 データをアプリと楽器 コンピューター オンラインストレージサービス Dropbox ( ドロップボックス ) 間で転送

More information

PX-1700F/PX-1600F

PX-1700F/PX-1600F NPD4535-00 ...7... 7...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.11...14...16...17...17...19 A4...22...23...24!EX...24 /...25 P.I.F. PRINT Image Framer...25...26...29...30...30...31...31...34

More information

1 2 3 4 5 6 7 2.4 DSOF 4 1 1 1 1 1 1 1 1 1 1 1 1 2 3 4 5 6 7 8 1 2 3 4 5 1 6 7 1 2 3 4 1 5 6 7 8 1 1 2 2 2 2 1 2 3 4 5 6 7 8 9 10 2 11 12 2 2 2 2 1 2 3 2 4 5 6 7 8 II II 2 \ \ 9

More information

License

License 第三者のソフトウェアについて お客様がご購入のキヤノン製品 ( 以下 本製品 ) には 第三者のソフトウェア モジュール ( その更新されたものを含み以下 第三者ソフトウェア ) が含まれており かかる 第三者ソフトウェア には 以下 1~8 の条件が適用されます 1. お客様が 第三者ソフトウェア の含まれる 本製品 を 輸出または海外に持ち出す場合は 日本国及び関連する諸外国の規制に基づく関連法規を遵守してください

More information

インクジェットプリンター

インクジェットプリンター NPD4787-00 ...7... 7...12 Mac OS X...13...13...18...19...19...21...22...22...23...23 Windows...27...28 Windows...29 Mac OS X...30 Windows...30...31...34 /...36 /...37 /...38...40 Windows...40 Mac OS X...43

More information

DDR3 SDRAMメモリ・インタフェースのレベリング手法の活用

DDR3 SDRAMメモリ・インタフェースのレベリング手法の活用 WP-01034-1.0/JP DLL (PVT compensation) 90 PLL PVT compensated FPGA fabric 90 Stratix III I/O block Read Dynamic OC T FPGA Write Memory Run Time Configurable Run Time Configurable Set at Compile dq0 dq1

More information

PSP-1000

PSP-1000 PSP-1000 PSP PSP 3-097-555-01(1) 5 VCCI PSP-1000 2.4GHz2.400GHz 2.497GHz 2.4GHz 1. 2. 2.4GHz DS-SS 40m 2 PSP DNAS Dynamic Network Authentication System DNAS PSP PSP ID http://www.scei.co.jp/psp-eula 3

More information

インクジェットプリンター

インクジェットプリンター NPD4740-00 ...7... 7...11 Mac OS X...11...11...15...16...17...18...19...19...20...20 Windows...24...25 Windows...26 Mac OS X...27...29 Windows...29 Mac OS X...30 Windows...31...31...33 /...36 /...36 /...38...40

More information

EPSON Easy Interactive Tools Ver.4.2 Operation Guide

EPSON Easy Interactive Tools Ver.4.2 Operation Guide Easy Interactive Tools Ver.4.2 Easy Interactive Tools Ver.4.2 Easy Interactive Tools Easy Interactive Tools Easy Interactive Pen s p.12 s p.12 s p.11 s p.18 s p.20 s p.29 Easy Interactive Tools PowerPoint

More information

FC741E2_091201

FC741E2_091201 T101-1587-04 1 2 2 0 0 9 2 0 0 8 0 9 0 1 0 5 0 9 1 4 0 5 1 0 5 5 1 2 3 4 4 5 6 7 8 9 1 2 3 0 3 3 0 2 1 1 5 0 1 3 3 3 0 2 0 3 0 3 4 0 9 1 1 0 9 0 9 1 1 5

More information

Mac OS X Windows Windows...21 Mac OS X Windows...23 Mac OS X...23

Mac OS X Windows Windows...21 Mac OS X Windows...23 Mac OS X...23 NPD5052-00 ...7... 7...10 Mac OS X...10...10...13...13...14...15...16...17...17...18 Windows...20...20 Windows...21 Mac OS X...22...22 Windows...23 Mac OS X...23 Windows...24...24...25 /...30 /...30 /...31...32

More information

PSP-3000

PSP-3000 PSP-3000 PSP PSP 4-115-361-02(1) 5 VCCI PSP-3000 2.4GHz2.400GHz 2.497GHz 2.4GHz 1. 2. 2.4GHz DS-SS 40m 2 PSP DNAS Dynamic Network Authentication System DNAS PSP PSP ID http://www.scei.co.jp/psp-eula/ 3

More information

Xpand! Plug-In Guide

Xpand! Plug-In Guide Xpand! Version 1.0 Copyright 2006 Digidesign, a division of Avid Technology, Inc. All rights reserved. This guide may not be duplicated in whole or in part without the express written consent of Digidesign.

More information

untitled

untitled SUBJECT: Applied Biosystems Data Collection Software v2.0 v3.0 Windows 2000 OS : 30 45 Cancel Data Collection - Applied Biosystems Sequencing Analysis Software v5.2 - Applied Biosystems SeqScape Software

More information

Operating Instructions

Operating Instructions 1 2 function L L L L L L L L L L L L L L L L L L L L L L L L L L L 1 1 L L 1. 2. 3. L 1. 2. L 1 2 3 4 6 5 7 8 9 L L L L L L L L L L A B C D EFG H I J K L M NO P Q R A { } L B {} L C {} L D {} L E { }

More information

準備と設定

準備と設定 ii iii iv v vi 1 2 3 4 vii 5 6 7 8 9 viii This product (including software) is designed under Japanese domestic specifications and does not conform to overseas standards. NEC* 1 will not be held responsible

More information

準備と設定

準備と設定 ii iii iv v vi 1 2 3 vii 4 5 6 7 8 viii 9 ix This product (including software) is designed under Japanese domestic specifications and does not conform to overseas standards. NEC* 1 will not be held responsible

More information

Microsoft Word - LaCie Manual_JA080719doc.doc

Microsoft Word - LaCie Manual_JA080719doc.doc Macintosh Intego Backup Assistant Intego Backup Manager Pro 2008 Intego. All Rights Reserved Intego http://lacie.intego.com Intego Backup Assistant Intego Backup Manager Pro for Macintosh Intego Backup

More information

準備と設定

準備と設定 ii iii iv v vi 1 2 3 vii 4 5 6 7 8 viii 9 ix This product (including software) is designed under Japanese domestic specifications and does not conform to overseas standards. NEC* 1 will not be held responsible

More information

Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Packインストレーション・ガイド リリース2.2

Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Packインストレーション・ガイド リリース2.2 Oracle Enterprise Manager Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Pack 2.2 2000 11 : J02263-01 Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Pack 2.2

More information

-5 DMP-BV300 μ μ l μ l l +- l l j j j l l l l l l l l l l l l l Ë l l l l l l l l l l l l l l l l l l l l l l l BD DVD CD SD USB 2 ALL 1 2 4 l l DETACH ATTACH RELEASE DETACH ATTACH DETACH ATTACH RELEASE

More information

展開とプロビジョニングの概念

展開とプロビジョニングの概念 ADOBE CREATIVE SUITE 5 2010 Adobe Systems Incorporated and its licensors. All rights reserved. Adobe Creative Suite Deployment and Provisioning Concepts This guide is licensed for use under the terms of

More information

EPSON Easy Interactive Tools Ver.4.0 Operation Guide

EPSON Easy Interactive Tools Ver.4.0 Operation Guide Easy Interactive Tools Ver.4.0 Easy Interactive Tools Ver.4.0 Easy Interactive Tools Easy Interactive Tools Easy Interactive Pen s p.11 s p.10 s p.9 s p.15 s p.17 s p.25 Easy Interactive Tools PowerPoint

More information

スライド 1

スライド 1 IBM Bluemix www.bluemix.net IBM Bluemix オンラインセミナー 今からはじめる Bluemix シリーズ 第 13 回 Bluemix アカウント管理 料金 日本アイ ビー エム株式会社クラウド ソフトウェア事業部 テクニカル セールス李展飛 目次 IBM Bluemix のアカウント管理機能 組織 スペース ユーザー ドメイン 割り当て量 料金 契約形態 利用状況の確認

More information

PSP-3000 MHB

PSP-3000 MHB PSP-3000 MHB PSP PSP 4-261-883-01(1) 5 VCCI PSP-3000 2 2.4GHz2.400GHz 2.497GHz 2.4GHz 1. 2. 2.4GHz DS-SS 40m http://www.scei.co.jp/psp-eula/ 3 PSP................4...........................5 x........................12.....................15

More information

Frequently Asked Questions (FAQ) About Sunsetting the SW-CMMR

Frequently Asked Questions (FAQ) About Sunsetting the SW-CMMR SW-CMM FAQ(Frequently Asked Questions) SEI Frequently Asked Questions (FAQ) About Sunsetting the SW-CMM The SEI Continues Its Commitment to CMMI SEI SEI SEI PDF WWW norimatsu@np-lab.com 2002/11/27 SEI

More information

untitled

untitled VQT3B82-1 DMP-BDT110 μ μ μ 2 VQT3B82 ÇÕÇ¹Ç Ç +- VQT3B82 3 4 VQT3B82 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ij SD 1 2 3 4 5 6 7 8 Í VQT3B82 5 BD DVD CD SD USB 6 VQT3B82 2 ALL 1 2 4 VQT3B82 7

More information

ユーザーズマニュアル

ユーザーズマニュアル 1 2 3 4 This product (including software) is designed under Japanese domestic specifications and does not conform to overseas standards. NEC *1 will not be held responsible for any consequences resulting

More information

X-Form Plug-in Guide

X-Form Plug-in Guide X-Form Plug-in Version 7.2 Copyright 2006 Digidesign, a division of Avid Technology, Inc. All rights reserved. This guide may not be duplicated in whole or in part without the express written consent of

More information

! " # $ % & ' ( ) +, -. / 0 1 2 3 4 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ ] ^ _ ` a b c d e f h i j k l m n o p q r s t u v w x y z { } ~ This product is

More information

2.4 DSOF 4 1 2 3 4 1 2 3 4 5 6 7 8 9 10 11 12 1 2 SET RESET POWER PPP PPP 3 POWER DATA 4 SET RESET WAN PC1 PC2 5 POWER PPP DATA AIR 6 1 2 3 4 5 6 7 II II II 8 1 2 3 4 5 6 7 8 9 10 II

More information

VQT3B86-4 DMP-HV200 DMP-HV150 μ μ l μ

VQT3B86-4 DMP-HV200 DMP-HV150 μ μ l μ -4 DMP-HV200 DMP-HV150 μ μ l μ [DMP-HV200] l [DMP-HV200] l +- l l j j j[dmp-hv200] l l l [DMP-HV200] l l l l [DMP-HV200] l [DMP-HV200] l l [DMP-HV200] l [DMP-HV200] [DMP-HV150] l l Ë l l l l l l l l l

More information

NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信

NEXT FUNDS NASDAQ-100 連動型上場投信 NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信

NEXT FUNDS NASDAQ-100 連動型上場投信 NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信

NEXT FUNDS NASDAQ-100 連動型上場投信 NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信

NEXT FUNDS NASDAQ-100 連動型上場投信 NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信

NEXT FUNDS NASDAQ-100 連動型上場投信 NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information

NEXT FUNDS NASDAQ-100 連動型上場投信

NEXT FUNDS NASDAQ-100 連動型上場投信 NEXT FUNDS NASDAQ-100 連動型上場投信 TOPIX Exchange Traded Fund Year Index Value Daily NAV Daily Return Unit NAV -Month Day Return (per Unit) Return Differential Outstanding (i) The TOPIX Index Value and the

More information