汇川中型PLC使用ST语言基础

中型PLC使用基础汇报:https://pan.baidu.com/s/1UmbaMECPd0oYZPm70rYKbg 初始化 // IO初始化 IO_point := ADR(START_IO); // 当前指针类型每次复位8个位,复位START_IO开始的5*8个位 FOR i := 0 TO num_IO BY 1 DO IO_point^ := 0; IO_point := IO_poin
相关文章
相关标签/搜索