Scan

<< Click to Display Table of Contents >>

 

Scan

Number Defines the time interval between two variations of the Value property, in milliseconds. Use this property to have a greater or smaller amount of data generated by the Demo Tag. Default value is 1,000. Scan value must be greater than 0 (zero). Example:

Sub Line1_Click()
  Application.GetObject("Data.DemoTag2").Scan = 200
End Sub

Was this page useful?