... |
... |
@@ -2,24 +2,24 @@ |
2 |
2 |
$xwiki.ssx.use('Download.WebHome') |
3 |
3 |
(%class="download-options"%)((( |
4 |
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. |
|
5 |
+= [[Manual>>PIStudio.2\.Installation Software.WebHome]] = |
|
6 |
+Provides users with online viewing of Manuals including PIStudio Help, LUA Editor, LEVI2PI, troubleshooting, etc. |
7 |
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]] |
|
8 |
+[[PIStudio Help>>PIStudio.2\.Installation Software.WebHome||class="btn btn-primary]] [[LUA Editor>>PIStudio.09 Lua Editor.WebHome||class="btn btn-primary]] |
9 |
9 |
))) |
10 |
10 |
))) |
11 |
11 |
(%class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-download"%)((( |
12 |
|
-=[[Download>>Servo.Download.WebHome]]= |
|
12 |
+=[[Download>>PIStudio.Download.WebHome]]= |
13 |
13 |
Provides users with manuals, hardwares, and softwares downloads. |
14 |
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]] |
|
15 |
+[[Manual>>PIStudio.Download.1 Manual.WebHome||class="btn btn-info]] [[Hardware>>PIStudio.Download.2 Hardware.WebHome||class="btn btn-info]] [[Software>>PIStudio.Download.3 Software.WebHome||class="btn btn-info]] |
16 |
16 |
))) |
17 |
17 |
))) |
18 |
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. |
|
19 |
+= [[Demo>>PIStudio.2 Demo.WebHome]] = |
|
20 |
+Provides users with demonstrations about Wecon PI series HMI. |
21 |
21 |
(%class="version-footer"%)((( |
22 |
|
-[[More>>Servo.3\. Demos.WebHome||class="btn btn-success]] |
|
22 |
+[[More>>PIStudio.2 Demo.WebHome||class="btn btn-success]] |
23 |
23 |
))) |
24 |
24 |
))) |
25 |
25 |
))) |
... |
... |
@@ -39,43 +39,42 @@ |
39 |
39 |
#set ($docextras = []) |
40 |
40 |
|
41 |
41 |
#set ($videoCards = [ { |
42 |
|
-'title': $services.localization.render('1.Software Download&Install'), |
|
42 |
+'title': $services.localization.render('Software Download&Install'), |
43 |
43 |
'topics': [ |
44 |
|
-$services.localization.render('This video is showing you how to download and install the PIStudio.') |
|
44 |
+$services.localization.render('How to download and install the PIStudio.') |
45 |
45 |
], |
46 |
46 |
'url': 'https://www.youtube.com/embed/7FNI4uuVL4c', |
47 |
47 |
'duration': '3 min' |
48 |
48 |
}, { |
49 |
|
-'title': $services.localization.render('2.Create New Project'), |
|
49 |
+'title': $services.localization.render('Create New Project'), |
50 |
50 |
'topics': [ |
51 |
|
-$services.localization.render('This video is showing you how to create new project in the PIStudio.') |
|
51 |
+$services.localization.render('How to create new project in the PIStudio.') |
52 |
52 |
], |
53 |
53 |
'url': 'https://www.youtube.com/embed/0FpmDZe_8U8', |
54 |
54 |
'duration': '2 min' |
55 |
55 |
}, { |
56 |
|
-'title': $services.localization.render('3.Tool: Simulator'), |
|
56 |
+'title': $services.localization.render('Tool: Simulator'), |
57 |
57 |
'topics': [ |
58 |
|
-$services.localization.render('This video is showing you how to use the simulator in PIStudio.'), |
59 |
|
-$services.localization.render('There are mainly two types for simulator: online and offline.') |
|
58 |
+$services.localization.render('How to use the simulator in PIStudio: online and offline') |
60 |
60 |
], |
61 |
61 |
'url': 'https://www.youtube.com/embed/CFABfWN_470', |
62 |
62 |
'duration': '4 min' |
63 |
63 |
}, { |
64 |
|
-'title': $services.localization.render('4.Download Project'), |
|
63 |
+'title': $services.localization.render('Download Project'), |
65 |
65 |
'topics': [ |
66 |
|
-$services.localization.render('This video is showing you how to download project into PI HMI') |
|
65 |
+$services.localization.render('How to download project into PI HMI') |
67 |
67 |
], |
68 |
68 |
'url': 'https://www.youtube.com/embed/UXKeMGPsTag', |
69 |
69 |
'duration': '7 min' |
70 |
70 |
}, { |
71 |
|
-'title': $services.localization.render('5.Tool: Decompile'), |
|
70 |
+'title': $services.localization.render('Tool: Decompile'), |
72 |
72 |
'topics': [ |
73 |
|
-$services.localization.render('Decompile tool is for users can upload the project file from PI HMI.') |
|
72 |
+$services.localization.render('Decompile tool can upload the project file from PI HMI.') |
74 |
74 |
], |
75 |
75 |
'url': 'https://www.youtube.com/embed/slaVqLKpQno', |
76 |
76 |
'duration': '2 min' |
77 |
77 |
}, { |
78 |
|
-'title': $services.localization.render('6.The ig V-NET Access'), |
|
77 |
+'title': $services.localization.render('The ig V-NET Access'), |
79 |
79 |
'topics': [ |
80 |
80 |
$services.localization.render('How to access the VNET platform for ig series HMI') |
81 |
81 |
], |