Index

<< Click to Display Table of Contents >>

 

Index

Number Specifies this I/O Block Element's position among the other Elements configured by the I/O Block's Size property where it is inserted. This property accepts values between 0 (zero) and a value less than the value defined in the Size property. For example, when configuring an I/O Block to set Size to 20, the maximum valid number for this property is 19 and the minimum valid number is 0 (zero), but when mapping I/O Block Elements of an I/O Block, Elipse E3 Studio automatically adjusts this property to the value specified. The next script contains an example of using this property.

Sub Element_OnStartRunning()
  Index = 15
End Sub

Was this page useful?