Changes for page PLC Editor
Last modified by Leo Wei on 2024/09/14 17:38
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.a dmin1 +XWiki.Mora - Content
-
... ... @@ -1,2 +1,140 @@ 1 +(% class="box infomessage" %) 2 +((( 3 +All articles and materials contained in this section are only applicable to LX3V / LX3VP / LX3VE / LX3VM series PLC products. 1 1 5 +Please go to PLC Editor2 if you are referrring to LX5S / LX5V series PLC products. 6 +))) 2 2 8 +{{velocity}} 9 +$xwiki.ssx.use('Download.WebHome') 10 +(%class="download-options"%)((( 11 +(%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-desktop"%)((( 12 += [[Manual>>PLC Editor.2\.PLC Installation Manual.WebHome]] = 13 +Provides users with online viewing of LX3V Programming Manual, combining with cases and graphic analysis and explain the use of Wecon PLC Editor and PLC program. 14 +(%class="version-footer"%)((( 15 +[[Programming Manual>>PLC Editor.2\.PLC Installation Manual.WebHome||class="btn btn-primary]] 16 +))) 17 +))) 18 +(%class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-download"%)((( 19 +=[[Download>>PLC Editor.10 Hardware .WebHome]]= 20 +Provides users with manual, hardware, and software downloads. 21 +(%class="version-footer"%)((( 22 +[[Manual>>https://docs.we-con.com.cn/bin/view/PLC%20Editor/10%20Hardware%20/01%20Manual/||class="btn btn-info]] [[Hardware>>PLC Editor.10 Hardware .3 2D.WebHome||class="btn btn-info]] [[Software>>PLC Editor.10 Hardware .Software.WebHome||class="btn btn-info]] 23 +))) 24 +))) 25 +(%class="col-xs-12 download-container download-option version-option border-green fa-icon fa-table"%)((( 26 += [[Demo>>PLC Editor.4\.Demos.WebHome]] = 27 +Provides users with demonstrations about instructions, communications, protocols, etc. 28 +(%class="version-footer"%)((( 29 +[[More>>PLC Editor.4\.Demos.WebHome||class="btn btn-success]] 30 +))) 31 +))) 32 +))) 33 +{{/velocity}} 34 + 35 += [[FAQ>>doc:.FAQ.WebHome]] = 36 + 37 +A frequently asked questions (FAQ) list is often used in operating or programming where common questions tend to recur. [[More FAQs.>>doc:.FAQ.WebHome]] 38 + 39 +* [[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]] 40 +* [[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]] 41 +* [[how to connect RS485 in PLC?>>https://docs.we-con.com.cn/bin/view/PLC%20Editor/FAQ/how%20to%20connect%20rs485%20in%20PLC]] 42 + 43 +(% id="HVideo" %) 44 += [[Video>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktC29Y36bYN2ECXWP_hBOsj]] = 45 + 46 +{{velocity output="false"}} 47 +#set ($docextras = []) 48 + 49 +#set ($videoCards = [ 50 +{ 51 + 'title': $services.localization.render('WECON LX3V series PLC Introduction'), 52 + 'topics': [ 53 + $services.localization.render('PLC Unit/Module/Software feature/Application') 54 + ], 55 + 'url': 'https://www.youtube.com/embed/MILpsFH2oMw?list=PL_Bpnb2RgaktC29Y36bYN2ECXWP_hBOsj', 56 + 'duration': '14 min' 57 +}, 58 +{ 59 + 'title': $services.localization.render('WECON LX3V PLC port instuction '), 60 + 'topics': [ 61 + $services.localization.render('PLC IO/Module/BD/COM port intruction') 62 + ], 63 + 'url': 'https://www.youtube.com/embed/nfKthG_LjCI', 64 + 'duration': '7 mins' 65 +}, 66 +{'title': $services.localization.render('Software download&install'), 67 + 'topics': [ 68 + $services.localization.render('Software download&install') 69 + ], 70 + 'url': 'https://www.youtube.com/embed/vJEMWxb9U50?list=PL_Bpnb2RgaktC29Y36bYN2ECXWP_hBOsj', 71 + 'duration': '3 min' 72 +}, 73 +{'title': $services.localization.render('Create a new project&compile&simulate&download'), 74 + 'topics': [ 75 + $services.localization.render('Create a new project&compile&simulate&download') 76 + ], 77 + 'url': 'https://www.youtube.com/embed/KPbik_hEPlE', 78 + 'duration': '6 min' 79 +}, 80 + 81 +{'title': $services.localization.render('Device discription Timer'), 82 + 'topics': [ 83 + $services.localization.render('Device discription Timer') 84 + ], 85 + 'url': 'https://www.youtube.com/embed/3f3ze-9WT1Q?list=PL_Bpnb2RgaktC29Y36bYN2ECXWP_hBOsj', 86 + 'duration': '5 min' 87 +}, 88 +{'title': $services.localization.render('Device description counter'), 89 + 'topics': [ 90 + $services.localization.render('Device description counter') 91 + ], 92 + 'url': 'https://www.youtube.com/embed/vgjaF44eGjA?list=PL_Bpnb2RgaktC29Y36bYN2ECXWP_hBOsj', 93 + 'duration': '4 min' 94 +} 95 +]) 96 +#macro (helpVideoCard $data) 97 + <div class="videoCard"> 98 + <iframe src="$data.url" allowfullscreen title="$escapetool.xml($data.title)" role="presentation" ></iframe> 99 + <div class="videoCard-body"> 100 + <div class="videoCard-title"> 101 + $escapetool.xml($data.title) 102 + </div> 103 + <ul> 104 + #foreach ($topic in $data.topics) 105 + <li>$topic</li> 106 + #end 107 + </ul> 108 + </div> 109 + <div class="videoCard-footer"> 110 + $services.icon.renderHTML('play') 111 + <a href="$data.url">$services.localization.render('help.videos.watch')</a> 112 + <span class="videoCard-duration"> 113 + $escapetool.xml($data.duration) 114 + </span> 115 + </div> 116 + </div> 117 +#end 118 +{{/velocity}} 119 + 120 +{{velocity}} 121 +{{html clean="false"}} 122 +#set ($discard = $xwiki.ssx.use('Help.Videos.WebHome')) 123 +<div class="row"> 124 + #foreach ($card in $videoCards) 125 + ## See http://getbootstrap.com/css/#grid-responsive-resets . 126 + #if ($foreach.index > 0 && $foreach.index % 2 == 0) 127 + <div class="clearfix visible-sm-block "></div> 128 + #end 129 + #if ($foreach.index > 0 && $foreach.index % 3 == 0) 130 + <div class="clearfix visible-md-block visible-lg-block"></div> 131 + #end 132 + <div class="col-xs-12 col-sm-6 col-md-4"> 133 + #helpVideoCard($card) 134 + </div> 135 + #end 136 +</div> 137 +{{/html}} 138 + 139 +[[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PL_Bpnb2RgaktC29Y36bYN2ECXWP_hBOsj]] 140 +{{/velocity}}