Wiki source code of Inverter

Last modified by Theodore Xu on 2023/05/27 11:07

Show last authors
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 V1.2>>VFD.VM AC Drive User Manual.WebHome||class="btn btn-primary]] [[VM V2.0>>VFD.3 VM AC Drive Manual V2\.0.WebHome||class="btn btn-primary]] [[VB series>>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 'title': $services.localization.render('Inverter firmware upgrade'),
60 'topics': [
61 $services.localization.render('Use the USB driver to update the firmware version of the inverter')
62 ],
63 'url': 'https://www.youtube.com/embed/vubKSh741s4',
64 'duration': '3 mins'
65 }
66 ])
67 #macro (helpVideoCard $data)
68 <div class="videoCard">
69 <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe>
70 <div class="videoCard-body">
71 <div class="videoCard-title">
72 $escapetool.xml($data.title)
73 </div>
74 <ul>
75 #foreach ($topic in $data.topics)
76 <li>$topic</li>
77 #end
78 </ul>
79 </div>
80 <div class="videoCard-footer">
81 $services.icon.renderHTML('play')
82 <a href="$data.url">$services.localization.render('help.videos.watch')</a>
83 <span class="videoCard-duration">
84 $escapetool.xml($data.duration)
85 </span>
86 </div>
87 </div>
88 #end{{/velocity}} =
89
90 {{velocity}}
91 {{html clean="false"}}
92 #set ($discard = $xwiki.ssx.use('Help.Videos.WebHome'))
93 <div class="row">
94 #foreach ($card in $videoCards)
95 ## See http://getbootstrap.com/css/#grid-responsive-resets .
96 #if ($foreach.index > 0 && $foreach.index % 2 == 0)
97 <div class="clearfix visible-sm-block "></div>
98 #end
99 #if ($foreach.index > 0 && $foreach.index % 3 == 0)
100 <div class="clearfix visible-md-block visible-lg-block"></div>
101 #end
102 <div class="col-xs-12 col-sm-6 col-md-4">
103 #helpVideoCard($card)
104 </div>
105 #end
106 </div>
107 {{/html}}
108
109 [[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktOITeNo-g3fq0jBFoubYGz]]
110 {{/velocity}}