NtRtMgr
Expand | ||
---|---|---|
| ||
The NtRtMgr is the primary manager task of the Tsentry system. It provides the following services:
|
Expand | ||
---|---|---|
| ||
The Tsentry system can be started by executing the NtRtMgr task and passing the name of the system initialization file.
The following configuration files control the operation of the startup task:
|
Info |
---|
“Nt-” as in 'Nt-Example' is an NtRtMgr Setup sub doc |
Expand | ||
---|---|---|
| ||
This system initialization file defines:
An example file follows:
|
Expand | ||
---|---|---|
| ||
This configuration file controls which processes will be started as part of the real-time control system. The fully qualified file name is passed to the startup process as the first command line parameter. An example process.ini file that contains line format definitions as comments follows:
|
Expand | ||
---|---|---|
| ||
This is the first of two files used by the NtRtMgr to initialize the data dictionary. It is the output of the data dictionary builder process GsmPifBld, which parses the C/C++ global common header files to generate this flat ASCII definition of shared memory. For most purposes you do not need to examine the contents of this file. It is further described in the Data Dictionary [LINK] section. |
Expand | ||
---|---|---|
| ||
Data dictionary variableThis is the second of two files used by the NtRtMgr to initialize the data dictionary. This file defines the various global common segments used by the system and any ‘special’ variables contained therein. It is further described in the Data Dictionary [LINK] section. LogMsg initialization fileThis configuration file initializes the LogMsg subsystem. It is described in detail in the [LINK] Libraries section. |
...
Expand | ||
---|---|---|
| ||
The NtRtMgr task can be stopped by either clicking the Stop System button or the Windows ‘X’, both in the upper right hand corner of the window.
Shutting down the NtRtMgr process performs the following tasks:
|
...
Expand | ||
---|---|---|
| ||
TrendMgrThe TrendMgr task [LINK] is the manager process for the trending subsystem. TrendGsmThe TrendGsm task [LINK] is responsible for trending data from global shared memory. TrendSrvThe TrendSrv task [LINK] is the server process for delivering trended data to trend clients across the network. TrendTrigThe TrendTrig task [LINK] is the main process for the historical trending subsystem. GsmExpSvrThe GsmExpSvr task [LINK] is the server portion of the software-based reflective memory subsystem, discussed in the Data Transfer section. GsmExpRcvThe GsmExpRcv task [LINK] is the client portion of the software-based reflective memory subsystem, discussed in the Data Transfer section. GsmPifBldThe GsmPifBld process [LINK] is responsible for building the data dictionary program information files before starting the Tsentry system, discussed in detail in the Data Dictionary section. |
...
Expand | ||
---|---|---|
| ||
Before tasks and screens can be created a new system must be generated. Start up tpriNtRtAdmin and then perform the following actions:
|
...
Expand | ||
---|---|---|
| ||
Screens are used to display and modify values using a wide variety of visual tools. The combination of these tools yields a powerful and fully customizable real-time graphical user interface. To build a new screen, follow these steps:
For a more detailed explanation of building an HMI screen refer to the Screen Development [LINK] section. |
TpriPublisher
Expand | ||
---|---|---|
| ||
The tpriPublisher application is no longer supported The tpriPublisher is used to rebuild and publish HMI screens for viewing through Internet Explorer. It supports VB.NET screens, VB.6 screens, and pure html/asp screens. |
...