Changes for page Inverter

Last modified by Mora Zhou on 2025/02/25 10:54

From version 2.1
edited by Leo Wei
on 2022/06/14 18:36
Change comment: There is no comment for this version
To version 3.1
edited by Stone Wu
on 2022/08/01 14:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.admin
1 +XWiki.Stone
Content
... ... @@ -1,0 +1,102 @@
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>>VFD.VM AC Drive User Manual.WebHome]] =
6 +Provides users with online viewing of Wecon VFD product Manuals of VM AC Drive and VB AC Drive.
7 +(%class="version-footer"%)(((
8 +[[VM AC Drive>>VFD.VM AC Drive User Manual.WebHome||class="btn btn-primary]] [[VB AC Drive>>VFD.VB AC Drive User Manual.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>>VFD.Download.WebHome]]=
13 +Provides users with manuals, hardwares, and softwares downloads.
14 +(%class="version-footer"%)(((
15 +[[Manual>>VFD.Download.1 Manual.WebHome||class="btn btn-info]] [[Hardware>>VFD.Download.2 Hardware.WebHome||class="btn btn-info]] [[Software>>VFD.Download.3 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>>VFD.3\. Demo.WebHome]] =
20 +Provides users with demonstrations about Wecon VFD including VM AC Drive and VB AC Drive.
21 +(%class="version-footer"%)(((
22 +[[More>>VFD.3\. Demo.WebHome||class="btn btn-success]]
23 +)))
24 +)))
25 +)))
26 +{{/velocity}}
27 +
28 += [[FAQ>>doc:.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. [[More FAQs>>doc:.FAQ.WebHome]]
31 +
32 +* [[How to solve Err40 in the inverter?>>https://docs.we-con.com.cn/bin/view/VFD/FAQ/How%20to%20solve%20Err40%20in%20the%20inverter]]
33 +* [[How to solve the problem of ERR10 or ERR40 under low frequency?>>https://docs.we-con.com.cn/bin/view/VFD/FAQ/How%20to%20solve%20the%20problem%20of%20ERR10%20or%20ERR40%20under%20low%20frequency]]
34 +* (((
35 +[[How does VB drive a high-speed motor?>>https://docs.we-con.com.cn/bin/view/VFD/FAQ/How%20does%20VB%20drive%20a%20high-speed%20motor]]
36 +)))
37 +
38 += Video
39 +{{velocity output="false"}}#set ($docextras = [])
40 +
41 +#set ($videoCards = [
42 +{
43 + 'title': $services.localization.render('WECON VB Inspection of Rectifier Bridge and Inverter'),
44 + 'topics': [
45 + $services.localization.render('Hardware port introducion: Rectifier Bridge and Inverter')
46 + ],
47 + 'url': 'https://www.youtube.com/embed/bkH8oKP_B1A',
48 + 'duration': '3 mins'
49 +},
50 +{
51 + 'title': $services.localization.render('How to Install and Operate WECON Inverter PC Software'),
52 + 'topics': [
53 + $services.localization.render('Software and interface introduction,Installation process')
54 + ],
55 + 'url': 'https://www.youtube.com/embed/74erPFsI6Ns',
56 + 'duration': '5 mins'
57 +}
58 +])
59 +#macro (helpVideoCard $data)
60 + <div class="videoCard">
61 + <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe>
62 + <div class="videoCard-body">
63 + <div class="videoCard-title">
64 + $escapetool.xml($data.title)
65 + </div>
66 + <ul>
67 + #foreach ($topic in $data.topics)
68 + <li>$topic</li>
69 + #end
70 + </ul>
71 + </div>
72 + <div class="videoCard-footer">
73 + $services.icon.renderHTML('play')
74 + <a href="$data.url">$services.localization.render('help.videos.watch')</a>
75 + <span class="videoCard-duration">
76 + $escapetool.xml($data.duration)
77 + </span>
78 + </div>
79 + </div>
80 +#end{{/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/playlist?list=PLhe7KI1rstRQeLSHxcTozZ0HJSk-mIYzt]]
102 +{{/velocity}}