Changes for page PLC Editor

Last modified by Leo Wei on 2024/09/14 17:38

From version 7.1
edited by Leo Wei
on 2022/07/28 21:38
Change comment: There is no comment for this version
To version 3.1
edited by Stone Wu
on 2022/07/28 11:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.admin
1 +XWiki.Stone
Content
... ... @@ -1,139 +1,0 @@
1 -(% class="box infomessage" %)
2 -(((
3 -All articles and materials contained in this section are only applicable to LX3V / LX3VP / LX3VE / LX3VM series PLC products
4 -
5 -Please go to PLC Editor2 if you are referrring to LX5S / LX5V series PLC products.
6 -)))
7 -
8 -{{velocity}}
9 -$xwiki.ssx.use('Download.WebHome')
10 -(%class="download-options"%)(((
11 -(%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-desktop"%)(((
12 -= [[Manual>>PLC Editor.2\.PLC Installation Manual.WebHome]] =
13 -Provides users with online viewing of LX3V Programing Manual, combining with cases and graphic analysis and explain the use of Wecocn PLC Editor and PLC program.
14 -(%class="version-footer"%)(((
15 -[[Programming Manual>>PLC Editor.2\.PLC Installation Manual.WebHome||class="btn btn-primary]]
16 -)))
17 -)))
18 -(%class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-download"%)(((
19 -=[[Download>>PLC Editor.10 Hardware .WebHome]]=
20 -Provides users with manual, hardware, and software downloads.
21 -(%class="version-footer"%)(((
22 -[[Manual>>PLC Editor2.Download.01 Manual.WebHome||class="btn btn-info]] [[Hardware>>PLC Editor.10 Hardware .3 2D.WebHome||class="btn btn-info]] [[Software>>PLC Editor.10 Hardware .Software.WebHome||class="btn btn-info]]
23 -)))
24 -)))
25 -(%class="col-xs-12 download-container download-option version-option border-green fa-icon fa-table"%)(((
26 -= [[Demo>>PLC Editor.4\.Demos.WebHome]] =
27 -Provides users with demonstrations about instructions, communications, protocols, etc.
28 -(%class="version-footer"%)(((
29 -[[More>>PLC Editor.4\.Demos.WebHome||class="btn btn-success]]
30 -)))
31 -)))
32 -)))
33 -{{/velocity}}
34 -
35 -= FAQ =
36 -
37 -A frequently asked questions (FAQ) list is often used in operating or programming where common questions tend to recur. [[More FAQs.>>doc:.FAQ.WebHome]]
38 -
39 -* [[What is the frequency about PLC high speed pulse output?>>url:https://docs.we-con.com.cn/bin/view/PLC%20Editor/FAQ/What%20is%20the%20frequency%20about%20PLC%20high%20speed%20pulse%20output]]
40 -* [[Why does the pulse command not send out when using the pulse command in the STL step instruction?>>url:https://docs.we-con.com.cn/bin/view/PLC%20Editor/FAQ/Why%20does%20the%20pulse%20command%20not%20send%20out%20when%20using%20the%20pulse%20command%20in%20the%20STL%20step%20instruction]]
41 -
42 -(% id="HVideo" %)
43 -= Video =
44 -
45 -{{velocity output="false"}}
46 -#set ($docextras = [])
47 -
48 -#set ($videoCards = [
49 -{
50 - 'title': $services.localization.render('WECON LX3V series PLC Introduction'),
51 - 'topics': [
52 - $services.localization.render('PLC Unit/Module/Software feature/Application')
53 - ],
54 - 'url': 'https://www.youtube.com/embed/MILpsFH2oMw?list=PL_Bpnb2RgaktC29Y36bYN2ECXWP_hBOsj',
55 - 'duration': '14 min'
56 -},
57 -{
58 - 'title': $services.localization.render('WECON LX3V PLC port instuction '),
59 - 'topics': [
60 - $services.localization.render('PLC IO/Module/BD/COM port intruction')
61 - ],
62 - 'url': 'https://www.youtube.com/embed/nfKthG_LjCI',
63 - 'duration': '7 mins'
64 -},
65 -{'title': $services.localization.render('Software download&install'),
66 - 'topics': [
67 - $services.localization.render('Software download&install')
68 - ],
69 - 'url': 'https://www.youtube.com/embed/vJEMWxb9U50?list=PL_Bpnb2RgaktC29Y36bYN2ECXWP_hBOsj',
70 - 'duration': '3 min'
71 -},
72 -{'title': $services.localization.render('Create a new project&compile&simulate&download'),
73 - 'topics': [
74 - $services.localization.render('Create a new project&compile&simulate&download')
75 - ],
76 - 'url': 'https://www.youtube.com/embed/KPbik_hEPlE',
77 - 'duration': '6 min'
78 -},
79 -
80 -{'title': $services.localization.render('Device discription Timer'),
81 - 'topics': [
82 - $services.localization.render('Device discription Timer')
83 - ],
84 - 'url': 'https://www.youtube.com/embed/3f3ze-9WT1Q?list=PL_Bpnb2RgaktC29Y36bYN2ECXWP_hBOsj',
85 - 'duration': '5 min'
86 -},
87 -{'title': $services.localization.render('Device description counter'),
88 - 'topics': [
89 - $services.localization.render('Device description counter')
90 - ],
91 - 'url': 'https://www.youtube.com/embed/vgjaF44eGjA?list=PL_Bpnb2RgaktC29Y36bYN2ECXWP_hBOsj',
92 - 'duration': '4 min'
93 -}
94 -])
95 -#macro (helpVideoCard $data)
96 - <div class="videoCard">
97 - <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe>
98 - <div class="videoCard-body">
99 - <div class="videoCard-title">
100 - $escapetool.xml($data.title)
101 - </div>
102 - <ul>
103 - #foreach ($topic in $data.topics)
104 - <li>$topic</li>
105 - #end
106 - </ul>
107 - </div>
108 - <div class="videoCard-footer">
109 - $services.icon.renderHTML('play')
110 - <a href="$data.url">$services.localization.render('help.videos.watch')</a>
111 - <span class="videoCard-duration">
112 - $escapetool.xml($data.duration)
113 - </span>
114 - </div>
115 - </div>
116 -#end
117 -{{/velocity}}
118 -
119 -{{velocity}}
120 -{{html clean="false"}}
121 -#set ($discard = $xwiki.ssx.use('Help.Videos.WebHome'))
122 -<div class="row">
123 - #foreach ($card in $videoCards)
124 - ## See http://getbootstrap.com/css/#grid-responsive-resets .
125 - #if ($foreach.index > 0 && $foreach.index % 2 == 0)
126 - <div class="clearfix visible-sm-block "></div>
127 - #end
128 - #if ($foreach.index > 0 && $foreach.index % 3 == 0)
129 - <div class="clearfix visible-md-block visible-lg-block"></div>
130 - #end
131 - <div class="col-xs-12 col-sm-6 col-md-4">
132 - #helpVideoCard($card)
133 - </div>
134 - #end
135 -</div>
136 -{{/html}}
137 -
138 -[[$services.localization.render('help.videos.more')>>https://www.youtube.com/user/Wecon2004/playlists]]
139 -{{/velocity}}