Racal Instruments 3155 Especificações

Consulte online ou descarregue Especificações para Geradores de energia Racal Instruments 3155. Racal Instruments 3155 Specifications Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 204
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 0
Artisan Technology Group is your source for quality
new and certied-used/pre-owned equipment
FAST SHIPPING AND
DELIVERY
TENS OF THOUSANDS OF
IN-STOCK ITEMS
EQUIPMENT DEMOS
HUNDREDS OF
MANUFACTURERS
SUPPORTED
LEASING/MONTHLY
RENTALS
ITAR CERTIFIED
SECURE ASSET SOLUTIONS
SERVICE CENTER REPAIRS
Experienced engineers and technicians on staff
at our full-service, in-house repair center
WE BUY USED EQUIPMENT
Sell your excess, underutilized, and idle used equipment
We also offer credit for buy-backs and trade-ins
www.artisantg.com/WeBuyEquipment
REMOTE INSPECTION
Remotely inspect equipment before purchasing with
our interactive website at www.instraview.com
LOOKING FOR MORE INFORMATION?
Visit us on the web at www.artisantg.com for more
information on price quotations, drivers, technical
specications, manuals, and documentation
Contact us: (888) 88-SOURCE | sales@artisantg.com | www.artisantg.com
SM
View
Instra
Vista de página 0
1 2 3 4 5 6 ... 203 204

Resumo do Conteúdo

Página 1 -

Artisan Technology Group is your source for quality new and certied-used/pre-owned equipment• FAST SHIPPING AND DELIVERY• TENS OF THOUSANDS OF IN-S

Página 2 - User Manual

User Manual 3155vSCPI Parameter Type... 4-15Numeri

Página 3 - PROPRIETARY NOTICE

User Manual 3155ArbConnection 3-47Figure 3-49, An Example of Generating Modulating Sine From the Built-in Library.Artisan Technology Group - Quality I

Página 4 - FOR YOUR SAFETY

User Manual 31553-48 ArbConnectionGenerating Wave-forms Using theEquation EditorOne powerful feature of WaveCAD is the Equation Editor. The Equa-tion

Página 5

User Manual 3155ArbConnection 3-49tion generates a sine waveform. If you change the offset setting inthe Offset field and press the Adjust key, the wa

Página 6 - Table of Contents

User Manual 31553-50 ArbConnectionEquationConventionsThe following paragraphs describe the conventions used to write anequation. To avoid errors, make

Página 7

User Manual 3155ArbConnection 3-51log(x) The base 10 logarithm of xIn(x) The natural (base e) logarithm of xabs(x) The absolute value of x-1E^20<&g

Página 8

User Manual 31553-52 ArbConnectionAmpl(p)=6000*sin(omg*p*10)Equation Samples So far, you have learned how to create two simple waveforms:straight line

Página 9

User Manual 3155ArbConnection 3-53Now lets try to modulate two sinewaves with different periods andstart phases. Type this:Ampl(p)= 8000*sin(omg*p)*co

Página 10

User Manual 31553-54 ArbConnectionFigure 3-53, Using the Equation Editor to Add Second Harmonic Distortion.In Figure 3-25 10 cycles of a sinewave are

Página 11

User Manual 3155ArbConnection 3-55Figure 3-54, Using the Equation Editor to Generate Exponentially Decaying SinewaveThe last example as shown in Figur

Página 12 - List of Figures

User Manual 31553-56 ArbConnectionFigure 3-55, Using the Equation Editor to Build Amplitude ModulatedSignal With Upper and Lower SidebandsCombining Wa

Página 13

User Manual 3155viSine Characteristics...

Página 14 - OVERVIEW

User Manual 3155ArbConnection 3-57Ampl(p)= Sine.wav*sin(omg*p*10)*Noise.wav/1000If you did not make any mistakes, the waveform graph should look assho

Página 15 - Figure 1-1, 3155 Series

User Manual 31553-58 ArbConnectionThis page was left intentionally blank.Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-

Página 16 - Highlights

User Manual 3155Programming Reference 4-1 Chapter 4PROGRAMMING REFERENCEWhat’s In ThisChapterThis chapter lists and describes the software drivers tha

Página 17 - 1-4 Overview

User Manual 3155Programming Reference 4-2The RIComm.dllFunctionsThe RICom.dll controls communication with the PCI bus. There arefive library functions

Página 18 - Functional

User Manual 3155Programming Reference 4-3OpenInstruemntPurposeInitiates communications with one of the instruments found using the function FindInstru

Página 19

User Manual 3155Programming Reference 4-4OpenAllInstrumentPurposeInitiates communications with all instruments found using the function FindInstrument

