SiemensS7ServerAddDbBlock 方法 |
新增一个独立的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.1.2.0 (12.1.2.0)
语法 public void AddDbBlock(
int db
)
Public Sub AddDbBlock (
db As Integer
)
public:
void AddDbBlock(
int db
)
member AddDbBlock :
db : int -> unit
参数
- db
- 类型:SystemInt32
DB块ID信息
参见