+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

TOSHIBA V200 series programmable logic controller

From: | Author:Wang | Time :2025-11-17 | 154 visit: | Share:


TOSHIBA V200 series programmable logic controller

Document Overview and Product Positioning

1.1 Core positioning of the document

Document number: UM-V200-E001, initial version released in January 2012, is a technical guide for the entire lifecycle of V200 series PLCs, covering the entire process from unboxing installation to fault maintenance.

Target audience: Qualified Person operators are required, who possess electrical equipment installation/maintenance skills and have received safety training (in compliance with NFPA 70E standards).

1.2 Core Product Parameters

The V200 series is divided into basic models and extended models. The core parameters of the basic models are compared as follows:

Basic model, local I/O configuration, expansion capability, communication interface, high-speed counting capability, size (mm), weight (gm)

GPU288 * 3S 8-in (digital)/8-out (6 relays+2 transistors) supports 8 expansion modules COM1 (RS232/RS485), COM2 (RS485), USB 2-channel single-phase (50kHz), 1-channel orthogonal (5kHz) 100 × 35 × 70 200

GPU232 * 3S 16 in (digital)/16 out (digital) without expandability COM1 (RS232), COM2 (RS485), USB 2-channel single-phase (50kHz) 155 × 102 180

GPU200 * 3S without local I/O support 8 expansion modules COM1 (RS232/RS485), Ethernet, USB 2-channel single-phase (100kHz) 100 × 35 × 70 200

The expansion models include digital expansion (such as GDI216S: 16 digital inputs) and analog expansion (such as GAD208S: 8 analog inputs), supporting flexible configuration of I/O points.


Safety operation standards (top priority)

2.1 Definition of Warning Signs

The document specifies the risk level through "identification+text", and all identification is printed on the equipment body and key positions in the manual:

Core meaning of warning signs Typical scenarios

DANGER operational errors can result in death or serious injury (such as high-voltage electric shock, fire). Opening terminal covers and contacting high-voltage components when powered on

Incorrect operation of Warning may result in serious injury or equipment damage (such as device falling or burning). Handheld terminal cover handling or touching the heat sink

CAUTION operation errors can result in minor injuries or equipment malfunctions (such as loose terminals, electrostatic damage), ungrounded operations, and wiring errors

2.2 Core Security Rules

Prohibited operation list:

Do not open the power terminal cover (which contains 24VDC high-voltage components) when powered on.

Do not insert foreign objects such as wires, tools, dust, etc. into the ventilation openings or terminal slots of the equipment (to prevent short circuits).

It is prohibited to disassemble or modify hardware without authorization (such as replacing non original capacitors), as this will result in warranty failure and safety risks.

It is prohibited to use unverified models in explosion-proof environments (such as flammable gas areas).

Mandatory operation checklist:

Before installation/maintenance, it is necessary to read the manual thoroughly and confirm that the operator is a Qualified Person.

After power failure, wait for at least 15 minutes and use a multimeter with 800Vdc or higher to check that the voltage of the DC main circuit (PA/+and PC/-) is ≤ 45V before operation.

Reliable grounding is required: D-type grounding is used for 240V level, C-type grounding is used for 500/600V level, grounding resistance is ≤ 4 Ω, and the grounding wire specification is not less than the main circuit wire.

When enabling the Auto restart function, a warning label stating 'Possible sudden restart' should be affixed next to the device.

Hardware installation and wiring

3.1 Installation environment requirements

The allowable range of environmental indicators and the prohibited range

Environmental temperature 0 ℃~55 ℃ (operation), -20 ℃~85 ℃ (storage) exceeding 55 ℃ (triggering overheating protection), below -20 ℃ (capacitor failure)

Relative humidity 20%~90% (no condensation) Condensation environment, humidity>90% (causing short circuit)

Vibration requirement ≤ 5.9m/s ² (5-150Hz) exceeding 5.9m/s ² (additional anti vibration pads need to be installed)

Environmental cleanliness without dust, metal powder, corrosive gas, dense dust, and oil mist environment (blocking heat dissipation)

