Em có một yêu cầu là tạo nút bấm và nhập VB để chuyển dữ liệu từ tag này sang tag khác mọi người giúp em xem câu lệnh đúng chưa mà nó không ra:
Sub OnClick(Byval Item)
Dim control
Set control = HMIRuntime.Tags("tag1")
control= True
control.Value = " tag2 ".OutputValue
control.Write
End Sub
Sub OnClick(Byval Item)
Dim control
Set control = HMIRuntime.Tags("tag1")
control= True
control.Value = " tag2 ".OutputValue
control.Write
End Sub