RobotStudio event

Interlink ALIASLIST (ABB-Helper Control) [WebWare SDK]

Question:

i do the following:

Debug.Print "Displaying all Alias in INTERLINK (" & ABBHelper.AliasListCount & ")"
 For i_Counter = 0 To ABBHelper.AliasListCount - 1
  Debug.Print "Alias[" & i_Counter & "]" & ABBHelper.AliasList(i_Counter)
 Next i_Counter

the result is:

Displaying all Alias in INTERLINK (3)
Alias[0]S4VIRTCRTL
Alias[1]S4VIRTCTRL
Alias[2]ROBOT

but the Interlinkmonitor shows only [1] and [2]. What stands [0] for?

 

thx in advance

--------
01000111

Comments

  • The S4VIRTCTRL is an internal alias only, and should not be used. You may want filter this if you for instance have a listbox or similar where a user can select your Interlink aliases.

    ______________________________
    Anders Dannberg
    ABB Automation Technologies
    Support Engineer