TiPlotChannelCustom.OPCComputerName
TiPlotChannelCustom
Used to set or get the OPC Computer Name of this channel.
property OPCComputerName : String;
Description
Use the OPCComputerName property to set or get the Computer Name specified for
this channel. The Computer Name is the DNS or NetBios name of the computer
where an OPC DCOM connection is made for this channel. An OPC Server must be
running on this remote computer to utilize the OPC features of this component.
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].OPCComputerName := 'TestMachine001';
C++ Builder
iComponent->Channel[0]->OPCComputerName = "TestMachine001";
Note: CLX Components do not support OPC Features.
Contents | Index | Previous | Next