Página 20

User Manual 3155Programming Reference 4-5CloseInstrumentPurposeTerminates communications with one of the instrumentsC SyntaxCloseInstrument (int hInst

Página 21 - Connectors

User Manual 3155Programming Reference 4-6GetInstrumentAttributePurposeUse this function to fetch instrument identity, options, slot location, serial n

Página 22 - Operating Modes

User Manual 3155Programming Reference 4-7GetInstrumentAttribute (continued)Instrument Attributes Structure - INSTRATTRm_Type Describes the model numbe

Página 23 - Frequency Agility

User Manual 3155Programming Reference 4-8GetStateMessagePurposeReturns a string with a description of the error foundC SyntaxVoid GetStateMessage (INS

Página 24 - Output Type

User Manual 3155viiList of FiguresFigure 1-1, 3155 Series ...

Página 25 - Waveforms

User Manual 3155Programming Reference 4-9The 3155drv.dllFunctionsThe 3155drv DLL controls the complete functionality of the instru-ment. You also have

Página 26

User Manual 3155Programming Reference 4-10DescriptionThe SendCommand() function is the main function you’ll use for controlling instrument func-tions

Página 27 - Programming The

User Manual 3155Programming Reference 4-11SendBlockPurposeUse this function to send arbitrary waveform values as well as FM arbitrary waveform valuest

Página 28 - INSTALLATION

User Manual 3155Programming Reference 4-12Error CodesDescriptionPXI_COMMAND_ERRORif value is 0x8000000, error is in SCPI syntax or other errors relati

Página 29 - Grounding

User Manual 3155Programming Reference 4-13char last;}FMPT;2. Define array FMPT fmWav[<wavelength>]3. Fill the structure with data array of whi

Página 30

User Manual 3155Programming Reference 4-14FREQUENCY are both acceptable forms. Use upper or lowercaseletters. Therefore, FREQ, FREQUENCY, freq, and F

Página 31 - Installation

User Manual 3155Programming Reference 4-15Querying ParameterSettingQuery the current value of most parameters by adding a questionmark ( ? ) to the co

Página 32 - Copying Instru

User Manual 3155Programming Reference 4-16Numeric Parameters Commands that require numeric parameters accept all commonlyused decimal representations

Página 33

User Manual 3155Programming Reference 4-17is used to differentiate between the accepted short form (upper case)and the long form (upper and lower case

Página 34

User Manual 3155Programming Reference 4-18Table 4-1. Model 3155 SCPI Commands List SummaryKeyword Parameter Form (Default in Bold) Notes:INSTRument

Página 35

User Manual 3155viiiFigure 2-28. Editing Chassis Number and Slot location... 2-25 Figur

Página 36

User Manual 3155Programming Reference 4-19Table 4-1. Model 3155 SCPI Commands List Summary (continued)Keyword Parameter Form (Default in Bold) Notes

Página 37

User Manual 3155Programming Reference 4-20Table 4-1. Model 3155 SCPI Commands List Summary (continued)Keyword Parameter Form (Default in Bold) Notes

Página 38 - 3. Power on your PXI chassis

User Manual 3155Programming Reference 4-21Table 4-1. Model 3155 SCPI Commands List Summary (continued)Keyword Parameter Form (Default in Bold) Notes:S

Página 39

User Manual 3155Programming Reference 4-22Table 4-1. Model 3155 SCPI Commands List Summary (continued)Keyword Parameter Form (Default in Bold) Notes*C

Página 40

User Manual 3155Programming Reference 4-23SOURce Subsys-temThis subsystem is used to control output functions, shape and pa-rameters, frequency, ampli

Página 41

User Manual 3155Programming Reference 4-24:MARKer (?) <mark_sclk> 64e6,100e-3,100e6:VOLTage (?) {<ampl>|MINimum|MAXimum} 5,80e-3,8:OFFSet

Página 42 - Figure 2-15 – Device Manager

User Manual 3155Programming Reference 4-25APPLy:SINusoid{<freq>,<ampl>,<offs>,<phase>}PurposeThis command is a high-level comm

Página 43 - ArbConnection

User Manual 3155Programming Reference 4-26• <freq> sets the output frequency in units of Hertz• <ampl> sets the output amplitude in units

Página 44

User Manual 3155Programming Reference 4-27APPLy:RAMP{<freq>,<ampl>,<offs>,<delay>,<rise>,<fall>}PurposeThis comman

Página 45 - 2-18 Installation

User Manual 3155Programming Reference 4-28APPLy:EXPonential{<freq>,<ampl>,<offs>,<exp>}PurposeThis command is a high-level com

Página 46

User Manual 3155Overview 1-1 Chapter 1OVERVIEWWhat’s In ThisChapterThis chapter contains general and functional descriptions of theModel 3155 Arbitrar

Página 47

User Manual 3155Programming Reference 4-29APPLy:DC{<%_ampl>}PurposeThis command is a high-level command that programs the 3155 to output a DC le

Página 48

User Manual 3155Programming Reference 4-30FM?Response and defaultThe 3155 returns 1 if the FM is on, or 0 if the FM is off. Default is 0.FM:DEViation&

Página 49 - The ArbDetector

User Manual 3155Programming Reference 4-31FM:FUNCtion:SHAPe?Response and defaultThe 3155 returns SIN, TRI, SQU, or RAMP depending on its present setti

Página 50 - Using the ArbDe

User Manual 3155Programming Reference 4-32FM:TRIGger:MODE{CONTinuous|TRIGered|GATEd}PurposeThis command selects one of the FM modes.• CONTinuous selec

Página 51 - Configuring Ac

User Manual 3155Programming Reference 4-33FREQuency:RASTer{<sclk>|MINimum|MAXimum}PurposeThis command modifies the sample clock frequency of the

Página 52 - Testing Commu

User Manual 3155Programming Reference 4-34FSK:FREQuency:RASTer?Response and defaultThe 3155 returns the present shifted sample clock frequency value.

Página 53

User Manual 3155Programming Reference 4-35Parameter typeDiscreteFUNCTion:MODE?Response and defaultThe 3155 returns FIX, USER, or SEQ depending on the

Página 54 - Chapter 3

User Manual 3155Programming Reference 4-36ROSCillator:SOURce?Response and defaultThe 3155 returns INT, EXT, or TCXO depending on the present 3155 sett

Página 55 - Installing Wave

User Manual 3155Programming Reference 4-37Parameter typeDiscreteSWEep:DIRection?Response and defaultThe 3155 returns UP, or DOWN depending on the pres

Página 56 - The Opening

User Manual 3155Programming Reference 4-38SWEep:[STATe]{OFF|ON}PurposeThis command turns the sweep function on or off.• ON turns the sweep function on

Página 57

User Manual 31551-2 OverviewFigure 1-1, 3155 SeriesArtisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg

Página 58

User Manual 3155Programming Reference 4-39The 3155 returns the present amplitude value. The returned value is in standard scientific format (for exam-

Página 59 - The Control

User Manual 3155Programming Reference 4-40Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com

Página 60

User Manual 3155Programming Reference 4-41TRIangle:PHASe?Response and defaultThe 3155 returns the present start phase value. Default value is 0.SQUare

Página 61

User Manual 3155Programming Reference 4-42PULSe:WIDTh?Response and defaultThe 3155 returns the present width value. Default value is 10.PULSe:TRANsiti

Página 62

User Manual 3155Programming Reference 4-43RAMP:DELay?Response and defaultThe 3155 returns the present delay value. Default value is 0.RAMP:TRANsition&

Página 63 - Waveforms Panel

User Manual 3155Programming Reference 4-44SINC:NCYCle?Response and defaultThe 3155 returns the present number of zero-crossing value. Default value is

Página 64

User Manual 3155Programming Reference 4-45OUTPut Subsys-temThis subsystem controls the characteristics of the output. It controlsfilter type and filte

Página 65 - Sequence Panel

User Manual 3155Programming Reference 4-46Parameter typeDiscreteOUTPut:FILTer?Response and defaultThe 3155 returns NONE, 25M, 50M, or ALL depending on

Página 66

User Manual 3155Programming Reference 4-47OUTPut:SYNC:POSition?Response and defaultThe 3155 returns the present duty cycle value. Default value is 50.

Página 67

User Manual 3155Programming Reference 4-48INSTrument Sub-systemA dual channel arbitrary waveform generator is considered as twological instruments. Th

Página 68 - Using the Segment

User Manual 3155Overview 1-3WaveCADFeatureHighlights• Three powerful tools in one software package: Instrument controlpanel, Waveform composer and FM

Página 69

User Manual 3155Programming Reference 4-49INSTrument:COUPle:PHASe<phase>PurposeThis command programs the phase offset between the master and sla

Página 70 - Using the Sequence

User Manual 3155Programming Reference 4-50SynchronizingMultiple Instru-mentsThe capability to synchronize multiple instruments is one of thestrongest

Página 71

User Manual 3155Programming Reference 4-51to the sample clock frequency and start phase of the master signal.You can still program each module with so

Página 72 - The Trigger Panel

User Manual 3155Programming Reference 4-52TRIGger Subsys-temThe TRIGger subsystem is used to synchronize device actions withexternal events. These com

Página 73

User Manual 3155Programming Reference 4-53ARM:SLOPe{POSitive|NEGative}PurposeThis command sets the edge sensitivity of which the 3155 will stop in arm

Página 74 - The Modulation

User Manual 3155Programming Reference 4-54TRIGger:BURSt{OFF|ON|0|1}PurposeThis command places the 3155 in burst mode. This command affects the 3155 on

Página 75

User Manual 3155Programming Reference 4-55TRIGger:SLOPe{POSitive|NEGative}PurposeThis command sets the edge sensitivity of the trigger input.• <POS

Página 76

User Manual 3155Programming Reference 4-56<interval> 100e-3 to 5e6 in units of secondsTRIGger:TIMer?Response and defaultThe 3155 returns the pre

Página 77

User Manual 3155Programming Reference 4-57TRACe Subsys-temThe TRACe subsystem contains commands, which allow definition ofsegments and their correspon

Página 78 - The Utility Panel

User Manual 3155Programming Reference 4-58Arbitrary Wave-formsArbitrary waveforms are generated from digital data points, which arestored in memory. E

Página 79

User Manual 31551-4 OverviewFigure 1-3, WaveCAD - Wave ComposerFigure 1-4, WaveCAD - FM Wave ComposerArtisan Technology Group - Quality Instrumentatio

Página 80 - Command Editor

User Manual 3155Programming Reference 4-59Downloading Ar-bitrary Wave-formsThere are two ways to download arbitrary waveform data points intothe memor

Página 81

User Manual 3155Programming Reference 4-60nary block. 2002 is not a multiple of 4, therefore the generator generates an er-ror message if this segment

Página 82 - Composer

User Manual 3155Programming Reference 4-61Sequenced Wave-formsSequenced waveforms are made of a number of arbitrary waveforms,which can be linked and

Página 83

User Manual 3155Programming Reference 4-621) The 3155 must be set to operate in continuous mode2) Select the MIX sequence advance mode3) Assign the

