发布于 2006-12-19 13:11:01
0楼
谢谢shine 兄的指点,你所说的CPU切换之后切换连接的程序是指这一段代码吗:
If ( GetTagDWordWait( "@CPU_1@ConnectionState" ) == 0 )
{
SetTagDWord( "@CPU_1@ForceConnectionState", 1 );
}
else
{
if ( GetTagBitWait( "SWR.Standby" ) == TRUE )
{
SetTagDWord( "@CPU_1@ForceConnectionState", 0 );
}
}
SWR.Standby为DB5.DBX9.1