TiPlotChannelCustom.OPCServerName
TiPlotChannelCustom
Used to set or get the OPC Server Name of this channel.
property OPCServerName : String;
Description
Use the OPCServerName property to set or get the OPC Server Name this channel.
The OPC Server Name is the name of an OPC Server running on a remote
Computer. The OPC Computer Name is specified by the OPCComputerName property.
Data Update
A data point is added to the chart whenever data is received from an OPC Item
specified b the OPCItemName property. The Y-Value is obtained from the incoming OPC Item data and the
X-Value is obtained depending on the value specified for the OPCXValueSource property for the TiPlot component, and is specified by the OPC Server's TimeStamp for the TiXYPlot component.
Example
Delphi
iComponent.Channel[0].OPCServerName := 'Test OPC Server 1.1'; //OPC Server Name
C++ Builder
iComponent->Channel[0]->OPCServerName = "Test OPC Server 1.1"; //OPC Server Name
Note: CLX Components do not support OPC Features.
Contents | Index | Previous | Next