Wiki source code of PLC Editor2

Version 7.1 by Jim on 2022/08/01 09:45

Show last authors
1 (% class="box infomessage" %)
2 (((
3 All articles and materials contained in this section are only applicable to LX5S / LX5V series PLC products
4 Please go to PLC Editor2 if you are referrring to LX3V / LX3VP / LX3VE / LX3VM series PLC products.
5 )))
6
7 {{velocity}}
8 $xwiki.ssx.use('Download.WebHome')
9 (%class="download-options"%)(((
10 (%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-desktop"%)(((
11 = [[Manual>>PLC Editor2.01 Program execution.WebHome]] =
12 Provides users with online viewing of LX5V Programing Manual combining with cases and Wecocn PLC editor2 Software Help.
13 (%class="version-footer"%)(((
14 [[Programming Manual>>PLC Editor2.01 Program execution.WebHome||class="btn btn-primary]] [[Software Help>>PLC Editor2.2\.2PLC editor2 software help.WebHome||class="btn btn-primary]]
15 )))
16 )))
17 (%class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-download"%)(((
18 =[[Download>>PLC Editor2.Download.WebHome]]=
19 Provides users with manual, hardware, and software downloads.
20 (%class="version-footer"%)(((
21 [[Manual>>PLC Editor2.Download.01 Manual.WebHome||class="btn btn-info]] [[Hardware>>PLC Editor2.Download.02 Hardware.WebHome||class="btn btn-info]] [[Software>>PLC Editor2.Download.03 Software.WebHome||class="btn btn-info]]
22 )))
23 )))
24 (%class="col-xs-12 download-container download-option version-option border-green fa-icon fa-table"%)(((
25 = [[Demo>>PLC Editor2.2 Demos.WebHome]] =
26 Provides users with demonstrations about instructions, communications, protocols, etc.
27 (%class="version-footer"%)(((
28 [[More>>PLC Editor2.2 Demos.WebHome||class="btn btn-success]]
29 )))
30 )))
31 )))
32 {{/velocity}}
33
34 = [[FAQ>>PLC Editor.FAQ.WebHome]] =
35
36 A frequently asked questions (FAQ) list is often used in articles, websites, email lists, and online forums where common questions tend to recur,
37
38 * [[What is the frequency about PLC high speed pulse output?>>url:https://docs.we-con.com.cn/bin/view/PLC%20Editor/FAQ/What%20is%20the%20frequency%20about%20PLC%20high%20speed%20pulse%20output]]
39 * [[Why does the pulse command not send out when using the pulse command in the STL step instruction?>>url:https://docs.we-con.com.cn/bin/view/PLC%20Editor/FAQ/Why%20does%20the%20pulse%20command%20not%20send%20out%20when%20using%20the%20pulse%20command%20in%20the%20STL%20step%20instruction]]
40
41 = Video =
42
43 {{velocity output="false"}}
44 #set ($docextras = [])
45 #set ($videoCards = [
46 {
47 'title': $services.localization.render('WECON 5V Training Video: 5V/5S PLC Software Download & Installation'),
48 'topics': [
49 $services.localization.render('How to downlaod 5V PLC software?')
50 ],
51 'url': 'https://www.youtube.com/embed/3MXQ-9EAsyw',
52 'duration': '3 mins'
53 },
54 {
55 'title': $services.localization.render('WECON 5V Training Video: PLC-Link Function | Wecon LX5V/5S'),
56 'topics': [
57 $services.localization.render('How to use PLC-Link Function?')
58 ],
59 'url': 'https://www.youtube.com/embed/BUuU032NOq4',
60 'duration': '31 mins'
61 },
62 {
63 'title': $services.localization.render('WECON 5V Training Video: Software Interface Introduction'),
64 'topics': [
65 $services.localization.render('The overall layout of the software interface')
66 ],
67 'url': 'https://www.youtube.com/embed/TepY648l99I',
68 'duration': '3 mins'
69 },
70 {
71 'title': $services.localization.render('WECON 5V Training Video: Program Build&Download&Upload'),
72 'topics': [
73 $services.localization.render('How to create a new project?')
74 ],
75 'url': 'https://www.youtube.com/embed/BUuU032NOq4',
76 'duration': '5 mins'
77 },
78 {
79 'title': $services.localization.render('WECON 5V Training Video: Device Search&Replace Function'),
80 'topics': [
81 $services.localization.render('How to search and replace a specific device/instruction?)
82 ],
83 'url': 'https://www.youtube.com/embed/9J1gDxq9gP8',
84 'duration': '4 mins'
85 }
86 ])
87
88 #macro (helpVideoCard $data)
89 <div class="videoCard">
90 <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe>
91 <div class="videoCard-body">
92 <div class="videoCard-title">
93 $escapetool.xml($data.title)
94 </div>
95 <ul>
96 #foreach ($topic in $data.topics)
97 <li>$topic</li>
98 #end
99 </ul>
100 </div>
101 <div class="videoCard-footer">
102 $services.icon.renderHTML('play')
103 <a href="$data.url">$services.localization.render('help.videos.watch')</a>
104 <span class="videoCard-duration">
105 $escapetool.xml($data.duration)
106 </span>
107 </div>
108 </div>
109 #end
110 {{/velocity}}
111
112 {{velocity}}
113 {{html clean="false"}}
114 #set ($discard = $xwiki.ssx.use('Help.Videos.WebHome'))
115 <div class="row">
116 #foreach ($card in $videoCards)
117 ## See http://getbootstrap.com/css/#grid-responsive-resets .
118 #if ($foreach.index > 0 && $foreach.index % 2 == 0)
119 <div class="clearfix visible-sm-block "></div>
120 #end
121 #if ($foreach.index > 0 && $foreach.index % 3 == 0)
122 <div class="clearfix visible-md-block visible-lg-block"></div>
123 #end
124 <div class="col-xs-12 col-sm-6 col-md-4">
125 #helpVideoCard($card)
126 </div>
127 #end
128 </div>
129 {{/html}}
130
131 [[$services.localization.render('help.videos.more')>>https://www.youtube.com/user/Wecon2004/playlists]]
132 {{/velocity}}