Wiki source code of Servo

Last modified by Jim on 2024/09/29 11:35

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