Wiki source code of Servo

Version 26.1 by Mora Zhou on 2024/09/11 17:58

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