您现在的位置: 首页> 研究主题> 指令表

指令表

指令表的相关文献在1986年到2022年内共计96篇,主要集中在自动化技术、计算机技术、电工技术、金属学与金属工艺 等领域,其中期刊论文74篇、会议论文3篇、专利文献80309篇;相关期刊59种,包括经济技术协作信息、现代企业教育、科技信息等; 相关会议3种,包括第八届工业仪表与自动化学术会议、第三届全国高等院校嵌入式系统教学研讨会、中国自动化学会中南六省区自动化学会第十届学术年会等;指令表的相关文献由213位作者贡献,包括冯斌、吴宁、葛芬等。

指令表—发文量

期刊论文>

论文:74 占比:0.09%

会议论文>

论文:3 占比:0.00%

专利文献>

论文:80309 占比:99.90%

总计:80386篇

指令表—发文趋势图

指令表

-研究学者

  • 冯斌
  • 吴宁
  • 葛芬
  • 刘少君
  • 杨涛
  • 黄道平
  • 丁昌圣
  • 丑武胜
  • 严继松
  • 伍世元
  • 期刊论文
  • 会议论文
  • 专利文献

搜索

排序:

年份

    • 施昊言; 王庭有
    • 摘要: 针对已有PLC多线圈梯形图向指令表转换算法存在的问题,提出基于AOV(Activity on Vertex)图和串并联归并的转换方法。设置元件阶级,插入输出总结点和虚结点,合并为有向图,归并有向图生成指令表,并在转换期间实现逻辑错误检测与报警,以及多个线圈作为输出时的转换。实际应用表明:该转换算法提高了转换效率,降低了人工成本。
    • 施昊言; 王庭有
    • 摘要: 指令表向梯形图的转换功能在PLC编程软件中具有重要作用,设立两个坐标点用于确定转换后梯形图在界面中的坐标,为指令表语言添加标志位并将每条指令压栈,通过指令对栈深的影响改变梯形图的显示坐标,最终实现指令表到梯形图的转换。
    • 谈沛
    • 摘要: 本文提供一种复杂生产线控制方案,根据指令组合,对生产线的加工工艺进行快速切换和调整,现场调试工程师或客户都能够快捷修改工艺流程及各动作步骤,用以满足现场流水线工艺要求。
    • 张凯; 杨涛
    • 摘要: 针对传统PLC体系结构封闭、产品兼容差等问题,围绕PLC发展实际需求,基于IEC61131-3标准和面向对象的编程技术给出一种软PLC技术的实现方法.重点介绍该系统中梯形图图元的结构、绘制生成方法和基本属性以及图元存储,通过AOV和串并联扫描实现梯形图到指令表的转换,采用Flex工具和Bison工具对指令表词语、语法分析,实现指令表的编译.
    • 王立春; 张凯
    • 摘要: 软PLC是一种新型的控制技术,即利用软件实现传统PLC的功能.梯形图转换指令表是软PLC技术中一个关键点,文章通过AOV和拓扑排序、AOV和串并联扫描、正向深度优先扫描、二叉有向图四种方法实现梯形图到指令表的转换,同时介绍四种方法优缺点.
    • 黄永程; 杨斌; 王鹏程; 李俏; 胡羽沫
    • 摘要: PLC编程语言主要采用梯形图、指令表和状态转移图,目前PLC普遍采用梯形图编程语言,以其直观、形象、简单等特点为广大用户所熟悉和接受.但是,随着PLC功能的不断增强,梯形图一统天下的局面将被打破,多种语言并存互补不足将是今后PLC编程语言的发展趋势.对于PLC初学者的学习应该多种编程方法相结合,分别采用梯形图和状态转移图对电动机进行正反转控制,通过对比分析两种不同编程方法的优缺点.
    • 周伟强; 何通能; 陈德富
    • 摘要: 针对目前可编程逻辑控制器(PLC)编辑软件中梯形图向指令表转化算法的缺陷,通过对梯形图语言的分析与研究,并考虑到梯形图和指令表在实际应用时的优劣点,提出了一种借助多叉树来实现PLC梯形图向指令表转换的算法;该算法采取从左至右,从上至下的扫描原则将梯形图构建成多叉树,借助多叉树来反应图符间的逻辑关系,然后通过后序遍历多叉树来得到指令表程序;此算法在处理多重串并联结构梯形图时具有更高的效率,同时适用于堆栈指令,使得该算法具有更好的通用性.%Aiming at the shortcomings of the transformation algorithm from ladder diagram to instruction list in the current programmable logic controller (PLC) editing software,this paper presents an algorithm to realize the transformation from PLC ladder diagram to instruction list based on multi-tree.Through the analysis and research of ladder diagram,shows the advantages and disadvantages of the ladder diagram and instruction list in practical application.The multi-tree data structure is created following the scanning principle that from left to right,from top to bottom.And the multi-tree is used to reflect the logical relationship between the diagrams.Then get the instruction list by post-traversing the multi-tree.This algorithm has higher efficiency when dealing with the ladder diagram which has multiple series-parallel structures.And it is also suitable for the stack instruction,which makes the algorithm more versatile.
    • 贾翔宇; 刘淼; 金星
    • 摘要: Traditional PLC works inefficiently by using interpreted mode. And the PLC works efficiently by using compiled mode, but it has bad portability. Based on this situation, this paper proposes a new scheme, which converts from instruction list to C language, and then compiles the C code. In addition, the main function and functional function compile separately and download to different address block of the flash. This way can save the time of compiling and downloading efficiently, and can improve the development efficiency.%传统的PLC采用解释执行的方式,效率低.而传统的编译型PLC虽然执行效率高,但是移植性差.基于这种情况,该文提出一种先把指令表语言编译为C语言,再编译C代码的方案.而且,主函数和功能函数分开编译并烧录在flash的不同地址块,能够有效节省编译、烧录时间,提升开发效率.
    • 吴洁琼; 蔡启仲; 潘绍明; 余玲
    • 摘要: 针对PLC逻辑运算的功能和特点,分析如何在ARM-FPGA构成的PLC上更好地实现逻辑运算,对逻辑运算指令表进行优化,提出一种多操作位并行执行逻辑运算控制器的思路.以FPGA为平台,采用Verilog语言描述硬件电路,借助有限状态机模型分析逻辑运算控制器的功能需求并使用其为各条指令做状态划分和状态切换,每个状态占用的系统时钟个数由一个独立计数器控制.设计过程注意时序的规划,控制器运行稳定,最终完成预定功能.
    • 吴亚山; 陆阳; 徐谦
    • 摘要: International Electrotechnical Commission (IEC ) 61131 standard has defined five kinds of programmable logic controller(PLC) programming languages ,among which ladder diagram language is simple and intuitive ,but cannot be directly executed by CPU .Instruction list language is concise and efficient ,can be used as the target language for PLC in interpretive execution ,and has one‐to‐one correspondence with the basic elements of ladder diagram .In practical application ,it is always neces‐sary to convert ladder diagram language to instruction list language .According to the principle of “cyc‐ling scan ,sequential execution” of PLC ,a kind of data structure based on the double circular linked list and cross linked list is put forward .It can intuitively perform the logic relationship between each element of ladder diagram .Based on this data structure ,a soft PLC development system is completed , the realization of language conversion is explained ,and the ladder diagram editing and converting to instruction list is correctly completed .%IEC 61131标准定义的5种编程语言中,梯形图简单直观,但不能直接被计算机识别与执行;指令表简洁高效,可作为软PLC解释执行的目标语言,且指令与梯形图基本元素一一对应。实际应用中,往往需要将梯形图语言转换为指令表语言。文章根据PLC“循环扫描,顺序执行”的工作方式,提出一种基于双向循环链表和十字链表的数据结构与算法,能直观地表现梯形图各元素间的逻辑关系。在该数据结构的基础上,完成了一个软PLC开发系统,解释了语言转换的实现过程,正确地实现了梯形图的编辑和指令表生成。
  • 查看更多

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号