Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
The official Source Code Directory Structure
TpriTrendGraph, etc. …tpriNtRt\Std\Controls\Official\*.ocx All user controls (in VB Project Directory)
IObjSafe.bas …\Screens\IObjSafe\…
DevSetup.bat, etc. tpriNtRt\Std\Procs\devSetup.bat
OPCDefaults.doc, etc. tpriNtRt\Docs\ OPCDefaults.doc |
Expand | ||
---|---|---|
| ||
To start a new workspace and template project for a Tsentry system, perform the following tasks. [In the directions below, ‘xxx’ and ‘yyy’ are the local directories; may be used as ‘xxx’ is the site and ‘yyy’ is the system.] Under Visual Studio v6.0:
Using NT Explorer, copy the basic Tsentry task files (NtRtTask.cpp, NtRtTask.h, and stdinc.h) from another location into directory d:\ xxx\yyy \tasks\NtRtTask\*.*
|
Expand | ||
---|---|---|
| ||
The following procedure may be used to create a new process:
|
Expand | ||
---|---|---|
| ||
The following procedure may be used to create a Tsentry process control task. This procedure assumes that you have installed the standard Tsentry release software. In this software you will find a ‘template’ process control task under the directory d:\site\system\task\NtRtTask. This procedure also assumes that you have installed the shareware program Xreplace-32 The following procedure assumes that the Tsentry software has been installed at d:\site\system\*, and that you would like to create a new task called NewTask. The process first copies the template task, and then replaces all occurances of “NtRtTask” with the string name of the new task (for example “NewTask”). It then adds this new process to the Visual C workspace and build procedures
Execution of this procedure will cause all the processes required by your system to be built in all applicable configurations. |