Wiki source code of PLC Editor2 (LX6)
Last modified by Wecon on 2025/09/03 21:02
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="box infomessage" %) | ||
2 | ((( | ||
3 | All articles and materials contained in this section are only applicable to LX6V / LX6S series PLC products. | ||
4 | ))) | ||
5 | |||
6 | {{velocity}} | ||
7 | $xwiki.ssx.use('Download.WebHome') | ||
8 | (%class="download-options"%)((( | ||
9 | (%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-desktop"%)((( | ||
10 | = [[Manual>>LX6.Download.Manual.WebHome]] = | ||
11 | Provides users with online viewing of LX3V Programming Manual, combining with cases and graphic analysis and explain the use of Wecon PLC Editor and PLC program. | ||
12 | (%class="version-footer"%)((( | ||
13 | [[Programming Manual>>LX6.Download.Manual.WebHome||class="btn btn-primary]] | ||
14 | ))) | ||
15 | ))) | ||
16 | (%class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-download"%)((( | ||
17 | =[[Download>>LX6.Download.WebHome]]= | ||
18 | Provides users with manual, hardware, and software downloads. | ||
19 | (%class="version-footer"%)((( | ||
20 | [[Manual>>LX6.Download.Manual.WebHome||class="btn btn-info]] [[Hardware>>LX6.Download.04 Hardware.WebHome||class="btn btn-info]] [[Software>>LX6.Download.02 Software.WebHome||class="btn btn-info]] | ||
21 | ))) | ||
22 | ))) | ||
23 | (%class="col-xs-12 download-container download-option version-option border-green fa-icon fa-table"%)((( | ||
24 | = [[Demo>>LX6.Download.03 Demos.WebHome]] = | ||
25 | Provides users with demonstrations about instructions, communications, protocols, etc. | ||
26 | (%class="version-footer"%)((( | ||
27 | [[More>>LX6.Download.03 Demos.WebHome||class="btn btn-success]] | ||
28 | ))) | ||
29 | ))) | ||
30 | ))) | ||
31 | {{/velocity}} | ||
32 | |||
33 | (% id="HVideo" %) | ||
34 | = [[Video>>https://studio.youtube.com/playlist/PL_Bpnb2RgaktvAuy39X-aZkEtF5AgqYCp/videos]] = | ||
35 | |||
36 | {{velocity output="false"}} | ||
37 | #set ($docextras = []) | ||
38 | |||
39 | #set ($videoCards = [ | ||
40 | { | ||
41 | 'title': $services.localization.render('LX6V&VD3E 1st Training Class: Hardware Introduction and Function Comparison'), | ||
42 | 'topics': [ | ||
43 | $services.localization.render('LX6 series introduction') | ||
44 | ], | ||
45 | 'url': 'https://www.youtube.com/embed/1fY_LnaOBFs?si=X1l30E6cFlOCR64w', | ||
46 | 'duration': '18 min' | ||
47 | }, | ||
48 | { | ||
49 | 'title': $services.localization.render('LX6V&VD3E 2nd Training Class: Introduction of FB/FC'), | ||
50 | 'topics': [ | ||
51 | $services.localization.render('PLC FB/FC intruction') | ||
52 | ], | ||
53 | 'url': 'https://www.youtube.com/embed/i1LFNzedZRc?si=UbMF-U_b7NPZQCVu', | ||
54 | 'duration': '55 mins' | ||
55 | }, | ||
56 | {'title': $services.localization.render('LX6V&VD3E 3rd Training Class: Struct/Union and Free Tag Protocol'), | ||
57 | 'topics': [ | ||
58 | $services.localization.render('Programming and communication') | ||
59 | ], | ||
60 | 'url': 'https://www.youtube.com/embed/JIEN8TRFmNA?si=owVPUlZ0lLJhwBtv', | ||
61 | 'duration': '34 min' | ||
62 | }, | ||
63 | {'title': $services.localization.render('LX6V&VD3E 4th Training Class: Single-axis Control'), | ||
64 | 'topics': [ | ||
65 | $services.localization.render('Create a new project&compile&simulate&download') | ||
66 | ], | ||
67 | 'url': 'https://www.youtube.com/embed/3RI070R5N6M?si=4Rp40oTK5qMPoE0t', | ||
68 | 'duration': '33 min' | ||
69 | }, | ||
70 | |||
71 | {'title': $services.localization.render('LX6V&VD3E 5th Training Class: Buffer Mode Introduction'), | ||
72 | 'topics': [ | ||
73 | $services.localization.render('Buffer Mode Introduction') | ||
74 | ], | ||
75 | 'url': 'https://www.youtube.com/embed/KGNj69JgSac?si=MjgsJxjnZIL42EW1', | ||
76 | 'duration': '40 min' | ||
77 | }, | ||
78 | {'title': $services.localization.render('LX6V&VD3E 6th Training Class: ECAM Control'), | ||
79 | 'topics': [ | ||
80 | $services.localization.render('Device description counter') | ||
81 | ], | ||
82 | 'url': 'https://www.youtube.com/embed/Waz-ML7vGtI?si=wQZTFmKastrphYHc', | ||
83 | 'duration': '34 min' | ||
84 | } | ||
85 | ]) | ||
86 | #macro (helpVideoCard $data) | ||
87 | <div class="videoCard"> | ||
88 | <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe> | ||
89 | <div class="videoCard-body"> | ||
90 | <div class="videoCard-title"> | ||
91 | $escapetool.xml($data.title) | ||
92 | </div> | ||
93 | <ul> | ||
94 | #foreach ($topic in $data.topics) | ||
95 | <li>$topic</li> | ||
96 | #end | ||
97 | </ul> | ||
98 | </div> | ||
99 | <div class="videoCard-footer"> | ||
100 | $services.icon.renderHTML('play') | ||
101 | <a href="$data.url">$services.localization.render('help.videos.watch')</a> | ||
102 | <span class="videoCard-duration"> | ||
103 | $escapetool.xml($data.duration) | ||
104 | </span> | ||
105 | </div> | ||
106 | </div> | ||
107 | #end | ||
108 | {{/velocity}} | ||
109 | |||
110 | {{velocity}} | ||
111 | {{html clean="false"}} | ||
112 | #set ($discard = $xwiki.ssx.use('Help.Videos.WebHome')) | ||
113 | <div class="row"> | ||
114 | #foreach ($card in $videoCards) | ||
115 | ## See http://getbootstrap.com/css/#grid-responsive-resets . | ||
116 | #if ($foreach.index > 0 && $foreach.index % 2 == 0) | ||
117 | <div class="clearfix visible-sm-block "></div> | ||
118 | #end | ||
119 | #if ($foreach.index > 0 && $foreach.index % 3 == 0) | ||
120 | <div class="clearfix visible-md-block visible-lg-block"></div> | ||
121 | #end | ||
122 | <div class="col-xs-12 col-sm-6 col-md-4"> | ||
123 | #helpVideoCard($card) | ||
124 | </div> | ||
125 | #end | ||
126 | </div> | ||
127 | {{/html}} | ||
128 | |||
129 | [[$services.localization.render('help.videos.more')>>https://youtube.com/playlist?list=PL_Bpnb2RgaktvAuy39X-aZkEtF5AgqYCp&si=FGVDQO85EcOM8QYj]] | ||
130 | {{/velocity}} |