Welcome to the Industrial Automation website!

NameDescriptionContent
HONG  KANG
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

Tektronix AWG70000 series arbitrary waveform generator

来源: | 作者:FAN | 发布时间 :2025-11-21 | 7 次浏览: | Share:


Tektronix AWG70000 series arbitrary waveform generator

Product Overview

Product coverage: AWG70000 series full models (such as AWG70001 single channel, AWG70002 dual channel), supporting software version 7.0 and above.

Compliance certification: Complies with EN 61010-1, UL 61010-1, CSA C22.2 No. 1010.1 safety standards to ensure compliance in industrial use.


Remote control setup: Ethernet and GPIB

1. Ethernet control (recommended)

(1) Hardware connection

Connect the Ethernet port of the instrument Rear panel to the LAN switch/PC using an RJ-45 Ethernet cable, supporting speeds of 10BASE-T (10Mbps), 100BASE-TX (100Mbps), and 1000BASE-T (1Gbps).

(2) Protocol and Configuration

Protocol type requirements for application scenarios

VXI-11 Server instrument and PC are both equipped with TekVISA standard remote control, with strong compatibility

Both the Raw Socket instrument and PC are equipped with TekVISA high-speed data transmission and low latency

DHCP is enabled by default for IP acquisition, and the IP is automatically obtained from the router. If a fixed IP is required, the laboratory's fixed network environment can be modified through Windows network settings

2. GPIB control (compatible with traditional devices)

(1) Hardware connection

Instrument Rear panel USB 2.0 HS Device port → connect to the host port of TEK-USB-488 adapter;

Connect the GPIB port of the adapter to the GPIB card/interface of the PC using a GPIB cable.

(2) Key configuration rules

Address uniqueness: Each device on the bus must be assigned a unique address (1-30), which cannot be duplicated;

Bus limitation: Up to 15 devices can be connected, with 1 device required every 2 meters (6 feet), and the total cable length should be ≤ 20 meters (65 feet);

Power requirement: At least 2/3 of the equipment should be powered on to avoid signal attenuation;

Topology: Only supports star or linear connections, and prohibits ring/parallel connections.

(3) Address modification steps

Instrument end: Go to Utilities → System → GPIB Address, set a new address (default 1);

Restart adapter: Disconnect and reconnect the TEK-USB-488 adapter to ensure the new address takes effect.

image.png

Command syntax specification: SCPI standard and execution mechanism

1. Core grammatical symbols

Example of symbol meaning

<>Defined element (required)<wfm_name>(waveform name)

Defined as<Block>::=#<NZDig><Dig>... (Block Data Definition)