3.2 Wiring specifications

Main circuit wiring:

Power input: 24VDC ± 15%, requires separate wiring (threaded separately from the control circuit), terminal screw torque: M3 is 0.5N · m, M4 is 1.4N · m.

Digital input: 24VDC, current per point 5mA (high-speed input 20mA), input impedance 5.4k Ω (high-speed input 1.2k Ω).

Digital output: Relay type (230V/2A, 30VDC/2A), transistor type (24VDC/0.5A), output terminals need to be wired according to the "set of common terminals every 4 points".

Communication wiring:

RS485: 2-wire system, maximum transmission distance of 1200m, supports 32 nodes, requires 120 Ω terminal resistors to be connected at both ends of the bus.

USB: For programming only, using USB 2.0 Type B interface, cable length ≤ 2m.

Ethernet (GPU200 * 3S): RJ45 interface, supports 10/100Mbps adaptive, requires shielded Ethernet cable.


Software Configuration and Programming

4.1 OIL DS software installation

System requirements:

Operating systems Windows 2000 (SP4), XP (SP2), Vista

Processor ≥ 800MHz (Vista requires ≥ 1GHz)

Memory ≥ 256MB (Vista requires ≥ 1GB)

Hard disk space of 800MB (including 200MB. NET Framework)

Display resolution 1024 × 768 (16 bit high color)

Installation steps:

Run Setup. exe and select the installation path (default C: Program Files OIL DS).

Wait for the installation to complete and start the software through "Start → Program → OIL DS".

When uninstalling, execute through "Start → Program → OIL DS → Uninstall OIL DS".

4.2 Ladder diagram programming

Core process:

New project: Select V200 model (such as GPU288 * 3S), configure project name and storage path.

Define Tag Database: Assign I/O addresses (such as X0000 corresponding to digital input 1) and register types (input X/output Y/configuration MW).

Edit ladder diagram: Drag and drop "normally open contact (NO)", "coil", "function block (such as MOV-W)" to construct logic, supporting subroutines and interrupt programs.

Compile and Download: Press F9 to compile (if there are no errors, it will display "Compilation Successful"), and download it to the PLC via USB/RS485.

Program type:

Main program: It runs in a loop during normal operation and needs to end with the "END" instruction.

Subroutine: Called with the "CALL" instruction and returned with the "RET" instruction.

Interrupt program: Timer interrupt (5-1000ms), I/O interrupt (triggered by high-speed counting), must end with the "IRET" instruction.

Detailed explanation of special I/O functions

5.1 High speed counter

Function type:

Type Input Channel Maximum Frequency Counting Range Application Scenarios

Single phase counter 2-channel (X000/X001) 50kHz 0~4294967295 (32-bit) pulse counting (such as encoder)

Single phase speed counter 2-channel (X000/X001) 50kHz 0~4294967295 (32-bit) speed measurement (fixed sampling time)

Orthogonal biphasic counter 1 channel (X000=phase A, X001=phase B) 5kHz 0~4294967295 (32-bit) bidirectional counting (such as motor forward and reverse rotation)

Configuration register: Select the function mode through MW10 (high-speed input configuration register), such as "MW10=0x0010" to enable the single-phase counter.

5.2 Pulse/PWM output

Pulse output:

Channel: 1 channel (Y0=CW/PLS, Y1=CW/DIR).

Frequency range: 50~5000Hz, supports positive and negative frequencies (corresponding to positive and negative reversals).

Configuration: Set MW11 (pulse output configuration register) to "0x0001" enabled, and set the frequency for MW22/MW23.

PWM output:

Channel: 1 channel (Y0).

Parameters: frequency 50~5000Hz, duty cycle 0~100% (1% step size).

Configuration: MW11 is set to "0x0000" enabled, and MW24/MW25 is set to duty cycle.

5.3 Interrupt Input

Channel: 2 channels (X001=Interrupt 1, X002=Interrupt 2).

Trigger method: Rising edge (OFF → ON) or falling edge (ON → OFF), configured through MW10's Bit4/Bit5.

