Wiki source code of PLC Editor2

Version 20.3 by Stone Wu on 2022/08/24 09:41

Hide last authors
Stone Wu 4.1 1 (% class="box infomessage" %)
2 (((
3 All articles and materials contained in this section are only applicable to LX5S / LX5V series PLC products
Stone Wu 16.1 4 Please go to PLC Editor if you are referrring to LX3V / LX3VP / LX3VE / LX3VM series PLC products.
Stone Wu 4.1 5 )))
6
Leo Wei 2.1 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]] =
Stone Wu 20.2 12 Provides users with online viewing of LX5V Programming Manual combining with cases and Wecon PLC Editor2 Software Help.
Leo Wei 2.1 13 (%class="version-footer"%)(((
Stone Wu 19.1 14 [[Programming Manual>>PLC Editor2.01 Program execution.WebHome||class="btn btn-primary]] [[More>>PLC Editor2.2\.2PLC editor2 software help.WebHome||class="btn btn-primary]]
Leo Wei 2.1 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}}
Leo Wei 1.1 33
Leo Wei 2.1 34 = [[FAQ>>PLC Editor.FAQ.WebHome]] =
Leo Wei 1.1 35
Stone Wu 17.1 36 A frequently asked questions (FAQ) list is often used in articles, websites, email lists, and online forums where common questions tend to recur. [[More FAQs>>doc:PLC Editor.FAQ.WebHome]]
Leo Wei 2.1 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
Stone Wu 20.3 43 #macro (helpVideoCard $data)
44 <div class="videoCard">
45 <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe>
46 <div class="videoCard-body">
47 <div class="videoCard-title">
48 $escapetool.xml($data.title)
49 </div>
50 <ul>
51 #foreach ($topic in $data.topics)
52 <li>$topic</li>
53 #end
54 </ul>
55 </div>
56 <div class="videoCard-footer">
57 $services.icon.renderHTML('play')
58 <a href="$data.url">$services.localization.render('help.videos.watch')</a>
59 <span class="videoCard-duration">
60 $escapetool.xml($data.duration)
61 </span>
62 </div>
63 </div>
64 #end
65 {{/velocity}}
66
67 {{velocity}}
68 {{html clean="false"}}
69 #set ($discard = $xwiki.ssx.use('Help.Videos.WebHome'))
70 <div class="row">
71 #foreach ($card in $videoCards)
72 ## See http://getbootstrap.com/css/#grid-responsive-resets .
73 #if ($foreach.index > 0 && $foreach.index % 2 == 0)
74 <div class="clearfix visible-sm-block "></div>
75 #end
76 #if ($foreach.index > 0 && $foreach.index % 3 == 0)
77 <div class="clearfix visible-md-block visible-lg-block"></div>
78 #end
79 <div class="col-xs-12 col-sm-6 col-md-4">
80 #helpVideoCard($card)
81 </div>
82 #end
83 </div>
84 {{/html}}
85
86 [[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktxcT6G9n1meunomIw3T81_]]
87 {{/velocity}}
88
Leo Wei 2.1 89 {{velocity output="false"}}
90 #set ($docextras = [])
91 #set ($videoCards = [
92 {
93 'title': $services.localization.render('WECON 5V Training Video: 5V/5S PLC Software Download & Installation'),
94 'topics': [
95 $services.localization.render('How to downlaod 5V PLC software?')
96 ],
97 'url': 'https://www.youtube.com/embed/3MXQ-9EAsyw',
98 'duration': '3 mins'
Jim 7.1 99 },
100 {
101 'title': $services.localization.render('WECON 5V Training Video: PLC-Link Function | Wecon LX5V/5S'),
102 'topics': [
103 $services.localization.render('How to use PLC-Link Function?')
104 ],
105 'url': 'https://www.youtube.com/embed/BUuU032NOq4',
106 'duration': '31 mins'
Jim 9.1 107 },
108 {
109 'title': $services.localization.render('WECON 5V Training Video: Software Interface Introduction'),
110 'topics': [
111 $services.localization.render('The overall layout of the software interface')
112 ],
113 'url': 'https://www.youtube.com/embed/TepY648l99I',
114 'duration': '3 mins'
Jim 10.1 115 },
116 {
117 'title': $services.localization.render('WECON 5V Training Video: Program Build&Download&Upload'),
118 'topics': [
119 $services.localization.render('How to create a new project?')
120 ],
Jim 11.1 121 'url': 'https://www.youtube.com/embed/Siov4AB_2CI',
Jim 10.1 122 'duration': '5 mins'
Jim 12.1 123 },
124 {
Jim 13.1 125 'title': $services.localization.render('WECON 5V Training Video: Device Search&Replace Function'),
Jim 12.1 126 'topics': [
Jim 13.1 127 $services.localization.render('How to search and replace a specific device/instruction?')
Jim 12.1 128 ],
Jim 13.1 129 'url': 'https://www.youtube.com/embed/9J1gDxq9gP8',
Jim 15.1 130 'duration': '4 mins'
Jim 20.1 131 },
132 {
133 'title': $services.localization.render('WECON 5V Training Video: Project Manager and Instruction List'),
134 'topics': [
135 $services.localization.render('Components of Project Manager')
136 ],
137 'url': 'https://www.youtube.com/embed/Br0ZxjQuIxs',
138 'duration': '5 mins'
Leo Wei 2.1 139 }
Jim 9.1 140
Leo Wei 2.1 141 ])
142
143