1. Installing Dr.Scheme
In order to use IPC translator, which translates IPCs into a Q scenario, it is necessary to install "MzScheme." Please download "plt-103p1.exe" to install "DrScheme" (including "MzScheme") version 103p1 from Dr.Scheme Download page.
2. Using IPC
To use IPCs, please follow the procedure below.
- Double-click "runIPC.bat" below "/ipcpackage-e" directory.
Caution:When the home directory of "Dr.Scheme" has been changed from the default direc-tory ("C:\Program Files\PLT"), it might not start when "runIPC.bat" is double-clicked. In this case, please open "runIPC.bat" using the note pad and change the path accordingly.
- Select IPC macro file from the dialogue box for file selection. IPC macro for web navigator scenario is "ipc-webnavigator.ipc."

- Select CSV file, which is translated by IPC translator, from the dialogue box for file selection.

- Save the Q file generated by IPC translator.

3. Revising IPC cards
- Open "sample-kimono.xls" file in "/ipcpackage-e/ipcs" directory.
- Revise the file by filling in blanks. Semantics of blanks depends on columns.

"Action" column- URL : Agents show the web page whose URL is specified.
- Sentence : Agents speak the sentence.
- (gesture_name) : Agents do the gesture. Please refer to 2.1.2 section to get the list of avail-able gesture
- (End-of-Repeat) : It terminates loop control structure which is indicated by "Reacting to Users' Selection (Repeat)" row in "Topic Selection" card and "Reacting to Users' Mouse Click (Repeat)" row in "User Initiative" card
- (Evaluate-Card Card_ID) : Agents execute the scenario generated from the IPC whose id is Card_ID
- Sentence/Word : Agents show the list box whose elements are Sen-tence/Words.
- URL : Agents observe whether users click the link whose address is URL
- Seconds : Agents wait for users' reaction for seconds seconds
If you need more blanks in cards to describe scenarios, you can insert more rows by Excel command. Note that you have to combine the cells which constitute the rows in the same manner of other IPCs. It is possible to combine cells by clicking
button in a tool bar.
- To save as "CSV(comma-separated value) (*.csv)" format type, choose "Save name as(A)" via menu column "File(F)."




