Wiki source code of test

Last modified by Wecon on 2025/09/03 21:02

Show last authors
1 {{velocity}}
2 $xwiki.ssx.use('Down.WebHome')
3 (%class="download-options"%)(((
4 (%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-desktop"%)(((
5 = [[Manual123>>PIStudio.2\.Installation Software.WebHome]] =
6 Provides users with online viewing of Manuals including PIStudio Help, LUA Editor, LEVI2PI, troubleshooting, etc.
7 (%class="version-footer"%)(((
8 [[PIStudio>>PIStudio.2\.Installation Software.WebHome||class="btn btn-primary]] [[LUA Editor>>PIStudio.09 Lua Editor.WebHome||class="btn btn-primary]] [[More>>PIStudio.16 Faulty Troubleshoot.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>>PIStudio.Download.WebHome]]=
13 Provides users with manuals, hardwares, and softwares downloads.
14 (%class="version-footer"%)(((
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 )))
17 )))
18 (%class="col-xs-12 download-container download-option version-option border-green fa-icon fa-table"%)(((
19 = [[Demo>>PIStudio.2 Demo.WebHome]] =
20 Provides users with demonstrations about Wecon PI series HMI.
21 (%class="version-footer"%)(((
22 [[More>>PIStudio.2 Demo.WebHome||class="btn btn-success]]
23 )))
24 )))
25 )))
26 {{/velocity}}
27
28 = [[FAQ>>PLC Editor.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:.FAQ.WebHome]]
31
32 * [[How to set write-only for Macro script?>>https://docs.we-con.com.cn/bin/view/PIStudio/FAQ/How%20to%20set%20write-only%20for%20Macro%20script]]
33 * [[How to set the font style? Is it possible to change font style and font size in Alarm record display or other charts?>>https://docs.we-con.com.cn/bin/view/PIStudio/FAQ/How%20to%20set%20the%20font%20style%3F%20Is%20it%20possible%20to%20change%20font%20style%20and%20font%20size%20in%20Alarm%20record%20display%20or%20other%20charts]]
34 * [[How to display the special character into HMI(Like Arabic or Hindi)?>>https://docs.we-con.com.cn/bin/view/PIStudio/FAQ/How%20to%20display%20the%20special%20character%20into%20HMI%28Like%20Arabic%20or%20Hindi%29]]
35
36 = [[Video>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktphrxRaCpFA809H_0xs-cU]] =
37
38 {{velocity output="false"}}
39 #set ($docextras = [])
40
41 #set ($videoCards = [ {
42 'title': $services.localization.render('Software Download&Install'),
43 'topics': [
44 $services.localization.render('How to download and install the PIStudio.')
45 ],
46 'url': 'https://www.youtube.com/embed/7FNI4uuVL4c',
47 'duration': '3 min'
48 }, {
49 'title': $services.localization.render('Create New Project'),
50 'topics': [
51 $services.localization.render('How to create new project in the PIStudio.')
52 ],
53 'url': 'https://www.youtube.com/embed/0FpmDZe_8U8',
54 'duration': '2 min'
55 }, {
56 'title': $services.localization.render('Tool: Simulator'),
57 'topics': [
58 $services.localization.render('How to use the simulator in PIStudio: online and offline')
59 ],
60 'url': 'https://www.youtube.com/embed/CFABfWN_470',
61 'duration': '4 min'
62 }, {
63 'title': $services.localization.render('HMI'),
64 'topics': [
65 $services.localization.render('How to download project into PI HMI')
66 ],
67 'url': 'https://www.youtube.com/embed/UXKeMGPsTag',
68 'duration': '7 min'
69 }, {
70 'title': $services.localization.render('Tool: Decompile'),
71 'topics': [
72 $services.localization.render('Decompile tool can upload the project file from PI HMI.')
73 ],
74 'url': 'https://www.youtube.com/embed/slaVqLKpQno',
75 'duration': '2 min'
76 }, {
77 'title': $services.localization.render('ig HMI setting in V-NET Client'),
78 'topics': [
79 $services.localization.render('How to access the VNET platform for ig series HMI')
80 ],
81 'url': 'https://www.youtube.com/embed/iWmjyYNlq5c',
82 'duration': '4 min'
83 }])
84 {{/velocity}}