... |
... |
@@ -25,9 +25,9 @@ |
25 |
25 |
))) |
26 |
26 |
{{/velocity}} |
27 |
27 |
|
28 |
|
-= [[FAQ>>doc:.FAQ.WebHome]] = |
|
28 |
+= [[FAQ>>PLC Editor.FAQ.WebHome]] = |
29 |
29 |
|
30 |
|
-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:.FAQ.WebHome]] |
|
30 |
+A frequently asked questions (FAQ) list is often used in articles, websites, email lists, and online forums where common questions tend to recur, |
31 |
31 |
|
32 |
32 |
* [[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]] |
33 |
33 |
* [[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]] |
... |
... |
@@ -42,7 +42,8 @@ |
42 |
42 |
{ |
43 |
43 |
'title': $services.localization.render('Servo drive basic training and introduction'), |
44 |
44 |
'topics': [ |
45 |
|
- $services.localization.render('Introduces servo composition,wiring,signal definitions,troubleshooting and so on.') |
|
45 |
+ $services.localization.render('language:English'), |
|
46 |
+ $services.localization.render('This video introduces servo composition,wiring,signal definitions,troubleshooting and so on.') |
46 |
46 |
], |
47 |
47 |
'url': 'https://www.youtube.com/embed/89J7lzyRHoA', |
48 |
48 |
'duration': '27 mins' |
... |
... |
@@ -50,14 +50,17 @@ |
50 |
50 |
{ |
51 |
51 |
'title': $services.localization.render('Introduction of Wecon VD1 Servo interface and internal'), |
52 |
52 |
'topics': [ |
53 |
|
- $services.localization.render('Introduces the servo interface and internal structure.') |
|
54 |
+ $services.localization.render('language:English'), |
|
55 |
+ $services.localization.render('This video introduces the servo interface and internal structure.') |
54 |
54 |
], |
55 |
55 |
'url': 'https://www.youtube.com/embed/DSsqMeBcrvw', |
56 |
56 |
'duration': '7 mins' |
57 |
57 |
}, |
|
60 |
+ |
58 |
58 |
{ |
59 |
59 |
'title': $services.localization.render('Wecon Servo Configuration Training'), |
60 |
60 |
'topics': [ |
|
64 |
+ $services.localization.render('language:English'), |
61 |
61 |
$services.localization.render('Wecon Servo Configuration Training') |
62 |
62 |
], |
63 |
63 |
'url': 'https://www.youtube.com/embed/dk972UHRobw', |
... |
... |
@@ -66,6 +66,7 @@ |
66 |
66 |
{ |
67 |
67 |
'title': $services.localization.render('Servo Motor Selection Calculation'), |
68 |
68 |
'topics': [ |
|
73 |
+ $services.localization.render('language:English'), |
69 |
69 |
$services.localization.render('Servo Motor Selection Calculation') |
70 |
70 |
], |
71 |
71 |
'url': 'https://www.youtube.com/embed/lWsDleDXLhE', |
... |
... |
@@ -74,6 +74,7 @@ |
74 |
74 |
{ |
75 |
75 |
'title': $services.localization.render('Servo Online Selection Tool'), |
76 |
76 |
'topics': [ |
|
82 |
+ $services.localization.render('language:English'), |
77 |
77 |
$services.localization.render('Servo Online Selection Tool') |
78 |
78 |
], |
79 |
79 |
'url': 'https://www.youtube.com/embed/G16lw5OCteA?list=PL_Bpnb2RgakuqWIFY0h5_kQsGbGDynpqQ', |
... |
... |
@@ -82,12 +82,15 @@ |
82 |
82 |
{ |
83 |
83 |
'title': $services.localization.render('Servo Software Introduction'), |
84 |
84 |
'topics': [ |
|
91 |
+ $services.localization.render('language:English'), |
85 |
85 |
$services.localization.render('How to use servo software?') |
86 |
86 |
], |
87 |
87 |
'url': 'https://www.youtube.com/embed/3Nqdn86cWUU', |
88 |
88 |
'duration': '3 mins' |
89 |
89 |
} |
|
97 |
+ |
90 |
90 |
]) |
|
99 |
+ |
91 |
91 |
#macro (helpVideoCard $data) |
92 |
92 |
<div class="videoCard"> |
93 |
93 |
<iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe> |