Changes for page PLC Editor2 (LX5)
Last modified by Mora Zhou on 2024/12/05 16:06
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Jim1 +XWiki.Stone - Content
-
... ... @@ -1,7 +1,7 @@ 1 1 (% class="box infomessage" %) 2 2 ((( 3 3 All articles and materials contained in this section are only applicable to LX5S / LX5V series PLC products 4 -Please go to PLC Editor 2if you are referrring to LX3V / LX3VP / LX3VE / LX3VM series PLC products.4 +Please go to PLC Editor if you are referrring to LX3V / LX3VP / LX3VE / LX3VM series PLC products. 5 5 ))) 6 6 7 7 {{velocity}} ... ... @@ -9,9 +9,9 @@ 9 9 (%class="download-options"%)((( 10 10 (%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-desktop"%)((( 11 11 = [[Manual>>PLC Editor2.01 Program execution.WebHome]] = 12 -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. 13 13 (%class="version-footer"%)((( 14 -[[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]] 15 15 ))) 16 16 ))) 17 17 (%class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-download"%)((( ... ... @@ -33,13 +33,32 @@ 33 33 34 34 = [[FAQ>>PLC Editor.FAQ.WebHome]] = 35 35 36 -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]] 37 37 38 38 * [[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]] 39 39 * [[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]] 40 40 41 41 = 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}} 42 42 60 +[[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktxcT6G9n1meunomIw3T81_]] 61 +{{/velocity}} 43 43 {{velocity output="false"}} 44 44 #set ($docextras = []) 45 45 #set ($videoCards = [ ... ... @@ -74,10 +74,25 @@ 74 74 ], 75 75 'url': 'https://www.youtube.com/embed/Siov4AB_2CI', 76 76 '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' 77 77 } 78 78 79 79 ]) 80 - 81 81 #macro (helpVideoCard $data) 82 82 <div class="videoCard"> 83 83 <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe> ... ... @@ -121,5 +121,7 @@ 121 121 </div> 122 122 {{/html}} 123 123 124 -[[$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_]] 125 125 {{/velocity}} 160 + 161 +