Delta PLC As
Delta PLC As
Delta PLC As
Mid-range PLC
AS Series
Flexible, Smart, Friendly - The Best Choice
for a Controller of Automated Equipment
AS Series
The AS Series Compact Modular Mid-range PLC is a high performance multi-purpose
controller designed for all kinds of automated equipment. It features Delta's self-
developed 32-bit SoC CPUs for enhanced execution speed (40k steps / ms) and
supports up to 32 extension modules or up to 1,024 inputs / outputs. The AS series
provides accurate positioning control for up to 8 axes via CANopen motion network
and 6 axes via pulse control ( 200 kHz ). It is widely used in diverse automated
equipment such as for electronics manufacturing, labeling, food packaging, and textile
machines.
The AS Series adopts a rackless design and patented DIN rail clips for fast vertical
module installation. The simple shape and dark gray exterior of the AS series help
resist stains and dirt in harsh industrial environments.
1
High Efficiency Computing
- Advanced CPU performance
- Optimized execution efficiency
- Optimized I/O update rate
05 - High-speed counter
09
Simple Installation
- Easy installation process
- Convenient grounding protection
- Screwless installation procedure
13
Programming & Diagnosis
- Modular programming structure
- Convenient editing environment
- Easy hardware configuration and parameter setting
2
High Efficiency Computing
Trigonometric
3.5 μs
function instruction
3
Optimized Execution Efficiency
■ General Scanning Method ■ AS Series Scanning Method
Standard simplex scanning which Fixed schedule operations will be automatically
sequentially goes through instructions by processed by the CPU background program
fixed schedule operation (e.g. I/O update). when scanning starts. This significantly
enhances execution speed.
It significantly affects overall execution
speed.
1 scan time 1 scan time 1 scan time 1 scan time 1 scan time
4
Accurate Axis Control -
Positioning Control Solution
CANopen
DS301
M0
INITC K1 Step 1 - Initialization
CASD K1 K3000 K9000 Step 2 - Acceleration and deceleration
M1615
ASDON K1 K1 Step 3 - Start
M1640
RST M0
M1 M1615 M1640
DDRVAC K1 D2 D0 Step 4 - Back and forth
Dynamic modification of
next speed and position.
5
Pulse
AC Servo Drive
■ High-speed counter ASDA-B3 & ASDA-B2 Series
One-time setup,
easy configuration
Regular Flat-type
photoelectric sensor photoelectric sensor
PS-R PS-F
6
AS500 Motion Control Solution
HMI HMI PC
RS-232
RS-485
Ethernet
CANopen
Encoder
PC Ethernet 1 HMI
Ethernet 2
CANopen
HMI RS-232
Motion
ASDA-A2 ASDA-A2
Temperature VFD PLC Encoder
controller
7
■ Higher scalability in DVP-MC and AS500
AS500 motion CPUs are designed with the Delta DVP-MC motion platform, which allows
users to scale up/down their systems to AS/DVP systems without rewriting all programs
AS500
Programs
DVP15/50MC
16 DI
RS-232/485 8 DO
Ethernet
8
AX-3 CODESYS Motion Control Solution
RS-232
HMI HMI PC
Ethernet
RS-485 EtherCAT
Encoder
9
■ Benefits of CODESYS platform
▪ IEC61131-3 standards Save Time
▪ High performance and stable operation
system IEC 61131-3
▪ Enhances project development efficiency
with a standardized programming and
controller development platform for
parameter setting, configuration and
High Performance
PLCOpen editing
16 DI
RS-232/485
8 DO
EtherCAT Ethernet
10
Simple Installation
■ Easy installation
▪ Space-saving design, suitable for installation in control panels
Wiring duct
H:88 mm
Wiring duct
1
■ Fast disassembly
▪ Release the clip ring to easily take
out the module from the front
without moving adjacent modules
Push
11
■ Convenient grounding protection
▪ DIN-rail installation: CPU module and expansion modules can be installed directly on DIN-rail
without a backplane
▪ Installation with screws: pull out the installation clip ring and directly install it on the panel
▪ Both methods are equipped
with ground protection
Ground protection
Time-saving installation
Complete I/O wiring in 1 second
12
Industrial Network Solution
EtherNet/IP Solution
The open industrial Ethernet communication protocol
for real-time control and data collection
upgrades
13
DIACloud
Industrial 3G Industrial Ethernet Cloud Router
Cloud Router DX-2300
DX-2100
SCADA System
DIAView
■ Software integration
• Consistent data exchange interface
shortens learning time with fast system AS300 C2000 Series
EDS
configuration
Parameter editing
• Provides Delta's equipment parameter
list for quick parameter matching Data exchange
without looking into a detailed manual Network topology
Other brand
EtherNet/IP
• EDS File provides quick connection with M300 Series equipment
EtherNet/IP products of other brands
• Provides real-time cyclic and acyclic Fluctuated update frequency Stable update frequency
data transmission and defines data -F 60.00 -F 60.00
priority between equipment
• Establishes multiple CIP links and
defines different register priorities with 5 ms
one piece of equipment 10 ms
5 ms
• Executes data update based on user 5 ms
5 ms
RPI. Updates all slave station data in 6 ms
one scan time
• Enhances stability by 70% compared to Achieve 70% stability
traditional Modbus TCP
14
Ethernet/IP Software: EIP Builder
15
Remote I/O Solution
}
}
}
another function card except AS-FCOPM
▪ When SCM is working in RIO (RTU) mode, 1st station 2nd station 3rd station 15th station
then slot 1 is disabled
DIO
16
Serial Communication Solution
Modbus RS-232
communication card
AS-F232
●
Max. connectable stations: 32
●
Max. distance: 1.2 Km AS CPU
RS-422
communication card Slim PLC Generic AC SCARA Robot
AS-F422 DVP Series Motor Drive DRS40L Series
Extension C Series
Mode
■ Modbus Mode
▪ Easy data exchange configuration
17
■ Real-time history log diagnosis 即時歷史紀錄診斷
一鍵上傳SCMSoft通訊紀錄,Max: 2k bytes
▪ AS00SCM stores 2k bytes history log;
SCMSoft directly displays the log for
real-time communication status
monitoring with no additional
monitoring software required
18
Programming & Diagnosis
19
Modular Program Structure
■ Traditional program structure ■ Modular program structure
Errors are often found in large-scale Programming organization unit
programs under a traditional structure (POU) enables easy management
and are hard to be debug while in large-scale programs with high
increasing maintenance cost development efficiency
Step 1
▪ Main program (Cyclic)
. ▪ Joint development
Step 1 .
Different programming units are
. jointly developed by different engineers,
. Step 2
. enhancing development efficiency
Step 2 .
.
. Step 3
Step 3 .
. . ▪ Pause execution of POUs
. Temporarily stop the function of specific
▪ Interrupt subprogram POUs for debug and maintenance
Step 4
. Step 4
. .
.
▪ General subprogram
FB A
SubprogramA
.
.
. . ▪ Individual encryption
POU can be encrypted individually to
Subprogram B FB B protect know-how and intellectual
. . property
. .
▪ Task manager
Plans the execution sequence of POUs and defines the nature of the
tasks (cyclical or interruptive)
Interface
display of
task manager ▪ POU management
Manages all POUs via a project tree and supports POU import / export for
joint development or other uses
▪ User library
Various built-in Delta-developed FBs for users to choose and add to
their library for quick use
20
Convenient Programming
▪ User-defined data type ▪ On-line programming / update
In addition to basic data types, users Supports program editing in monitoring
can define structures and enumerations mode and program updates during
for flexible programming equipment operation for convenient
debugging and maintenance
▪ Debugging mode
Supports breakpoints, single step
execution and other functions to
enhance debugging efficiency
21
Easy Hardware Configuration and
Parameter Setting
HWCONFIG
▪ I/O listing
Direct display for corresponding device addresses
after configuration
▪ Parameter setting
Fast parameter setting on controller and modules
without manual reference or programming
22
Complete Diagnosis Tools for Quick and Effective
System Monitoring
Data Logger / Tracer
▪ Real-time monitoring:
High-speed tracer for fast sampling within 1 scanning cycle
▪ Stable logging:
Long-time data logger savings of up to 32,768 data records, which can be transferred
to SD card
▪ Precise data acquisition:
Supports a variety of sampling intervals and trigger modes
▪ Convenient comparison:
Multiple data logs in various data formats Real-time
can be recorded at the same time for comparison
Stable
▪ Efficient data analysis: Precise
Supports trend display, scaling, arrangement,
merge and measurement
■ Error logs
Immediate inquiry for error messages and logs of
anomalies
■ Module information
Provides model name and version of current modules
23
Convenient Software Wizards for
Effortless Planning
Positioning planning table
▪ 2D simulation
Intuitive 2D track simulation without complicated calculation
for real-time path planning
▪ Path list
Multiple combinations for positioning modes and tracks;
fast path planning via table-structured planning
One-time setting
■ High-speed counter setting tool
- Counter index will display corresponding
contact point, device and counter specification
under counting mode
Data backup to PC
24
Multiple Security Protection for Programs
and Data
■ Security: provides 6 types of program protection for data safety
Customer A Customer B
Setting Programming
ID in the project
Programming ID to protect
Equipment the intellectual property of Program Program
Developer equipment developers Downloading Downloading
Download
IC duplication prohibited
25
Model Name Explanation
CPUs
AS332T-A
AS 3 32 T - A
Series Model IO Pts. / Axis Qty. Output Type / Motion Network Type
3: 300 【200/300 CPU】 【500 CPU】 【200/300 CPU】 【500 CPU】 【300/500 CPU】 【200 CPU】
2: 200 00: None 16: 16 axes N: None C: CANopen A: HDC terminal A: Basic
5 : 500 18: 18 pts. 24: 24 axes T: NPN E: EtherCAT B: EU terminal
(Motion) 20: 20 pts. P: PNP
24: 24 pts. R: Relay
28: 28 pts. MT: NPN+Diff.
32: 32 pts.
AX-308EA0MA1T
AX-3 08 E A0 MA1 T
Series Axis Qty. Motion Network CPU Spec. SYS Spec. Output Type
CODESYS 08 : 8 axes E : EtherCAT A0 : Single core MA1 : SoftMotion T : NPN
26
Function Cards
AS-F232
AS - F 232
Series Classification Function
F: Function card 232: RS-232 2AD: 2-channel analog input
422: RS-422 2DA: 2-channel analog output
485: RS-485 EN02: Ethernet
COPM: CANopen PFN02: PROFINET
OPC02 : OPC-UA
Communication Modules
AS00SCM-A
AS 00 SCM - A
Series Function Classification Function
00: Basement SCM: Serial A: Basic
01: Basic DNET: DeviceNet
04 : 4-CH SIL : IO-Link
27
Product Models and
Specifications
AS Series CPUs High- density I/O expansion accessories
- AS200 CPU - UC-ET010-24D
- AS300 CPU - UB-10-ID16A
- AS500 CPU
- AX-3 CPU
Power supply modules
- AS-PS02
- AS-PS02A
AS Series H: 88mm
programming software D: 78mm
USB
- ISPSoft 3.0
Ethernet
CPUs
AS500 CPUs AS500 Series CPU Standard Specifications
USB / RS-
EtherNet/IP, Modbus
232 / 485 / Ethernet / Micro SD Card Advanced motion control
CANopen
CANopen
AS300 CPUs AS300 Series CPU Standard Specifications (*1: Needs CANopen function card)
EtherNet/IP
USB / RS-485 x 2 / Modbus CANopen DS301
Micro SD Card Function card x 2
EtherNet CANopen Position Control(*1)
remote I/O(*1)
2 channels + 4 channels
2 axes + 4 axes 200 kHz
AS324MT-A (Differential) 12 DI / 12 DO 200 kHz high-speed
pulse output
counters
AS300N-A - - -
28
CPUs
AS200 CPUs AS200 Series CPU Standard Specifications
Program capacity 64k steps Basic instruction 25 ns Real I/O capability: 1,024 pts | Expansion modules: 32
High-speed Input /
Model Built-in I/O Encoder
Output
29
Product Specifications
AS228T-A AS218TX-A
AS332T-A AS320T-B
Model AS324MT-A AS300N-A AS228P-A AS218PX-A
AS332P-A AS320P-B
AS228R-A AS218RX-A
Ladder Diagram (LD), Structured Text (ST), Continuous Function Chart (CFC),
Programming Languages
Sequential Function Chart (SFC)
LD Instruction 25 ns
Data (D) 64k words (including 30k user-defined, 30k software configuration and 4k special registers)
Memory
Capacity
Extension (FR) 64k words (user parameter storage)
Max. Number of Real Inputs / Outputs 1,024 points (input & output)
8 DI / 6DO &
CPU Built-in Inputs / Outputs 16 DI / 16 DO 12 DI / 12 DO 8 DI / 12 DO - 16 DI / 12 DO
2 AI / 2AO
4 inputs +
CPU Built-in Differential Inputs / Outputs - -
4 outputs
X 1,024 inputs (X0.0 ~ X63.15)
Input / Output
Devices
Y 1,024 outputs (Y0.0 ~ Y63.15)
30
Product Specifications
Model AS516E-B AS524C-B AX-308E
Ladder Diagram (LD),
Structured Text (ST),
Continuous Function Chart (CFC),
Programming Languages Ladder Diagram (LD), Structured Text (ST)
Sequential Function Chart (SFC),
Function Block Diagram (FBD),
Instruction List (IL)
Instruction Elementary
Processing Arithmetic 0.24 μs 5 ns
Speed for Integer
Elementary
Arithmetic 0.30 μs 33 ns
for Floating Point
Program Capacity 20 MB 8 MB
Data Capacity 20 MB 16 MB
32 modules 32 modules
Max. Extension Modules
(max. 16 analog modules) (max. 16 analog modules)
USB, Ethernet, RS232, RS485, USB, Ethernet x2, RS232, USB, Ethernet (Switch), RS232,
Built-in Communication Ports
EtherCAT, CANopen RS485, CAN Motion, CANopen RS485, EtherCAT
Connectable Slave EtherCAT: 16 axes (Delta servo only) CAN Motion: 24 axes (Delta servo only)
EtherCAT: 8 axes + 64 nodes
Stations CANopen DS301: 32 CANopen DS301: 32
PDO Data Capacity CANopen DS301: Max. 8 PDO (read & write);
-
(Slave) Max. 8 bytes for each PDO
31
Electrical and Environmental Specifications
Item Specifications
AS332T-A
AS332P-A
AS324MT-A 150 mA
AS320T-B
AS320P-B
AS300N-A 125 mA
AS228T-A
AS228P-A 141.7 mA
Internal
Power AS218TX-A
Consumption AS218PX-A 204.2 mA
AS228R-A 179.2 mA
AS218RX-A 220.8 mA
AX-308E 458.3 mA
Extension
Digital relay output < 150 mA, other modules < 80 mA
Modules
Pollution Degree 2
32
Ethernet Specifications
Item AS300 Series AS200 Series Note
Supports all protocols at the
Protocols Modbus TCP, EtherNet/IP, SMTP, HTTP
same time
Connection (Server) 32 16
Modbus
Connection (Client) 32 16
TCP
RTU-EN01 Connection 4 4
TCP Connection 4 2
Socket
UDP Connection 4 2
32 16
CIP Connection Shared with IO connection
(Client + Server) (Client + Server)
16 8
TCP Connection Shared with IO connection
(Client + Server) (Client + Server)
CIP_Produced
Max. Capacity 400 bytes
TAG
Requested Packet
5 ms ~ 1000ms
Interval (RPI)
32 16
Max. CIP Connections Shared with IO connection
(Clients + Servers) (Clients + Servers)
CIP_Consumed
Max. capacity 400 bytes
TAG
Requested Packet
5 ms ~ 1000 ms
Interval (RPI)
33
Item AS500 Series AX-3 Series Note
Modbus TCP, EtherNet/IP, Modbus TCP, EtherNet/IP, Supports all protocols at the
Protocol
Socket Socket, OPC-UA same time
Connection (Server)
Modbus
16
TCP
Connection (Client)
32
TCP Connection
Socket 8
UDP Connection
34
I/O Modules
■ Digital Input Modules
Response time
1 ms
Filter function
8 inputs 16 inputs 32 inputs 64 inputs 1 ~ 20 ms
Easy wiring Easy wiring High-density High-density
terminal block terminal block MIL terminal block MIL terminal block Screwless removable
terminal block
AS08AM10N-A AS16AM10N-A AS32AM10N-A AS64AM10N-A 8 / 16 inputs
NPN (Sink)
or PNP (Source)
module
Response time
1 ms ( Transistor )
8 outputs 8 outputs 8 outputs 32 outputs
10 ms (Relay)
Easy wiring Easy wiring High-density
terminal block Easy wiring terminal block MIL terminal block
terminal block
Transistor output Transistor output Transistor output Screwless removable
Relay output terminal block
NPN (Sink) PNP (Source) NPN (Sink)
8 / 16 outputs
AS08AN01T-A AS08AN01R-A AS08AN01P-A AS32AN02T-A
35
■ Digital I/O Modules
NPN (Sink)
or PNP (Source) module
36
I/O Modules
■ Temperature Measurement Modules
Overall
Module
accuracy 50 / 60 Hz filter 4 / 6 CHs
4 channels 6 channels monitoring / configuration
±0.1%
PT, NI temperature PT, NI temperature
sensor sensor Pt100 / Ni100 / Pt1000 / Ni1000 / JPt100 / LG-Ni1000 / Cu50 / Cu100,
resistor 0 ~ 300 Ω, 0 ~ 3,000 Ω
AS04RTD-A AS06RTD-A
Overall
4 channels 8 channels accuracy 50 / 60 Hz filter
Module
4 / 8 CHs
monitoring / configuration
TC temperature TC temperature ±0.5%
sensor sensor
J, K, R, S, T, E, N, B type thermocouple; ±100 mV
AS04TC-A AS08TC-A
■ Communication Modules
DeviceNet IO-Link
Software DeviceNet Builder HWCONFIG
AS01DNET-A AS04SIL-A
37
Accessory Selection for High-density Modules
Model Name
AS332T-A UC-ET010-24D (1M)
AS332P-A UC-ET020-24D (2M) UB-10-ID16A
AS324MT-A UC-ET030-24D (3M)
or
Model Name
UC-ET010-24D (1M) UC-ET010-24B (1M)
UB-10-ID16A UC-ET020-24D (2M) AS32AM10N-A UC-ET020-24B (2M) UB-10-ID32A
UC-ET030-24D (3M) UC-ET030-24B (3M)
Model Name
UB-10-ID16A UC-ET010-24D (1M) UC-ET010-24B (1M)
or UC-ET020-24D (2M) AS32AN02T-A UC-ET020-24B (2M) UB-10-OT32A
UB-10-OR16A (Relay) UC-ET030-24D (3M) UC-ET030-24B (3M)
38
Accessory Selection for High-density Modules
Model Name
UC-ET010-24D (1M) UC-ET010-24B (1M)
UB-10-ID16A UC-ET020-24D (2M) AS64AM10N-A UC-ET020-24B (2M) UB-10-ID32A
UC-ET030-24D (3M) UC-ET030-24B (3M)
Model Name
UB-10-ID16A UC-ET010-24D (1M) UC-ET010-24B (1M)
or UC-ET020-24D (2M) AS64AN02T-A UC-ET020-24B (2M) UB-10-OT32A
UB-10-OR16A (Relay) UC-ET030-24D (3M) UC-ET030-24B (3M)
39
Dimensions
CPUs
AS516E-B / AS524C-B AX-308E
110
54
(114.75)
98.3
88
98.28
100
Motion
88
CAN1
75
CANopen
CAN2
(119.65) 110 100
(115)
(Unit: mm)
40
Dimensions
Communication Modules
AS00SCM-A AS01DNET-A
(Unit: mm)
41
Function Cards
AS-F232 AS-FCOPM AS-F2AD / AS-F2DA / AS-FEN02
AS-F422 / AS-F485 AS-FPFN02
AS-FOPC02
Cable (MIL)
UC-ET010-24D (1 M) / UC-ET020-24D (2 M) / UC-ET010-24B (1 M) / UC-ET020-24B (2 M) /
UC-ET030-24D (3 M) UC-ET030-24B (3 M)
1 1 2
Installation Notes:
120~140 mm 160~180 mm
75 mm 75 mm
Din-Rail
Size
(Unit: mm)
42
Dimensions
External Terminal Modules
UB-10-ID16A UB-10-ID32A
AS-ATXB
(Unit: mm)
43
Ordering Information
■ CPUs
Instruction Max. Inputs & Outputs / Extension Module
Name Model Memory / CPU Clock Memory Card Certification
Speed / Performance (Max. Extension Racks)
LD: 25 ns
RAM: 2 MB
AS200 MOV: 0.15 μs Right-side + remote expansion:
ROM: 4 MB
AS300 40k steps / 1ms 1,024 pts / 32 modules (Max. 15 racks)
CPU clock: 400 MHz
(LD 40%, MOV 60%)
Boolean: 0.05 μs RAM: 20 MB Micro SD
CPU CE / UL
AS500 Integer: 0.24 μs ROM: 20 MB Right-side expansion: 1,024 pts / 32 modules Max. 32 GB
Float: 0.30 μs CPU clock: 1 GHz
Boolean: 5 ns RAM: 128 MB
AX-3 Integer: 5 ns ROM: 4 GB Right-side expansion: 1,024 pts / 32 modules
Float: 33 ns CPU clock: 800 MHz
Program Terminal Built-in Function
Name Model Built-in I/O DO Type High-speed Counter Pulse-train Output
Capacity Block Communication Card Slot
AS332T-A NPN 6 Axes, 200 kHz
16 DI / 16 DO 6 CHs, 200 kHz
AS332P-A PNP (12 CHs, 200 kHz)
MIL
2 CHs, 4 MHz (Diff.) 2 Axes, 4 MHz (Diff.)
AS324MT-A 12 DI / 12 DO Diff. / NPN USB
4 CHs, 200 kHz 4 Axes, 200 kHz
128k steps RS-485*2 2
AS320T-B NPN 6 Axes, 200 kHz Ethernet
8 DI / 12 DO EU 4 CHs, 200 kHz
AS320P-B PNP (12 CHs, 200 kHz)
AS300N-A - - - - -
CPU
AS228T-A NPN 6 Axes, 200 kHz
AS228P-A 16 DI / 12 DO PNP (12 CHs, 200 kHz)
USB
AS228R-A Relay - RS-485*2
64k steps 4 CHs, 200 kHz
AS218TX-A NPN Ethernet
3 Axes, 200 kHz CANopen
8 DI / 6 DO (6 CHs, 200 kHz)
AS218PX-A PNP
2 AI / 2 AO(*1)
AS218RX-A Relay -
USB
RS-232
RS-485
AS516E-B (*2) EU
Ethernet
-
(EtherCAT, 16 axes)
CANopen
EtherCAT
20MB - -
USB
RS-232
Motion
16 DI / 8 DO NPN RS-485
CPU AS524C-B (*2) Ethernet*2
(CANopen, 24 axes)
CANopen
CAN Motion
USB
RS-232
AX-308E (*2) 8MB 5 CHs, 200 kHz 4 Axes, 200 kHz RS-485
(EtherCAT, 8 axes) Ethernet
EtherCAT
Note:
*1: The specifications of the built-in AIO are the same as AS-F2AD / AS-F2DA function cards
*2: Please contact our distributors for release date
■ Software
Product Name License Descriptions Supported Device
44
Ordering Information
■ Communication Modules
Communication Power
Name Model Card Consumption Specifications Certification
Installation (Internal)
• Serial communication:
Communication RS-232 / RS-422 / RS-485
Extension AS00SCM-A 2 0.6 W • Provides CANopen
Module communication interface
for extension racks
DeviceNet • DeviceNet protocol
Communication AS01DNET-A 0.8W • Master / Slave modes CE / UL
Module • RTU function
- • 4 channels
• 4.8/38.4/230.4 kbps
IO-Link
1.0W • Max. process data size:
Module AS04SIL-A (*1)
32 bytes (channel) /
128 bytes (module)
*1: Please contact our distributors for release date
45
■ Analog I/O Modules
Terminal Power
Name Model Channel Mode Block Consumption Specifications Certification
Type (Internal)
1~5V
0~5V
-5 ~ 5 V
0 ~ 10 V
AS04AD-A 4
-10 ~ 10 V
4 ~ 20 mA • Hardware resolution:
0 ~ 20 mA 16-bit
-20 ~ 20 mA • Single channel on / off
setting to enhance
Analog overall conversion
Input 1.2 W / 2.5 W efficiency
1~5V
Module • Conversion time:
0~5V
2 ms / channel
AS08AD-B -5 ~ 5 V
0 ~ 10 V • Disconnection detection
-10 ~ 10 V mode:
8 1 ~ 5 V / 4 ~ 20 mA
4 ~ 20 mA
AS08AD-C 0 ~ 20 mA
-20 ~ 20 mA
Removable
terminal • Hardware resolution: CE / UL
0 ~ 10 V block 12-bit
Analog
-10 ~ 10 V • Single channel on / off
Output AS04DA-A 4 1.2 W / 3 W
4 ~ 20 mA setting
Module
0 ~ 20 mA • Conversion time:
250 μs / channel
• Input:
1~5V
0~5V • Input resolution: 16-bit
-5 ~ 5 V • Output resolution: 12-bit
0 ~ 10 V
• Single channel on / off
-10 ~ 10 V
setting to enhance
Analog 4 ~ 20 mA
overall conversion
Input / Input: 4 0 ~ 20 mA
AS06XA-A 1.2 W / 2.5 W efficiency
Output Output: 2 -20 ~ 20 mA
Module • Conversion time:
2 ms / channel
• Output: • Disconnection detection
0 ~ 10 V mode:
-10 ~ 10 V 1 ~ 5 V / 4 ~ 20 mA
4 ~ 20 mA
0 ~ 20 mA
46
Ordering Information
■ Temperature Measurement Modules
Terminal Power
Name Model Channel Mode Block Consumption Specifications Certification
Type (Internal)
Pt100
Ni100
AS04RTD-A 4 Pt1000
Ni1000
JPt100
RTD
LG-Ni1000 • Resolution:
Temperature
Cu50 0.1°C / 0.1°F
Measurement
Cu100 • Conversion time:
Module
AS06RTD-A
6 Input
200 ms / channel
impendence • Overall accuracy:
Removable
0 ~ 300 Ω RTD: ± 0.1%
terminal 2W/1W CE / UL
0 ~ 3,000 Ω TC: ± 0.5%
block
• Disconnection
detection mode
AS04TC-A 4 • Module monitoring /
Thermocouple setting / planning
J,K,R,S, software
Temperature
T,E,N,B
Measurement
-100 ~ +100 mV
Module
AS08TC-A 8
47
■ Motion Modules
Power
Name Model Channel Consumption Specifications Certification
(Internal)
• Differential
• Output: 200 kHz x 2;
2
AS02PU-A (*1)
Input: 200 kHz x 1
Pulse Unit • Motion APIs
Module
• Open collector
AS04PU-A (*1)
4 1.5 W • Output: 100 kHz x 4 CE / UL
• Motion APIs
■ Function Cards
Name Model Channel Specifications Certification
48
Ordering Information
■ Accessories
Specifications
Name Model Descriptions Connector / Applicable Module
Length
Terminal Block Type
Note:
- Ordering unit: meter
- Not available in Taiwan
49
■ Accessories
Specifications
Name Model Descriptions Connector / Applicable Module
Length
Terminal Block Type
AS332T / AS332P /
16 inputs or outputs AS324MT / AS32AM /
UB-10-ID16A
(MIL connector, 20 Pins) 64AM / AS32AN /
AS64AN
32 inputs
UB-10-ID32A AS32AM / AS64AM
(MIL connector, 40 Pins)
Auxiliary
connected power AS-ATXB Moves the CPU power connector from left side to the bottom
module
Communication
UC-PRG030-20A cable: PLC / 3m PLC / HMI (RJ45)
HMI (RJ45) to PC
■ Starter Kit
Name Model Specifications
Delta PLC starter kit UT-AS332-C AS332T-A CPU, a power module and accessories
50
Industrial Automation Headquarters
Delta Electronics, Inc.
Taoyuan Technology Center
No.18, Xinglong Rd., Taoyuan District,
Taoyuan City 33068, Taiwan
TEL: 886-3-362-6301 / FAX: 886-3-371-6301
Asia EMEA
Delta Electronics (Shanghai) Co., Ltd. Headquarters: Delta Electronics (Netherlands) B.V.
No.182 Minyu Rd., Pudong Shanghai, P.R.C. Sales: Sales.IA.EMEA@deltaww.com
Post code : 201209 Marketing: Marketing.IA.EMEA@deltaww.com
TEL: 86-21-6872-3988 / FAX: 86-21-6872-3996 Technical Support: iatechnicalsupport@deltaww.com
Customer Service: 400-820-9595 Customer Support: Customer-Support@deltaww.com
Service: Service.IA.emea@deltaww.com
Delta Electronics (Japan), Inc. TEL: +31(0)40 800 3900
Tokyo Office
Industrial Automation Sales Department BENELUX: Delta Electronics (Netherlands) B.V.
2-1-14 Shibadaimon, Minato-ku De Witbogt 20, 5652 AG Eindhoven, The Netherlands
Tokyo, Japan 105-0012 Mail: Sales.IA.Benelux@deltaww.com
TEL: 81-3-5733-1155 / FAX: 81-3-5733-1255 TEL: +31(0)40 800 3900
*We reserve the right to change the information in this catalogue without prior notice. DELTA_IA-PLC_AS_C_EN_20200813