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. Stone1 +XWiki.Jim - 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 if you are referrring to LX3V / LX3VP / LX3VE / LX3VM series PLC products. 4 +Please go to PLC Editor2 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 Program ming Manual combining with cases and Wecon PLCEditor2 Software Help.12 +Provides users with online viewing of LX5V Programing Manual combining with cases and Wecocn PLC editor2 Software Help. 13 13 (%class="version-footer"%)((( 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]]14 +[[Programming Manual>>PLC Editor2.01 Program execution.WebHome||class="btn btn-primary]] [[Software Help>>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,7 +33,7 @@ 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 . [[More FAQs>>doc:PLC Editor.FAQ.WebHome]]36 +A frequently asked questions (FAQ) list is often used in articles, websites, email lists, and online forums where common questions tend to recur, 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,52 +40,6 @@ 40 40 41 41 = Video = 42 42 43 -#macro (helpVideoCard $data) 44 - <div class="videoCard"> 45 - <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe> 46 - <div class="videoCard-body"> 47 - <div class="videoCard-title"> 48 - $escapetool.xml($data.title) 49 - </div> 50 - <ul> 51 - #foreach ($topic in $data.topics) 52 - <li>$topic</li> 53 - #end 54 - </ul> 55 - </div> 56 - <div class="videoCard-footer"> 57 - $services.icon.renderHTML('play') 58 - <a href="$data.url">$services.localization.render('help.videos.watch')</a> 59 - <span class="videoCard-duration"> 60 - $escapetool.xml($data.duration) 61 - </span> 62 - </div> 63 - </div> 64 -#end 65 -{{/velocity}} 66 - 67 -{{velocity}} 68 -{{html clean="false"}} 69 -#set ($discard = $xwiki.ssx.use('Help.Videos.WebHome')) 70 -<div class="row"> 71 - #foreach ($card in $videoCards) 72 - ## See http://getbootstrap.com/css/#grid-responsive-resets . 73 - #if ($foreach.index > 0 && $foreach.index % 2 == 0) 74 - <div class="clearfix visible-sm-block "></div> 75 - #end 76 - #if ($foreach.index > 0 && $foreach.index % 3 == 0) 77 - <div class="clearfix visible-md-block visible-lg-block"></div> 78 - #end 79 - <div class="col-xs-12 col-sm-6 col-md-4"> 80 - #helpVideoCard($card) 81 - </div> 82 - #end 83 -</div> 84 -{{/html}} 85 - 86 -[[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktxcT6G9n1meunomIw3T81_]] 87 -{{/velocity}} 88 - 89 89 {{velocity output="false"}} 90 90 #set ($docextras = []) 91 91 #set ($videoCards = [ ... ... @@ -118,26 +118,61 @@ 118 118 'topics': [ 119 119 $services.localization.render('How to create a new project?') 120 120 ], 121 - 'url': 'https://www.youtube.com/embed/ Siov4AB_2CI',75 + 'url': 'https://www.youtube.com/embed/BUuU032NOq4', 122 122 'duration': '5 mins' 123 123 }, 124 124 { 125 125 'title': $services.localization.render('WECON 5V Training Video: Device Search&Replace Function'), 126 126 'topics': [ 127 - $services.localization.render('How to search and replace a specific device/instruction? ')81 + $services.localization.render('How to search and replace a specific device/instruction?) 128 128 ], 129 129 'url': 'https://www.youtube.com/embed/9J1gDxq9gP8', 130 130 'duration': '4 mins' 131 -}, 132 -{ 133 - 'title': $services.localization.render('WECON 5V Training Video: Project Manager and Instruction List'), 134 - 'topics': [ 135 - $services.localization.render('Components of Project Manager') 136 - ], 137 - 'url': 'https://www.youtube.com/embed/Br0ZxjQuIxs', 138 - 'duration': '5 mins' 139 139 } 140 - 141 141 ]) 142 142 88 +#macro (helpVideoCard $data) 89 + <div class="videoCard"> 90 + <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe> 91 + <div class="videoCard-body"> 92 + <div class="videoCard-title"> 93 + $escapetool.xml($data.title) 94 + </div> 95 + <ul> 96 + #foreach ($topic in $data.topics) 97 + <li>$topic</li> 98 + #end 99 + </ul> 100 + </div> 101 + <div class="videoCard-footer"> 102 + $services.icon.renderHTML('play') 103 + <a href="$data.url">$services.localization.render('help.videos.watch')</a> 104 + <span class="videoCard-duration"> 105 + $escapetool.xml($data.duration) 106 + </span> 107 + </div> 108 + </div> 109 +#end 110 +{{/velocity}} 143 143 112 +{{velocity}} 113 +{{html clean="false"}} 114 +#set ($discard = $xwiki.ssx.use('Help.Videos.WebHome')) 115 +<div class="row"> 116 + #foreach ($card in $videoCards) 117 + ## See http://getbootstrap.com/css/#grid-responsive-resets . 118 + #if ($foreach.index > 0 && $foreach.index % 2 == 0) 119 + <div class="clearfix visible-sm-block "></div> 120 + #end 121 + #if ($foreach.index > 0 && $foreach.index % 3 == 0) 122 + <div class="clearfix visible-md-block visible-lg-block"></div> 123 + #end 124 + <div class="col-xs-12 col-sm-6 col-md-4"> 125 + #helpVideoCard($card) 126 + </div> 127 + #end 128 +</div> 129 +{{/html}} 130 + 131 +[[$services.localization.render('help.videos.more')>>https://www.youtube.com/user/Wecon2004/playlists]] 132 +{{/velocity}}