Core05_Actions.ppt

Core05_Actions概要1

Scrollist GCCS-1 Global Common Control Software Design Core Section 5: Actions 执行动作 Objectives目标 Describe the term “sequence action” or “action” 知道“执行顺序”或“动作” Describe the general logic structure of an action routine 知道动作的逻辑结构 Describe “switch bypassing” logic. Explain the action routine order 知道“旁路开关”逻辑和动作执行顺序。 Describe “prompting” logic 知道“提示信息”逻辑 Use the HMI message to find the condition in the cell that is generating a HMI prompt message 通过HMI产生的提示信息在cell内找到条件语句。 Action 执行动作 The basic unit of data for a motion 动作的基本数据构成 Complete conditions 完成条件 Automatic mode conditions 自动条件 Clear conditions 清楚条件 Motion timer 动作定时 Process Complete (when required) 过程完成(有需要时) Scrollist text and status ID 滚动条和状态ID All control logic and diagnostics for a motion is in one routine 所有动作控制和诊断逻辑在同一程序中 ClampClose would be in one routine ClampClose在一个子程序中 ClampOpen would be in a different routine ClampOpen在另一个子程序中。 Action UDT执行动作UDT Action Routines 执行动作程序 Each action has its own routine 每个动作有自己的程序 Note: The routine names should initially skip numbers by 5’s. This will make re-sequencing actions easier because fewer routines will need to be renamed. 程序名称开始时间隔为5. 这使更改和排序简单,只有少数需要更改。 How to build an Action 如何建立一个执行动作 Create a program scoped tag of the appropriate za_Action... Datatype 生成一个za_Action... 数据类型的程序 Action Routines 执行动作程序 Create routines for each action. 对每个执行动作生成子程序 Name the routines so that they appear in the desired sequence order. 对每个子程序命名,可按顺序显示。 Action Routines执行动作程序 Finally, add calls to these routines in S000_Sequence. The order of the calls is the order of display for the scrollist 最后,在S000_Sequence增加调用所有子程序。调用的顺序按子程序排列 Action Routine Logic Structure 执行动作程序逻辑结构 The first rung is the Switch Internal rung. 第一个语句是内部开关 The switch internal is facilitates bypassing of faulted switches内部开关说明故障开关的旁路。 Action Complete Rung 完成的动作执行语句 The Action Complete rung is located near the top of the routine to allow you to quickly determine the state of the action动作执行完成语句在之程序的开

文档评论(0)

1亿VIP精品文档

相关文档