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. admin1 +XWiki.Jim - Content
-
... ... @@ -1,2 +1,140 @@ 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 +))) 1 1 7 +{{velocity}} 8 +$xwiki.ssx.use('Download.WebHome') 9 +(%class="download-options"%)((( 10 +(%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-desktop"%)((( 11 += [[Manual>>PLC Editor2.01 Program execution.WebHome]] = 12 +Provides users with online viewing of LX5V Programming Manual combining with cases and Wecon PLC Editor2 Software Help. 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]] 15 +))) 16 +))) 17 +(%class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-download"%)((( 18 +=[[Download>>PLC Editor2.Download.WebHome]]= 19 +Provides users with manual, hardware, and software downloads. 20 +(%class="version-footer"%)((( 21 +[[Manual>>PLC Editor2.Download.01 Manual.WebHome||class="btn btn-info]] [[Hardware>>PLC Editor2.Download.02 Hardware.WebHome||class="btn btn-info]] [[Software>>PLC Editor2.Download.03 Software.WebHome||class="btn btn-info]] 22 +))) 23 +))) 24 +(%class="col-xs-12 download-container download-option version-option border-green fa-icon fa-table"%)((( 25 += [[Demo>>PLC Editor2.2 Demos.WebHome]] = 26 +Provides users with demonstrations about instructions, communications, protocols, etc. 27 +(%class="version-footer"%)((( 28 +[[More>>PLC Editor2.2 Demos.WebHome||class="btn btn-success]] 29 +))) 30 +))) 31 +))) 32 +{{/velocity}} 2 2 34 += [[FAQ>>PLC Editor.FAQ.WebHome]] = 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]] 37 + 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 +* [[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 + 41 += [[Video>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktxcT6G9n1meunomIw3T81_]] = 42 + 43 +[[view more videos>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktxcT6G9n1meunomIw3T81_]] 44 + 45 +{{velocity output="false"}} 46 +#set ($docextras = []) 47 +#set ($videoCards = [ 48 +{ 49 + 'title': $services.localization.render('WECON 5V Training Video: 5V/5S PLC Software Download & Installation'), 50 + 'topics': [ 51 + $services.localization.render('How to downlaod 5V PLC software?') 52 + ], 53 + 'url': 'https://www.youtube.com/embed/3MXQ-9EAsyw', 54 + 'duration': '3 mins' 55 +}, 56 +{ 57 + 'title': $services.localization.render('WECON 5V Training Video: PLC-Link Function | Wecon LX5V/5S'), 58 + 'topics': [ 59 + $services.localization.render('How to use PLC-Link Function?') 60 + ], 61 + 'url': 'https://www.youtube.com/embed/BUuU032NOq4', 62 + 'duration': '31 mins' 63 +}, 64 +{ 65 + 'title': $services.localization.render('WECON 5V Training Video: Software Interface Introduction'), 66 + 'topics': [ 67 + $services.localization.render('The overall layout of the software interface') 68 + ], 69 + 'url': 'https://www.youtube.com/embed/TepY648l99I', 70 + 'duration': '3 mins' 71 +}, 72 +{ 73 + 'title': $services.localization.render('WECON 5V Training Video: Program Build&Download&Upload'), 74 + 'topics': [ 75 + $services.localization.render('How to create a new project?') 76 + ], 77 + 'url': 'https://www.youtube.com/embed/Siov4AB_2CI', 78 + 'duration': '5 mins' 79 +}, 80 +{ 81 + 'title': $services.localization.render('WECON 5V Training Video: Device Search&Replace Function'), 82 + 'topics': [ 83 + $services.localization.render('How to search and replace a specific device/instruction?') 84 + ], 85 + 'url': 'https://www.youtube.com/embed/9J1gDxq9gP8', 86 + 'duration': '4 mins' 87 +}, 88 +{ 89 + 'title': $services.localization.render('WECON 5V Training Video: Project Manager and Instruction List'), 90 + 'topics': [ 91 + $services.localization.render('Components of Project Manager') 92 + ], 93 + 'url': 'https://www.youtube.com/embed/Br0ZxjQuIxs', 94 + 'duration': '5 mins' 95 +} 96 + 97 +]) 98 +#macro (helpVideoCard $data) 99 + <div class="videoCard"> 100 + <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe> 101 + <div class="videoCard-body"> 102 + <div class="videoCard-title"> 103 + $escapetool.xml($data.title) 104 + </div> 105 + <ul> 106 + #foreach ($topic in $data.topics) 107 + <li>$topic</li> 108 + #end 109 + </ul> 110 + </div> 111 + <div class="videoCard-footer"> 112 + $services.icon.renderHTML('play') 113 + <a href="$data.url">$services.localization.render('help.videos.watch')</a> 114 + <span class="videoCard-duration"> 115 + $escapetool.xml($data.duration) 116 + </span> 117 + </div> 118 + </div> 119 +#end 120 +{{/velocity}} 121 + 122 +{{velocity}} 123 +{{html clean="false"}} 124 +#set ($discard = $xwiki.ssx.use('Help.Videos.WebHome')) 125 +<div class="row"> 126 + #foreach ($card in $videoCards) 127 + ## See http://getbootstrap.com/css/#grid-responsive-resets . 128 + #if ($foreach.index > 0 && $foreach.index % 2 == 0) 129 + <div class="clearfix visible-sm-block "></div> 130 + #end 131 + #if ($foreach.index > 0 && $foreach.index % 3 == 0) 132 + <div class="clearfix visible-md-block visible-lg-block"></div> 133 + #end 134 + <div class="col-xs-12 col-sm-6 col-md-4"> 135 + #helpVideoCard($card) 136 + </div> 137 + #end 138 +</div> 139 +{{/html}} 140 +{{/velocity}}