Changes for page Servo

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

From version 18.1
edited by Jim
on 2024/09/11 16:33
Change comment: There is no comment for this version
To version 2.1
edited by Leo Wei
on 2022/06/08 13:04
Change comment: There is no comment for this version

Summary

Details

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