plc主要指令及部分习题.ppt

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
plc主要指令及部分习题

* 13、定时器 (1)若I3.0接通,延迟0.02s。 、 有输出, 、 无输出。 (2)若I3.0接通,延迟0.04s, 、 有输出, 、 无输出。 (3)若I3.0接通,延时0.06s, 、 有输出, 、 无输出。 (4)若I3.0一直接通,分析延迟 0.08s、 0.10s、0.12s输出 结果,总结其规律。 2 2 2 * 14、定时器 若I0.0端有3个脉冲输入时( );再延 迟60s,( )。 答案:A)Q0.0、Q0.1均有输出。 B) Q0.0有输出,Q0.1无输出。 C) Q0.0地输出,Q0.1有输出。 D) Q0.0、Q0.1均无输出。 0. I0.0 T74 3 60 * 15、计数器分析题 5 10 * 16、试画出Q4.0、Q4.1的时序图。 5 5 * 人有了知识,就会具备各种分析能力, 明辨是非的能力。 所以我们要勤恳读书,广泛阅读, 古人说“书中自有黄金屋。 ”通过阅读科技书籍,我们能丰富知识, 培养逻辑思维能力; 通过阅读文学作品,我们能提高文学鉴赏水平, 培养文学情趣; 通过阅读报刊,我们能增长见识,扩大自己的知识面。 有许多书籍还能培养我们的道德情操, 给我们巨大的精神力量, 鼓舞我们前进。 * BCD Code Each digit of a decimal number is encoded as a binary number with four places (bits). The reason why four bits are used is that the highest decimal digit, 9, requires at least four bit positions in binary code ( 1001). The ten decimal numbers from 0 to 9 are represented in the same way in BCD code as the binary numbers from 0 to 9. INTEGER Data type INT (16 bits). The sign (bit No. 15) indicates whether the number is positive or negative (0 = positive, 1 = negative). The range for integers (16-bit) is from -32 768 to +32 767. A negative integer is represented as the twos complement of the positive integer. (The twos complement is obtained by inverting the bit pattern and then adding 1.) When evaluating the bit pattern of a negative number, the zero positions are evaluated, 1 is added to the result and a minus sign is placed in front. * MOVE (LAD/FBD) If the EN input is active, the value at input “IN” is copied to the address at output “OUT”. “ENO” has the same signal state as “EN”. EN EN is a boolean input of the boxes in LAD and FBD. The box can only be executed if there is power flow at this input. STL intructions do not have an EN input. The value at the top of the stack must be logical 1 to enable execution of the instruction. Parameters A syntax check is performed during parameter entry. Parameters with syntax errors are under

文档评论(0)

little28 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档