Welcome to the Industrial Automation website!

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

YOKOGAWA WT1801R series precision power analyzer communication interface

来源: | 作者:FAN | 发布时间 :2025-11-05 | 482 次浏览: | 🔊 Click to read aloud ❚❚ | Share:

YOKOGAWA WT1801R series precision power analyzer communication interface

Overview

The communication interface user guide for YOKOGAWA WT1801R, WT1802R, WT1803R, WT1804R, WT1805R, and WT1806R series precision power analyzers was first released in October 2024. The core of the document revolves around the three communication interfaces of the instrument (Ethernet, USB, GP-IB), providing detailed explanations of interface functions, configuration methods, programming instructions, and status reporting mechanisms. It also provides a document system, terminology conventions, and global contact information, aiming to help users achieve remote control and data exchange of the instrument through PC.

Core Communication Interface Functions and Configuration

1. Ethernet interface

(1) Core Features and Specifications

Compatibility: Compliant with IEEE 802.3 standard and supports TCP/IP (VXI-11) communication protocol.

Connection capability: Supports connection with PC through hub/router, does not support cross line direct connection; The maximum number of simultaneous connections is limited by network devices.

Remote control switch: Receive: Communicate: REMote ON/OFF command to switch between remote/local mode. In remote mode, only the LOCAL key is available (disabled when local is locked).

Timeout setting: The network connection timeout time can be set (1-3600 seconds or "infinite"), and the connection will be automatically disconnected after timeout. The default is "infinite".

(2) Configuration steps

Hardware connection: Use shielded twisted pair (STP) to connect the Ethernet port of the instrument Rear panel to the hub/router.

Enter the configuration menu: Press the UTIL key on the panel → click the Remote Control soft key → select the Network soft key to enter the network settings interface.

TCP/IP settings: IP address, subnet mask, and default gateway need to be configured (refer to section 20.2 of the IM WT1801R-02EN user manual for detailed steps).

Timeout setting: In the network settings interface, adjust the timeout time (Infinite or 1-3600s) through the cursor keys.

2. USB interface (USB-TMC)

(1) Core Features and Specifications

Compatibility: Compliant with USB 3.0 standard, supports USB-TMC (Test Measurement Class) protocol, requires installation of Yokogawa dedicated USB driver.

System requirements: Only supports Windows 10/11 system, PC needs to install communication library (TMCTL) and USB device driver (official website) https://tmi.yokogawa.com/ Downloadable).

Remote mode switching: Consistent with the Ethernet interface logic, it can be switched using the COMMunicate command or LOCAL key, and supports local locking.

Uniqueness: Only one USB device connection is supported at a time and cannot be used simultaneously with Ethernet or GP-IB interfaces.

(2) Configuration steps

Hardware connection: Connect the USB port of the instrument Rear panel to the PC using a USB Type B cable, and wait for 20-30 seconds after booting up before operating (to avoid damaging the device).

Driver installation: Download and install the Yokogawa USB TMC driver from the official website, and prohibit the use of third-party drivers.

View device serial number: Press the UTIL key → click on the Remote Control soft key → select the USB soft key to view the device serial number required for USB-TMC communication.

3. GP-IB interface (IEEE 488)

(1) Core Features and Specifications

Compatibility: Compliant with IEEE 488-1978 (Mechanical/Electrical) and IEEE 488.2-1992 (Protocol) standards, supports National Instruments GP-IB cards (such as PCIe GPIB, GPIB-UB-HS+).

Functional subset: Supports SH1 (source handshake), AH1 (receive handshake), T6 (basic talker), L4 (basic listener), SR1 (service request) and other functional subsets, without controller capability.

Address setting: The address range is 0-30, and each device on the bus needs to be assigned a unique address to avoid conflicts.

Connection restriction: The bus can connect up to 15 devices (including controllers), with a single cable length of ≤ 2 meters and a total length of ≤ 20 meters.

(2) Configuration steps

Hardware connection: In the shutdown state, use a 24 pin GP-IB cable to connect the GP-IB port of the instrument Rear panel to the GP-IB board of the PC, and tighten the connector screws.

Address configuration: Press the UTIL key → click the Remote Control soft key → select the GP-IB soft key, and set the address (0-30).

