Wiki source code of Servo

Last modified by Mora Zhou on 2024/04/23 15:58

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>>Servo.Manual.WebHome]] =
6 Provides users with online viewing of Servo product Manuals of varies series and Servo software help.
7 (%class="version-footer"%)(((
8 [[VD2 SA>>Servo.Manual.02 VD2 SA Series.WebHome||class="btn btn-primary]] [[Software Help>>Servo.Manual.04 Servo SCTool Help.WebHome||class="btn btn-primary]] [[More>>Servo.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>>Servo.Download.WebHome]]=
13 Provides users with manuals, hardwares, and softwares downloads.
14 (%class="version-footer"%)(((
15 [[Manual>>Servo.Download.Manual.WebHome||class="btn btn-info]] [[Hardware>>Servo.Download.2 Hardware.WebHome||class="btn btn-info]] [[Software>>Servo.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>>Servo.Demo.WebHome]] =
20 Provides users with demonstrations about Wecon servo drives.
21 (%class="version-footer"%)(((
22 [[More>>Servo.Demo.WebHome||class="btn btn-success]]
23 )))
24 )))
25 )))
26 {{/velocity}}
27
28 = [[FAQ>>doc:Servo.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:Servo.FAQ.WebHome]]
31
32 * [[What could be the reason for the loud sound when starting up?>>https://docs.we-con.com.cn/bin/view/Servo/FAQ/What%20could%20be%20the%20reason%20for%20the%20loud%20sound%20when%20starting%20up]]
33 * [[Why is the servo not smooth in the low speed of the speed mode?>>https://docs.we-con.com.cn/bin/view/Servo/FAQ/Why%20is%20the%20servo%20not%20smooth%20in%20the%20low%20speed%20of%20the%20speed%20mode]]
34 * (((
35 [[VD2 servo VD2 servo PNP and NPN for PLC position control? PNP and NPN for PLC position control?>>https://docs.we-con.com.cn/bin/view/Servo/FAQ/VD2%20servo%20PNP%20and%20NPN%20for%20PLC%20position%20control%3F]]
36 )))
37
38 = [[Video>>https://www.youtube.com/playlist?list=PL_Bpnb2Rgakum51_QOIFgMjqsod2i1UcB]]
39 {{velocity output="false"}}#set ($docextras = [])
40
41 #set ($videoCards = [
42 {
43 'title': $services.localization.render('Servo drive basic training and introduction'),
44 'topics': [
45 $services.localization.render('Introduces servo composition,wiring,signal definitions,troubleshooting and so on.')
46 ],
47 'url': 'https://www.youtube.com/embed/89J7lzyRHoA',
48 'duration': '27 mins'
49 },
50 {
51 'title': $services.localization.render('Introduction of Wecon VD1 Servo interface and internal'),
52 'topics': [
53 $services.localization.render('Introduces the servo interface and internal structure.')
54 ],
55 'url': 'https://www.youtube.com/embed/DSsqMeBcrvw',
56 'duration': '7 mins'
57 },
58 {
59 'title': $services.localization.render('Wecon Servo Configuration Training'),
60 'topics': [
61 $services.localization.render('Wecon Servo Configuration Training')
62 ],
63 'url': 'https://www.youtube.com/embed/dk972UHRobw',
64 'duration': '34 mins'
65 },
66 {
67 'title': $services.localization.render('Servo Motor Selection Calculation'),
68 'topics': [
69 $services.localization.render('Servo Motor Selection Calculation')
70 ],
71 'url': 'https://www.youtube.com/embed/lWsDleDXLhE',
72 'duration': '3 mins'
73 },
74 {
75 'title': $services.localization.render('Servo Online Selection Tool'),
76 'topics': [
77 $services.localization.render('Servo Online Selection Tool')
78 ],
79 'url': 'https://www.youtube.com/embed/G16lw5OCteA?list=PL_Bpnb2RgakuqWIFY0h5_kQsGbGDynpqQ',
80 'duration': '3 mins'
81 },
82 {
83 'title': $services.localization.render('Servo Software Introduction'),
84 'topics': [
85 $services.localization.render('How to use servo software?')
86 ],
87 'url': 'https://www.youtube.com/embed/3Nqdn86cWUU',
88 'duration': '3 mins'
89 }
90 ])
91 #macro (helpVideoCard $data)
92 <div class="videoCard">
93 <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe>
94 <div class="videoCard-body">
95 <div class="videoCard-title">
96 $escapetool.xml($data.title)
97 </div>
98 <ul>
99 #foreach ($topic in $data.topics)
100 <li>$topic</li>
101 #end
102 </ul>
103 </div>
104 <div class="videoCard-footer">
105 $services.icon.renderHTML('play')
106 <a href="$data.url">$services.localization.render('help.videos.watch')</a>
107 <span class="videoCard-duration">
108 $escapetool.xml($data.duration)
109 </span>
110 </div>
111 </div>
112 #end{{/velocity}} =
113
114 {{velocity}}
115 {{html clean="false"}}
116 #set ($discard = $xwiki.ssx.use('Help.Videos.WebHome'))
117 <div class="row">
118 #foreach ($card in $videoCards)
119 ## See http://getbootstrap.com/css/#grid-responsive-resets .
120 #if ($foreach.index > 0 && $foreach.index % 2 == 0)
121 <div class="clearfix visible-sm-block "></div>
122 #end
123 #if ($foreach.index > 0 && $foreach.index % 3 == 0)
124 <div class="clearfix visible-md-block visible-lg-block"></div>
125 #end
126 <div class="col-xs-12 col-sm-6 col-md-4">
127 #helpVideoCard($card)
128 </div>
129 #end
130 </div>
131 {{/html}}
132
133 [[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PL_Bpnb2Rgakum51_QOIFgMjqsod2i1UcB]]
134 {{/velocity}}