DP ON/OFF | Debug Pipe - shows/hides the information about communication with D2000 Calc (only if the process window is displayed on the desktop). |
RESET_STATISTICS | Resets the counters for evaluating the statistical data. |
STATISTICS path+file | Writes statistical data about individual I/O tags into a file. The file contains the following information: I/O tag name, number of recalculations and number of new values broadcasted into the system. The counters are reset while starting the process D2000 Calc or using the command RESET_STATISTICS. |
STDOUT output | The command redirects the standard output to new one. Example: |
CALCINFO ON|OFF clcName [row] | The command is used to determine the reason for calculating the eval tag that has the Calculation method parameter set to At change or Trigger value. The command ensures (CALCINFO ON) that into the LOG file of the process will be continually written information about the reason for the calculation of the eval tag. The CALCINFO OFF command terminates the continuous log to the LOG file. It is used for the eval tags that have the Calculation Method parameter set to At change or Trigger value. Record in the LOG file contains:
Parameters: clcName - the name of eval tag row - specifies a row number for a structured eval tag. If not specified, the replacement value is 0 and all rows will be tracked. Example (the content of LOG file): TELL command: CALCINFO ON P.OnSec In the LOG file, there is a record that the information is about the calculation of the calculated P.OnSec object. The value of the object changed from HOBJ=20 (VALUE IN $20). Next, the individual attributes of the input value are displayed. Output value attributes are displayed after a row containing VALUE OUT content. CALCINFO: P.OnSec[ 0] VALUE IN $20 GValTyp : INT (Integer) Status : VALID LimitStatus : INLIMIT ProcAlarmStatus : NOALARM ValTyp : INT Flags : F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F ValTime : 20.11.2017 16:39:59.000 AlarmTime : (null) Value : 59 VALUE OUT GValTyp : INT (Integer) Status : VALID, NOACKVALUE LimitStatus : INLIMIT ProcAlarmStatus : NOALARM ValTyp : CE Flags : F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F ValTime : 20.11.2017 16:39:59.001 AlarmTime : (null) Value : 60 |
CHECK_DESTID_VALUES [DestId [ColIndex]] [FlagList] | The command enables to compare the values of destination columns (of structured variables), configured in the eval tags, with the values that were calculated by D2000 Calc. When specifying the particular object of Structured variable type, for which the comparison should be done, the value of parameter DestId, or also ColIndex for the particular column, must be a non-zero. It is followed by the optional keywords from the list: Detail, Debug, Ignore_Time, ReCalc0s, ReCalc1m. You may find the detailed information in the document Checking values of destination columns. Note : This command is mainly used for diagnostic purposes in D2000 Systems. |
SHOW_DYN_INFO {Mask|HOBJ} [Row] | It enables displaying a configuration and the current status of a particular eval tag. The eval tag is defined as an input parameter either through its ID (HOBJ) or mask. If several eval tags match the mask, the first 20 tags will be displayed. If Row parameter is different than 0, it must be the eval tag, the values of which are written to a destination column of the structured variable. For common eval tags (those that have not a destination column) the Row parameter must be 0 or not specified. The log format is identical with the format [Calc], which is stated in the article Checking values of destination columns, Example 3. |
GET_SOURCE_VALUE HOBJ Row Col | It enables the displaying of the inputs into the calculation providing they are the inputs from the structured variables. The log format is identical with the format [DestVal] Checking values of destination columns, Example 3. Note: This command is mainly used for diagnostic purposes in the D2000 systems. |
D2000 DBMANAGER
SHOW_HANDLE [table/database/structure_definition HOBJ] or [table mask] | Shows information on open descriptors. For more information see the chapter DBManager - debugging. |
SHOW_CONNECT [database HOBJ [connect/transaction ID]] or [database mask [connect ID]] [DETAIL] | Shows information on open connections. For more information see the chapter DBManager - debugging. |
SET_WATCHDOG database_mask seconds [NONTRANS] | Switches on the monitoring of connections that perform SQL commands longer than the specified time seconds. This information can be used for the profiling of applications and for the detection of slow SQL commands. If a NONTRANS clause is specified, transactional connections are not monitored. After the long-running SQL is finished, detailed info about it is written to a log file. More information can be found in chapter D2000 DBManager - debugging. |
SET_WATCHDOG_QUEUE database_mask seconds [NONTRANS] | Switches on the monitoring of database actions that take longer to be processed (including waiting in queues of DBManager) than the specified time seconds. After such a database action is finished, detailed info about it is written to a log file. If a NONTRANS clause is specified, transactional connections are not monitored. More information can be found in chapter D2000 DBManager - debugging. |
MONITOR_TRANS SHOW {ALL/<id>} [<file_path>] MONITOR_TRANS ON <history_depth_sec> MONITOR_TRANS OFF MONITOR_TRANS RESET | The mechanism for monitoring of the transactions. Columns in the list: Note: After starting DBManager, the monitoring is switched off. |
MONITOR_CONNECTS SHOW {ALL/<id>} [<file_path>] MONITOR_CONNECTS ON <history_depth_sec> MONITOR_CONNECTS OFF MONITOR_CONNECTS RESET | Monitoring the connections. Columns in the list: Note: After starting DBManager, the monitoring is activated with the time-depth history of closed connections which is 3 hours (10 800 seconds). |
REFRESH_TABLES seconds | The command is intended for use on the PostgreSQL platform. It is used to close and reopen cursors used in page access to tables so they don't block table vacuuming if these cursors are open for too long. Typically, these are schemes with browsers, which are e.g. open for several days. The parameter seconds is the minimum age of the cursor in seconds to be reopened (e.g. 86400). |
TIME_STATISTICS database_mask [DETAIL] | Displays statistics of execution of individual database action types per-database or per-table (if a DETAIL parameter is specified). For more information see the chapter DBManager - debugging. |
REOPEN_CONNECT [database HOBJ [connect ID]] or [database mask [connect ID]] | The command allows you to close and reopen connections to the database that are not currently in use (there is no transaction in progress or a cursor in use). Note: This command was implemented to work with temporary tables in PostgreSQL. These are only dropped when the database connection ends, and while they exist, the data in them is not visible outside the database connection that inserted them, so they cannot be accessed by vacuum, and therefore internal transaction IDs (XIDs) can be exhausted if a connection is open for a long time. |
DISCARD_TEMPORARY database_HOBJ [connect_ID] DISCARD_TEMPORARY database_mask [connect_ID] | The command will cause the execution of the SQL statement DISCARD TEMPORARY in the PostgreSQL database with the specified name/ID on all connections, or on a specific one. Note: This command was implemented to work with temporary tables in PostgreSQL. These are only dropped when the database connection ends, and while they exist, the data in them is not visible outside the database connection that inserted them, so they cannot be accessed by vacuum, and therefore internal transaction IDs (XIDs) can be exhausted if a connection is open for a long time. |
D2000 ALARM
DI ON/OFF [HOBJ/mask] | Debug Info for alarm objects - enables/disables displaying the information about the evaluation of alarm objects with specified HOBJ or with the name matching the given mask. If neither HOBJ nor mask is specified, all alarm objects will be affected. |
SHOW_DYN_INFO HOBJ / mask | Shows dynamic information on the specified alarm object(s) on the text console of the process D2000 Alarm. Note: The command is mainly used for D2000 system diagnostic purposes. |
D2000 TOPOLOGY
SHOW_TOPOLOGY HOBJ or topology_name [DETAIL] | Shows the information about topology. For more information - see Topology - Topology debugging chapter. |
DEBUG_TOPOLOGY HOBJ or topology_mask ON/OFF | Turns on/off writing out detailed information on topology evaluation. For more information - see the chapter Topology - Topology debugging. |
SHOW_ASYMETRIC TERMINALS or TRANSFORMERS [topology_mask] | Lists asymmetric Terminals or Transformers in the topology. For more information - see Topology - Topology debugging chapter. |
D2000 Gateway Client
GETOLDVAL remoteTagName "BeginTime" ["EndTime"] [NORECALC] GETOLDVAL remoteObjectMask "BeginTime" ["EndTime"] [NORECALC] GETOLDVAL "remoteTagName[row]^item" "BeginTime" ["EndTime"] [NORECALC] | Reads the values of the remote tag within a specified interval. If the EndTime parameter is not specified, the current time will be used as the default value. The time format ("BeginTime", "EndTime") is "dd-mm-yyyy hh:mi:ss". The command may be used for example after a failure or stoppage of the application, which the D2000 GateWay Client process belongs to. It allows transferring the values from the archive of the remote application to the archive of the application. The only requirement of the value transfer is that the values of corresponding objects have been stored in the archive of the remote application. The first form of the command reads all values transferred by specified remote tags (as well as structured objects). The second form of the command reads all the values of several objects according to the mask. The third form reads the values of a part of the structured object. The parameter item specifies a column of the destination structure (see the Destination structure parameter in the configuration of the remote tag) and it must be specified within quotes. When a single row (column) needs to be read, use the following:
The TELL command must always be executed in the transaction mode - the COMMAND action (within the D2000 System Console process, the command is automatically executed in the transaction mode). After the command is executed, the values that were transferred will be stored in the archive and the D2000 Archive automatically recalculates corresponding statistics. The NORECALC parameter can be set at the end of the GETOLDVAL. In this case, the statistic calculations will not be executed by the D2000 Archiv process. |
DI ON/OFF [HOBJ/mask] | Debug Info for remote objects - enables/disables displaying the information about processing the values of objects with specified HOBJ or with the name matching the given mask. Note: if the gateway client is run in a transparent gateway mode, use the TRGTW command to display debug information. |
SHOW_DYN_INFO HOBJ / mask | Shows dynamic information on the specified remote object(s) on the text console of the process D2000 Gateway. Note: The command is mainly used for D2000 system diagnostic purposes. |
TRGTW | Debug command for transparent gateway mode. The command lists the names of objects and their HOBJ on the local and remote systems. |
START_RECORD dir_name_only [begin_time] end_time | Starts recording of values read from the GateWay Server. For details see the command description for the D2000 KOM process. Note: Replaying of recorded values by the D2000 KOM process is possible if the GateWay Client was running in a transparent gateway mode during the recording. |
STOP_RECORD | Instantly stops recording of values read from the GateWay Server. For details see the command description for the D2000 KOM process. |
START_REPLAY dir_name_only [begin_time [/NOW]] or START_REPLAY dir_name_only /LOOP | Starts replaying of data recorded by command START_RECORD. For details see the command description for the D2000 KOM process. |
STOP_REPLAY | Instantly stops the replaying of data. For details see the command description for the D2000 KOM process. |
D2000 WorkBook
OBJECTS_INFO | The process writes the list of all objects that are or were used in reports into its .log file. |
Related pages: