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.Stone - Content
-
... ... @@ -1,2 +1,148 @@ 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 Editor2 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 Programing Manual combining with cases and Wecocn PLC editor2 Software Help. 13 +(%class="version-footer"%)((( 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 +))) 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 +(% class="download-options" %) 35 +((( 36 +(% class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-desktop" %) 37 +((( 38 += [[Manual>>PLC Editor2.01 Program execution.WebHome]] = 39 + 40 +Provides users with online viewing of LX5V Programing Manual combining with cases and Wecocn PLC editor2 Software Help. 41 + 42 +(% class="version-footer" %) 43 +((( 44 +[[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"]] 45 +))) 46 +))) 47 + 48 +(% class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-download" %) 49 +((( 50 += [[Download>>PLC Editor2.Download.WebHome]] = 51 + 52 +Provides users with manual, hardware, and software downloads. 53 + 54 +(% class="version-footer" %) 55 +((( 56 +[[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"]] 57 +))) 58 +))) 59 + 60 +(% class="col-xs-12 download-container download-option version-option border-green fa-icon fa-table" %) 61 +((( 62 += [[Demo>>PLC Editor2.2 Demos.WebHome]] = 63 + 64 +Provides users with demonstrations about instructions, communications, protocols, etc. 65 + 66 +(% class="version-footer" %) 67 +((( 68 +[[More>>PLC Editor2.2 Demos.WebHome||class="btn btn-success"]] 69 +))) 70 +))) 71 +))) 72 + 73 + 74 += [[FAQ>>PLC Editor.FAQ.WebHome]] = 75 + 76 +A frequently asked questions (FAQ) list is often used in articles, websites, email lists, and online forums where common questions tend to recur, 77 + 78 +* [[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]] 79 +* [[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]] 80 + 81 += Video = 82 + 83 +{{velocity output="false"}} 84 +#set ($docextras = []) 85 +#set ($videoCards = [ 86 +{ 87 + 'title': $services.localization.render('WECON 5V Training Video: 5V/5S PLC Software Download & Installation'), 88 + 'topics': [ 89 + $services.localization.render('How to downlaod 5V PLC software?') 90 + ], 91 + 'url': 'https://www.youtube.com/embed/3MXQ-9EAsyw', 92 + 'duration': '3 mins' 93 +}, 94 +{ 95 + 'title': $services.localization.render('WECON 5V Training Video: PLC-Link Function | Wecon LX5V/5S'), 96 + 'topics': [ 97 + $services.localization.render('How to use PLC-Link Function?') 98 + ], 99 + 'url': 'https://www.youtube.com/embed/BUuU032NOq4', 100 + 'duration': '31 mins' 101 +} 102 +]) 103 + 104 +#macro (helpVideoCard $data) 105 + <div class="videoCard"> 106 + <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe> 107 + <div class="videoCard-body"> 108 + <div class="videoCard-title"> 109 + $escapetool.xml($data.title) 110 + </div> 111 + <ul> 112 + #foreach ($topic in $data.topics) 113 + <li>$topic</li> 114 + #end 115 + </ul> 116 + </div> 117 + <div class="videoCard-footer"> 118 + $services.icon.renderHTML('play') 119 + <a href="$data.url">$services.localization.render('help.videos.watch')</a> 120 + <span class="videoCard-duration"> 121 + $escapetool.xml($data.duration) 122 + </span> 123 + </div> 124 + </div> 125 +#end 126 +{{/velocity}} 127 + 128 +{{velocity}} 129 +{{html clean="false"}} 130 +#set ($discard = $xwiki.ssx.use('Help.Videos.WebHome')) 131 +<div class="row"> 132 + #foreach ($card in $videoCards) 133 + ## See http://getbootstrap.com/css/#grid-responsive-resets . 134 + #if ($foreach.index > 0 && $foreach.index % 2 == 0) 135 + <div class="clearfix visible-sm-block "></div> 136 + #end 137 + #if ($foreach.index > 0 && $foreach.index % 3 == 0) 138 + <div class="clearfix visible-md-block visible-lg-block"></div> 139 + #end 140 + <div class="col-xs-12 col-sm-6 col-md-4"> 141 + #helpVideoCard($card) 142 + </div> 143 + #end 144 +</div> 145 +{{/html}} 146 + 147 +[[$services.localization.render('help.videos.more')>>https://www.youtube.com/user/Wecon2004/playlists]] 148 +{{/velocity}}