+086-15305925923

K-WANG

Service expert in industrial control field!
NameDescriptionContent
Adequate Inventory, Timely Service
pursuit of excellence 
Ship control system
Equipment control system
Power monitoring system
Current position:
新闻动态
newS
   
Brand

TEKTRONIX AFG31000 series arbitrary function generator

From: | Author:Wang | Time :2025-11-20 | 22 visit: | 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.

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


  • Kollmorgen S33GNNA-RNNM-00 - Brushless Servo Motor
  • Kollmorgen 6sm56-s3000-g-s3-1325 - Servo Motor
  • Kollmorgen AKM52K-CCCN2-00 - Servo Motor
  • Kollmorgen PSR3-230/75-21-202 - Power Supply
  • Kollmorgen akm24d-anc2r-00 - Servo Motor
  • Kollmorgen AKM22E-ANCNR-00 - Servo Motor
  • Kollmorgen S60300-550 - Servo Drive
  • Kollmorgen B-204-B-21 - Servomotor
  • Kollmorgen AKM21E-BNBN1-00 - Servo Motor
  • Kollmorgen TT2953-1010-B - DC Servo Motor
  • Kollmorgen pa8500 - Servo Power Supply
  • Kollmorgen BDS4A-210J-0001-207C2 - Servo Drive
  • Kollmorgen TTRB1-4234-3064-AA - DC Servo Motor
  • Kollmorgen MH-827-A-43 - Servo Motor
  • Kollmorgen AKM24D-ACBNR-OO - Servo Motor
  • Kollmorgen 00-01207-002 - Servo Disk DC Motor
  • Kollmorgen AKM21C-ANBNAB-00 - Servo Motor
  • Kollmorgen PSR3-208/50-01-003 - Power Supply
  • Kollmorgen 6SM56-S3000 - Servo Motor
  • Kollmorgen DBL3H00130-B3M-000-S40 - Servo Motor
  • Kollmorgen 6SN37L-4000 - Servo Motor
  • Kollmorgen AKM65K-ACCNR-00 - Servo motor
  • Kollmorgen 6SM56-L3000-G - Servo Motor
  • Kollmorgen AKMH43H-CCCNRE5K - Servo Motor
  • Kollmorgen PSR4/52858300 - Power Supply
  • Kollmorgen KBM-79H03-E03 - Direct Drive Rotary Motor
  • Kollmorgen AKM33E-ANCNDA00 - Servo Motor
  • Kollmorgen U9M4/9FA4T/M23 - ServoDisc DC Motor
  • Kollmorgen AKM13C-ANCNR-00 - Servo Motor
  • Kollmorgen AKM43L-ACD2CA00 - Servo Motor
  • Kollmorgen AKM54K-CCCN2-00 - Servo Motor
  • Kollmorgen M-605-B-B1-B3 - Servo Motor
  • Kollmorgen AKD-P00606-NBAN-0000 - Rotary Drive
  • Kollmorgen 6SM-37M-6.000 - Servo Motor
  • Kollmorgen A.F.031.5 - Sercos Interface Board
  • Kollmorgen 918974 5054 - Servo PWM
  • Kollmorgen U12M4 - ServoDisc DC Motor
  • Kollmorgen AKD-B00606-NBAN-0000 - Servo Drive
  • Kollmorgen MV65WKS-CE310/22PB - Servo Drive
  • Kollmorgen 65WKS-CE310/22PB - Servo Drive
  • Kollmorgen EM10-27 - Module
  • Kollmorgen S64001 - Servo Drive
  • Kollmorgen CR03200-000000 - Servo Drive
  • Kollmorgen 6SM57M-3000+G - Servo Motor
  • Kollmorgen BDS4 - Servo Drive
  • Kollmorgen AKD-P00306-NBEC-000 - Servo Drive
  • Kollmorgen AKD-B01206-NBAN-0000 - Servo Drive
  • Kollmorgen STP-57D301 - Stepper Motor
  • Kollmorgen 6SM37L-4.000 - Servo Motor
  • Kollmorgen 44-10193-001 - Circuit Board
  • Kollmorgen PRDR9SP24SHA-12 - Board
  • Kollmorgen PRD-AMPE25EA-00 - Servo Drive
  • Kollmorgen DBL3N00130-0R2-000-S40 - Servo Motor
  • Kollmorgen S406BA-SE - Servo Drive
  • Kollmorgen AKD-P00607-NBEI-0000 - Servo Drive
  • Kollmorgen AKD-P01207-NBEC-0000 - Servo Drive
  • Kollmorgen CR03550 - Servo Drive
  • Kollmorgen VSA24-0012/1804J-20-042E - Servo Drive
  • Kollmorgen N2-AKM23D-B2C-10L-5B-4-MF1-FT1E-C0 - Actuator
  • Kollmorgen 04S-M60/12-PB - Servo Drive
  • Kollmorgen H33NLHP-LNW-NS50 - Stepper Motor
  • Kollmorgen A-78771 - Interlock Board
  • Kollmorgen AKM43E-SSSSS-06 - Servo Motor
  • Kollmorgen AKD-P00607-NBEC-0000 - Servo Drive
  • Kollmorgen E21NCHT-LNN-NS-00 - Stepper Motor
  • Kollmorgen cr10704 - Servo Drive
  • Kollmorgen d101a-93-1215-001 - Motor
  • Kollmorgen BDS4A-203J-0001-EB202B21P - Servo Drive
  • Kollmorgen MCSS23-6432-002 - Connector
  • Kollmorgen AKD-P01207-NACC-D065 - Servo Drive
  • Kollmorgen CK-S200-IP-AC-TB - I/O Adapter and Connector
  • Kollmorgen CR10260 - Servo Drive
  • Kollmorgen EC3-AKM42G-C2R-70-04A-200-MP2-FC2-C0 - Actuator
  • Kollmorgen BDS5A-206-01010-205B2-030 - Servo Drive
  • Kollmorgen s2350-vts - Servo Drive
  • Kollmorgen AKM24D-ANC2DB-00 - Servo Motor
  • Kollmorgen E31NCHT-LNN-NS-01 - Stepper Motor
  • Kollmorgen PRD-0051AMPF-Y0 - Servo Board
  • Kollmorgen TB03500 - Module
  • Kollmorgen 60WKS-M240/06-PB - Servo Drive
  • Kollmorgen M21NRXC-LNN-NS-00 - Stepper Motor
  • Kollmorgen H-344H-0212 - Servo Motor
  • Kollmorgen MCSS08-3232-001 - Connector
  • Kollmorgen AKM33H-ANCNC-00 - Servo Motor
  • Kollmorgen PA-2800 - Power Supply
  • Kollmorgen MTC308C1-R1C1 - Servo Motor
  • Kollmorgen PRDR0091300Z-00 - Capacitor Board
  • Kollmorgen BDS4A-206J-0024/01502D79 - Servo Drive
  • Kollmorgen S20330-VTS - Servo Drive
  • Kollmorgen S20250-CNS - Servo Drive
  • Kollmorgen SBD2-20-1105-WO - Servo Drive Board
  • Kollmorgen M405-C-A1--E1 - Servo Motor
  • Kollmorgen PRD-PB805EDD-00 - Servo Drive
  • Kollmorgen 6SM57S-3.000-J-09-HA-IN - Servo Motor
  • Kollmorgen AKM33H-ANCNDA-00 - Servo Motor
  • Kollmorgen PCB-00030200-04 - PCB
  • Kollmorgen H22SSLB-LNN-NS-02 - Stepper Motor
  • Kollmorgen BJRL-20012-110001 - Module
  • Kollmorgen BDS4A-206J-0001404A - Servo Drive
  • Kollmorgen H-342-H-0802 - Servo Motor
  • Kollmorgen CR10561 - Servo Drive
  • Kollmorgen BDS5A-206-00010-205B2-030 - Servo Drive
  • Kollmorgen BDS5A-206-00010-207B-2-030 - Servo Drive
  • Kollmorgen mcss08-3224-001 - Connector
  • Kollmorgen M-207-B-23-B3 - Servo Motor
  • Kollmorgen PRD-0041200Z-S0 - Encoder/Resolver Card
  • Kollmorgen MH-225-G-61 - Motor
  • Kollmorgen MT308B1-T1C1 - Servo Motor
  • Kollmorgen BDS4A-240J-0001604C83 - Servo Drive
  • Kollmorgen 6SM57-S-3000 - Servo Motor
  • Kollmorgen N-T31V-15-5B-6-MF3-FT1E-C251 - Actuator
  • Kollmorgen PRD-0051AMPA-X0 - Servo Board
  • Kollmorgen CF-SS-RHGE-09 - Cable
  • Kollmorgen DIGIFAS7204 - Servo Drive
  • Kollmorgen S30101-NA - Servo Drive
  • Kollmorgen DIGIFAS7201 - Servo Drive
  • Kollmorgen PRD-0051AMPA-Y0 - Servo Board
  • Kollmorgen AKM23D-EFCNC-00 - Servo Motor
  • Kollmorgen SE10000 - Servo Drive
  • Kollmorgen PSR4/5A-112-0400 - Power Supply
  • Kollmorgen AKM31H-ANCNC-01 - Servo Motor
  • Kollmorgen M-203-B-93-027 - Servo Motor
  • Kollmorgen CP-SS-G1HE-05 - Connector
  • Kollmorgen AKM42G-ASCNR-02 - Servo Motor
  • Kollmorgen DBL4N00750-B3M-000-S40 - Servo Motor
  • Kollmorgen R3-BK23-152B-12-PL-ASE-BS115 - Actuator
  • Kollmorgen MH-427-B-61 - Motor
  • Kollmorgen cr06902 - Servo Drive