ABBAC900F学习笔记322:IEC61131-3编程-SFC编程21

标签:
abbac900fiec61131-3编程sfc编程 |
分类: ABBDCS |
继续学习Freelance2019SP1下面SFC编程。
9.5.7 Transition states
条件状态
In
the Freelance system, transitions can take on the states
not
enabled, enabled, fulfilled
or
completed.
在FReelance系统,条件有没有启用、启用、实现、完成四种状态。
没有启用、无效 |
|
|
|
|
|
|
|
9.5.8 Display of transitions in the SFC program
显示SFC程序中的条件
The appearance of
transitions in the SFC program display depends on their
state.
SFC程序中条件显示出来的外观和
其状态有关系。
enabled
or
fulfilled
启用(有效)或者实现
not
enabled or
completed
没有启用(无效)或者已经完成
Colors used to
display transitions depending on their state.
条件的颜色和其状态有关系
至此,官方手册上关于SFC编程就学习完了。英文是英文版的资料,所以学习起来还是不太流畅。后面打算通过做练习,做笔记来加深理解。