Welcome to the Industrial Automation website!

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

TEKTRONIX AFG31000 series arbitrary function generator

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


TEKTRONIX AFG31000 series arbitrary function generator

Product model and core parameters

1. Comparison Table of Model Parameters

Model, bandwidth, sampling rate, number of channels, standard memory, optional memory, pulse generator, bandwidth

AFG31021 25MHz 250MS/s 1 16MS/CH 128MS/CH 20MHz

AFG31022 25MHz 250MS/s 2 16MS/CH 128MS/CH 20MHz

AFG31051 50MHz 1GS/s 1 16MS/CH 128MS/CH 40MHz

AFG31052 50MHz 1GS/s 2 16MS/CH 128MS/CH 40MHz

AFG31101 100MHz 1GS/s 1 16MS/CH 128MS/CH 80MHz

AFG31102 100MHz 1GS/s 2 16MS/CH 128MS/CH 80MHz

AFG31151 150MHz 2GS/s 1 16MS/CH 128MS/CH 120MHz

AFG31152 150MHz 2GS/s 2 16MS/CH 128MS/CH 120MHz

AFG31251 250MHz 2GS/s 1 16MS/CH 128MS/CH 160MHz

AFG31252 250MHz 2GS/s 2 16MS/CH 128MS/CH 160MHz

2. General technical characteristics

Vertical resolution: 14 bits, ensuring waveform accuracy.

Output impedance: default 50 Ω, can be set to 1 Ω~10k Ω (resolution 1 Ω) or Infinity (>10k Ω).

Modulation types: Supports AM (amplitude modulation), FM (frequency modulation), PM (phase modulation), FSK (frequency shift keying), PWM (pulse width modulation).

Environmental adaptability: working temperature of 0 ℃~40 ℃, humidity of 5%~85% RH, working altitude of 3000m.


Safety regulations and operating taboos

1. Core security principles

Only for professional operation: Only personnel with high voltage/high frequency testing qualifications are allowed to operate, and non professionals are prohibited from contacting.

System level security: If connecting to a large system, it is necessary to comply with the security manuals of other components of the system.

Preoperative examination: Before use, verify that the device is functioning properly with a known signal source and prohibit its use for detecting dangerous voltages.

2. Key operations for preventing electric shock and fire prevention

(1) Power supply and grounding

Use designated power cords (must comply with local certification), and do not mix power cords from other devices.

The equipment is grounded through the power cord, and the grounding conductor must be connected to the ground. It is forbidden to disconnect the grounding connection.

Confirm that the power supply voltage matches the rated value of the equipment (such as 100V~240V AC) before powering on.

(2) Connection/disconnection sequence

Operation type, step purpose

Connect circuit 1. Connect the probe output to the measuring instrument → 2 Connect the probe reference terminal to the tested circuit → 3 Connect the probe input to avoid electric shock or equipment damage caused by live plugging and unplugging

Disconnect circuit 1. Disconnect probe input and reference terminal → 2 Disconnect the probe from the instrument to prevent residual voltage shock

(3) Taboos on Environment and Equipment Status

Do not use in damp, explosive, and dusty environments, and do not operate without cover plates/panels (exposing high-voltage circuits).

If the equipment falls, gets wet, or is suspected of damage, authorized personnel must inspect it before use, and it is prohibited to disassemble it by oneself.

Do not touch the exposed circuit when powered on, and keep the probe body and output line away from the tested circuit.

image.png

Remote control interface and instruction system

1. Interface configuration

(1) GPIB interface

Requirements:

Each device must have a unique address (1-30) and must not be duplicated;

The bus can connect up to 15 devices, with a total cable length of ≤ 20m and at least 1 device per 2m;

Power on devices account for ≥ 67%, support star/linear topology, and prohibit parallel/ring topology.

Address setting: Enter the address through the panel "Utility → I/O Interface → GPIB Address" (* RST command cannot initialize the address).

(2) VISA interface

TekVISA software (official website download) needs to be installed, supporting GPIB, RS-232, Ethernet remote control, and complying with VISA 2.2 standard.

Applicable development environment: Windows system, supporting ADE (Application Development Environment) such as LabVIEW and VB.

2. Instruction system and syntax

