...
- Processes
- Communication lines
- Stations
- I/O tags
- User variables
- Eval tags
- Structured variables
- Alarms
- Remote tags
- Historical values
The value transfer is executed only on the basis of verification of object match between D2000 Systems. To transfer the values, select the particular objects or group of objects filtered by mask and then enter them into the start parameters of the GateWay Client process.
...
Using the D2000 Server parameter RouteArchiveMessages, it is also possible to achieve the transfer of changed values (in both normal and transparent mode):
- manually: editing/adding/deleting archived object values by the user in D2000 HI
- from a script with the INSERTARCHARR action
- from a script with the DELETEARCHDATA action
- from a script with the UPDATEARCHVAL action
...
/E+DBG.GTW_TR | Enables listing of the debug information about the objects for operations of the transparent gateway. |
/E+DBG.GTW_TR.VAL | Enables listing of the debug information about the transfer of values of selected objects to the destination system. |
/E+DBG.GTW_TR.OLDVAL | Enables listing of the debug information about the transfer of old values of selected objects to the destination system. |
/E+DBG.GTW_TR.DELETEARCHDATA | Enables listing of the debug information about the transfer of DELETEARCHDATA actions. |
/E+DBG.GTW_TR.INSERTARCHARR | Enables listing of the debug information about the transfer of INSERTARCHARR actions. |
/E+DBG.GTW_TR.UPDATEARCHVAL | Enables listing of the debug information about the transfer of UPDATEARCHVAL actions and values edited by a user. |
/E+DBG.GTW.DELETEARCHDATA | Enables listing of the debug information about the transfer of DELETEARCHDATA actions (normal mode). |
/E+DBG.GTW.INSERTARCHARR | Enables listing of the debug information about the transfer of INSERTARCHARR actions (normal mode) |
/E+DBG.GTW.UPDATEARCHVAL | Enables listing of the debug information about the transfer of UPDATEARCHVAL actions and values edited by a user (normal mode) |
This listing of debug information can be enabled /disabled also while running the GateWay Client through the D2000 System Console.
...