Changes for page PLC Editor2 (LX5)
Last modified by Mora Zhou on 2024/12/05 16:06
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,11 +1,17 @@ 1 +(% class="box infomessage" %) 2 +((( 3 +All articles and materials contained in this section are only applicable to LX5S / LX5V series PLC products 4 +Please go to PLC Editor if you are referrring to LX3V / LX3VP / LX3VE / LX3VM series PLC products. 5 +))) 6 + 1 1 {{velocity}} 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 5 = [[Manual>>PLC Editor2.01 Program execution.WebHome]] = 6 -Provides users with online viewing of LX5V Programing Manual combining with cases and Weco cn PLCeditor2 Software Help.12 +Provides users with online viewing of LX5V Programming Manual combining with cases and Wecon PLC Editor2 Software Help. 7 7 (%class="version-footer"%)((( 8 -[[Programming Manual>>PLC Editor2.01 Program execution.WebHome||class="btn btn-primary]] [[ SoftwareHelp>>PLC Editor2.2\.2PLC editor2 software help.WebHome||class="btn btn-primary]]14 +[[Programming Manual>>PLC Editor2.01 Program execution.WebHome||class="btn btn-primary]] [[More>>PLC Editor2.2\.2PLC editor2 software help.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"%)((( ... ... @@ -27,13 +27,32 @@ 27 27 28 28 = [[FAQ>>PLC Editor.FAQ.WebHome]] = 29 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 ,36 +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:PLC Editor.FAQ.WebHome]] 31 31 32 32 * [[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]] 33 33 * [[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]] 34 34 35 35 = Video = 42 +{{html clean="false"}} 43 +#set ($discard = $xwiki.ssx.use('Help.Videos.WebHome')) 44 +<div class="row"> 45 + #foreach ($card in $videoCards) 46 + ## See http://getbootstrap.com/css/#grid-responsive-resets . 47 + #if ($foreach.index > 0 && $foreach.index % 2 == 0) 48 + <div class="clearfix visible-sm-block "></div> 49 + #end 50 + #if ($foreach.index > 0 && $foreach.index % 3 == 0) 51 + <div class="clearfix visible-md-block visible-lg-block"></div> 52 + #end 53 + <div class="col-xs-12 col-sm-6 col-md-4"> 54 + #helpVideoCard($card) 55 + </div> 56 + #end 57 +</div> 58 +{{/html}} 36 36 60 +[[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktxcT6G9n1meunomIw3T81_]] 61 +{{/velocity}} 37 37 {{velocity output="false"}} 38 38 #set ($docextras = []) 39 39 #set ($videoCards = [ ... ... @@ -52,9 +52,41 @@ 52 52 ], 53 53 'url': 'https://www.youtube.com/embed/BUuU032NOq4', 54 54 'duration': '31 mins' 80 +}, 81 +{ 82 + 'title': $services.localization.render('WECON 5V Training Video: Software Interface Introduction'), 83 + 'topics': [ 84 + $services.localization.render('The overall layout of the software interface') 85 + ], 86 + 'url': 'https://www.youtube.com/embed/TepY648l99I', 87 + 'duration': '3 mins' 88 +}, 89 +{ 90 + 'title': $services.localization.render('WECON 5V Training Video: Program Build&Download&Upload'), 91 + 'topics': [ 92 + $services.localization.render('How to create a new project?') 93 + ], 94 + 'url': 'https://www.youtube.com/embed/Siov4AB_2CI', 95 + 'duration': '5 mins' 96 +}, 97 +{ 98 + 'title': $services.localization.render('WECON 5V Training Video: Device Search&Replace Function'), 99 + 'topics': [ 100 + $services.localization.render('How to search and replace a specific device/instruction?') 101 + ], 102 + 'url': 'https://www.youtube.com/embed/9J1gDxq9gP8', 103 + 'duration': '4 mins' 104 +}, 105 +{ 106 + 'title': $services.localization.render('WECON 5V Training Video: Project Manager and Instruction List'), 107 + 'topics': [ 108 + $services.localization.render('Components of Project Manager') 109 + ], 110 + 'url': 'https://www.youtube.com/embed/Br0ZxjQuIxs', 111 + 'duration': '5 mins' 55 55 } 56 -]) 57 57 114 +]) 58 58 #macro (helpVideoCard $data) 59 59 <div class="videoCard"> 60 60 <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe> ... ... @@ -98,5 +98,7 @@ 98 98 </div> 99 99 {{/html}} 100 100 101 -[[$services.localization.render('help.videos.more')>>https://www.youtube.com/ user/Wecon2004/playlists]]158 +[[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktxcT6G9n1meunomIw3T81_]] 102 102 {{/velocity}} 160 + 161 +