Wiki source code of V-NET

Version 21.1 by Stone Wu on 2022/08/01 09:32

Show last authors
1 {{velocity}}
2 $xwiki.ssx.use('Download.WebHome')
3 (%class="download-options"%)(((
4 (%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-desktop"%)(((
5 = [[Manual>>Servo.Manual.WebHome]] =
6 Provides users with online viewing of Servo product Manuals of varies series and Servo software help.
7 (%class="version-footer"%)(((
8 [[VD2 SA>>Servo.Manual.02 VD2 SA Series.WebHome||class="btn btn-primary]] [[Software Help>>Servo.Manual.04 Configurator.WebHome||class="btn btn-primary]] [[More>>Servo.Manual.WebHome||class="btn btn-primary]]
9 )))
10 )))
11 (%class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-download"%)(((
12 =[[Download>>Servo.Download.WebHome]]=
13 Provides users with manuals, hardwares, and softwares downloads.
14 (%class="version-footer"%)(((
15 [[Manual>>Servo.Download.Manual.WebHome||class="btn btn-info]] [[Hardware>>Servo.Download.5\. Hardware.WebHome||class="btn btn-info]] [[Software>>Servo.Download.3 Software.WebHome||class="btn btn-info]]
16 )))
17 )))
18 (%class="col-xs-12 download-container download-option version-option border-green fa-icon fa-table"%)(((
19 = [[Demo>>Servo.3\. Demos.WebHome]] =
20 Provides users with demonstrations about Wecon servo drives.
21 (%class="version-footer"%)(((
22 [[More>>Servo.3\. Demos.WebHome||class="btn btn-success]]
23 )))
24 )))
25 )))
26 {{/velocity}}
27
28 = [[FAQ>>doc:.FAQ.WebHome]] =
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,
31
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 * [[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]]
34 * (((
35 [[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]]
36 )))
37
38 = Video =
39
40 {{velocity output="false"}}
41 #set ($docextras = [])
42
43 #set ($videoCards = [
44 {
45 'title': $services.localization.render('WECON V-NET Basic Function: 1 Software Download&Install'),
46 'topics': [
47 $services.localization.render('How to get Wecon V-NET software')
48 ],
49 'url': 'https://www.youtube.com/embed/7xzyyRURDfE',
50 'duration': '3 min'
51 },
52 {
53 'title': $services.localization.render('WECON V-NET Basic Function: 2 Account Registration&V-Box Binding'),
54 'topics': [
55 $services.localization.render('How to register a V-NET account,How to bind the V-BOX')
56 ],
57 'url': 'https://www.youtube.com/embed/wKs1ZlRtMNM',
58 'duration': '3 min'
59 },
60 {
61 'title': $services.localization.render('WECON V-NET Basic Function: 3 Real time Data&Historical Data'),
62 'topics': [
63 $services.localization.render('add real-time points,add historical points,record trigger type')
64 ],
65 'url': 'https://www.youtube.com/embed/7CPDrRb94BA',
66 'duration': '7 min'
67 },
68 {
69 'title': $services.localization.render('WECON V-NET Basic Function: 4 Alarm Function'),
70 'topics': [
71 $services.localization.render('How to add alarm monitoring point,alarm type')
72 ],
73 'url': 'https://www.youtube.com/embed/ueyAIdWyQdU',
74 'duration': '6 min'
75 },
76 {
77 'title': $services.localization.render('WECON V-NET Basic Function: 5 Lua Script Function'),
78 'topics': [
79 $services.localization.render('How to use Lua Script function?')
80 ],
81 'url': 'https://www.youtube.com/embed/6pwo14E0OeQ',
82 'duration': '5 min'
83 },
84 {
85 'title': $services.localization.render('WECON V-NET Basic Function: 7 Pass-through'),
86 'topics': [
87 $services.localization.render('Introduction of serial passthrough, VPN passthrough')
88 ],
89 'url': 'https://www.youtube.com/embed/vLDu41_Wg30?list=PL_Bpnb2RgakvYq_Ypk9bydIP7lUfkTDBN',
90 'duration': '8 min'
91 }
92 ])
93 #macro (helpVideoCard $data)
94 <div class="videoCard">
95 <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe>
96 <div class="videoCard-body">
97 <div class="videoCard-title">
98 $escapetool.xml($data.title)
99 </div>
100 <ul>
101 #foreach ($topic in $data.topics)
102 <li>$topic</li>
103 #end
104 </ul>
105 </div>
106 <div class="videoCard-footer">
107 $services.icon.renderHTML('play')
108 <a href="$data.url">$services.localization.render('help.videos.watch')</a>
109 <span class="videoCard-duration">
110 $escapetool.xml($data.duration)
111 </span>
112 </div>
113 </div>
114 #end
115 {{/velocity}}
116
117 {{velocity}}
118 {{html clean="false"}}
119 #set ($discard = $xwiki.ssx.use('Help.Videos.WebHome'))
120 <div class="row">
121 #foreach ($card in $videoCards)
122 ## See http://getbootstrap.com/css/#grid-responsive-resets .
123 #if ($foreach.index > 0 && $foreach.index % 2 == 0)
124 <div class="clearfix visible-sm-block "></div>
125 #end
126 #if ($foreach.index > 0 && $foreach.index % 3 == 0)
127 <div class="clearfix visible-md-block visible-lg-block"></div>
128 #end
129 <div class="col-xs-12 col-sm-6 col-md-4">
130 #helpVideoCard($card)
131 </div>
132 #end
133 </div>
134 {{/html}}
135
136 [[$services.localization.render('help.videos.more')>>https://www.youtube.com/user/Wecon2004/playlists]]
137 {{/velocity}}