(1) Instruction classification

Example Function of Instruction Type

IEEE 488.2 General Command * CAL? 、 *CLS, * RST self calibration, clear register, reset

SCPI command SOURce1: FUNCTION SIN, OUTPut1: STATe ON. Set the waveform of channel 1 to sine and enable the output of channel 1

(2) Core Grammar Rules

Abbreviation: Commands can be abbreviated (uppercase is required, lowercase can be omitted), such as DISPlay: BRIGhtness can be abbreviated as DISP: BRIG.

Chain command: Multiple commands are separated by semicolons, and prefixes can be omitted for the same root node, such as TRIGger: CLOPe POS; SOURce SIN (assuming the trigger slope is positive and the source waveform is sine).

SI units: support voltage (V/mV), frequency (Hz/kHz/MHz), time (s/ms/μ s/ns), etc., such as Frequency 10MHz (assuming frequency 10MHz).

Parameter type: Supports Boolean values (ON/OFF), numerical values (NR1/NR2/NR3), and strings (quotation marks required), such as MMEMory: DELete "U:/TEST. TFWX" (remove the TEST. TFWX file from USB).


Detailed explanation of core functions and instructions

1. Waveform generation and output control

(1) Waveform type and parameter settings

Supporting waveforms: 13 types including sine (SINusoid), square wave (SQUare), pulse (PULSe), ramp (RAMP), noise (PRNoise), arbitrary wave (EMEMory/EFILe), etc.

Example of Key Instructions:

Let the waveform of channel 1 be sine: SOURce1: FUNCTION SIN

Assuming a frequency of 10kHz: SURce1: Frequency 10kHz

Set amplitude to 2Vpp: SURce1: VOLTage: Amplitude 2VPP

Set offset 1V: SURce1: VOLTage: OFFSet 1V

(2) Output control

Turn on/off output: OUTPut1: STATe ON/OFF

Output polarity reversal: OUTPut1: Polarity Inverted (default NORMAL)

Output impedance setting: OUTPut1: Impedance 50OHM (default 50 Ω, can be set to 1 Ω~10k Ω)

2. Modulation function (AM/FM/PM, etc.)

Taking AM (amplitude modulation) as an example, the key instructions are as follows:

Example of functional instructions

Set modulation depth SOURce1: AM: DEPTh SOURce1: AM: DEPTh 50PCT (50% depth)

Set the internal modulation frequency SOURce1: AM: INTernal: FREQuency SOURce1: AM: INTernal: FREQuency 1kHz

Set modulation source SOURce1: AM: SOURce1: AM: SOURce INTernal (internal source)

Turn on AM SOURce1: AM: STATe SOURce1: AM: STATe ON

3. Sequence control (advanced mode)

Support defining 256 sequence elements to achieve waveform looping, jumping, and waiting for triggering. Core instructions:

New sequence: SEQueen: NEW

Set sequence length (10 elements): SEQuence: LENGth 10

Let element 1 loop 100 times: SEQuence: ELEM1: LOOP: COUNT 100

After triggering element 1, jump to element 6: SEQuence: ELEM1: GOTO: INDex 6; GOTO:STATe ON

Running sequence: SEQControl: RUN: IMMediate

4. Data storage and management

(1) Virtual Disk Definition

Disk identification, storage location, permission usage

U: USB flash storage for reading and writing user waveforms/settings files

M: Internal flash read-write storage commonly used waveforms/settings

P: Internal predefined area read-only storage factory preset waveforms (such as sine and square waves)

(2) Store/load instructions

Save channel 1 waveform to USB: MMEMory: STORe: TRACe EMEMory1, "U:/WAVE1. TFWX"

Loading settings from USB to memory 1: MMEMory: LOAD: STATe 1, "U:/SET1. TFS"

Delete USB file: MMEMory: DELete "U:/OLD. TFWX"


Status and Event Management

1. Status register system

Compliant with IEEE 488.2 and SCPI standards, the core registers are as follows:

Meaning of register name function key bits

Status Byte Register (SBR) summarizes device status OSB (operational status), ESB (event status), MAV (message available)

The Standard Event Status Register (SESR) records core events OPC (operation completed), CME (command error), EXE (execution error)

