Example #1
- Last UpdatedAug 19, 2024
- 1 minute read
Assume the InTouch data source object is named "MyInTouch".
OPC Client
Access the same TankLevel item through an OPC client as follows:
MyInTouch.TankLevel
DDE/SuiteLink Client
DDE and SuiteLink clients add items to the Device Group associated with the given InTouch data source object. To access the item in an InTouch data source via Gateway Communication Driver through a DDE or SuiteLink client, use the following syntax:
Application: Gateway
Topic (Device Group): MyInTouch
Item (Tagname): TankLevel
Excel cell reference: =Gateway|MyInTouch!TankLevel