Wiki source code of Servo

Version 35.1 by Jim(Forgotten) on 2024/09/13 11:37

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