强制输出一个位到指定的地址,针对PLC类型为 200smart 时有效
            Force output one bit to the specified address, valid for PLC type 200smart
            
 
        命名空间: 
     HslCommunication.Profinet.Siemens
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public OperateResult ForceBool(
	string address,
	bool value
)
Public Function ForceBool ( 
	address As String,
	value As Boolean
) As OperateResult
public:
OperateResult^ ForceBool(
	String^ address, 
	bool value
)
member ForceBool : 
        address : string * 
        value : bool -> OperateResult 
参数
- address
 - 类型:SystemString
西门子的地址信息,例如 I0.0, Q1.0, M2.0 - value
 - 类型:SystemBoolean
输出值 false=断开, true=闭合 
返回值
类型:
OperateResult是否强制输出成功
备注测试型号: S7-200 smart CPU SR30
参见