LX3V-4PT

Last modified by Wecon on 2025/09/03 21:02

1 Introduction

The LX3V-4PT V2 analog block amplifies the input from four platinum temperature sensors (PT 100, 3 wires, and 100 Ω) and converts the data into 12 bit reading’s stored in the Main Processing Unit (MPU). Both Centigrade (°C) and Fahrenheit (°F) can be read. Reading resolution is 0.2°C to 0.3°C / 0.36°F to 0.54°F.

All data transfer and parameter settings can be controlled and adjusted by the software of the LX3V-4PT V2, which is done by the TO/FROM application instructions of the LX3V main unit.

LX3V-4PT V2 consumes 5V voltage from LX3V main unit or active extension unit, 90ma current of power supply.

2 Dimensions

LX3V-4PTv2_html_a6a53d0d23851698.png

  1. Extension cable and connector
  2. Com LED & 24V LED: Light when communicating& light when connect to 24V
  3. PT LED: Channels indicator
  4. LINK: Indicator between PLC and module
  5. Module name
  6. Analog signal output terminal
  7. Extension module interface
  8. DIN rail mounting slot
  9. DIN rail hook
  10. Mounting holes (φ4.5)
NameDescriptionStates
BlinkOFFON
COMIndicator of communication board and acquisition boardCommunicatingCommunication failed or abnormal--
ERRFactory calibration lamp--CalibratedNot calibrated
24VPower lamp--AbnormalNormal
LINKCommunication indicator between PLC and moduleCommunicatingCommunication failed or abnormalSoftware failure or hardware failure
PT 1Channel 1 lampTemperature exceeds range or the channel is not connectedChannel is closedTemperature is in normal range
PT 2Channel 2 lamp
PT 3Channel 3 lamp
PT 4Channel 4 lamp

Using crimp terminations

  • Be sure to use the crimp-style terminals that satisfy the dimensional requirements shows in the left figure.
  • Apply 0.5 to 0.8 N.m (5 to 8 kgf.cm) torque to tighten the terminals to prevent abnormal operation.

LX3V-4PTv2_html_67891e8f02a25438.png

3 Terminal Layouts

LX3V-4PTv2_html_f2b39d82729377d1.png

  • The cable of the PT100 sensor or a twisted shielded cable should be used for the analog input cable. This analog input cable should be wired separately from power lines or any other lines which may induce noise.The three wire method improves the accuracy of the sensor by compensating voltage drops.
  • If there is electrical noise, connect the frame ground terminal (FG) with the ground terminal.
  • Connect the ground terminal on the LX3V-4PTV2 unit with the grounded terminal on the base unit. Use class 3 grounding on the base unit, if grounding is possible.
  • Either an external or the 24V built-in supply in the programmable controller may be used.

For example: the same color wire (red) is connected to I+ and L+ terminals, and the white wire is connected to L-

LX3V-4PTv2_html_9ba5e6ed20b1760.jpg

For additional data regarding EMC considerations please see section 7.0

4 Installation instruction

Environmental specification

ItemSpecification
Environmental specifications (excluding following)Same as those for the LX3V base unit
Dielectric withstand voltage500V AC, 1min (between all terminals and ground)

Power supply specification

ItemDescription
Analog circuits±24V DC±10%,55ma
Digital circuits5V DC,90ma(internal power supply from base unit)

Performance specification

ItemCentigradeFahrenheit
Both °C and °F readings are available by reading the appropriate buffer memory area.
Analog input signalPlatinum temperature PT 100 sensors (100 Ω), 3-wire, 4-channel (CH1, CH2,CH3, CH4), 3850 PPM/°C
Current to sensor1 ma. Sensor : 100 Ω PT 100
Compensated range100°C to 600°C-148°F to +1112°F
Digital output-1000 to 6000-1480 to 11120
12-bit conversion 11 data bits +1 sign bit
Minimum resolvable temp.0.2°C to 0.3°C0.36°F to 0.54°F
Overall accuracy

±1% full scale (compensated range)

-see section 7.0 for special EMC considerations

