怎么使用VB读取一个字节中位的值 and &H01 ,&H02...&H80
为什么我这样写 HMIRuntime.Tags("P3207A.STATUS").Read And &H80
无效
最佳答案
if HMIRuntime.Tags("P3207A.STATUS").Read And &H80 then
如果这个位为1则需要执行的动作
end if
提问者对于答案的评价:
这样也行吧
原创文章,作者:more0621,如若转载,请注明出处:https://www.zhaoplc.com/plc311357.html