Wiki source code of LX1V

Version 2.1 by Mora Zhou on 2024/02/29 09:26

Hide last authors
Mora Zhou 2.1 1 == 1.Model ==
2
3 |=LX1V Model|=I/O|=Output Type|=Dimension
4 (mm)|=Pulse
5 Counter|=Pulse
6 Output|=RS485|=BD
7 Board|=Module|=Power
8 Supply
9 |LX1V-0806MR-D|08/06|Relay|114*107*50|(((
10 2
11 )))|0|2|Optional|N/A|DC 24V
12 |LX1V-1208MR-D|12/08|Relay|114*107*50|2|0|2|Optional|N/A|DC 24V
13 |LX1V-1212MR-D|12/12|Relay|114*107*50|2|0|2|Optional|N/A|DC 24V
14
15
16 (% style="text-align:center" %)
17 [[image:DSC_0040_cr.jpg||alt="DSC_0040.bmp"]]
18
19 These models can be equipped with corresponding BD boards according to the needs of the customers.Then the name of model will be like LX1V-1212MR2PT2DAV
20
21 (% style="text-align:center" %)
22 [[image:Picture1.png]]
23
24
25 == 2.Software ==
26
27 LX1V PLC model is available in PLC Editor2 V2.3.247 or above
28
29 [[Download here>>path:/bin/download/PLC%20Editor/FAQ/%20LX1V3V%20comparsion/WebHome/https%3A%2F%2Fftp.we-con.com.cn%2FDownload%2FWIKI%2FLX6V%2520PLC%2FSoftware%2FWecon%2520PLC%2520Editor2%2520setup%2520Ver2.3.47.23090402.zip]]
30
31 Create a new project :
32
33 (% style="text-align:center" %)
34 [[image:LUW1QJQ.png||alt="HrJLUW1QJQ.png"]]
35
36
37 ==== Communication ====
38
39 1) COM1/COM2 only support RS485
40
41 2) COM1 (Port): only supports dedicated protocol, serial port parameters (baud rate, data bits, parity bits, stop bits, etc.), where the baud rate can be modified, while other parameters cannot be modified. The baud rate is set through the system's special address D8110.
42
43 3) COM2 (Port):supports PLC protocol,MODBUS protocol (MODBUS RTU Master/Slave;MODBUS ASCII Master/Slave).
44
45 The protocol setting of COM2 is set through the system's special address D8126,and the communication parameters is set through the system's special address D8120.Please refer to [[Communication>>url:https://docs.we-con.com.cn/bin/view/PLC%20Editor/8.1.%09Communication/]]
46
47 ===== Note =====
48
49 If you want to communicate LX1V PLC with WECON HMI,you can use WECON LX3V protocol or MODBUS RTU protocol
50
51 WECON LX3V protocol: [[LX3 Series>>url:https://docs.we-con.com.cn/bin/view/PIStudio/PLC%20Protocol/WECON/#HLX3Series]]
52
53 MODBUS RTU protocol: [[MODBUS RTU Master>>url:https://docs.we-con.com.cn/bin/view/PIStudio/PLC%20Protocol/MODBUS/#HMODBUSRTUMaster]];[[MODBUS RTU Slave (All function)/(All function OneBaseAddress)>>url:https://docs.we-con.com.cn/bin/view/PIStudio/PLC%20Protocol/MODBUS/#HMODBUSRTUSlave28Allfunction292F28AllfunctionOneBaseAddress29]]
54
55
56
57
58
59
60
61
62