Response time: Interrupt signal ON/OFF pulse width ≥ 100 μ s, ensuring stable recognition of PLC.


Troubleshooting and Maintenance

6.1 Troubleshooting process

Power failure (PWR light not on):

Check the power wiring: whether the terminals are loose and whether the voltage is 24VDC ± 15%.

Remove the expansion module: If the PWR light is restored, troubleshoot the expansion module.

Check internal power supply: If it still doesn't light up, replace the PLC host.

CPU malfunction (RUN light not on):

Check the mode switch: whether it is in the "RUN" position, switch to "RUN" and retry.

Check the ERR light: If the ERR light is on, read the fault code through OIL DS (such as "WDT Error" indicating watchdog timeout).

Re download firmware: If the RUN/ERR lights flash simultaneously, the firmware is damaged and needs to be re downloaded.

Input/output fault (abnormal I/O status):

Check the wiring: Check if the terminal screws are loose and if the wires are damaged.

Monitoring I/O status: Check the X/Y status through the "Monitor" function of OIL DS to determine whether it is a hardware or program issue.

Replace module: If one of the I/O channels is consistently abnormal, replace the corresponding expansion module.

6.2 Maintenance Standards

Daily inspection (daily):

Appearance: The LED status is normal (PWR is constantly on, flashing when RUN is running), and there is no abnormal sound/odor.

Environment: Temperature 0~55 ℃, humidity 20%~90%, no dust accumulation.

Regular inspection (every 6 months):

Cleaning: Use compressed air (≤ 0.3MPa) to clean the dust from the cooling fins and ventilation openings.

Wiring: Tighten all terminal screws (to the specified torque) and check the insulation layer of the wire.

Insulation test: After power failure, use a 500V megohmmeter to test the insulation resistance of the main circuit to ground to be ≥ 1M Ω.

Suggestions for spare parts:

Spare parts names, suggested quantities, and notes

Minimize system downtime with one V200 CPU

1 commonly used I/O module each, such as GDI216S (digital input), GAD208S (analog input)

1 programming cable for troubleshooting and program download

