展开查看
以下是引用all alone with you在2015-07-26 23:23:48的发言 >14楼:
quote:以下是引用zhangli0在2014-10-30 09:20:01的发言:
if GetTagDword("test")&0x1///第一个位
if GetTagDword("test")&0x2///第二个位
if GetTagDword("test")&0x4///第三个位
if GetTagDword("test")&0x8///第四个位
if GetTagDword("test")&0x10///第五个位
后面的常数按照8421一直排下去。
怎么把PLC地址和变量text链接起来?
比如你要链接plc的db1.dbd0,wincc中建立变量test,参数为无符号32位,地址为db1,dd0