Wiki source code of PLC Editor2
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | $xwiki.ssx.use('Download.WebHome') | ||
3 | (%class="download-options"%)((( | ||
4 | (%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-desktop"%)((( | ||
5 | = [[Manual>>PLC Editor2.01 Program execution.WebHome]] = | ||
6 | Provides users with online viewing of LX3V Programing Manual, combining with cases and graphic analysis and explain the use of Wecocn PLC Editor and PLC program. | ||
7 | (%class="version-footer"%)((( | ||
8 | [[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]] | ||
9 | ))) | ||
10 | ))) | ||
11 | (%class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-download"%)((( | ||
12 | =[[Download>>PLC Editor2.Download.WebHome]]= | ||
13 | Provides users with manual, hardware, and software downloads. | ||
14 | (%class="version-footer"%)((( | ||
15 | [[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]] | ||
16 | ))) | ||
17 | ))) | ||
18 | (%class="col-xs-12 download-container download-option version-option border-green fa-icon fa-table"%)((( | ||
19 | = [[Demo>>PLC Editor2.2 Demos.WebHome]] = | ||
20 | Provides users with demonstrations about instructions, communications, protocols, etc. | ||
21 | (%class="version-footer"%)((( | ||
22 | [[More>>PLC Editor2.2 Demos.WebHome||class="btn btn-success]] | ||
23 | ))) | ||
24 | ))) | ||
25 | ))) | ||
26 | {{/velocity}} | ||
27 | |||
28 | = [[FAQ>>PLC Editor.FAQ.WebHome]] = | ||
29 | |||
30 | A frequently asked questions (FAQ) list is often used in articles, websites, email lists, and online forums where common questions tend to recur, | ||
31 | |||
32 | * [[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]] | ||
33 | * [[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]] | ||
34 | |||
35 | = Video = | ||
36 | |||
37 | {{velocity output="false"}} | ||
38 | #set ($docextras = []) | ||
39 | #set ($videoCards = [ | ||
40 | { | ||
41 | 'title': $services.localization.render('WECON 5V Training Video: 5V/5S PLC Software Download & Installation'), | ||
42 | 'topics': [ | ||
43 | $services.localization.render('How to downlaod 5V PLC software?') | ||
44 | ], | ||
45 | 'url': 'https://www.youtube.com/embed/3MXQ-9EAsyw', | ||
46 | 'duration': '3 mins' | ||
47 | }, | ||
48 | { | ||
49 | 'title': $services.localization.render('WECON 5V Training Video: PLC-Link Function | Wecon LX5V/5S'), | ||
50 | 'topics': [ | ||
51 | $services.localization.render('How to use PLC-Link Function?') | ||
52 | ], | ||
53 | 'url': 'https://www.youtube.com/embed/BUuU032NOq4', | ||
54 | 'duration': '31 mins' | ||
55 | } | ||
56 | ]) | ||
57 | |||
58 | #macro (helpVideoCard $data) | ||
59 | <div class="videoCard"> | ||
60 | <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe> | ||
61 | <div class="videoCard-body"> | ||
62 | <div class="videoCard-title"> | ||
63 | $escapetool.xml($data.title) | ||
64 | </div> | ||
65 | <ul> | ||
66 | #foreach ($topic in $data.topics) | ||
67 | <li>$topic</li> | ||
68 | #end | ||
69 | </ul> | ||
70 | </div> | ||
71 | <div class="videoCard-footer"> | ||
72 | $services.icon.renderHTML('play') | ||
73 | <a href="$data.url">$services.localization.render('help.videos.watch')</a> | ||
74 | <span class="videoCard-duration"> | ||
75 | $escapetool.xml($data.duration) | ||
76 | </span> | ||
77 | </div> | ||
78 | </div> | ||
79 | #end | ||
80 | {{/velocity}} | ||
81 | |||
82 | {{velocity}} | ||
83 | {{html clean="false"}} | ||
84 | #set ($discard = $xwiki.ssx.use('Help.Videos.WebHome')) | ||
85 | <div class="row"> | ||
86 | #foreach ($card in $videoCards) | ||
87 | ## See http://getbootstrap.com/css/#grid-responsive-resets . | ||
88 | #if ($foreach.index > 0 && $foreach.index % 2 == 0) | ||
89 | <div class="clearfix visible-sm-block "></div> | ||
90 | #end | ||
91 | #if ($foreach.index > 0 && $foreach.index % 3 == 0) | ||
92 | <div class="clearfix visible-md-block visible-lg-block"></div> | ||
93 | #end | ||
94 | <div class="col-xs-12 col-sm-6 col-md-4"> | ||
95 | #helpVideoCard($card) | ||
96 | </div> | ||
97 | #end | ||
98 | </div> | ||
99 | {{/html}} | ||
100 | |||
101 | [[$services.localization.render('help.videos.more')>>https://www.youtube.com/user/Wecon2004/playlists]] | ||
102 | {{/velocity}} |