Replace 2 cooling fans after 20000 hours of cumulative operation

  • HIMA 895210001 PLC Module | Industrial Safety Control and Processing Module
  • HIMA 157528-0 PLC Module | Industrial Safety Control and Processing Module
  • HIMA B5322 PLC Module | Industrial Safety Control and Processing Module
  • HIMA BV7032 PLC Module | Industrial Safety Control and Processing Module
  • HIMA F3300 PLC Module | Industrial Safety Control and Processing Module
  • HIMA F7105A PLC Module | Industrial Safety Control and Processing Module
  • HIMA F7150 PLC Module | Industrial Safety Control and Processing Module
  • HIMA F7508 PLC Module | Industrial Safety Control Processing Module
  • HIMA F8627 984862765 PLC Module | Industrial Safety Control Module
  • HIMA M3410 PLC Module | Industrial Safety Control Processing Module
  • HIMA Z7308 PLC Module | Safety Control System Processing Module
  • F8640 HIMA Central Module | Safety System Core Controller
  • HIMA F8630 Module | Safety System Functional Module
  • F8651X HIMA Central Module | Safety System Core Controller
  • F3236 Digital Input Module | HIMA Safety System Input Interface
  • F7131 HIMA Power Monitoring Module | Safety System Power Supervision
  • F8627X HIMA Communication Module | Safety System Network Interface
  • HIMA F8560X PLC Module | Safety-Related Control System Component
  • HIMA P8403 PLC Module – Industrial Safety Control Processor
  • HIMA F8628X Communication Module – Industrial Safety System Interface
  • HIMA F8621A Communication Module – Safety System Communication Interface
  • HIMA 984865066 PLC Module – Safety Control Processing Unit
  • HIMA F60CPU01 PLC Module – Safety Control Processing Unit
  • HIMA F8650E PLC Module – Safety Control Processing Unit
  • HIMA F8652E Central Module – Safety Control Processing Unit
  • HIMA F8650X Card – Safety Central Processing Module
  • F8652X HIMA Central Module – Safety Control Central Processing Unit
  • HIMA 99-7105233 B5233-1 Safety Module – Industrial Safety Control Component
  • KEBA KeTop T70-rqa-AK0-LK Teaching Device – Industrial Robot Teach Pendant
  • KEBA KETOP T50-T41-CPU 2495D-0 – Industrial CPU Module
  • KEBA E-CON-CC100/A/ 22178 – Industrial Controller Module
  • KEBA Kemro K2-200 CP 250/X 71580 CPU-MODULE – Industrial Control CPU Module
  • KEBA D3‑DA 330/A‑1211‑00 Drive – KeDrive D3 Axis Controller Industrial Servo Drive
  • KEBA KETOP O70‑bra‑A0a‑F Demonstrator – Industrial Automation Control Module
  • KEBA KETOP O70-BRA-A0A-F Demonstrator | Industrial HMI Operating Terminal
  • KEBA SO84.012.0083.0101.2 Servo Drive | Industrial Motion Control Solution
  • HIMA X-AO1601 Termination Boards
  • HIMA X-AI3251 Digital Output Module
  • HIMA X-DO3251 Digital Output Module
  • HIMA X-DI3202 Termination Board
  • HIMA X-DI6451 Digital Input Module
  • XYCOM 96574-001 - Circuit Board Card Rev A
  • XYCOM 99212A-001 - Control Board Card CPX-7
  • XYCOM 99222-001 - Circuit Board Card Rev A
  • XYCOM 97780-002 - Circuit Board for Operator Panel Screen
  • XYCOM XVME-164/1 - Circuit Board 61116
  • XYCOM CMX-7D - Power Supply Circuit Board PN99865-001
  • XYCOM 10330-00800 - Digital I/O Board Circuit Card
  • XYCOM 8450-HU - Husky Monitor 98916-001
  • XYCOM XVME-428/2 - IASCM Communication Board
  • XYCOM 3512KPT - Industrial PC Operator Interface
  • XYCOM Checkpoint Cognex - Inspection Machine Vision Camera
  • XYCOM XVME-080 - IPROTO Intelligent Prototyping Module
  • XYCOM IV-1653 - Ironics VMEbus CRT Circuit Board
  • XYCOM M032000220 - Control Board
  • XYCOM 4850A - Operator Interface Panel 91855-001
  • XYCOM 9462 - HMI Operator Interface Panel 9462-016214001
  • XYCOM 9465 KPM - Monitor Industrial PC 9465-219114103
  • XYCOM 9486 - Monitor-Miniflex Portrait 9486-0343
  • XYCOM MVME-490/1 - Circuit Board Tegal 6550 Etcher
  • XYCOM 1300 - Node Module 1300-000100000
  • XYCOM 3510 T - Operator Interface
  • XYCOM 3512 KPM - Operator Interface Part No 3512-A1F114103
  • XYCOM 4615KPM - Operator Interface
  • XYCOM 8320 - Operator Interface Display Panel 94321-002
  • XYCOM 4105 - Operator Interface P/N 91904-001
  • XYCOM PM101683E - Operator Interface PM101683 E
  • XYCOM 301993 - Operator Panel 89086-501 Raycon
  • XYCOM 2000 - Operator Panel 97957-001
  • XYCOM 9410KP - Operator Touchscreen HMI 51338-STN
  • XYCOM 9987 - Operator Workstation CPU Board
  • XYCOM 94144-002 - CPU Board Rev V
  • XYCOM 9487 - Programmable Interface HMI Panel PC
  • XYCOM 70956-411 - PLC Module Card Ethernet Card MESA 4I29X
  • XYCOM PM101587 - Operator Panel
  • XYCOM XT1502-BB-RB - Display Panel XT 1502
  • XYCOM PM3510 - Operator Interface Terminal
  • XYCOM PM8450 - Operator Interface Repair Evaluation
  • XYCOM PM8480 - Operator Interface PM101269
  • XYCOM 8000-SKM - Power Supply Board Module
  • XYCOM 510084 - Power Supply Board
  • XYCOM 1546 - Proface Industrial Workstation 1546-102031013
  • XYCOM 86864-002-E - Processor Board Module
  • XYCOM 3112T - Pro-face Operator Interface
  • XYCOM 3712 KPM - Pro-face Operator Panel
  • XYCOM 4615KPMT - Proface Industrial PC Display Panel PM-070007
  • XYCOM 5015T - Pro-Face Touch Monitor 100-240 VAC
  • XYCOM 5015T/R2 - Industrial Flat Panel Touch Monitor 5015R2-0100000
  • XYCOM 1341 - Proface Embedded Computer TF-AEC-6920-C2
  • XYCOM GLC150-BG41-DN - Graphic Logic Controller M-24V
  • XYCOM GP2301H-SC41-24V - Pro-face Operator Interface 5.7" w/ Cable
  • XYCOM 1547 - Pro-face Industrial PC Model 1547-00113101
  • XYCOM ST401-AG41-24V - Graphic Touchscreen Operator Interface
  • XYCOM 3310T - Pro-face Operator Panel 3310-001101001
  • XYCOM 5015 KPMT - Proface Operator Panel Display
  • XYCOM XVME-684 - PC Module VME Bus Processor 70684-201
  • XYCOM 3300 MT - Screen Monitor Display
  • XYCOM SXT1811T - Touch Panel Monitor 100/240VAC
  • XYCOM XT-1502 - Touch Screen Monitor Flat Panel Display Interface
  • XYCOM SXT1811 - Viewtronix SXGA Flat Panel Monitor 18.1" Display
  • XYCOM VT1040T - ViewTronix Touch Screen Monitor
  • XYCOM WS2786291 - Industrial Workstation PC
  • XYCOM XCME-540 - Analog I/O Module VMEbus 70540-001
  • XYCOM XVME-682 - CPU PCB Processor Module 70682-101
  • XYCOM CU040103500 - VME Rack System Module 4200401
  • XYCOM XVME-085 - Proto VMEbus Non-Intelligent Prototyping Module
  • XYCOM XVME-100 - PCB Controller Card ROM Board 70100-001
  • XYCOM XVME-103 - VMEbus Board 10103-001
  • XYCOM XVME-110 - VMEbus Memory Module SRAM 70110-001
  • XYCOM XVME-200 - Digital Universal Instruments I/O Module Card
  • XYCOM XVME-201 - Digital I/O Controller PC Board Card 70201-001
  • XYCOM XVME-202 - VMEbus Control Module 70202-001
  • XYCOM XVME-203 - VME Digital Counter I/O Module Board Card PLC
  • XYCOM XVME-203/293 - VMEbus Counter Module w/ Quadrature
  • XYCOM XVME-212 - 32 Channel Digital Input Programmable Scanner Module
  • XYCOM XVME-220 - 32 Point Programmable Scanner Digital Output Module
  • XYCOM XVME-230 - Intelligent Counter Module Bus Board VMS 70230-001
  • XYCOM XVME-240 - Digital I/O Card VMEbus I/O PCB
  • XYCOM XVME-244 - 64-Channel Isolated Digital I/O Module VMEbus Adept
  • XYCOM XVME-301 - Graphics Controller Module 74301-001A
  • XYCOM XVME-400 - Digital I/O Card VME Module 70400-001
  • XYCOM XVME-401 - VMEbus Circuit Board 70401-001
  • XYCOM XVME-404 - VME Disc Drive Controller Module Board Card PLC
  • XYCOM XVME-428/1 - VME Bus Intelligent Asynchronous Serial Communication Module
  • XYCOM XVME-490/1 - VMEbus Card 71490A
  • XYCOM XVME-491 - VMEbus Module 71491A
  • XYCOM XVME-500 - XVME-500/01 Card 70500-001
  • XYCOM XVME-500/1 - VMEbus Card I/O Module