Página 84

User Manual 3155Programming Reference 4-63SEQ:DEF 2,2,1,1 (Step 2 = segment 2, no loops, mode 1)SEQ:DEF 3,3,10,1 (Step 3 = segment 3, 10 loops, mode 1

Página 85

User Manual 3155Programming Reference 4-64SYSTem Subsys-temThe system-related commands are not related directly to waveformgeneration but are an impor

Página 86

User Manual 3155Programming Reference 4-65IEEE-STD-488.2Common Com-mands and Que-riesSince most instruments and devices in an ATE system use similarco

Página 87

User Manual 3155Programming Reference 4-66*RST - Resets the generator to its default state. Default values are listedin Table 4-1.*SRE <enable_valu

Página 88

User Manual 3155Programming Reference 4-67The Status Byte Register (STB)The Status Byte summary register contains conditions from the otherregisters.

Página 89

User Manual 3155Programming Reference 4-68Figure 4-57. SCPI Status Registers&&&&&&&&&&&&&&&

Página 90 - The WaveCAD

User Manual 3155Overview 1-5FunctionalDescriptionA detailed functional description is given following the general de-scription of the features, functi

Página 91

User Manual 3155Programming Reference 4-69Reading the StatusByte Register The Status Byte summary register can be read with the *STB? com-mon query. T

Página 92

User Manual 3155Programming Reference 4-70Standard Event Status Register(ESR)The Standard Event Status Register reports status for special appli-catio

Página 93

User Manual 3155Programming Reference 4-71Standard EventStatus Enable Regis-ter (ESE)The Standard Event Status Enable Register allows one or moreevent

Página 94 - The FM Composer

User Manual 3155Programming Reference 4-7280 characters):-102,"Syntax error"A complete listing of the errors that can be detected by the gen

