Wiki source code of Servo

Version 22.1 by Jim on 2024/09/11 16:52

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