Interface response: Supports interface messages such as IFC (interface clearing), REN (remote enable), SDC (selected device clearing), etc. Please refer to section 3.5 of the document for specific response logic.

image.png

Fundamentals of Programming and Instruction System

1. Core programming concepts

Message types: divided into "program messages" (instructions sent by the PC to the instrument, such as configuration instructions and query instructions) and "response messages" (data returned by the instrument to the PC, such as measurement results and status information).

Instruction structure:

Common instruction: IEEE 488.2 standard instruction, starting with * (such as * CLS clearing status register, * IDN?)? Check the instrument model).

Composite instruction: Instrument specific hierarchical instruction, separated by: (e.g. DISPlay: MODE NUMeric to set display mode to numerical display).

Simple instruction: Non hierarchical independent instruction (such as HOLD to set data hold).

Data format: Supports decimal (NR1/NR2/NR3), physical quantities (with units, such as 100V), registers (binary/octal/hexadecimal), strings (user-defined, such as file names), and other formats.

2. Core instruction grouping and functions

Chapter 5 of the document provides a detailed list of 23 instruction groups, covering scenarios such as interface control, display settings, data storage, measurement and calculation. The key instruction groups are as follows:

Instruction group core instruction example function description

COMMunicate Group :COMMunicate:REMote ON

: Communicate: READer OFF controls remote/local mode, sets response with header information

DISPlay Group :DISPlay:MODE WAVE

DISPlay: WAVE: TDIV 5MS Set display mode (waveform/value/trend), adjust waveform timeline scale

FILE Group :FILE:SAVE:NUMeric "DATA1"

: FILE: LOAD: SETup "SET1" saves numerical data to a file, loads instrument settings file

MEASure Group :MEASure:AVERaging:STATE ON

MEASure: FUNCtion1: EXPResolution "URMS (E1)" Enable data averaging function and define user-defined measurement functions

NUMeric Group :NUMeric[:NORMal]:VALue?

NUMeric: FORM ASCII queries numerical measurement data, sets data output format (ASCII/FLOAT)

STORe Group :STORe:START

: STORe: FILE: CONVert: EXECUTE "STR1" Start storing data and convert stored data to CSV format

Common Command *IDN?

*OPC? Query instrument identification (model/serial number), query operation completion status

3. Synchronization and status reporting

Synchronization mechanism: through * WAI (waiting for operation completion),: Communicate: WAIT (waiting for specified event), * OPC? (Operation completion query) Avoid instruction execution conflicts and ensure data consistency.

Status report: includes status bytes, standard event registers, extended event registers, and error queues, supported through: Status: ERRor? Query error codes and messages through * STB? Query status bytes to help locate communication or operational anomalies.

image.png

Modbus/TCP communication (extended functionality)

Function Overview: Supports Modbus/TCP protocol, can communicate with client devices (such as PLC, SCADA systems), and achieve register read/write and data interaction.

Register configuration: Chapter 7 of the document provides detailed definitions of register addresses and functions, covering measurement data, instrument status, configuration parameters, etc. It supports reading real-time data such as voltage, current, power, etc. through Modbus commands.

Communication process: The client needs to connect to the instrument's IP address and port (default 502) through TCP, and send Modbus function codes (such as 03H read hold registers) to achieve data exchange.


Precautions and Compatibility

Interface exclusivity: Ethernet, USB, and GP-IB interfaces cannot be used simultaneously and need to be manually switched or specified as a unique active interface through commands to avoid command conflicts.

Driver and library dependencies: USB and Ethernet interfaces require the installation of Yokogawa Communication Library (TMCTL) and drivers, and only support Windows systems, not compatible with third-party drivers.

Cable and Connection: GP-IB requires cables that comply with IEEE standards, Ethernet needs to be connected through a hub/router (cross wiring is not supported), and USB needs to be plugged in and unplugged after the instrument is turned on and stabilized.

Legacy compatibility: Chapter 8 of the document provides instructions for compatibility with WT1600, WT1800, and WT1800E series legacy instruments, facilitating smooth migration for existing users.