Página 95 - Composer Menu Bar

User Manual 3155Programming Reference 4-733. Activating filters when the 3155 is set to output the built-in sinewaveform, or activating the built-in s

Página 96

User Manual 3155Programming Reference 4-74This page was left intentionally blank.Artisan Technology Group - Quality Instrumentation ... Guaranteed | (

Página 97

3155 User ManualPerformance Verification 5-1 Chapter 5PERFORMANCE VERIFICATIONWhat’s in ThisChapterThis chapter provides performance tests for the Mod

Página 98

3155 User ManualPerformance Verification 5-2Warm-Up PeriodMost equipment is subject to a small amount of drift when it isfirst turned on. To ensure ac

Página 99

3155 User ManualPerformance Verification 5-3Frequency Accu-racyAccuracy Specifications: 0.01% of reading to 50.00 MHzEquipment: Counter1. Configure t

Página 100 - ArbConnection 3-47

3155 User ManualPerformance Verification 5-42. Set the DMM to ACV measurements (RMS).3. Connect the Model 3155 output to DMM input. Termi-nate the ou

Página 101 - Equation Editor

User Manual 31551-6 OverviewMemory SegmentationThere is no need to use the entire memory every time an arbitrarywaveform is generated. The waveform me

Página 102 - Writing Equations

3155 User ManualPerformance Verification 5-5Squarewave Char-acteristicsSpecified Transition Time: 10ns typical (10% to 90% of ampli-tude)Specified Abe

Página 103 - Conventions

3155 User ManualPerformance Verification 5-6Remote Commands ::RES:OUTP ON:FUNC:MODE USER:TRAC:DEF 4000:TRAC:SEL 1:FREQ:RAST 40e3:VOLT 5Using WaveCAD

Página 104

3155 User ManualPerformance Verification 5-73. Change the Model 3155 FREQ setting to 50.00 MHz(sine wave output to 100MHz). Verify that peak-to-peako

Página 105

3155 User ManualPerformance Verification 5-83155 outputs a gated signal. Leave the externalpulse generator connected to the Model 3155 forthe next tes

Página 106

User Manual 3155Product Support 6-1 Chapter 6PRODUCT SUPPORTProduct SupportRacal Instruments has a complete Service and Parts Department.If you need t

Página 107

User Manual 3155Product Support 6-2Support OfficesRacal Instruments, Inc.4 Goodyear St., Irvine, CA 92618-2002 Tel: (800) RACAL-ATE, (800) 722-2528, (

Página 108

User Manual 3155Specifications A-1 Appendix ASPECIFICATIONSOutput Channels 1Multiple Instrument synchronizationDescription Multiple instruments can be

Página 109 - Combining Wave

User Manual 3155Specifications A-2Modulation Frequency Range 2mHz to 100 KHz Resolution 10 digits Accuracy 0.1%Peak Frequency Deviation DC to 50 M

Página 110 - ArbConnection 3-57

User Manual 3155Specifications A-3Ramp Time Range 10 µs to 1 s, 3 digits, ±0.1% SweepDescription Sample Clock sweeps continuously from start to s

Página 111 - 3-58 ArbConnection

User Manual 3155Specifications A-4STANDARD WAVEFORMS LIBRARYWaveforms Sine, Triangle, Square, Pulse, Ramp, Sinc, Gaussian Pulse,Exponential decay/Rise

Página 112 - PROGRAMMING REFERENCE

3155100MS/s ARBITRARYWAVEFORM GENERATORUser ManualPUBLICATION NO. 980866RACAL INSTRUMENTSRacal Instruments, Inc.4 Goodyear St., Irvine, CA 92618-2002

Página 113 - FindInstrument

User Manual 3155Overview 1-7OptionsThere is one option available for the 3155.Option TCXO – This options adds 1ppm TCXO referenceOrdering InformationM

Página 114 - OpenInstruemnt

User Manual 3155Specifications A-5Mixed Sequence Advance Each step of a sequence can be programmed to advanceeither a) automatically (Automatic Sequen

Página 115 - OpenAllInstrument

User Manual 3155Specifications A-6Level >2 V into 50Ω, 4V nominal into 10KΩProtection Protected against temporary short to case groundPosition Poin

Página 116 - CloseInstrument

User Manual 3155Specifications A-7GENERALPower Requirements <10W maximumCurrent Consumption +5V @ 30mA, +12V @ 200mA, -12V @ 200mA, +3.3V @ 1.4AEMC

Página 117 - GetInstrumentAttribute

User Manual 3155Specifications A-8This page was left intentionally blank.Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-

Página 118 - (continued)

Artisan Technology Group is your source for quality new and certied-used/pre-owned equipment• FAST SHIPPING AND DELIVERY• TENS OF THOUSANDS OF IN-S

Página 119 - GetStateMessage

User Manual 31551-8 OverviewFront PanelConnectorsThe 3155 has 3 BNC connectors on its front panel: main and SYNCoutputs and trigger input. There are a

Página 120 - SendCommand

User Manual 3155Overview 1-9modulation affect this output directly. The sine waveform output isprogrammed to 100 MHz, so it may serve as an additional

Página 121 - Description

User Manual 31551-10 Overviewnal goes low, is the last point of the waveform.Burst ModeThe burst mode is an extension of the triggered mode where theg

Página 122 - SendBlock

User Manual 3155Overview 1-11FMThe FM function modulates the 3155 sample clock frequency. Youcan frequency modulate the output either with built-in wa

Página 123 - Error Codes

User Manual 31551-12 OverviewArbitrary (User)WaveformsThe arbitrary waveform memory is capable of storing one or moreuser-defined waveforms. The 3155

Página 124 - Introduction To

User Manual 3155Overview 1-13Figure 1-5b. Segment 2 – Sine WaveformFigure 1-5c Segment 3 – Pulse WaveformThe following sequence was made of segment 2

Página 125 - Parameters

User Manual 31551-14 OverviewOutput StateThe main output can be turned on or off. The internal circuit is dis-connected from the output connector by a

Página 126

User Manual 3155Installation 2-1 Chapter 2INSTALLATIONInstallation Over-viewThis chapter contains information and instructions necessary to pre-pare t

Página 127 - SCPI Syntax and

User Manual 31552-2 InstallationExercise extreme caution when a shock hazard is present. Lethalvoltage may be present on cables, connector jacks, or t

Página 128

THANK YOU FOR PURCHASING THIS RACAL INSTRUMENTS PRODUCT.For this product, or any other Racal Instruments product that incorporates software drivers, y

Página 129 - Programming Reference 4-18

User Manual 3155Installation 2-3WARNINGDo not attempt to float the output from ground as it maydamage the Model 3155 and other equipment connectedto t

Página 130 - Programming Reference 4-19

User Manual 31552-4 InstallationRemoving the In-strument from theBagThe 3155 is supplied in an antistatic bag. Check the seal on the bagto make sure t

Página 131 - Programming Reference 4-20

User Manual 3155Installation 2-5Copying Instru-ment DriversThe 3155 is a Plug & Play instrument, meaning that after you install itin your PXI chas

Página 132 - Programming Reference 4-21

User Manual 31552-6 InstallationFigure 2-1, which will search for new drivers6. Follow the procedure as shown below.7. After installing the PXI 3155

Página 133 - Programming Reference 4-22

User Manual 3155Installation 2-7Figure 2-2 – Search for 3155 DriverPress Next and you’ll now be prompted to select the location of thedriver files on

Página 134 - SOURce Subsys

User Manual 31552-8 InstallationAssuming that you used the supplied CD, press Browse and specifythe subfolder Win9xdrv located in the Drivers folder,

Página 135 - Programming Reference 4-24

User Manual 3155Installation 2-9Press Next and observe that Window copies the files from the CD-ROM drive to your hard drive, as shown in Figure 2-6.F

Página 136

User Manual 31552-10 InstallationThe next step is necessary to verify that the device driver was in-stalled properly and is displayed correctly in the

Página 137

User Manual 3155Installation 2-11Windows 2000/XP DeviceDriver InstallationA device driver is necessary for the 3155 software to communicate tothe PXI

Página 138

User Manual 31552-12 InstallationFigure 2-10 – Install Hardware Device DriversPress Next and you’ll now be prompted to select the location of thedrive

Página 139

FOR YOUR SAFETYBefore undertaking any troubleshooting, maintenance or exploratory procedure, read carefully theWARNINGS and CAUTION notices.This equip

Página 140

User Manual 3155Installation 2-13ure 2-12.Figure 2-12 – Copying Device DriversAfter Windows has completed copying the device drivers, Windowsdisplays

Página 141

User Manual 31552-14 Installation Figure 2-14 – Completing the Found New Hardware WizardThe next step is necessary to verify that the device driver wa

Página 142

User Manual 3155Installation 2-15 Figure 2-15 – Device ManagerArtisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | ww

Página 143

User Manual 31552-16 InstallationWindows NT DeviceDriver InstallationA device driver is necessary for the 3155 software to communicate tothe PXI board

Página 144 - FREQuency:RASTer?

User Manual 3155Installation 2-17To install the software click on “Install Software Utilities” and followthe install program as shown in Figure 2-17.

Página 145

User Manual 31552-18 InstallationFigure 2-19 – Customer Information StepArtisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-S

Página 146

User Manual 3155Installation 2-19After typing the customer details press Next and select either theTypical mode or the Custom mode setup type, as show

Página 147

User Manual 31552-20 Installation Figure 2-21 – Selecting DestinationIn order to change the installation features, as shown in Figure 2-22,check the d

Página 148

User Manual 3155Installation 2-21In order to complete the setup, you need to restart your computer.You can either restart your computer immediately or

Página 149

User Manual 31552-22 InstallationThe ArbDetectorThe ArbDetector detects all 3155 arbitrary waveform generators thatare plugged into the PXI chassis an

Página 150

This page was left intentionally blank.Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com

Página 151 - Programming Reference 4-40

User Manual 3155Installation 2-23Using the ArbDe-tectorTo invoke the ArbDetector program, either double-click on the icon oropen the options window as

Página 152

User Manual 31552-24 InstallationConfiguring Ac-tual Slot Loca-tionThe ArbDetector allows you to specify the actual slot where your in-strument reside

Página 153

User Manual 3155Installation 2-25 Figure 2-28. Editing Chassis Number and Slot locationIn the Slot Number field select the actual location of your ins

Página 154

User Manual 31552-26 InstallationThe Response field can also be used to query instrument settings.Try the following queries and check the response:OUT

Página 155

User Manual 3155ArbConnection 3-1 Chapter 3WaveCADWhat’s In ThisChapterThis Chapter contains information how to install, invoke and useWaveCAD. An int

Página 156 - OUTPut Subsys

User Manual 31553-2 ArbConnectionInstalling Wave-CADThe installation program installs WaveCAD on a logical drive of yourchoice. The default is drive C

Página 157

User Manual 3155ArbConnection 3-3Conventions Usedin This ManualThis manual uses certain typographical conventions to make it easierfor you to follow i

Página 158

User Manual 31553-4 ArbConnectionThe Startup & Communication Options dialog box is displayed at thetop. You can check the “Store and don’t show…”

Página 159 - INSTrument Sub

User Manual 3155ArbConnection 3-5There are two more options to select from this dialog box. The StartCommunications with:First Found instrument – will

Página 160 - INSTrument:SET {0

User Manual 31553-6 ArbConnectionThe Panels bar provides direct access to instrument control panels.The individual control panels are explained later

Página 161 - Multiple Instru

User Manual 3155iTable of ContentsChapter 1OVERVIEW...

Página 162

User Manual 3155ArbConnection 3-7Panel will automatically pop up and cascade in front of the MainPanel.LED’s –LED’s indicate which of the parameters a

Página 163 - TRIGger Subsys

User Manual 31553-8 ArbConnectionFigure 3-32, The Main PanelIf you are connected properly to the PCI bus and WaveCAD has de-tected this link and place

Página 164

User Manual 3155ArbConnection 3-9Operating ModesThe Operating Modes group is used for selecting the active triggermode for the instrument. You can sel

Página 165 - • OFF or 0 disables gate mode

User Manual 31553-10 ArbConnectionThe StandardWaveforms PanelThe Standard Waveforms panel, as shown in Figure 3-4, may be ac-cessed a number of ways:

Página 166

User Manual 3155ArbConnection 3-11NoteThe normal color of the digital reading is dark blue. Ifyou modify the reading, the color changes to a lightersh

Página 167 - TRIGger:IMMediate

User Manual 31553-12 ArbConnectionWARNINGBy selecting an external reference you are disabling theinternal reference circuit. If no, a 10 MHz reference

Página 168 - TRACe Subsys

User Manual 3155ArbConnection 3-13ParametersThe Parameters group contains buttons for adjusting Amplitude, Off-set, and active segments. The values ex

Página 169 - Management

User Manual 31553-14 ArbConnectionSample ClockThe Sample Clock group consists of one parameter that controls thesample clock frequency. Note that the

Página 170 - Downloading Ar

User Manual 3155ArbConnection 3-15Internal – disables the TRIG IN input and routes the internal triggergenerator to the trigger advance circuit. The f

Página 171

User Manual 31553-16 ArbConnectionFigure 3-35. The Segment TableThe two main fields in the segment table are Seg and Length. TheSeg (segment) is an in

Página 172 - Sequenced Wave

User Manual 3155iiFM...

Página 173

User Manual 3155ArbConnection 3-17Using the SequenceTableTo learn more about sequences and sequence control, refer to sec-tion 4 of this manual. The 3

Página 174 - SEQuence:DELete:ALL

User Manual 31553-18 ArbConnectionand Adv. These elements are explained below.Link # – defines an index array for the sequence table. When gener-ating

Página 175 - SYSTem Subsys

User Manual 3155ArbConnection 3-19The Trigger PanelThe Trigger panel, as shown in Figure 3-8, is invoked either bypressing the TRIG button on the Pane

Página 176 - Common Com

User Manual 31553-20 ArbConnectionFigure 3-37, The Trigger PanelSlopeThe Slope group lets you select the edge sensitivity for the trigger in-put of th

Página 177 - Registers

User Manual 3155ArbConnection 3-21or return to the main panel and leave the Trigger Panel in the back-ground by clicking on the “To Main Panel” key.Th

Página 178 - Register (STB)

User Manual 31553-22 ArbConnectionNoteThe normal color of the digital reading is dark blue. Ifyou modify the reading, the color changes to a lightersh

Página 179 - Programming Reference 4-68

User Manual 3155ArbConnection 3-23Figure 3-38, The Modulation PanelFSKThe FSK group contains parameters for controlling the FSK function.To turn the F

Página 180

User Manual 31553-24 ArbConnectionSweepThe Sweep group contains parameters for controlling sweep options.To turn the Sweep function on and off, click

Página 181 - Status Register

User Manual 3155ArbConnection 3-25Slope – The Slope sub-group selects the edge sensitivity of the trig-ger input of the 3155. If you click on Positive

Página 182 - Error Messages

User Manual 31553-26 ArbConnectionFigure 3-39, The Utility PanelFilterThe Filter group lets you place filters in series with the output path.Click on

Página 183

User Manual 3155iiiThe Opening Screen...

Página 184

User Manual 3155ArbConnection 3-27The System andCommand EditorWaveCAD requires the correct configuration to work with the 3155.For example, the comput

Página 185 - Programming Reference 4-74

User Manual 31553-28 ArbConnectionSystem CommandsThe System Commands group lets you send common commandsand test the 3155 for proper operation. The Ti

Página 186 - PERFORMANCE VERIFICATION

User Manual 3155ArbConnection 3-29The WaveformComposerBeing an arbitrary waveform generator, the 3155 has to be loadedwith waveform data before it can

Página 187

User Manual 31553-30 ArbConnectionFigure 3-41, The Wave Composer Opening ScreenFile MenuThe File menu has four commands which, control waveform files.

Página 188 - Amplitude Accu

User Manual 3155ArbConnection 3-31Save Waveform (Binary)The Save Waveform menu selection stores the active waveform inthe 3155 directory as a binary f

Página 189 - DC Offset Charac

User Manual 31553-32 ArbConnectionthen click on the right mouse button to terminate this operation.NOTEThe Sketch mode may also be invoked using the c

Página 190 - Sine Characteris

User Manual 3155ArbConnection 3-33sponding toolbar icon.Trim LeftThe Trim Left function operates in conjunction with the left anchor. Itis helpful if

Página 191 - (Using Sine Out

User Manual 31553-34 ArbConnectionView MenuThe View menu lets you view various options on the waveformgraph. The View commands include: Zoom In, Zoom

Página 192 - Burst Characteris

User Manual 3155ArbConnection 3-35Figure 3-43, Zooming In on WaveformsWave MenuThe Wave menu lets you create waveforms on the WaveCAD graph.The Wave c

Página 193

User Manual 31553-36 ArbConnectionFigure 3-44, An Example of Generating Sine Waveforms From the Built-in Library.Creating Sine WaveformsUse the follow

Página 194 - PRODUCT SUPPORT

User Manual 3155ivThe Waveform Composer Menu Bar... 3-29File Menu...

Página 195 - Support Offices

User Manual 3155ArbConnection 3-37discrete amplitude steps. The Amplitude parameter defines howmany of these steps is use for generating the sine. The

Página 196 - SPECIFICATIONS

User Manual 31553-38 ArbConnectionclicking on this icon again, or by clicking on the right mouse button.Autoline mode lets you draw straight-line segm

Página 197

User Manual 3155ArbConnection 3-39cation and press Enter.Use this icon after you have zoomed in to zoom out to view the entirewaveform graph.This icon

Página 198 - OPERATING MODES

User Manual 31553-40 ArbConnectionThe WaveformGraphWaveforms are created and edited on the waveform graph. Figure 3-17 shows an example of a waveform

Página 199 - SEQUENCED ARBITRARY WAVEFORMS

User Manual 3155ArbConnection 3-411) Click and hold the mouse cursor on the left anchor triangle andthen drag the curtain to the left position. Do th

Página 200

User Manual 31553-42 ArbConnectionThe FM WaveComposer Menu BarThe FM Wave Composer menu bar provides access to standardWindows commands such as File a

Página 201 - 10 MHz Reference Input

User Manual 3155ArbConnection 3-43Open Waveform…The Open Waveform… function lets you browse your disk for previ-ously saved waveform files and loads t

Página 202

User Manual 31553-44 ArbConnectionEdit MenuThe Edit menu is used for manipulating the waveform that is drawnon the graph. The editing menu is explaine

Página 203

User Manual 3155ArbConnection 3-45UndoThe Undo command undoes the last editing operation.Wave MenuThe Wave menu lets you create waveforms on the scree

Página 204

User Manual 31553-46 ArbConnectionStart Phase – The start phase parameter defines the angle of whichthe sine will start. The example shows 0° start ph

Comentários a estes Manuais

Sem comentários