MelsecFxSerialAutoChangeBaudRate 属性 |
获取或设置是否动态修改PLC的波特率,如果为 True,那么如果本对象设置了波特率 115200,就会自动修改PLC的波特率到 115200,因为三菱PLC再重启后都会使用默认的波特率9600
Get or set whether to dynamically modify the baud rate of the PLC. If it is True, then if the baud rate of this object is set to 115200,
the baud rate of the PLC will be automatically modified to 115200, because the Mitsubishi PLC is not After restart, the default baud rate of 9600 will be used
命名空间:
HslCommunication.Profinet.Melsec
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool AutoChangeBaudRate { get; set; }
Public Property AutoChangeBaudRate As Boolean
Get
Set
public:
property bool AutoChangeBaudRate {
bool get ();
void set (bool value);
}
member AutoChangeBaudRate : bool with get, set
属性值
类型:
Boolean参见