<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[菜鸟关于定时器的问题]]></title>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753.html]]></link>
 <description><![CDATA[Latest 50 replies of 菜鸟关于定时器的问题]]></description>
 <copyright><![CDATA[Copyright(C) 工控人家园]]></copyright>
 <generator><![CDATA[www.ymmfa.com]]></generator>
 <lastBuildDate><![CDATA[Wed, 29 Apr 2026 17:14:49 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[工控人家园]]></title>
 <link><![CDATA[http://www.ymmfa.com]]></link>
 <description><![CDATA[工控人家园]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[如果你的单片机基础不扎实的话，刚开始学PLC的时候你最好把PLC当做是继电器系统的电脑化，先学学继电器电路，再看梯形图就很容易入门。
至于PLC内部的工作过程，能够真正搞清楚的人也不多（除非你是某个品牌PLC的系统研发工程师）。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1706600.html]]></link>
 <author><![CDATA[qinchenglim]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Wed, 14 Oct 2015 07:27:26 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[定时器是由PLC内部时基脉冲和触发条件两个共同决定的，程序中使用当前值，设定值两个字和开关量和状态量（就是触点和线圈）]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1706413.html]]></link>
 <author><![CDATA[sanlihu]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Tue, 13 Oct 2015 13:08:25 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[定时器与扫描周期无关]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1706219.html]]></link>
 <author><![CDATA[hezongfan]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Tue, 13 Oct 2015 02:29:16 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[谢谢，知道了]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1705525.html]]></link>
 <author><![CDATA[ygz0515]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Sat, 10 Oct 2015 13:01:52 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第10楼ygz0515于2015-10-10 14:12发表的&nbsp;&nbsp;:
那再弱弱的问一下子，下面这张图中X1是T1的触发条件吧，如果X1变为0不就是触发条件没了，难道就停止计时吗？不是得等到T1计时完成才停止？
[/quote]

是的，触发条件解除，T1即时复位不再计时。

再次触发，重新计时。

注意，这种触发不是脉冲式的触发， ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1705496.html]]></link>
 <author><![CDATA[老兔子]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Sat, 10 Oct 2015 12:12:00 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[那再弱弱的问一下子，下面这张图中X1是T1的触发条件吧，如果X1变为0不就是触发条件没了，难道就停止计时吗？不是得等到T1计时完成才停止？]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1705379.html]]></link>
 <author><![CDATA[ygz0515]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Sat, 10 Oct 2015 06:12:26 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[PLC只有通电延时，但是实际上延时时间还得加上你的扫描时间，假设定时50ms，程序扫描时间5毫秒，那么时间输出时间可能大于50小于55]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1705344.html]]></link>
 <author><![CDATA[hafatahaha]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Sat, 10 Oct 2015 04:24:04 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[谢谢各位大神]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1705316.html]]></link>
 <author><![CDATA[ygz0515]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Sat, 10 Oct 2015 03:16:15 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[常用定时器与扫描周期无关！]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1705248.html]]></link>
 <author><![CDATA[wwcwwc]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Sat, 10 Oct 2015 01:23:34 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第5楼ygz0515于2015-10-10 08:45发表的&nbsp;&nbsp;:
也就是说，out T1起动定时器之后，只要定时器没完成定时，则再out T1也不会重新定时？
[/quote]
不是有沒有完成定時的問題，關鍵在於out T1的觸發條件，若out T1觸發條件成立，則T1啟動計時；
若計時中未達設定時間之前，觸發條件消失，則該計時器復歸，等 ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1705245.html]]></link>
 <author><![CDATA[东华数字]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Sat, 10 Oct 2015 01:20:24 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[也就是说，out T1起动定时器之后，只要定时器没完成定时，则再out T1也不会重新定时？]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1705235.html]]></link>
 <author><![CDATA[ygz0515]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Sat, 10 Oct 2015 00:45:47 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[PLC與單片機不同，PLC的定時器當條件成立，開始計時，達到你的設定時間後，該定時器保持在1狀態，除非條件解除，則定時器狀態恢復到0狀態。
單片機則是重複計時，且單片機定時器不當接點使用，是用在時序的延遲。
 [s:28]]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1705217.html]]></link>
 <author><![CDATA[东华数字]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Fri, 09 Oct 2015 23:55:40 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我的意思是，像图片中那样在刚进入第S20步状态时，会开始定时器T1，紧接的下一轮程序扫描时，依然会执行这一段程序(只要状态没转移)，这时会重新设置定时器T1吗？即会否重新开始计时？我想应该不会，但是里面的机理是什么？]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1705209.html]]></link>
 <author><![CDATA[ygz0515]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Fri, 09 Oct 2015 16:10:55 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[PLC计时器线圈导通后计时，如果后面程序没把计时器线圈电路切断，那么下一次扫描时计时器不会计时，计时器的常开常闭点不会动作。 [s:21]]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1705202.html]]></link>
 <author><![CDATA[最远是多远]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Fri, 09 Oct 2015 15:40:19 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[不用它会按你设定的时间定时]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1530753#1705054.html]]></link>
 <author><![CDATA[635247454]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Fri, 09 Oct 2015 07:54:41 +0000]]></pubdate>
</item>
</channel></rss>