Quick tour of the ITP/MDK
We assume that you have correctly installed the ITP/MDK Repository and that a Create Model Package has been configured. For more information, refer to the topic Installation and configuration.
Perform the following steps.
- Go to the ITP/MDK Repository and create a new project. Create the folder 'Includes' in this project. Configure the project and select the Includes folder as the projects include folder. Create a new document 'Example' in the project. The document will be locked for editing. Open it.
- Type in this document:
#
BEGIN
__INC(first_include.doc)
END
#
- Save and close this document with the name Example.
- Create a second document with the name 'first_include' in the 'Includes' folder of the project. Open it and type
#
This is part of the mdkdemo.
#
- Save and close this document.
- Go to the Example document.
- Position the cursor somewhere in the line containing the tag
__INC(). - Go to the ITPMDK menu and select View Include.
- The MDK will now open your include document first_include.doc.
- Close this document.
- Go to the Example document.
- Go to the ITPMDK menu and select Create Model.
- The ITP/MDK will call ITP in order to create an ITP Model called example.
- If the creation is successful the ITP/MDK will show your Example document, otherwise you will be presented with an error document.
- Go to the ITPMDK menu and select Test.
- The ITP/MDK will run the ITP Model Example. If no errors occur during the run model process the result document is presented.