Wiki source code of PIStudio

Last modified by Viktor Rejepov on 2023/11/28 14:54

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>>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('Download Project'),
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('The ig V-NET Access'),
78 'topics': [
79 $services.localization.render('How to access the VNET platform for ig series HMI')
80 ],
81 'url': 'https://www.youtube.com/embed/j6i6KsCmnTE?list=PL_Bpnb2RgaktphrxRaCpFA809H_0xs-cU',
82 'duration': '4 min'
83 }])
84
85 #macro (helpVideoCard $data)
86 <div class="videoCard">
87 <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe>
88 <div class="videoCard-body">
89 <div class="videoCard-title">
90 $escapetool.xml($data.title)
91 </div>
92 <ul>
93 #foreach ($topic in $data.topics)
94 <li>$topic</li>
95 #end
96 </ul>
97 </div>
98 <div class="videoCard-footer">
99 $services.icon.renderHTML('play')
100 <a href="$data.url">$services.localization.render('help.videos.watch')</a>
101 <span class="videoCard-duration">
102 $escapetool.xml($data.duration)
103 </span>
104 </div>
105 </div>
106 #end
107 {{/velocity}}
108
109 {{velocity}}
110 {{html clean="false"}}
111 #set ($discard = $xwiki.ssx.use('Help.Videos.WebHome'))
112 <div class="row">
113 #foreach ($card in $videoCards)
114 ## See http://getbootstrap.com/css/#grid-responsive-resets .
115 #if ($foreach.index > 0 && $foreach.index % 2 == 0)
116 <div class="clearfix visible-sm-block "></div>
117 #end
118 #if ($foreach.index > 0 && $foreach.index % 3 == 0)
119 <div class="clearfix visible-md-block visible-lg-block"></div>
120 #end
121 <div class="col-xs-12 col-sm-6 col-md-4">
122 #helpVideoCard($card)
123 </div>
124 #end
125 </div>
126 {{/html}}
127
128 [[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktphrxRaCpFA809H_0xs-cU]]
129 {{/velocity}}