1.去掉运行仿真时的响声:
preference -> 搜索beep的参数 -> 将两项参数值均设成0。

2.ODB调试时窗口不自动关闭:
preference -> console_exit_pause属性设定为true,这样需要输入两次Enter后才会关闭。
注意:取消debug模式而直接运行时,如果没有将console_exit_pause配置重新改为false,可能会出现运行完毕后close按钮为灰色的情况,必须注意。

3.OPNET与VC联调:
preference -> bind_shobj_flags的值后面加上 /DEBUG
preference -> comp_flags和comp_flags_cpp后面加上/Zi /Od
config simulation(advanced) -> Envirement files -> include两项:debug和force_compile
运行ODB,然后在VC下attach to process,添加op_runsim进程,开始联合调试。

4.删除和查看source directory
preference -> mod_dir -> 选择某项删除