DI _ status :球//需要检测的di
last _ status :球//di之前的状态
positive _ edge :球//上升沿输出
negative _ edge :球//下降沿输出
positive _ edge 3360=di _状态和NOtlast _状态; //上升沿判断
negative _ edge 3360=not di _ statusandlast _ status; //下降沿判断
//状态代入
最后状态:=第二状态; 虽然程序中经常使用上升沿和下降沿,但梯形图容易设定,ST需要多个Last_Status变量。 通过该变量的组合,实现变量的上升沿、下降沿的检测
很简单。 直接访问程序