image.png

  • GE AT868 AquaTrans Ultrasonic Flow Transmitter
  • ABB PFSA107-Z42 DTU Stressometer Digital Transmission Unit
  • ABB PFSA240 3BSE073476R1 Roll DC Supply Unit
  • Fanuc A16B-2201-0320 CPU MAIN Board
  • Pilz 475650 PNOZ 1 Safety Gate Relay
  • Omron NSH5-AL001 HMI Interface Unit
  • Allen-Bradley 1756-OF8 Analog Output Module
  • Siemens 6SL3210-1SE31-0AA0 Power Module 45kW
  • PMA TB45-110-00000-000 Temperature Limiter
  • PSR-SCP-24DC-ESD-5x1-1x2-300 Safety Relay
  • Pilz 774140 PZE 9 Safety Relay
  • Telemecanique TSXRKN82F PLC Rack Chassis
  • Mitsubishi R16CPU PLC CPU Module
  • OMRON C500-PS223-E Power Supply Module
  • Siemens 3VL4731-1DC36-0AA0 Circuit Breaker
  • Siemens 7ML5201-0EA0 Ultrasonic Level Transmitter
  • OMRON NQ3 NQ5 Touch Panel HMI
  • OMRON CJ1W-AD081-V1 Analog Input Module
  • OMRON NJ301-1100 Machine Automation Controller
  • B&R X20BC00G3 EtherCAT Bus Controller
  • Schneider ATV212HD22N4S Variable Speed Drive
  • B&R 8B0C0320HW00.002-1 Power Supply Module
  • Mitsubishi OSA105S2A Incremental Rotary Encoder
  • Pilz 777514 PNOZ XV3P Safety Relay
  • Gould AS-884A-111 Modicon 884 Controller
  • Siemens 6SC6130-0FE00 SIMODRIVE Control Card
  • Omron CV500-PS221 PLC Power Supply Module
  • ABB CM577-ETH AC500 PLC Ethernet Module
  • Omron NX-SIH400 Safety Input Unit NX Series
  • Omron NJ501-1300 Machine Automation Controller
  • Siemens 3VT8563-2AA03-2KA2 Molded Case Breaker
  • Pilz PNOZ m1p ETH 773103 Safety Controller
  • Omron CJ1H-CPU66H-R CJ1 Series CPU Module
  • ASI ASI533-S00 PLC Module S1
  • Mitsubishi AJ71C21-S1 Serial Module
  • Keyence IX-1000 Laser Sensor Amplifier
  • Siemens 6SN1145-1AA01-0AA1 Power Module
  • Siemens 3VA2340-5HL32-0AA0 MCCB 400A
  • Mitsubishi OSA104S Absolute Encoder
  • Siemens 6ES7350-1AH03-0AE0 FM 350-1 Counter
  • Siemens 6SE7038-6EK84-1JC2 IGD8 Gate Driver
  • Eaton EASY819-AC-RC Programmable Relay
  • Omron CPM1A-40CDT-D PLC 24V DC
  • Omron NA5-12W101B-V1 12-inch Programmable Terminal
  • Siemens 6ES7331-7KF02-0AB0 Analog Input SM 331
  • Moxa PTC-101-S-SC-HV Photoelectric Converter
  • Fanuc A20B-3300-0031 CNC Control Circuit Board
  • OMRON NA5-7W001B-V1 Programmable Terminal HMI
  • Parker AH385851U002 590C DC Drive Power Board
  • ABB 3BSE040662R1 AI830A Analog Input Module
  • DOLD BF9250.01/001 Solid State Relay
  • Siemens 6ES7331-7KF02-0AB0 SIMATIC S7-300 SM 331
  • ABB 07AC91 I6 GJR5252300R3101 Advant Controller 31
  • Schneider HMIST6500 Touch Screen HMI
  • Phoenix IL PN BK DI8 DO4 2TX-PAC Bus Coupler
  • NLTECH NL8060AC21-21D 8.4 inch LCD Display
  • Mitsubishi A2NCPU-P21 CPU Module A2NCPUP21
  • 1841-PL1-B-LH-ES Pressure Controller
  • Mitsubishi GT2512-STBA GT2512-STBD HMI
  • Cosel PJA600F-24 24V 600W Power Supply
  • B&R X67DM1321 Digital Mixed Module
  • Fanuc A16B-1310-0010 Power Supply Unit
  • Festo VABF-S4-1-V2B1-C-VH-20 Vacuum Generator
  • Mitsubishi A3ACPUP21 A3ACPU-P21 CPU
  • Mitsubishi Mazak PD14B-1 Power Supply
  • Siemens 6SY7000-0AC80 Module
  • PILZ 774400 PDZ Safety Relay
  • Mitsubishi A1SX81 Digital Input Module
  • Asyst Gasonics R94-1163 Controller 112671
  • Cincinnati Milacron 3 545 1000A Card
  • Siemens 6DD1607-0AA2 UPS Module
  • Square D 8536SCG3V02S Motor Starter
  • Siemens 6SL3100-1DE22-0AA1 Control Supply
  • Beckhoff EL9400 EtherCAT Power Terminal
  • Fanuc A16B-2202-0421 Power Supply Board
  • Turck TBEN-LG-8DIP-8DOP I/O Block
  • Euchner MGB-L1B-PNA-L-121861 Safety Switch
  • Pilz 772170 PNOZ M EF 1MM Safety Expansion
  • Mitsubishi AY51 MELSEC-A Output Module
  • Advantech AMAX-5056-A 8-Channel Digital Output
  • NXP MC912D60ACPV8 16-Bit MCU 60KB Flash
  • Omron C500-PS223-E SYSMAC PLC Power Supply Unit
  • Balluff BNI0047 BNI PBS-302-101-Z001 Profibus Module
  • Siemens 6SN1118-0DM31-0AA0 Regulation Card
  • Bently Nevada 9200-02-01-10-00 Sensor
  • Omron C500-PS223-E Power Supply Unit
  • Cognex COG-VC5-120-000 Vision Controller
  • ABB P-HC-BRC-40000000 Bridge Controller
  • Mitsubishi AJ71E71N-B5T PLC Module
  • Phoenix PSI-REP-PROFIBUS/12MB 2708863
  • Siemens 6SL3210-5BE31-8UV0 Converter
  • ABB CI868K01-eA 3BSE048845R2 Module
  • Honeywell S7999D1006 Touch Screen
  • Keyence CA-CHX10U Repeater Unit
  • Keyence VT5-W07 Touch Screen HMI
  • Keyence KV-8000 PLC CPU
  • Siemens 7MH4900-3AA01 Weighing Module
  • Omron C200HS-CPU01-E Programmable Controller
  • CD22-35AM12 Inductive Sensor
  • Mitsubishi A2NCPUR21-S1 PLC CPU
  • Siemens 6ES7331-7FK02-0AB0 Analog Input
  • Schneider HMIST6500 Touch Screen HMI
  • 0970 PSL109 Module Industrial Control
  • Schneider LC1F500P7 Contactor 500A
  • Mitsubishi GT2512-STBA GT2512-STBD HMI
  • Omron NJ1019000 Machine Automation Controller
  • Siemens 6SN1112-1AC01-0AA1 Power Module
  • Eaton AE16KNS0AB Bimetallic Overload Relay
  • ABB 3bse036456r1 Ai825 Analog Input 4 Ch
  • Fuji Electric 7MBR50SB120-50 IGBT Module
  • Schneider XPSMC32ZP Safety Relay
  • Siemens 3VL4740-2AA36-0AA0 Circuit Breaker
  • ABB PharpSFan03000 Mpsiii Fan System Monitor
  • Honeywell DPCB21010002 IRTP131 PCB
  • Siemens 6ES7214-1HG40-0XB0 CPU 1214C
  • Siemens 6ES7350-1AH03-0AE0 FM 350-1
  • PILZ PNOZ mm0.1p 772001 Safety Relay
  • E2V EVX12DS130AGC 12DS130 Module
  • Siemens 3RT5066-6AB36 Contactor
  • HIRSCHMANN RS20-0800T1T1SDAEHC09.1.00 Switch
  • Q4XTILAF500-Q8 Laser Range Sensor
  • OMRON CVM1-BC103 Base Unit 145752
  • CAREL RITC400001 Card
  • Eaton LZMN3-AE400 Molded Case Circuit Breaker
  • Fanuc A20B-3300-0031 Control Circuit Board
  • Siemens 6ES7450-1AP01-0AE0 S7-400 FM 450-1
  • Fanuc A90L-0001-0317/F Spindle Fan Motor
  • Schneider TM262L10MESE8T Logic Controller