... |
... |
@@ -1,40 +1,5 @@ |
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>>V-BOX.V-Net.Manual.WebHome]] = |
6 |
|
-Provides users with online viewing of Manuals of Wecon V-NET, Cloud SCADA and software help. |
7 |
|
-(%class="version-footer"%)((( |
8 |
|
-[[V-NET Platform>>V-BOX.V-Net.Manual.01 V-NET Platform.WebHome||class="btn btn-primary]] [[Software Help>>V-BOX.V-Net.Manual.4 Cloud SCADA.WebHome||class="btn btn-primary]] [[More>>V-BOX.V-Net.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>>V-BOX.V-Net.Download.WebHome]]= |
13 |
|
-Provides users with manuals, hardwares, and softwares downloads. |
14 |
|
-(%class="version-footer"%)((( |
15 |
|
-[[Manual>>V-BOX.V-Net.Download.Manual.WebHome||class="btn btn-info]] [[Hardware>>V-BOX.V-Net.Download.Repair.WebHome||class="btn btn-info]] [[Software>>V-BOX.V-Net.Download.6\.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>>V-BOX.V-Net.Training.WebHome]] = |
20 |
|
-Provides users with demonstrations about Wecon V-NET. |
21 |
|
-(%class="version-footer"%)((( |
22 |
|
-[[More>>V-BOX.V-Net.Training.WebHome||class="btn btn-success]] |
23 |
|
-))) |
24 |
|
-))) |
25 |
|
-))) |
26 |
|
-{{/velocity}} |
|
1 |
+= Demo = |
27 |
27 |
|
28 |
|
-= [[FAQ>>doc:V-BOX.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. [[More FAQs>>doc:V-BOX.FAQ.WebHome]] |
31 |
|
- |
32 |
|
-* [[What is the difference between vbox register time and server time?>>https://docs.we-con.com.cn/bin/view/V-BOX/FAQ/What%20is%20the%20difference%20between%20vbox%20register%20time%20and%20server%20time]] |
33 |
|
-* [[How to judge vbox is online with a address?>>https://docs.we-con.com.cn/bin/view/V-BOX/FAQ/How%20to%20judge%20vbox%20is%20online%20with%20a%20address]] |
34 |
|
-* ((( |
35 |
|
-[[How to export and download OpenCloud configuration into vbox?>>https://docs.we-con.com.cn/bin/view/V-BOX/FAQ/How%20to%20export%20and%20download%20OpenCloud%20configuration%20into%20vbox]] |
36 |
|
-))) |
37 |
|
- |
38 |
38 |
= Video = |
39 |
39 |
|
40 |
40 |
{{velocity output="false"}} |
... |
... |
@@ -42,39 +42,86 @@ |
42 |
42 |
|
43 |
43 |
#set ($videoCards = [ |
44 |
44 |
{ |
45 |
|
- 'title': $services.localization.render('WECON OpenCloud: 1 OpenCloud introduce'), |
|
10 |
+ 'title': $services.localization.render('WECON V-NET Basic Function: 1 Software Download&Install'), |
46 |
46 |
'topics': [ |
47 |
|
- $services.localization.render('What is WECON OpenCloud platform?') |
|
12 |
+ $services.localization.render('language:english'), |
|
13 |
+ $services.localization.render('How to get Wecon V-NET software') |
48 |
48 |
], |
49 |
|
- 'url': 'https://www.youtube.com/embed/BE3kJyxugbo', |
|
15 |
+ 'url': 'https://www.youtube.com/embed/7xzyyRURDfE', |
50 |
50 |
'duration': '3 min' |
51 |
51 |
}, |
52 |
52 |
{ |
53 |
|
- 'title': $services.localization.render('WECON OpenCloud: 2 Access Configuration'), |
|
19 |
+ 'title': $services.localization.render('WECON V-NET Basic Function: 2 Account Registration&V-Box Binding'), |
54 |
54 |
'topics': [ |
55 |
|
- $services.localization.render('How to send access configuration to vbox?') |
|
21 |
+ $services.localization.render('language:english'), |
|
22 |
+ $services.localization.render('How to register a V-NET account,How to bind the V-BOX') |
56 |
56 |
], |
57 |
|
- 'url': 'https://www.youtube.com/embed/zBUjQtLpa1w?list=PL_Bpnb2RgakvYq_Ypk9bydIP7lUfkTDBN', |
58 |
|
- 'duration': '6 min' |
|
24 |
+ 'url': 'https://www.youtube.com/embed/wKs1ZlRtMNM', |
|
25 |
+ 'duration': '3 min' |
59 |
59 |
}, |
60 |
60 |
{ |
61 |
|
- 'title': $services.localization.render('WECON OpenCloud: 3 End-user Account Management'), |
|
28 |
+ 'title': $services.localization.render('WECON V-NET Basic Function: 3 Real time Data&Historical Data'), |
62 |
62 |
'topics': [ |
63 |
|
- $services.localization.render('What is end-user account? How to add or delete end-user account?') |
|
30 |
+ $services.localization.render('language:english'), |
|
31 |
+ $services.localization.render('add real-time points,add historical points,record trigger type') |
64 |
64 |
], |
65 |
|
- 'url': 'https://www.youtube.com/embed/LrU4mwoFK2k', |
|
33 |
+ 'url': 'https://www.youtube.com/embed/7CPDrRb94BA', |
|
34 |
+ 'duration': '7 min' |
|
35 |
+}, |
|
36 |
+{ |
|
37 |
+ 'title': $services.localization.render('WECON V-NET Basic Function: 4 Alarm Function'), |
|
38 |
+ 'topics': [ |
|
39 |
+ $services.localization.render('language:english'), |
|
40 |
+ $services.localization.render('How to use alarm function,add alarm monitoring point,alarm type') |
|
41 |
+ ], |
|
42 |
+ 'url': 'https://www.youtube.com/embed/ueyAIdWyQdU', |
66 |
66 |
'duration': '6 min' |
67 |
67 |
}, |
68 |
68 |
{ |
69 |
|
- 'title': $services.localization.render('WECON OpenCloud : 4 Model Redefinition'), |
|
46 |
+ 'title': $services.localization.render('WECON V-NET Basic Function: 5 Lua Script Function'), |
70 |
70 |
'topics': [ |
71 |
71 |
$services.localization.render('language:english'), |
72 |
|
- $services.localization.render('Introduction of model redefinition') |
|
49 |
+ $services.localization.render('How to use Lua Script function?') |
73 |
73 |
], |
74 |
|
- 'url': 'https://www.youtube.com/embed/mAdGS29F74A?list=PL_Bpnb2RgakvYq_Ypk9bydIP7lUfkTDBN', |
|
51 |
+ 'url': 'https://www.youtube.com/embed/6pwo14E0OeQ', |
75 |
75 |
'duration': '5 min' |
|
53 |
+}, |
|
54 |
+{ |
|
55 |
+ 'title': $services.localization.render('WECON V-NET Basic Function: 6 Configuration'), |
|
56 |
+ 'topics': [ |
|
57 |
+ $services.localization.render('language:english'), |
|
58 |
+ $services.localization.render('Introduction to the configuration interface') |
|
59 |
+ ], |
|
60 |
+ 'url': 'https://www.youtube.com/embed/PTIHcpFRPH0', |
|
61 |
+ 'duration': '5 min' |
|
62 |
+}, |
|
63 |
+{ |
|
64 |
+ 'title': $services.localization.render('WECON V-NET Basic Function: 7 Pass-through'), |
|
65 |
+ 'topics': [ |
|
66 |
+ $services.localization.render('language:english'), |
|
67 |
+ $services.localization.render('Introduction to the Pass-through, serial passthrough, VPN passthrough') |
|
68 |
+ ], |
|
69 |
+ 'url': 'https://www.youtube.com/embed/vLDu41_Wg30?list=PL_Bpnb2RgakvYq_Ypk9bydIP7lUfkTDBN', |
|
70 |
+ 'duration': '8 min' |
|
71 |
+}, |
|
72 |
+{ |
|
73 |
+ 'title': $services.localization.render('WECON V-NET Special Function: 1 Email&Status Push'), |
|
74 |
+ 'topics': [ |
|
75 |
+ $services.localization.render('language:english'), |
|
76 |
+ $services.localization.render('How to set email? How to use status push?') |
|
77 |
+ ], |
|
78 |
+ 'url': 'https://www.youtube.com/embed/3SO4tu8t0CM', |
|
79 |
+ 'duration': '6 min' |
|
80 |
+}, |
|
81 |
+{ |
|
82 |
+ 'title': $services.localization.render('WECON V-NET Special Function: 2 Template Function'), |
|
83 |
+ 'topics': [ |
|
84 |
+ $services.localization.render('language:english'), |
|
85 |
+ $services.localization.render('How to use template function?') |
|
86 |
+ ], |
|
87 |
+ 'url': 'https://www.youtube.com/embed/SDRva-dPkzY?list=PL_Bpnb2RgakvYq_Ypk9bydIP7lUfkTDBN', |
|
88 |
+ 'duration': '7 min' |
76 |
76 |
} |
77 |
|
- |
78 |
78 |
]) |
79 |
79 |
|
80 |
80 |
#macro (helpVideoCard $data) |
... |
... |
@@ -119,6 +119,36 @@ |
119 |
119 |
#end |
120 |
120 |
</div> |
121 |
121 |
{{/html}} |
122 |
|
- |
|
134 |
+(% class="lead" %) |
123 |
123 |
[[$services.localization.render('help.videos.more')>>https://www.youtube.com/user/Wecon2004/playlists]] |
124 |
124 |
{{/velocity}} |
|
137 |
+ |
|
138 |
+= FAQ = |
|
139 |
+ |
|
140 |
+= Download = |
|
141 |
+ |
|
142 |
+== Software == |
|
143 |
+ |
|
144 |
+**V-BOX PC software 20220628** |
|
145 |
+ |
|
146 |
+* Configure VBOX connect with VNET and pass through and network configuration |
|
147 |
+* [[Download link>>url:https://ftp.we-con.com.cn/Download/Software/V-NET%20Access20220628.zip]] |
|
148 |
+ |
|
149 |
+**V-BOX Android APP 2.2.1** |
|
150 |
+ |
|
151 |
+* Monitor V-NET and cloud scada by android APP |
|
152 |
+* [[Download link>>url:https://ftp.we-con.com.cn/Download/Software/V-NET%20APP-2.2.1.zip]] |
|
153 |
+ |
|
154 |
+**WVPN tool 20220221** |
|
155 |
+ |
|
156 |
+* [[Download link>>url:https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Software/WVpn_PCclient-0.3.21.22022101.zip]] |
|
157 |
+ |
|
158 |
+**OPC tool 20211222** |
|
159 |
+ |
|
160 |
+* [[Download link>>url:https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Software/V-BOX%20OPCTool%20setup20211222.zip]] |
|
161 |
+ |
|
162 |
+**Cloud tool 20220628** |
|
163 |
+ |
|
164 |
+* [[Download link>>url:https://drive.google.com/file/d/1NyGWtjgtPxvMQI08l6Y59it7Jo5vniKU/view?usp=sharing]] |
|
165 |
+ |
|
166 |
+== Manual == |