The operating condition register (OCR) records the operating status CAL (calibration in progress), SWE (scanning in progress), WTRIG (waiting for trigger)

2. Error code system

Error codes are divided into "standard errors" (-100~-499) and "device specific errors" (1~32767). Common examples include:

Error code type description

-100 command errors command syntax errors (such as spelling errors)

-222 execution error parameter out of range (e.g. frequency set to 1000MHz, exceeding the upper limit of 250MHz)

-350 device error error queue overflow (more than 64 events)

1101 calibration error CH1 internal offset calibration failed

2305 self-test error CH1 output gain self-test failed

3. Error query

Search for the next error: SYSTem: ERRor: NEXT? The return format is -222, "Data out of range"


Maintenance and troubleshooting

1. Maintain standards

Cleaning: Wipe the outer surface with a dry lint free cloth or 75% isopropanol. Do not use water/solvents/abrasives, and do not allow moisture to enter the interior of the equipment.

Repair restriction: There are no user repairable parts, and only DC offset can be adjusted for serial numbers C019999 and below. Other faults need to be returned to the factory.

2. Common fault handling

Troubleshooting steps for possible causes of fault phenomena

No waveform output turned on, parameter out of range 1. Execute OUTPut1: STATe? Confirm the output status; 2. Check if the frequency/amplitude is within the device range

GPIB no response address conflict, cable fault 1. Confirm that GPIB address is unique; 2. Replace GPIB cable; 3. Restart the device and controller

Calibration failed due to excessive temperature and humidity in the environment, hardware malfunction. 1. Confirm that the environment is 0 ℃~40 ℃/5%~85% RH. 2. Execute DIAGnostic? Self inspection; 3. If errors 1101-1216 are reported, return to the factory for repair

image.png

  • 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
  • ABB 500AIM02 1MRB150022 R0002 1HDF 930412 X010 Controller Module
  • ABB 500AIM02 1MRB150022 R0002Y 1HDF 930412 X010 Controller Module
  • ABB 500AIM02 1MRB150022R001 1HDF 930412 X010 Analog Input Module
  • ABB 500MTM02 1MRB150020R1102 1HDF 930512 X010 Controller Module
  • ABB 500MTM02 1MRK001967-AA 1HDF 930512 X010 Input/Output Module
  • ABB 500MTM02 1MRB150020R0712 1HDF 930512 X010 module
  • ABB 500BOM01 1MRB150023R0002 digital output module
  • ABB 500TRM02 1MRB150011R1 Terminal Relay Module
  • ABB 500TRM02 1MRB150011R0001 Transformer Monitoring Relay
  • ABB 500CPU03 1HDF700003R5122 Central Processing Unit
  • ABB 500PB101 1MRB178009R0001 1MRB200064/C Binary Input Module
  • ABB 500CSP04 HE401314/0002 1MRB150051R2 Input Module
  • ABB 500CMP04 HE401314/0001 1MRB150051R1 power module
  • ABB DSAO120 57120001-EY Digital Output Module
  • ABB SUE3000 1VCF750090R0804 servo drive module
  • ABB PFRL101C-1.0KN 3BSE023316R1002 radial weighing sensor
  • ABB UNS4684A-P, V.1 HIEE30514R00R00001 Communication Module
  • ABB PVD164A2059 3BHE014340R2059 excitation controller
  • ABB 3BHE046836R0102 GFD563A102 Analog I/O Module
  • ABB PFCL201CE 10KN 3BSX105983-100 Weighing Sensor
  • ABB PFCL201C 20KN 3BSE023409R20 Weighing Sensor
  • ABB 216VC62A HESG324442R112/F Signal Digital Processor
  • ABB 216EA61B HESG448230R1/G High Voltage DC Converter Valve
  • ABB 216AB61 HESG324013R101 digital output unit
  • ABB REF542 1VCR007346 G0028 Intelligent Sensor
  • ABB INSUMMCU2 MCU2A02V24 Intelligent Motor Control Unit
  • ABB MCU2A01C0-4 motor control unit
  • ABB PDP22-FBP fieldbus interface
  • ABB PNI800A Network Interface Module
  • ABB 3BHE039724R0C3D PPD513AOC 100440 Controller