<< Click to Display Table of Contents >>
StartAcquisition |
StartAcquisition()
Starts or resumes data generation that is sent to a Database. A Storage receives notifications about which Tags were modified and, when this happens, it checks whether these records were stored or not. When this method is used, change notifications and record generation are started or resumed. The next script contains an example of using this method.
Sub Button1_Click()
' When clicking this button, enables Storage
Application.GetObject("Storage1").StartAcquisition()
End Sub