Wiki source code of Servo

Version 30.1 by Mora Zhou on 2024/09/11 18:06

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