Conversion speed4 channels 15ms

Analog input

Feature Conversion

LX3V-4PTv2_html_893a440b9a122014.gif

Other

ItemDescription
IsolationPhoto-coupler isolation between analog and digital circuits. DC/DC converter isolation of power from LX3V MPU. No isolation between analog channels.
Total points8 points taken from the LX3V expansion bus (can be either inputs or outputs)

Buffer memory

BFMDescription
*#1→ #4CH1 to CH4 Averaged temperature reading to be averaged (1 to 4,096) Default = 8
*#5→ #8CH1 to CH4 Averaged temperature in 0.1°C units
*#9→ #12CH1 to CH4 Present temperature in 0.1°C units
*#13→ #16CH1 to CH4 Averaged temperature in 0.1°F units
*#17→ #20CH1 to CH4 Present temperature in 0.1°F units
*#21→ #27Reserved
*#28Digital range error latch
#29Error status
#30Identification code K2040
#31Software version
  1. The numbers of samples to be averaged are assigned in BFMs #1 to #4. Only the range 1 to 4096 is valid. Values outside this range are ignored. The default value of 8 is used.
  2. A number of recently converted readings are averaged to give a smoother read out. The averaged data is stored in BFMs #5 to #8 and #13 to #16.
  3. BFMs #9 to #12 and #17 to #20 store the current value of the input data. This value is in units of 0.1°C or 0.1°F, but the resolution is only 0.2°C to 0.3°C or 0.36°F to 0.54°F.

States information

Buffer memory BFM#28: Digital range error latch

  • BFM #29 b10 (digital range error) is used to judge whether the measured temperature is within the unit’s range or not.
  • BFM #28 latches the error status of each channel and can be used to check for thermocouple disconnection.
B15 or b8B7B6B5B4B3B2B1B0
Not usedHighLowHighLowHighLowHighLow
CH4CH3CH2CH1
  • Low: Latches ON when temperature measurement data goes below the lowest temperature measurement limit.
  • High: Turns ON when temperature measurement data goes above the highest temperature measurement limit, or when a thermocouple is disconnected.

