Wiki source code of Servo

Version 5.1 by Stone Wu on 2022/07/29 14:16

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 Configurator.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.5\. 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.3\. Demos.WebHome]] =
20 Provides users with demonstrations about Wecon servo drives.
21 (%class="version-footer"%)(((
22 [[More>>Servo.3\. Demos.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,
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
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('language:English'),
46 $services.localization.render('This video introduces servo composition,wiring,signal definitions,troubleshooting and so on.')
47 ],
48 'url': 'https://www.youtube.com/embed/89J7lzyRHoA',
49 'duration': '27 mins'
50 },
51 {
52 'title': $services.localization.render('Introduction of Wecon VD1 Servo interface and internal'),
53 'topics': [
54 $services.localization.render('language:English'),
55 $services.localization.render('This video introduces the servo interface and internal structure.')
56 ],
57 'url': 'https://www.youtube.com/embed/DSsqMeBcrvw',
58 'duration': '7 mins'
59 },
60
61 {
62 'title': $services.localization.render('Wecon Servo Configuration Training'),
63 'topics': [
64 $services.localization.render('language:English'),
65 $services.localization.render('Wecon Servo Configuration Training')
66 ],
67 'url': 'https://www.youtube.com/embed/dk972UHRobw',
68 'duration': '34 mins'
69 },
70 {
71 'title': $services.localization.render('Servo Motor Selection Calculation'),
72 'topics': [
73 $services.localization.render('language:English'),
74 $services.localization.render('Servo Motor Selection Calculation')
75 ],
76 'url': 'https://www.youtube.com/embed/lWsDleDXLhE',
77 'duration': '3 mins'
78 },
79 {
80 'title': $services.localization.render('Servo Online Selection Tool'),
81 'topics': [
82 $services.localization.render('language:English'),
83 $services.localization.render('Servo Online Selection Tool')
84 ],
85 'url': 'https://www.youtube.com/embed/G16lw5OCteA?list=PL_Bpnb2RgakuqWIFY0h5_kQsGbGDynpqQ',
86 'duration': '3 mins'
87 },
88 {
89 'title': $services.localization.render('Servo Software Introduction'),
90 'topics': [
91 $services.localization.render('language:English'),
92 $services.localization.render('How to use servo software?')
93 ],
94 'url': 'https://www.youtube.com/embed/3Nqdn86cWUU',
95 'duration': '3 mins'
96 }
97
98 ])
99
100 #macro (helpVideoCard $data)
101 <div class="videoCard">
102 <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe>
103 <div class="videoCard-body">
104 <div class="videoCard-title">
105 $escapetool.xml($data.title)
106 </div>
107 <ul>
108 #foreach ($topic in $data.topics)
109 <li>$topic</li>
110 #end
111 </ul>
112 </div>
113 <div class="videoCard-footer">
114 $services.icon.renderHTML('play')
115 <a href="$data.url">$services.localization.render('help.videos.watch')</a>
116 <span class="videoCard-duration">
117 $escapetool.xml($data.duration)
118 </span>
119 </div>
120 </div>
121 #end{{/velocity}} =
122
123 {{velocity}}
124 {{html clean="false"}}
125 #set ($discard = $xwiki.ssx.use('Help.Videos.WebHome'))
126 <div class="row">
127 #foreach ($card in $videoCards)
128 ## See http://getbootstrap.com/css/#grid-responsive-resets .
129 #if ($foreach.index > 0 && $foreach.index % 2 == 0)
130 <div class="clearfix visible-sm-block "></div>
131 #end
132 #if ($foreach.index > 0 && $foreach.index % 3 == 0)
133 <div class="clearfix visible-md-block visible-lg-block"></div>
134 #end
135 <div class="col-xs-12 col-sm-6 col-md-4">
136 #helpVideoCard($card)
137 </div>
138 #end
139 </div>
140 {{/html}}
141
142 [[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PLhe7KI1rstRQeLSHxcTozZ0HJSk-mIYzt]]
143 {{/velocity}}