|
|
im runchart
|
|
界面
|
过程
|
|---|---|
|
GUI
|
执行下列操作之一:
• 选择 > > ,然后指定选择内容。
• 在“管理图表”视图中选择图表,然后选择 > 或 > > 。
|
|
Web 界面
|
在“图表视图”中,选择一览表,然后选择“运行图表”。
|
|
全新的 Web 界面
|
在“图表”页面中,单击要运行的图表。
|
|
超链接
|
使用超链接为旧版 Web 用户界面指定下列内容:
http://hostname:port/im/runchart?selection=chartname
为全新的 Web 用户界面指定以下内容:
http://hostname:port/extended-web-ui/charts/run?selection=chartname
其中:
• hostname 是指托管图表的 PTC RV&S 服务器的主机名。
• port 是指托管图表的 PTC RV&S 服务器的端口号。
• chartname 是图表的名称。
要防止 PTC RV&S 用户在运行多个图表时超过允许的打开会话数,请在 URL 末尾附加:
&mks.disconnect=true
这样可以确保 PTC RV&S 在完成将图表输出给用户的操作之后关闭会话。
例如:
http://localhost:7001/im/runchart?selection=AllTestSessions&mks.disconnect=true
http://localhost:7001/extended-web-ui/charts/run?selection=AllTestSessions=true
|