When an error occur the temperature data before the error is latched. If the measured value returns to within valid limits the temperature data returns to normal operation. (Note: The error remains latched in (BFM #28))

An error can be cleared by writing K0 to BFM #28 using the TO instruction or turning off the power.

Buffer memory BFM#29: Error states

BFM#29 Bit deviceONOFF
B0: ErrorWhen any of b1 to b3 is ON A/D conversation is stopped for the error channelNo error
B1: ReservedReservedReserved
B2: Power source24V DC power supply failurePower supply normal
B3: Hardware errorA/D converter or other hardware failureHardware normal
B4 to b9: ReservedReservedReserved
B10: Digital range errorDigital output/analog input value is outside the specified range.Digital output value is normal
B11: Averaging errorSelected number of averaged results is outside the available range. See BFM#1 to #4Averaging is normal (between 1 to 4096)
B12 to b15: ReservedReservedReserved

Identification Code Buffer Memory BFM #30

The identification code or ID number for module is read from buffer memory BFM #30 using the FROM command.

This number for the LX3V-4PT V2 unit is K2040.

The programmable controller can use this facility in its program to identify the special block before commencing data transfer from and to the special block

System diagram

LX3V-4PTv2_html_2fc59ad0f23cead5.png

5 Example

In the program shown below, the LX3V-4PT V2 expansion module occupies the position of special block number 2 (that is the third closest block to the programmable controller). The averaging amount is four. The averaged values in degrees C of input channels CH1 to CH4 are stored respectively in data registers D0 to D3.

Example 1

This initial step checks that the expansion module placed at position 2 is actually an LX3V-4PT V2, i.e. Its unit identification number is 2040 (BFM #30). This step is optional, but it provides a software check that the system has been configured correctly.

Block No.2 BFM #30→(D10)

When (K2040)= (D10), M1=ON. i.e. when identification code is K2030, M1=ON.

LX3V-4PTv2_html_6ee9c1fce665d3a.png

Example 2

Transfer the error status to (M25 to M10), when error is found, M10=ON

LX3V-4PTv2_html_b279e0b0c3c02c1b.png

This step provides optional monitoring of the LX3V-4PT V2 Error Buffer Memory (#29). If there is an Error on the LX3V-4PT V2, bit b0 of BFM #29 will be set on. This can be read by this program step, and output as a bit device in the PLC (Y010 in this example). Additional Error devices can be output in a similar manner, e.g. B10 BFM #29 Digital range error. (See example 3)

Example 3

M10 represents b0 of BFM#29

M20 represents b10 of BFM#29

LX3V-4PTv2_html_15bac225fffa5e5.png

LX3V-4PTv2_html_d59884b711c0f883.png

  • (K4)-> (BFM#1), (K4)-> (BFM#2). Number of samples is changed to 4 on both CH1 and CH2.
  • (BFM#5)-> (D0), (BFM#6)-> (D1). Transfer the average temperature value in °C to the data registers.

This step is the actual reading of the LX3V-4PT V2 input channels. It is essentially the only program step which is needed. The "TO" instruction in this example, sets the input channels, CH1 and CH2, to take the average reading of four samples.

The "FROM" instruction reads the average temperatures (BFM #5 to #8) for input channels CH1 and CH2 of the LX3V-4PT V2. If direct temperature readings are required BFM #9 and #10 should be read instead, e.g.

LX3V-4PTv2_html_24b3ab2479ed3b38.png

6 Diagnostics

Preliminary checks

  1. Check whether the input wiring and/or extension cables are properly connected on LX3V-4PT V2 analog special function block.
  2. Check that the LX3V system configuration rules have not been broken, i.e. The number of special function blocks does not exceed 16 and the total system I/O is equal or less than 256 I/O.
  3. Ensure that the correct operating range has been selected for the application.
  4. Check that there is no power overload on either the 5V or 24V power sources, remember the loading on a LX3V main unit or a powered extension unit varies according to the number of extension blocks or special function blocks connected.
  5. Put the LX3V main unit into RUN.

Error checking

  • If the LX3V-4PT V2 special function block does not seem to operate normally, check the following items.

Check the status of the POWER LED.

Lit: The extension cable is properly connected.

Otherwise: Check the connection of the extension cable.

  • Check the external wiring.
  • Check the status of the “24V” LED (top right corner of the LX3V-4PT V2 ).

Lit: LX3V-4PT V2 is OK; 24V DC power source is OK.

Otherwise: Possible 24VDC power failure, if OK possible LX3V-4PT V2 failure.

  • Check the status of the “A/D” LED (top right corner of the LX3V-4PT V2).

Lit: A/D conversion is proceeding normally.

Otherwise: Check buffer memory #29 (error status). If any bits (b2 and b3) are ON, then this is why the A/D LED is OFF.

Checking special function block numbers

Other special units of blocks that use FROM/TO commands, such as analog input blocks, analog output blocks and high-speed counter blocks, can be directly connected to the base unit of the LX3V programmable controller or to the right side of other extension blocks or units. Each special block is consecutively numbered from 0 to 15 beginning from the one closest to the base unit. A maximum of 16 special blocks can be connected.

LX3V-4PTv2_html_82dc23faccc052c2.png

7 EMC considerations

  • Electromagnetic compatibility or EMC must be considered before using the LX3V-4PT V2.
  • WECON recommends that the thermocouple sensors used, should be fitted with a form of seild or screening as protection against EMC noise.
  • If some form of cable protection is used, the “Shield” must be terminated at the terminals as shown in chapter 3.
  • Because of the delicate nature of all analog signals, failure to take good EMC precautions could lead to EMC noise induced errors; up to ±10% of actual values. This is an absolute worst case figure, users who do take good precautions can expect operation within normal tolerances. EMC considerations should include selection of good quality cables, good routing of those cables away from potential noise sources.
  • Additionally it is recommended that signal averaging is used as this will reduce the effects of random noise “spikes”