XL 2AD2PT v ED Fast Manual
XL 2AD2PT v ED Fast Manual
Extension ED module Note: please cut off the power before operation!
Naming rule 5000
XL-2AD2PT-V-ED XL– 2 AD 2 PT - V - ED
Digital
① ②③ ④⑤ ⑥ ⑦
POWER: DC22~26V
MODEL: XL3-16T
output
Fast manual ①
Programmable Controller
Product series XL: XL series extension module
Thanks for purchasing XINJE XL series PLC and extension module. This manual will
②
V1.0/V1.0
Analog input channel: 2: 2 channels 0
introduce the electric features and using method of XL series extension ED module. Please -100 Temperature 500
③ Analog input AD: analog input
input
read this manual carefully before using the products, make sure the wiring operation is safe.
④ Temperature input channel: 2: 2 channels
-1000 COM3
Features of analog extension module ⑤ Temperature input PT: PT100 temperature input
XL-2AD2PT-V-ED ⑥ I/O type V: voltage type for input
⑦ Module type ED: left extension ED module Product appearance Product dimension (Unit: mm)
2 channels analog input: voltage input mode, 0~5V or 0~10V.
XL series extension ED module dimension is shown as below:
2 channels PT100 temperature input: temperature range -100~500℃, precision Basic parameters Here listed I/O terminal configurations of XL series extension module XL-2AD2PT-V-ED.
0.1℃.
XL series PLC can connect 1 extension ED module, the type is not limited. Product structure 15.0 70.0 25.0 5.1
12-bit high precision analog input.
XL-2AD2PT-V-ED
As the special function ED module of XL, XL series PLC can connect 1 XL- Table 1: analog extension module XL-2AD2PT-V-ED general specifications
2AD2PT-V-ED module. Item Specifications
Using environment No corrosive gas
Safety precautions Environment temperature 0℃~60℃
111.5
105.0
Control system design attentions Storage temperature -20~70℃
Make sure design the safety circuit, to ensure that the control system can still work Storage humidity 5~95%RH M
VI0
VI1
A1
35mm) C0
Make sure set emergency braking circuit, protection circuit, interlock circuit of forward-
reverse running in PLC external circuit and upper-lower limit switch to prevent from Table 2: analog extension module XL-2AD2PT-V-ED I/O precision
Do not cover the ventilation hole of PLC, otherwise it will cause fire, error operation. Terminal specifications
Table 3: analog extension module XL-2AD2PT-V-ED AD transformation diagram
When wiring the module, its connector shall meet the following requirements:
The I/O wiring must be fixed enough, otherwise the bad contactor will cause fault. The relationship between analog input and transformed digital value
(1) stripping length: 9mm;
Attention! 0~10V analog input 0~5V analog input
(2) flexible conductor with tubular bare end 0.25-1.5mm2;
It can use external power supply for extension module DC24V power.
Please use shield cable for high frequency I/O wiring to avoid interference. +4095 +4095 (3) flexible conductor with tubular pre-insulated end 0.25-0.5 mm2.
digital
digital
1. open the XDPpro software, find the left project bar, click PLC config/ED.
4. click write to PLC, then re-power on the PLC to make the setting effective.
Note: first-order low-pass filtering weighted this sampled value with last filter output value,
and got the effective filtering value. The filter coefficient is set by user, the range is 0-254,
0 means no filter.
External connection
Please use shield cable to avoid interference, and single point connect to ground for the
shield layer.
L+
VI0 VI0+
VI1+ L+
1CH
VI1 0CH
M
VI0-
VI1-
CI0
VI0 VI0+
VI1+ A0
1CH
VI1 0CH
A1
CI0 VI0-
VI1- C0
A0
A1
C0
L+
PT100 temperature input
M
VI0
L+
VI1
CI0
M
A0
VI0 A0+
A1+ A1
VI1 0CH
1CH C0
CI0
A0-
A1- A0+
A0
A1+ A1 0CH
1CH C0 A0-
A1-
Programming example
Example: it needs to collect one channel pressure sensor signal (pressure sensor
performance parameter: pressure range 0Mp~10Mp, output signal range 0~10V), and real-
time read one channel of PT100 temperature signal.
Analysis: as the pressure sensor testing range is 0Mp~10Mp, and related analog output is
0~10V, the ED module AD transformation range is 0~4095. So 0Mp~10Mp is related to
digital range 0~4095. 10Mp/4096=0.0024414 is the pressure value related to digital value 1.
So the real-time pressure=ID register value * 0.0024414. For example, ID register value is
1024, so the pressure is 2.5Mp.
Note: please use floating number for calculation, otherwise the calculation
precision will be error!
Explanation:
SM0 is normally ON coil, it will be ON when PLC is running.
PLC will calculate the pressure value P related to digital value 1, then transform the
ID30000 value to floating number. So the real-time pressure=ID30000*P.
Note: In this example, please set ON channel 1 and 3 enable bit Y30000, Y30002.