点击或拖拽改变大小

SiemensS7ServerAddDbBlock 方法 (Int32, Int32)

新增一个独立的DB块数据区,如果这个DB块已经存在,则新增无效。
Add a separate DB block data area, if the DB block already exists, the new one is invalid.

命名空间:  HslCommunication.Profinet.Siemens
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法
public void AddDbBlock(
	int db,
	int length
)

参数

db
类型:SystemInt32
DB块ID信息
length
类型:SystemInt32
指定新增的DB块长度信息
参见