Remote tags

Objects of Remote tags allows to users following:


Communication between the applications is implemented via 2 client processes - D2000 GateWay Client and D2000 GateWay Server.

As we can see from the scheme above, there is a communication line between the processes D2000 GateWay Client and D2000 GateWay Server. This line is used for data transmission between the applications and has been designed to be independent from the versions of the D2000 systems used for the applications.
D2000 GateWay Client and D2000 GateWay Server have the parameter --ANSI. This parameter enforces the Windows 1250 encoding for transmitted texts. If it is not entered, the texts use UTF8 encoding. The parameter must be used providing that the communication partner is of older version than 9.X and the text values are transmitted.

D2000 GateWay Server


This process connects to process D2000 Server as a client. In the DODM model, process is represented by an object of Process type, with the .API suffix. Through the communication line, process D2000 GateWay Client sends requests to the D2000 GateWay Server and then it sends updates of objects' values back to the client through the line.
Process D2000 GateWay Server must be started with the start parameter /GTWL<portNr>, where portNr is the number of TCP/IP port where D2000 GateWay Server listens for a client. D2000 GateWay Client connects to this port.

Optional parameter /AN allows to enter the user name. If the parameter is defined, all actions of process D2000 GateWay Server will be subordinated to user rights of particular user. The option User delimits external reference must be checked off.

If the parameter is not defined, any limits are applied and process works in the context of administrator.

D2000 GateWay Client


This process connects to the process D2000 Server as a client. In the DODM model, process D2000 GateWay Client is represented by an object of Process type with the .GTW suffix. Configuration of value transfer is given by objects of Remote object type. Parent of these objects is this process with .GTW suffix. It implies that the functionality of process is specified by the configurations of its children (objects of Remote object) type.
Process is attempting to connect to the process D2000 GateWay Server immediately after it has been started. Address of D2000 GateWay Server is given by start parameter /GTWC<ipAddress:portNr>, where ipAddress is the IP address (or name) of the computer with process D2000 GateWay Server running and portNr is the number of TCP/IP port where D2000 GateWay Server is listening.

Note 1: Number portNr must be the same as number portNr in parameter /GTWL<portNr> for D2000 GateWay Server.
Note 2: Activating the switch SET_CURRTIME_FOR_NV (on the process D2000 GateWay Client command line: gtwcli /E+SET_CURRTIME_FOR_NV) the each commended value has set the current time.

If D2000 GateWay Client cannot connect to process D2000 GateWay Server or the connection has failed, the process attempts to restore it every 2 seconds.
Note: parameter /GTWC<ipAddress:portNr> can be entered several times. In this case the process D2000 GateWay Client will try to connect to D2000 GateWay Server using all entered IP addresses. After unsuccessful connect to the last entered address it waits 2 seconds and starts again with the first entered IP address. This feature is usable in redundant systems (more information is available in the next paragraph) as well as in non-redundant systems with multiple network interfaces.


Direct  value transfer between D2000 Systems according to the unity of object names

D2000 GateWay Client may be configured also for direct transfer of values of selected objects from the source D2000 System to the destination one without need to configure objects of "Remote tag" type. You can find more information in the paragraph Transparent gateway.

Configuration in redundant systems


In redundant application Appl1, process D2000 GateWay Client must be started as a client for each server (i.e. the process D2000 Server) in the application. On of the features of the process D2000 GateWay Client is that if it is connected to an application server (the process D2000 Server) that is not in the HOT status, then it is not attempting to connect to the process D2000 GateWay Server.

2 modes of D2000 GateWay Server are available:

Remote objects - configuration dialog box
Remote objects - example