User manual

167
8.Configuration file samples with CHAPI
8.1 Education configuration file
#
# Copyright (C) 1999-2006 Stromasys.
# All rights reserved.
#
# The software contained on this media is proprietary to and
# embodies the confidential technology of Software Resources
# International. Posession, use, duplication, or dissemination
# of the software and media is authorized only pursuant to a
# valid written license from Stromasys.
#
#
# Sample configuration file for CHARON emulators. Should be
# used for education only - your own configurations is better to
# base on most appropriate one from supplied configuration files.
# Their description can be found in CHARON Manual in config
# files Index.
#
#
# Specify hm_model prior to any other commands. This parameter
# informs the emulator what type of PDP-11/VAX it should emulate.
# All the other commands availability and possibility to use depend
# on this specification
#
set session hw_model="MicroVAX_3600"
#set session hw_model="MicroVAX_3600_512"
#set session hw_model="MicroVAX_II"
#set session hw_model="VAXserver_3600"
#set session hw_model="VAXserver_3600_512"
#set session hw_model="PDP1193"
#set session hw_model="PDP1194"
#
# Comment the following line if you do not want the log to be
# saved into file (change name of the file as well if you'd
# like). Default is "overwrite". If "append" is chosen each new
# session of the emulator appends its log to this file,
# therefore it grows bigger with time. Note that the log_method
# should be specified prior to the log parameter - generally it
# is recommended to specify both of them in one line exactly as
# it's shown below.
#
#set session log="mv3k6.log" log_method="append"
set session log="mv3k6.log" log_method="overwrite"
#
# It is possible to reduce the size of the log file using filtering
# possibilities:
#
# 1) Based on message type (info, warning, error)
# 2) Based on repeatetive messages removing.
#
# You can specify which type of messages should be logged using option
# 'log_show_messages' which is a string option containing mentioned above
# message types delimited by comma. Default is "all" which means to log
# all existing message types.