8.2. Defining Variable Types

We classify data into two main types when we are configuring a Windows client application. The first type is for read-write points that are used to display data both coming from and going to the data server. The second type is for read-only points that are only ever used to display data coming from the data server.

8.2.1. Read-Only Variables

Read-only variables used within an InTouch application may be defined as any type of variable within the InTouch internal database. The data point may be defined as memory real, memory integer, one among several group variables, etc. When Cascade Connect sends a new data value for one of these variables to InTouch with a DDE POKE message, the InTouch database will accept the new value without question.

Note

Only points sent from InTouch to the data server need to be defined as DDE type tags.

8.2.2. Read-Write Variables

Points to send from InTouch to the data server must be defined as DDE type tags. DDE tags can be:

8.2.3. Example DDE variable definition

To define a data point as a DDE tag within the InTouch internal database, follow these instructions:

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.