`XOR (choose one) ON OFF (choose one)

{} Required group (choose one) ` {INTernal EXTernal} ` (required internal/external)

[] Optional section [:]<Header>(colon optional)

... The preceding elements can be repeated<Argument>[,<Argument>...] (multi parameter)

() Comment #<NZDig>(non-zero digits)

2. Command and Query Structure

(1) Command (modify settings/execute actions)

Format: [:]<Header>[<Space><Argument>[<Comma><Argument>...]

Example: CLOCk: SURce INTernal (set clock source to internal)

(2) Query (Get Status/Data)

Format: [:]<Header>? [<Space><Argument>[<Comma><Argument>...]]

Example: CLOCk: SURce? (Query the current clock source)

3. Parameter types and rules

Example of Parameter Type Description

Boolean 0/OFF (false), 1/ON (true) AWGControl: DLOading: ENABle 1 (enable dynamic loading)

Discrete fixed options (such as MIN/MAX) FGEN: CHANnel1: AMPCrude MAX (amplitude set to maximum)

Numerical values (NR1/NR2/NR3/NRf) NR1 (integer, such as 123), NR2 (decimal, such as 12.3), NR3 (scientific counting, such as 1.23E3), NRf (flexible format) CLOCk: SRATE 25E9 (sampling rate 25GS/s)

String needs to be enclosed in single/double quotes MMEMory: OPEN "C: waveform. wfmx" (load file)

Arbitrary Block: Binary data block in the format of #<NZDig><Dig>...<DChar>... WLILD: WAVeform: DATA "TestWfm", # 41024xxxx... (transmitting 1024 points of data)

4. Command execution mechanism

(1) Three types of commands

Example of Type Characteristics

Execute the next command OUTPut1: STATe ON only after the previous command is completed; OUTPut2: STATe ON (First turn on CH1, then turn on CH2)

During the execution of the blocking command, other commands are prohibited, which takes a long time. CALibration [: ALL] (full calibration, waiting for completion)

Overlapping commands can be executed concurrently with other commands, and it is necessary to manually ensure the completion of DIAGnostic: STARt (diagnostic startup, requires OPC)? Confirmation completed)

(2) Key Execution Rules

Abbreviation rule: Commands can be abbreviated, with the capitalized part being the abbreviation core (such as TRIGger: LEVel → TRIG: LEV);

Splicing rules: Use; Splicing multiple commands, different root nodes need to add: (such as TRIG: SUR EXT; :SOUR1:RMODe TRIG);

Termination symbol: When sending commands, EOI (last byte assertion) should be used as the termination symbol, and the instrument response should be terminated with LF+EOI;

Clear command: * CLS clears all event registers and queues, Device Clear (DCL) resets the command reception status.


Detailed explanation of core command group (selected high-frequency group)

1. Clock group (CLOCk): controls sampling rate and synchronization

Example of Command Function Parameter Range

CLOCk: SURce sets clock sources INTernal (internal), EFIXed (external fixed 10MHz), EVAReliable (external variable), EXTernal (external clock input) CLOCk: SURce EXTernal

CLOCk: Set the sampling rate AWG70001:1.49kS/s-50GS/s for SRATE; AWG70002:1.49kS/s-25GS/s CLOCk:SRATe 25E9(25GS/s)

CLOCk: PHASe: AJust: DEGREEs phase adjustment (degrees) -10800 °~10800 ° CLOCk: PHASe: AJust 90 (adjusted by 90 degrees)

CLOCk: JITTer jitter suppression switch 0/OFF, 1/ON CLOCk: JITTer ON (enable jitter suppression)

2. Sequence group (SLISt): Create multi-step waveform sequences

(1) Example of Core Command

Create sequence: SLISt: Sequence: NEW "Seq1", 10,2 (Create "Seq1", 10 steps, 2 tracks);

Set the number of steps to be repeated: SLISt: Sequence: STEP1: RCCount 5 (repeat Step 1 5 times);

Assign waveforms to steps: SLISt: Sequence: STEP1: TASSet1: WAVeform "Sine1" (Step 1 assigns "Sine1" waveform to track 1);

Query sequence length: SLISt: SEQ: LENGth? Seq1 "(returns the total number of steps taken by Seq1).

(2) Key Limitations

Maximum steps: 16383 steps per sequence;

Maximum number of tracks: 8 tracks per sequence;

Maximum number of repetitions per step: 1048576.

3. CALibration: Ensure measurement accuracy

Command function precautions

CALibration [: ALL] executes full calibration blocking command, cannot be aborted, returns 0 (success)/-340 (failure) upon completion

CALibration: To restore factory calibration constants, enter calibration active mode (ACTive: MODE CALibration)

CALibration:LOG? Query calibration log with timestamp and result (PASS/FAIL), maximum 64K characters

CALibration:RUNNing? Querying the current calibration process returns' Subsystem: Region: Step '(e.g.' Channel1: Dc: Compliance ')

4. S-parameter group (WLイ: PARAMeter): signal integrity optimization

(1) Mode switching

Command: WLVNet: PARAMeter: MODE {CASC | NCAS} (CASC=Cascade, NCAS=Non Cascade);

Cascade mode: Supports cascading up to 6 S-parameter files, suitable for complex links;

Non cascading mode: only 1 S parameter file, suitable for simple links.

(2) Port configuration (taking non cascaded as an example)

Command: WLVNet: PARAMeter: NCASCAding: TYPE 4 (set to port 4);

Signal type: WLVNet: PARAMeter: NCASCAding: TYPE {VICTim | AGGRessor | BOTH} (victim/interferer/both);

Embedding: WLILD: PARAMeter: NCASCAding: DEEMBed 1 (Enable embedding to correct link loss).

image.png

Status and Event System: Monitoring Instrument Operation

1. Four major register groups

(1) Status Byte Register (SBR)

Function: Summarize all 8-bit registers of states through * STB? Query;

Key position definition:

Bit7 (OSS): Operation status summary (events after OENR mask);

Bit6 (MSS/RQS): Main status summary (with service requests);

Bit5 (ESB): Standard Event Summary (SESR has new events);

Bit4 (MAV): Message available (output queue with data);

Bit3 (QSS): Suspicious Status Summary (Events after QENR Mask).

(2) Standard Event Status Block (SESB)

Contains two registers:

SESR (Standard Event Status Register): Record power, error, and other events through ESR? Query;

ESER (Event Status Enable Register): Mask SESR events, set through * ESE.

SESR key position:

Bit7 (PON): Power on;

Bit5 (CME): Command error (such as syntax error);

Bit4 (EXE): Execution error (such as parameter out of range);

Bit0 (OPC): Operation completed (triggered by OPC command).

2. Two types of queues

(1) Output queue

Function: FIFO structure, storing response data for query commands;

Trigger condition: After the query is executed, the data is stored in the queue, and the MAV bit of SBR is set to 1;

Clearing rule: Automatically clear when receiving new commands/queries, unread data will result in errors.

(2) Event queue

Function: FIFO structure, storing instrument events (errors, status changes, etc.);

Capacity limit: Up to 32 events, if exceeded, replace the 32nd event with -350, "Queue Overflow";

Query method: SYSTem: ERRor [: NEXT]? (Read the next one) SYSTem:ERRor:ALL? (Read all).


Appendix Key Content

1. Appendix A: Character Table

A hexadecimal/decimal value that covers 7 ASCII characters, including control characters (such as LF=0A hex) and printable characters (such as A=41 hex), used as a character encoding reference for command transmission.

2. Appendix B: Original Socket Specification

Define communication parameters for the Raw Socket protocol:

Port number: 5025 (default);

Data format: ASCII, with each line terminated by n;

Timeout setting: It is recommended that the client set a 10 second timeout to avoid disconnection.

3. Appendix C: Factory Initialization Settings

List the default values for all parameters, such as:

Clock source: INTernal;

Sampling rate: AWG70001=50GS/s, AWG70002=25GS/s;

Trigger mode: ASYNChronous;

Output status: OFF (all channels are closed).

image.png

  • GE IS210MACCH1AGG Turbine Control Module
  • GE IS230TNRLH1B Terminal Base Station Relay Module
  • GE DS200PCCAG1ACB Power Connection Card
  • GE DS200SI0CG1AEA Instant Overcurrent Card
  • GE DS200SHVMG1AGE servo valve interface module
  • GE DS200SI0CG1A6A Input/Output Module
  • GE DS200RT8AG3AHC Programmable Logic Controller
  • GE VMICPCI-7632-03310 IS215UCCAH3A 350-657362-003310J Rack mounted Input/Output Module
  • GE WEA13-13 2508-21001 Embedded Digital Module
  • GE WES5120 2340-21004 Controller Main Module
  • GE WES5120 2340-21006 on-site control host
  • GE WESDAC D20ME 18-MAR-13 Excitation Control Module
  • GE D20 EME 27-APR-13 Input/Output Module
  • GE D20 EME 2400-21004 Substation Controller
  • GE SR745-W2-P1-G1-HI-A-L-R-E Transformer Protection Relay
  • GE SR745-W2-P1-G1-HI-A-L-R Transformer Management Relay
  • GE IS230TNDSH2A Independent Output Relay Module
  • GE IS200TDBSH2ACC Terminal Module
  • GE PMC-0247RC-282000 350-93750247-282000F Disk Drive
  • GE VMIVME-5576 high-speed fiber optic reflective memory
  • GE 760-P1-G1-S1-LO-A20-R-E feeder management relay
  • GE 760-P1-G1-S1-LO-A20-R 760 Series Management Relay
  • GE 760-P5-G5-S5-HI-A20-R-E Motor Management Relay
  • GE IS200AEPAH1BKE IS215WEPAH2BB Printed Circuit Board
  • GE IS210BPPCH1AEC Programmable Monitoring System
  • GE WESDAC D20ME II Remote Terminal Unit (RTU) Main Processor Card
  • GE IC693DSM302-AE Discrete Output Module
  • GE IS220PRTDH1A 336A4940CSP6 temperature sensor input module
  • GE IS420ESWBH3AX Ethernet Switch
  • GE EVPBDP0001 EVPBDP032 output module
  • GE V7668A-131000 350-93100076668-131000 B Control Module
  • GE IS200SPROH1AAB MRP663860 Turbine Protection Relay
  • GE VG5SK8I052311 PM0N2000 Digital Input Module
  • GE MVR1600-4601 air-cooled rectifier module
  • GE CT11T7F10PN1 PMC676RCTX V2.3 01 16 C1145 CR11 V2.X Network Interface Card
  • GE IS215UCVHM06A IS200PMCIH1ACC Controller
  • GE IC695CPU315-BB Programmable Logic Controller
  • GE WES5120 5120-1506 High Performance Field Controller
  • GE D20-PS LFDSC143-4000 processor
  • GE 8811-IO-DC 8811-IO-DC-01 Digital Input/Output Module
  • GE VMIVME-7750 VMIVMME-7750-834 350-02775-834 D Bus Interface Module
  • GE VMIVME-7750 VMIVMME-7750-760000 350-027750-76000 N Bus Processor
  • GE IS210BPPBH2BMD redundant power module
  • GE IS220PDIAH1A 336A4940CSP1 Discrete Input Module
  • GE IC698CMX016 VMIVME-5567-000 350-005567-000 Industrial Module
  • GE V7768-320000 350-9301007768-320000 A0 Controller Module
  • GE IS215VCMIH2CA IS200VCMIH2CAA Communication Interface Board
  • GE IS215UCVGM06A IS215UCVGH1A VMIVMME-7666-11000 Serial Communication Module
  • GE SR745-W3-P5-G5-HI Transformer Protection Relay
  • GE IS220PDIIH1B 336A5026ADP1 Input/Output Module
  • GE IS200SDIIH1ADB MRP683026 Contact Input Isolation Terminal Board
  • GE WESTEM D20 M++CNC System
  • GE SR745-W2-P1-G1-HI-E-H Generator Relay Protection Device
  • GE SR469-P5-HI-A20-H motor protection relay
  • GE IS200TDBTH6ACD gas turbine control system module
  • GE WESDAC D20 C Combination Module
  • GE IC698CMX016 Control Memory Switch Module
  • GE SRPE60A 40 rated plug
  • GE 94-164136-001 motherboard control board
  • ABB PCD237A101 3BHE028915R0101 excitation control module
  • ABB XZC826A102 3BHE036348R0102 control module
  • ABB SAFT183VMC Safety Monitoring and Control Module
  • ABB LD 810HSE EX 3BSE091722R1 fieldbus link equipment
  • ABB RED615 HCDCACADAAHC2BNN11E Line Differential Protection and Control
  • ABB UFC760BE41 3BHE004573R0141 Industrial Computer Board
  • ABB 1TGE120011R2200 Motor Feed Control Unit
  • ABB PM865 3BSE030193R1 Compact Programmable Controller
  • ABB MVR 0.44-10KA high-power motor control module
  • ABB AO810 Input/Output Module
  • ABB SPAU341C1-AA RS488003-AA numerical protection repeater
  • ABB DSTA131 2668180-48/2 Programmable Logic Controller
  • ABB COM00012RAA005844A0004J2RAA005696N Control Panel Module
  • ABB MR7557891MRS050640C power relay
  • ABB 2RCA025057A0001R safety relay
  • ABB 2RCA013892A0003H power relay
  • ABB 2RCA013655A0001H power relay accessories
  • ABB 07KT94-98 controller
  • ABB 1MRK002247 Apr04 Transformer Module
  • ABB UNS0884a-v1 3BHE004385R0001 current sensor
  • ABB WMDOLT2-A75 (65KA) 6E 1TGE106812P0001 Input and Output Board
  • ABB Uras26 F-No. 3.346368.0 A-No 0240462201/2030 Gas Chamber Detector
  • ABB UFC911B101 3BHE037864R0101 control board
  • ABB TU841 3BSE020848R1 Termination unit for 1+1 TB840
  • ABB REF541KM115AAA relay feeder protection
  • ABB NINT-71C main circuit interface board
  • ABB LS14250 lithium battery
  • ABB ICSF08D1 FPR3323101R1012 24VDC high-speed counter
  • ABB DO814 Input/Output System
  • ABB 769111B gas chamber detector
  • ABB CM10/00MU1E0/STD Process Controller
  • ABB 769154 A filter element
  • ABB 769137 C 13CO2-10% 0746919 E detector
  • ABB 0769143 A Sample cell (Al), 175 mm
  • ABB 0002-07-2-000001-01 BMXS Scientific Module (ADC)
  • ABB CM15/000S0E0/STD Universal Process Indicator
  • ABB BSD0750 servo drive
  • ABB CI854BK01 Communication Interface Module
  • ABB XVC772A102 3BHE0322285R0102 circuit board
  • ABB AI04 Input/Output System
  • ABB TU847 module terminal unit
  • ABB TB807 module bus terminator
  • ABB PP877K control panel
  • ABB AO845A eA Analog Output Module
  • ABB SD822 power supply equipment
  • ABB 3BHB006716R0277 SYN5302A-Z.V277 synchronizer
  • ABB GFD233A103 3BH02294R0103 Controller
  • ABB 129740-002 134177-001 Intelligent I/O Module
  • ABB XUD194 3BHE018137R0001 AC800PEC High Performance Controller
  • ABB T3N225 Circuit Breaker
  • ABB A30-30-10RT three pole AC contactor
  • ABB SYN5302A-Z, V217 3BHB006716R0217 digital synchronizer
  • ABB NBIO-31 3BSE011337R1 I/O and Expansion Control Module
  • ABB 5SHX1960L0006 3BHB016120R0002 3BHE019719R0101 GVC736BE101 High Voltage Inverter Module
  • ABB PPC905AE101 3BHE014070R0101 control module
  • ABB REF615E_E HBFHAEAGNBA1BNN1XE digital feeder protection relay
  • ABB XVC770BE101 3BHE02103R0101 circuit board module
  • ABB 3BHL000986P7001 redundant DC power supply unit
  • ABB 3HAB8101-18/09A servo drive
  • ABB PM876-1 3BDH000707R1 Controller
  • ABB PPD117A3011 3BHE030410R3011 Excitation Controller Module
  • ABB 1MRK0023505-AA Transformer Differential Protection Relay
  • ABB PFSA140RULLM7A 3BSE006503R1 safety relay module
  • ABB PFSA140RULM1I 3BSE06503R1 drum power supply device
  • ABB MVME162-010A Embedded Controller Module
  • ABB 500BIM01 1MRB150024R0002 Digital Input Module
  • ABB 500BIM01 1MRB160024R0002 Digital Input Module
  • ABB 500PSM03 1MRB 150038 R1 894-030375D 136-011100H power module
  • ABB 500PSM02 1MRB150015R1 AD-272.100.20-01 AZ: C digital power module