TcpDestinationSettings.RoutingInformation Property

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > TcpDestinationSettings Class > TcpDestinationSettings Properties >

TcpDestinationSettings.RoutingInformation Property

BR.AN.PviServices .NET


Optional Routing information. Can be a connection to PLC stations on other networks via a PLC station communication connection. These connections can also run via several PLC stations. Individual stations are defined in the routing path. Syntax for entry: SL[Slot].SS[SubSlot].IF[Interface].[Address] Samples: IF3/IF2.7 From the PC to the first PLC, then via IF3 to the next station (PLC) and from there to a CAN station with station number 7 via IF2. SL6.IF1 From PC to the first PLC, then from there via Slot 6 (e.g. IF050) and IF1. PP3 From the PC to the first PLC and then to peripheral processor 3.

[Visual Basic]

Public ReadOnly Property RoutingInformation() As String

  Public Get

  End Get

End Property

[C#]

public string RoutingInformation { public get; }

See Also

TcpDestinationSettings Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]