CX7000的编码器功能提供了通过设置过程变量自动触发输出(output1)的功能:
需要注意的是,switch on threshold value和switch off threshold value分别是开启和关闭output1的阈值,当编码器值增大到所设置的值后,立即会将Output1置为1(大于等于switch on threshold value)或置为0(大于等于switch off threshold value);但若是数值减小到所涉阈值后,情况会相反,会立即将Output1置为0(小于switch on threshold value)或置为1(小于switch off threshold value)。
举例说明:
switch on threshold value=100,switch off threshold value=150,当数值增加到100时,Output1会变为true;增到到150时,Output1会变为false;数值减小时,小于150,Output1会变为true,小于100,Output1会变为false。
switch on threshold value=150,switch off threshold value=100,当数值增加到100时,Output1会变为false;增到到150时,Output1会变为true;数值减小时,小于150,Output1会变为false,小于100,Output1会变为true。
2024.5.22 朱元 编辑