MS Graph
CCS中的graph详细使用说明-刘
CCS 提供显示时频图(Time/Frequency )运算结果也可以通过CCS 提供的图形功能经过一定处理显示出来,CCS 提供的图形显示包括时频分析、星座图、眼图和图像显示.如表2-3所示.用户准备好需要显示的数据后,选择命令View →Graph,设置相应的参数,即可按所选图形类型显示数据.各种图形显示所采用的工作原理基本相同,即采用双缓冲区(采集缓冲区和显示缓冲区)分别存储和显示图形.采集缓冲区存在于实际或仿真目标板,包含用户需要显示的数据区.显示缓冲区存在于主机内存中,内容为采集缓冲区的拷贝.用户定义好显示参数后,CCS 从采集缓冲区中读取规定长度的数据进行显示. 显示缓冲区尺寸可以和采集缓冲区的不同,如果用户允许左移数据显示(Left-Shifted Data Display),则采样数据从显示区的右端向左端循环显示.”左移数据显示”特性对显示串行数据特别有用.CCS 提供的图形显示类型共有9种,每种显示所需的设置参数各不相同.限于篇幅,这里仅举例时频图单曲线显示设置方法.其它图形的设置参数说明请查阅连机在线帮助”Help → General Help → How to → Display Results Graphically?”. 表2-3 CCS 图形显示类型 选择命令View →Graph →Time/Frequency 对话框,在”Display Type”中选择”SignalTime”(单曲线显示),则弹出图形显示参数设置对话框如图2-13所示.显示类型 描 述 单曲线图(Single Time) 对数据不加处理,直接画出显示缓冲区数据的幅度-时间 双曲线图(Dual Time)在一幅图形上显示两条信号曲线 FFT 幅度(FFT Magnitude) 对显示缓冲区数据进行FFT 变换,画出幅度-频率曲线 复数FFT(Complex FFT) 对复数数据的实部和虚部分别作FFT 变换,在一个图形窗口画出两条幅度-频率曲线 FFT 幅度和相位(FFT Magnitude and Phase)在一个图形窗口画出幅度-频率曲线和相位-频率曲线 时域图 FFT 多帧显示(FFT Waterfall) 对显示缓冲区数据(实数)进行FFT 变换,其幅度-频率曲线构成一帧.这些帧按时间顺序构成FFT 多帧显示图 星座图(Constellation)显示信号的相位分布 眼图(Eye Diagram)显示信号码间干扰情况 图像显示(Image)显YUV 或RGB 图像图2-13 单曲线显示属性设置参数需要设置的参数解释如下:(1)显示类型(Display Type)单击” Display Type”栏区域,则出现显示类型下拉菜单,内容如表2-3所示.点击所需的显示类型,则Time/Frequency对话框(参数设置)相应随之变化.(2)视图标题(Grph Title):定义图形视图标题.(3)起始地址(Start Address)A:当监控的为数组时,一般我们用数组来存变量的值,也就是自己做了个变量的缓冲区,缓冲区的长度即为数组的长度,变量的值先存到数组形式的缓冲区中。
如何用MS建模范文
如何用MS建模范文MS建模是指利用微软的建模工具进行建模分析和设计的一种方法。
微软提供了多种建模工具,如Microsoft Visio、Microsoft Power BI等,用于不同领域的建模需求。
下面将详细介绍如何利用MS建模进行建模分析和设计。
首先,需要选择适合需求的建模工具。
如果是进行流程建模、数据流图、UML建模等,可以选择Microsoft Visio;如果是进行数据建模、报表设计等,可以选择Microsoft Power BI。
在进行建模之前,需要明确建模的目的和需求。
建模的目的可以是为了分析业务流程、设计系统架构、优化流程效率等。
根据不同的需求,可以选择不同的建模方法和工具。
接下来,需要收集相关信息和数据。
建模需要基于实际情况和具体数据进行分析和设计,因此需要收集相关的业务流程、系统需求、数据汇总等信息。
然后,开始进行建模分析和设计。
根据建模目的和需求,可以选择不同的建模方法和技巧。
下面以Microsoft Visio为例进行介绍:1. 创建新的建模项目:打开Microsoft Visio,选择“新建”->“模板选择”->“业务流程模板”等,创建一个新的建模项目。
2. 绘制建模图形:在建模项目中,可以使用Visio提供的各种图形和符号来绘制建模图形。
可以从工具箱中选择适合的图形,如矩形代表流程步骤、箭头代表流程方向等。
3.添加文本和注释:在建模图形上添加相关的文本和注释,以便更好地理解建模过程和设计意图。
4. 连接建模图形:使用Visio提供的连接线工具将建模图形连接起来,形成完整的流程或关系。
5.添加属性和规则:根据需求可以为建模图形添加属性和规则,以便对数据进行分析和计算。
6. 进行建模分析:完成建模后,可以进行各种分析和模拟。
例如,可以使用Visio的分析工具来检测和优化流程效率,或者使用其他工具进行数据分析和报表生成等。
最后,需要对建模结果进行评估和修改。
建模过程中可能会出现一些错误或不合理之处,需要经过评估和修改来提升建模质量。
vbs之createobject大全收藏
MS Common Dialog:
oCommmonDialog = CreateObject("monDialog") && !!! You can't directly create this object without a development licence, so for dynamically doing it on another machine, see below. -- PeterCrabtree
MS Outlook Express: None - It is not a COM server!
MS PowerPoint:
oPP = CreateObject("PowerPoint.Application")
MS Project:
oProj = CreateObject("msProject.Application")
oWinPrint = CreateObject("WinPrint.WinPrintX")
SQL-DMO object:
loSQL = CREATEOBJECT("SQLDMO.Application")
Others:
scrīpting Shell:
oShell = CreateObject("Leabharlann scrīpt.Shell")
ActiveXObject("Word.Application") //Client
CCS中的graph详细使用说明
CCS中的graph详细使⽤说明CCS提供显⽰时频图(Time/Frequency)运算结果也可以通过CCS提供的图形功能经过⼀定处理显⽰出来,CCS提供的图形显⽰包括时频分析、星座图、眼图和图像显⽰.如表2-3所⽰.⽤户准备好需要显⽰的数据后,选择命令View→Graph,设置相应的参数,即可按所选图形类型显⽰数据.各种图形显⽰所采⽤的⼯作原理基本相同,即采⽤双缓冲区(采集缓冲区和显⽰缓冲区)分别存储和显⽰图形.采集缓冲区存在于实际或仿真⽬标板,包含⽤户需要显⽰的数据区.显⽰缓冲区存在于主机内存中,内容为采集缓冲区的拷贝.⽤户定义好显⽰参数后,CCS从采集缓冲区中读取规定长度的数据进⾏显⽰. 显⽰缓冲区尺⼨可以和采集缓冲区的不同,如果⽤户允许左移数据显⽰(Left-Shifted Data Display),则采样数据从显⽰区的右端向左端循环显⽰.”左移数据显⽰”特性对显⽰串⾏数据特别有⽤.CCS提供的图形显⽰类型共有9种,每种显⽰所需的设置参数各不相同.限于篇幅,这⾥仅举例时频图单曲线显⽰设置⽅法.其它图形的设置参数说明请查阅连机在线帮助”Help → General Help→ How to → Display Results Graphically?”.显⽰类型描述时域图单曲线图(SingleTime)对数据不加处理,直接画出显⽰缓冲区数据的幅度-时间双曲线图(DualTime)在⼀幅图形上显⽰两条信号曲线FFT幅度(FFTMagnitude)对显⽰缓冲区数据进⾏FFT变换,画出幅度-频率曲线复数FFT(ComplexFFT)对复数数据的实部和虚部分别作FFT变换,在⼀个图形窗⼝画出两条幅度-频率曲线FFT幅度和相位(FFT Magnitudeand Phase)在⼀个图形窗⼝画出幅度-频率曲线和相位-频率曲线FFT多帧显⽰(FFTWaterfall)对显⽰缓冲区数据(实数)进⾏FFT变换,其幅度-频率曲线构成⼀帧.这些帧按时间顺序构成FFT多帧显⽰图星座图(Constellation)显⽰信号的相位分布眼图(Eye Diagram)显⽰信号码间⼲扰情况图像显⽰(Image)显YUV或RGB图像表2-3 CCS 图形显⽰类型选择命令View→Graph→Time/Frequency对话框,在”Display Type”中选择”Signal Time”(单曲线显⽰),则弹出图形显⽰参数设置对话框如图2-13所⽰.图2-13 单曲线显⽰属性设置参数需要设置的参数解释如下:(1)显⽰类型(Display Type)单击” Display Type”栏区域,则出现显⽰类型下拉菜单,内容如表2-3所⽰.点击所需的显⽰类型,则Time/Frequency对话框(参数设置)相应随之变化.(2)视图标题(Grph Title):定义图形视图标题.(3)起始地址(Start Address)定义采样缓冲区的起始地址.当图形被更新时,采样缓冲区内容亦更新显⽰缓冲区内容.此对话栏允许输⼊符号和C表达式.当显⽰类型为”Dual Time”时,需要输⼊两个采样缓冲区⾸地址.(4)数据页(Data Page):指明选择的采样缓冲区来⾃程序、数据还是I/O空间.(5)采⽤缓冲区尺⼨(Acquisition Buffer Size)⽤户可以根据所需定义采样缓冲区的尺⼨.例如当⼀次显⽰⼀帧数据时,则缓冲区尺⼨为帧的⼤⼩.若⽤户希望观察串⾏数据,则定义缓冲区尺⼨为1,同时允许左移数据显⽰.(6)索引递增(Index Increment)定义在显⽰缓冲区中每隔⼏个数据取⼀个采样点.(7)显⽰数据尺⼨(Display Data Size)此参数⽤来定义显⽰缓冲区⼤⼩.⼀般地,显⽰缓冲区的尺⼨取决于”显⽰类型”选项.对时域图形,显⽰缓冲区尺⼨等于要显⽰的采样点数⽬,并且⼤于等于采样缓冲区尺⼨.若显⽰缓冲区尺⼨⼤于采样缓冲区尺⼨,则采样数据可以左移到显⽰缓存显⽰.对频域图形,显⽰缓冲区尺⼨等于FF帧尺⼨,取整为2的幂次.(8)DSP数据类型(DSP Data Type)DSP数据类型可以为:·32⽐特有符号整数;·32⽐特元符号整数;·32⽐特浮点数;·32⽐特IEEE浮点数;·16⽐特有符号整数;·16⽐特⽆符号整数;·8⽐特有符号整数;·8⽐特⽆符号整数.(9)Q值(Q-Value)采样缓冲区中的数始终为16进制数,但是它表⽰的实际数取值范围由Q值确定.Q值为定点数定标值,指明⼩数点所在的位置.Q值取值范围为0~15,假定Q值为xx,则⼩数点所在的位置为从最低有效位向左数的xx位.(10)采样频率(Sampling Rate(Hz))对时域图形,此参数指明在每个采样时刻定义对同⼀数据的采样数.假定采样频率为xx,则⼀个采样数据对应xx个显⽰缓冲区单元.由于显⽰缓冲区尺⼨固定,因此时间轴取值范围为0~(显⽰缓冲区尺⼨/采样频率).对时域图形, 此参数定义频率分析的样点数.频率范围为0~采样率/2.(11)数据绘出顺序(Plot Data From)此参数定义从采样缓冲区取数的顺序:·从左到右:采样缓冲区的第⼀个数被认为是最新或最近到来数据;·从右到左: 采样缓冲区的第⼀个数被认为是最旧数据.(12)左移数据显⽰(Left-Shifted Data Display)此选项确定采样缓冲区与显⽰缓冲区的哪⼀边对齐.⽤户可以选择此特性允许或禁⽌.若允许,则采样数据从右端填⼊显⽰缓冲区.每更新⼀次图形,则显⽰缓存数据左移,留出空间填⼊新的采样数据.注意显⽰缓冲区初始化为0.若此特性被禁⽌,则采样数据简单覆盖显⽰缓存.(13)⾃动定标(Autoscale)此选项允许Y轴最⼤值⾃动调整.若此选项设置为允许,则视图被显⽰缓冲区数据最⼤值归⼀化显⽰.若此选项设置为禁⽌,则对话框中出现⼀新的设置项”Maximum Y-Value”,设置Y轴显⽰最⼤值.(14)直流量(DC Value)此参数设置Y轴中点的值,即零点对应的数值.对FFT幅值显⽰,此区域不显⽰.(15)坐标显⽰(Axes Display)此选项设置X,Y坐标轴是否显⽰.(16)时间显⽰单位(Time Display Unit)定义时间轴单位.可以为秒(s),毫秒(ms),微秒(µs)或采样点.(17)状态条显⽰(Status Bar Display)此选项设置图形窗⼝的状态条是否显⽰.(18)幅度显⽰⽐例(Magnitude Display Scale)有两类幅度显⽰类型:线性或对数显⽰(公式为20log(X)).(19)数据标绘风格(Data Plot Style)此选项设置数据如何显⽰在图形窗⼝中.·Line:数据点之间⽤直线相连;·Bar:每个数据点⽤竖直线显⽰.(20)栅格类型(Grid Style)此选项设置⽔平或垂直⽅向底线显⽰.有三个选项:·No Grid:⽆栅格;·Zero Line:仅显⽰0轴;·Full Grid:显⽰⽔平和垂直栅格.(21)光标模式(Cursor Mode)此选项设置光标显⽰类型.有3个选项:·No Cursor:⽆光标;·Data Cursor:在视图状态栏显⽰数据和光标坐标;·Zoom Cursor:允许放⼤显⽰图形.⽅法:按住⿏标左键,拖动,则定义的矩形框被放⼤.图2-14为⼀正弦波数据显⽰图的例⼦.。
文件扩展名大全
Windows系统文件的扩展名及其分类对照表1. "323""H.323 Internet 电话技术"2. "386""虚拟设备驱动程序"3. "ACA""Microsoft Agent Character File (HTTP format)"4. "ACF""Microsoft Agent Character File (HTTP format)"5. "ACG""Microsoft Agent 预览文件"6. "ACL""自动更正列表文件"7. "ACS""Microsoft Agent Character File"8. "ACW""辅助功能向导设置"9. "ADE""Microsoft Access 项目扩展"10. "ADN""Microsoft Access 空白项目模板"11. "ADP""Microsoft Access 项目"12. "AIF""AIFF 格式声音"13. "AIFC""AIFF 格式声音"14. "AIFF""AIFF 格式声音"15. "ANI""动画光标"16. "ASA""活动服务器文档"17. "ASD""ASF Stream Description File"18. "ASF""Windows Media 音频/视频文件"19. "ASP""活动服务器文档"20. "ASX""Windows Media 音频/视频快捷方式"21. "AU""AU 格式声音"22. "AUDIOCD""AudioCD"23. "A VI""视频剪辑"24. "AW""应答向导文件"25. "BKF""Windows 备份文件"26. "BLG""性能监视器文件"27. "BMP""BMP 图像"28. "CA T""安全编录"29. "CDA""CD 音频曲目"30. "CDF""频道文件"31. "CDX""活动服务器文档"32. "CER""安全证书"33. "CHK""还原了文件碎片"34. "CHM""已编译的HTML 帮助文件"35. "CLP""剪贴板剪贴"36. "CNF""快速拨号"37. "COL""HTML 帮助文件"38. "CPL""控制面板扩展"39. "CRL""证书吊销列表" 40. "CRT""安全证书"41. "CSS""级联样式表文档"42. "CSV""Microsoft Excel 逗号分隔值文件"43. "CUR""光标"44. "DB""数据库文件"45. "DCS""数据库内容源"46. "DER""安全证书"47. "DESKLINK""DESKLINK 文件"48. "DET""Office Data File"49. "DIB""BMP 图像"50. "DIC""文本文档"51. "DIF""Microsoft Excel 数据交换格式"52. "DOC""Microsoft Word 文档"53. "DOCHTML""Microsoft Word HTML 文档"54. "DOCMHTML""DOCMHTML 文件"55. "DOT""Microsoft Word 模板"56. "DOTHTML""Microsoft Word HTML 模板"57. "DQY""Microsoft Excel ODBC 查询文件"58. "DRV""设备驱动程序"59. "DSN""数据源名称"60. "DUN""拨号网络文件"61. "DVD""DVD"62. "ECS""Exchange Server 内容源"63. "ELM""Microsoft Office 主题文件"64. "EMF""EMF 图像"65. "EML""Outlook Express 邮件消息"66. "EXC""文本文档"67. "FAD""Office 数据文件"68. "FAV""FA V 文件"69. "FCS""文件共享内容源"70. "FFA""文件检索索引"71. "FFL""文件检索索引"72. "FFT""文件检索索引"73. "FFX""文件检索索引"74. "FON""字体文件"75. "FPDOCLIB""Microsoft FrontPage Document Library"76. "FPHOMEOP""Microsoft FrontPage Home Page Open"77. "FPHOMEPG""Microsoft FrontPage 主页"78. "FPHTML""Microsoft FrontPage HTML 文档"79. "FPLIST""Microsoft FrontPage List"80. "FPNOPUB""Microsoft FrontPage Dont Publish"81. "FPOPEN""Microsoft FrontPage 打开文件"82. "FPSURVEY""Microsoft FrontPage Survey"83. "FPWEB""FPWEB 文件"84. "FRG""FRG 文件"85. "GIF""GIF 图像"86. "GRA""Microsoft Graph 图表"87. "GRP""Microsoft 程序组"88. "HLP""帮助文件"89. "HOL""Microsoft Outlook Holidays"90. "HT""超级终端文件"91. "HTA""HTML Application"92. "HTC""HTC 文件"93. "HTM""HTML Document"94. "HTML""HTML Document"95. "HTT""HyperText 模板"96. "HTX""用于Internet 数据库的HTML 模板"97. "ICC""ICC 配置文件"98. "ICM""ICC 配置文件"99. "ICO""图标"100. "ICS""iCalendar 文件"101. "IDC""IDC 文件"102. "III""Intel IPhone 兼容"103. "INF""安装信息"104. "INI""配置设置"105. "INS""Internet 通讯设置"106. "IQY""Microsoft Excel Web 查询文件"107. "ISP""Internet 通讯设置"108. "ITS""Internet Document Set"109. "ITSS""Microsoft Infotech Storage System File" 110. "IVF""Indeo 视频文件"111. "JFIF""JPEG 图像"112. "JOB""任务对象"113. "JOD""Microsoft.Jet.OLEDB.4.0"114. "JPE""JPEG 图像"115. "JPEG""JPEG 图像"116. "JPG""JPEG 图像"117. "JS""JScript Script File"118. "JSE""JScript Encoded Script File"119. "LDB""Microsoft Access 记录锁定信息"120. "LEX""词典文件"121. "LOG""文本文档"122. "LWV""Microsoft Linguistically Enhanced Sound File"123. "M1V""电影文件(MPEG)"124. "M3U""M3U 文件"125. "MAD""Microsoft Access 模块快捷方式" 126. "MAF""Microsoft Access 窗体快捷方式" 127. "MAG""Microsoft Access 图表快捷方式" 128. "MAM""Microsoft Access 宏快捷方式"129. "MAPIMAIL""MAPIMAIL 文件"130. "MAQ""Microsoft Access 查询快捷方式" 131. "MAR""Microsoft Access 报表快捷方式" 132. "MAS""Microsoft Access 存储过程快捷方式" 133. "MA T""Microsoft Access 表快捷方式"134. "MAU""MAU 文件"135. "MAV""Microsoft Access 视图快捷方式" 136. "MAW""Microsoft Access 数据访问页快捷方式" 137. "MDA""Microsoft Access 加载项"138. "MDB""Microsoft Access 应用程序"139. "MDBHTML""Microsoft Access HTML 文档" 140. "MDE""Microsoft Access MDE 数据库"141. "MDN""Microsoft Access 空白数据库模板" 142. "MDT""Microsoft Access 加载项数据"143. "MDW""Microsoft Access 工作组信息"144. "MDZ""Microsoft Access 数据库向导模板" 145. "MGC""媒体目录文件"146. "MHT""MHTML Document"147. "MHTML""MHTML Document"148. "MID""MIDI 序列"149. "MIDI""MIDI 序列"150. "MML""媒体目录文件"151. "MMM""媒体剪辑"152. "MMW""媒体目录文件"153. "MP2""电影文件(MPEG)"154. "MP2V""电影文件(MPEG)"155. "MP3""MP3 格式声音"156. "MPA""电影文件(MPEG)"157. "MPE""电影文件(MPEG)"158. "MPEG""电影文件(MPEG)"159. "MPF""Media Package 文件"160. "MPG""电影文件(MPEG)"161. "MPV2""电影文件(MPEG)"162. "MSC""Microsoft 通用管理文档"163. "MSG""Outlook 项目"164. "MSI""Windows Installer 软件包"165. "MSP""Windows Installer 修补程序"166. "MSRCINCIDENT""Microsoft 远程访问事件" 167. "MSSTYLES""Windows 可视化风格文件" 168. "MSWMM""Windows Movie Maker 项目" 169. "NCS""Lotus Notes 内容源"170. "NFO""MSInfo 文档"171. "NICK""Office 数据文件"172. "NK2""Office 数据文件"173. "NMW""Microsoft NetMeeting T126 兼容白板文档"174. "NWS""Outlook Express 新闻消息"175. "OBD""OBD 文件"176. "OBT""OBT 文件"177. "OBZ""OBZ 文件"178. "OCX""ActiveX 控件"179. "ODC""Microsoft Office 数据连接"180. "ODCCUBEFILE""ODCCUBEFILE 文件" 181. "ODCDATABASEFILE" "ODCDA TABASEFILE 文件"182. "ODCNEWFILE""ODCNEWFILE 文件" 183. "ODCTABLEFILE""ODCTABLEFILE 文件" 184. "OFT""Outlook 项目模板"185. "OPC""Microsoft 清理向导文件"186. "OPS""Office 10 设置文件"187. "OQY""Microsoft Excel OLAP 查询文件" 188. "OSS""Office 搜索"189. "OST""Office 数据文件"190. "OTF""OpenType 字体文件"191. "P10""证书申请"192. "P12""Personal Information Exchange"193. "P7B""PKCS #7 证书"194. "P7C""数字标识文件"195. "P7M""PKCS #7 MIME 消息"196. "P7R""PKCS #7 证书"197. "P7S""PKCS #7 签名"198. "PAB""Office 数据文件"199. "PBK""拨号电话簿"200. "PCB""PCB 文件"201. "PCD""Photo CD 图像"202. "PCX""PCX 图像"203. "PFM""Type 1 字体文件"204. "PFX""Personal Information Exchange"205. "PIP""Microsoft Office 设置文件"206. "PKO""公钥安全对象"207. "PMA""性能监视器文件"208. "PMC""性能监视器文件"209. "PML""性能监视器文件"210. "PMR""性能监视器文件"211. "PMW""性能监视器文件"212. "PNG""PNG 图像"213. "POT""Microsoft PowerPoint 模板"214. "POTHTML""Microsoft PowerPoint HTML 模板" 215. "PPA""Microsoft PowerPoint 加载项"216. "PPS""Microsoft PowerPoint 幻灯片放映" 217. "PPT""Microsoft PowerPoint 演示文稿"218. "PPTHTML""Microsoft PowerPoint HTML 文档"219. "PPTMHTML""PPTMHTML 文件" 220. "PRF""msrating.dll,-3001"221. "PST""Office 数据文件"222. "PSW""Password Backup"223. "PWZ""Microsoft PowerPoint 向导"224. "QDS""目录查询"225. "RA T""msrating.dll,-3000"226. "RDP""远程桌面连接"227. "REG""注册表项"228. "RMI""MIDI 序列"229. "RNK""拨号快捷方式"230. "RQY""Microsoft Excel OLE DB 查询文件" 231. "RTF""RTF 格式"232. "RWZ""Office 数据文件"233. "SC2""Microsoft Schedule+ 应用程序" 234. "SCD""Microsoft Schedule+ 应用程序" 235. "SCH""Microsoft Schedule+ 应用程序" 236. "SCP""文本文档"237. "SCT""Windows Script Component"238. "SDB""Appfix 软件包"239. "SHB""将快捷方式插入到文档"240. "SHS""片段对象"241. "SHTM""HTML Document"242. "SHTML""HTML Document"243. "SLK""Microsoft Excel SLK 数据导入格式" 244. "SLL""SLL 文件"245. "SND""AU 格式声音"246. "SNP""Snapshot 文件"247. "SPC""PKCS #7 证书"248. "SPL""Shockwave Flash Object"249. "SST""Microsoft 系列证书存储"250. "STF""Microsoft 安装文件"251. "STL""证书信任列表"252. "STM""HTML Document"253. "SWF""Shockwave Flash Object"254. "SYS""系统文件"255. "TCS""Tahoe Server 内容源"256. "THEME""Windows 主题文件"257. "TIF""TIF 图像"258. "TIFF""TIF 图像"259. "TTC""TrueType Collection 字体文件" 260. "TTF""TrueType 字体文件"261. "TXT""文本文档"262. "UDL""Microsoft 数据链接"263. "ULS""Internet 定位服务"264. "URL""Internet 快捷方式"265. "VBE""VBScript Encoded Script File"266. "VBS""VBScript Script File"267. "VCF""vCard 文件"268. "VCS""vCalendar 文件"269. "VXD""虚拟设备驱动程序"270. "WAB""数字标识文件"271. "WA V""波形声音"272. "WAX""Windows Media 音频快捷方式" 273. "WBK""Microsoft Word 备份文档"274. "WCS""Web 站点内容源"275. "WEB""Office 数据文件"276. "WEBPNP""Webpnp"277. "WHT""Microsoft NetMeeting 旧白板文档" 278. "WIZ""Microsoft Word 向导"279. "WIZHTML""Microsoft Access HTML 模板" 280. "WLL""WLL 文件"281. "WM""Windows Media 音频/视频文件" 282. "WMA""Windows Media 音频文件"283. "WMD""Windows Media Player 下载软件包" 284. "WMF""WMF 图像"285. "WMP""Windows Media Player 文件"286. "WMS""Windows Media Player 外观文件" 287. "WMV""Windows Media 音频/视频文件" 288. "WMX""Windows Media 音频/视频快捷方式" 289. "WMZ""Windows Media Player 外观程序包" 290. "WPS""WPS 文件"291. "WRI""写入文档"292. "WSC""Windows Script Component"293. "WSF""Windows Script File"294. "WSH""Windows Script Host Settings File" 295. "WTX""文本文档"296. "WVX""Windows Media 音频/视频快捷方式" 297. "XLA""Microsoft Excel 加载宏"298. "XLB""Microsoft Excel 工作表"299. "XLC""Microsoft Excel 图表"300. "XLD""Microsoft Excel 5.0 对话框编辑表" 301. "XLK""Microsoft Excel 备份文件"302. "XLL""Microsoft Excel XLL 加载宏"303. "XLM""Microsoft Excel 4.0 宏"304. "XLS""Microsoft Excel 工作表"305. "XLSHTML""Microsoft Excel HTML 文档" 306. "XLSMHTML""XLSMHTML 文件"307. "XLT""Microsoft Excel 模板"308. "XLTHTML""Microsoft Excel HTML 模板" 309. "XLV""Microsoft Excel VBA 模块"310. "XLW""Microsoft Excel 工作区"311. "XML""XML 文档" 312. "XNK""Exchange 快捷方式" 313. "XSL""XSL 样式表"314. "ZAP""软件安装设置" 315. "ZIP""压缩(zipped)文件。
2024年计算机等级考试一级计算机基础及MS Office应用试卷及解答参考
2024年计算机等级考试一级计算机基础及MS Office应用复习试卷(答案在后面)一、单项选择题(本大题有20小题,每小题1分,共20分)1、关于计算机硬件,以下说法错误的是:A、计算机硬件包括主机和外部设备。
B、主机包括CPU、内存、主板等。
C、外部设备包括显示器、键盘、鼠标等。
D、计算机硬件可以直接运行程序。
2、在Windows操作系统中,以下关于“我的电脑”的说法错误的是:A、“我的电脑”可以查看和管理本机的文件和文件夹。
B、“我的电脑”可以查看和管理本机的硬件设备。
C、“我的电脑”可以查看和管理网络上的其他计算机资源。
D、“我的电脑”可以查看和管理本机的系统设置。
3、在Windows操作系统中,下列哪项快捷键可以实现关闭当前活动的应用程序?A. Ctrl + ZB. Alt + F4C. Ctrl + SD. Ctrl + P4、在Excel工作表中,如何设置单元格区域A1:A10为货币格式,并显示两位小数?A. 选中A1:A10,点击“开始”菜单中的“货币”按钮,并设置小数位数为2B. 右键点击A1:A10,选择“设置单元格格式”,然后在“数字”标签下选择“货币”,并设定小数位数为2C. 在“开始”菜单中直接选择“货币”格式D. 使用快捷键Ctrl + Shift +$调整为货币格式,再通过增加小数点按钮添加两位小数5、在Excel中,下列哪个功能可以实现将当前单元格的内容填充到相邻单元格中?A、复制功能B、粘贴功能C、填充功能D、格式刷功能6、在PowerPoint中,以下哪个功能可以实现幻灯片内容的缩放?A、幻灯片母版视图B、幻灯片放映视图C、视图选项卡中的缩放功能D、备注视图7、在Excel中,如果想在单元格中输入“001”,应该将该单元格的数字格式设置为以下哪种格式?A. 数值B. 文本C. 会计专用D. 科学记数8、Word文档中插入的艺术字默认的环绕方式是什么?A. 嵌入型B. 四周型C. 紧密型D. 浮于文字上方9、在Excel中,以下哪个操作可以快速选中整个工作表?A. 点击状态栏中的“全选”按钮B. 使用快捷键Ctrl+AC. 在单元格中右击,选择“全选”D. 在工作表标签上双击11、在Windows操作系统中,关于文件夹的描述不正确的选项是:A. 文件夹是用来组织和管理文件的B. “我的文档”是系统默认的文件夹C. 文件夹中可以存放子文件夹,形成多级目录结构D. 文件夹中只能包含文件,不能包含其他文件夹13、在Word中,若要取消对一段文本的格式设置,以下哪种操作是正确的?A. 点击格式工具栏中的“清除格式”按钮B. 选择“格式”菜单中的“段落”选项C. 选择“格式”菜单中的“字体”选项D. 点击“常用”工具栏中的“样式”下拉菜单15、在Word文档编辑中,若要将某一段落的格式应用到另一段落上,最高效的操作是使用:A. 格式刷B. 复制粘贴C. 段落设置对话框D. 自动格式化17、在Excel中,以下哪个功能可以用来自动填充数据序列?A)查找和替换B)数据透视表C)条件格式D)自动填充19、在Word中,以下哪个选项不是用来设置页边距的?A)文档布局选项卡中的“页面设置”组B)插入选项卡中的“页眉和页脚”组C)视图选项卡中的“显示/隐藏”组D)格式选项卡中的“段落”组二、Windows操作系统的使用(10分)题目:在Windows 10操作系统中,以下哪个选项是正确的文件搜索方式?A. 只能使用“开始”菜单中的搜索框B. 只能使用文件资源管理器进行搜索C. 可以使用“开始”菜单中的搜索框,也可以使用文件资源管理器D. 无法在Windows 10中进行文件搜索三、Word操作(25分)题目:在Word文档中,已知存在以下文本内容:“计算机等级考试一级计算机基础及MS Office应用试卷”,请完成以下操作:1.将“计算机等级考试”这四个字设置为加粗。
西门子培训课程graph练习及实验ppt课件
步1
S1
步1
动作
动作
T1 转换条件 1
步2
S2
步2
动作
动作
T2 转换条件 2
认识到了贫困户贫困的根本原因,才 能开始 对症下 药,然 后药到 病除。 近年来 国家对 扶贫工 作高度 重视, 已经展 开了“ 精准扶 贫”项 目
初始步
顺控器 1 S1
转换
T1 S2
顺控器元素
T6
S5T#4MS
总是与事件关联。
在发生事件的扫描循环中 引发执行一次动作
也可以与联锁条件C组合
计数器
• CS = 设置计数 • CU =增计数 • CD =减计数 • CR = 复位计数
定时器
• TL = 扩展脉冲 • TD = 延时开 • TR = 复位时间
认识到了贫困户贫困的根本原因,才 能开始 对症下 药,然 后药到 病除。 近年来 国家对 扶贫工 作高度 重视, 已经展 开了“ 精准扶 贫”项 目
认识到了贫困户贫困的根本原因,才 能开始 对症下 药,然 后药到 病除。 近年来 国家对 扶贫工 作高度 重视, 已经展 开了“ 精准扶 贫”项 目
编程题
有一工业用洗衣机,控制要求如下: ①按起动按钮后给水阀就开始给水→当水满传感器动作时 就停止给水→波轮正转5s,再反转5s,然后再正转5s如此反 复转动5分钟→出水阀开始出水→出水10s后停止出水, 同时声光报警器报警,叫工作人员来取衣服。 ②按停止按钮声光报警器停止,并结束工作过程。 要求:分配I/O口,设计梯形图。
S1 S tart
S2
= Q4.0
= Q4.5 T1
T1 20s
S3
= Q4.0
常用文件类型后缀及打开
142. "mdt" "microsoft access 加载项数据"
143. "mdw" "microsoft access 工作组信息"
144. "mdz""microsoft access 数据库向导模板"
145. "mgc" "媒体目录文件"
5. "acg" "microsoft agent 预览文件"
6. "acl" "自动更正列表文件"
7. "acs" "microsoft agent character file"
8. "acw" "辅助功能向导设置"
9. "ade" "microsoft access 项目扩展"
37. "col" "html 帮助文件"
38. "cpl" "控制面板扩展"
39. "crl" "证书吊销列表"
40. "crt" "安全证书"
41. "css" "级联样式表文档"
42. "csv" "microsoft excel 逗号分隔值文件"
43. "cur" "光标"
MS中的英语
recent 目前casep计算机自动结构评价程序edit 编辑Toolbar提供调用模块和其它常用命令的快捷方式。
Properties Explorer是查看和编辑对象属性的接口。
Project Explore用来查看和处理属于Materials Studio工程的文档。
Job Explore可以便利地查看工程任务,你可以查看并处理它们。
Visualizer底部的状态条显示有用提示和耗时操作的进度。
Documents包含用来建模的数据。
3D Visualizer提供三维模型文档的三维视图。
这对显示和处理原子和介观尺度结构是很重要的。
Chart Viewers提供图形文档的视图,一般用来显示二维x-y坐标轴的数据。
Grid Viewers显示表格文档视图,它是标准的电子表格的接口。
Text Viewer显示简单文本文件和复杂的超文本文件。
对话框包含显示详细的选项的控件。
鼠标广泛的用来交互控制文档。
超文本帮助为你使用Materials Studio提供详细的帮助信息对话框警告错误发生或要求详细信息view toolbars standard 标准工具栏 project项目 modules模块project explorer项目浏览器 chart viewer 图表观众HTML Formatting格式化 3D movement运转 Animation动画片制作Mesostructure 介观结构 QSAR Models定量构效关系, 定量结构活性关系study Table viewer研究表查看器 Grid viewer格子, 栅格查看symmetry 对称(性), 匀称, 整齐 Atoms &bonds原子键 sketch画素描, Volume v isualization体数据可视化 Status Bar状态栏 scripting脚本 Log 日志Diagnostics诊断法INFO Log file created创建日志文件 job explorer工作探险 select选择MODIFY修改Default Atom style原子默认风格 element properties configuration constraints restraints motion groups Modify Bond type修改键型single bond单键 partial double bond部分双键 Triple bond三键phosphorus磷 chlorine氯 Nitrogen磷Modify Hybridization修改杂交 square planar平面正方形 octahedral八面体Automatic自动 Adjust Hydrogen氢调整Build build polymers建立聚合物 homopolymer均聚物 Dendrimer 树状聚物 block copolymer嵌段共聚物 Random copolymer无规共聚物Branch Points:打开Branch Pointer对话框,可以在存在的重复单元上添加分支点或者修改已经定义的分子点Bonds:提供Bond Caculation对话框,可以使用指定条件计算当前三维模型中原子间的键。
VBS的RUN函数本身带三个参数
VBS的RUN函数本身带三个参数-隐藏后台运行模式VBS的RUN函数本身带三个参数-隐藏后台运行模式1.代码事例:DIM objShellset objShell=wscript.createObject("wscript.shell")iReturn=objShell.Run("cmd.exe /C C:\addolcli\AddolC.exe", 0, TRUE)VBS的RUN函数本身带三个参数,第一个参数就是你要运行的程序第二个参数就是用来控制运行窗口模式有0-9模式其中0是隐藏后台运行,6是最小化运行具体可以参数MSDN帮助文档SW_HIDE 0 Hides the window and activates another window.SW_MINIMIZE 6 Minimizes the specified window and activates the next top-level window in the Z order.SW_RESTORE 9 Activates and displays the window. If the window is minimized or maximized, Windows restores it to its original size and position. An application should specify this flag when restoring a minimized window.Run的第三个参数将允许我们防止相关程序以并发方式运行。
您可将第三个参数赋值为True,以便指示脚本停留在使用Run 方法的代码行并保持等待状态,直到已被激活的程序运行完毕。
我们已经知道了因未设定该参数所产生的后果,该参数在缺省状态下被设定为False,而这种设置必将导致两个程序同时运行。
也就是说TRUE值时必须等待这个脚本完成才运行其他程序,而false时可能还未运行完又执行另外一个脚本还有一种方式的隐藏运行set ws=wscript.createobject("wscript.shell")ws.run "bat.bat /start",0将上面代码写在记事本里保存扩展名为**.vbs 。
微软图表控件MsChart使用指南
微软图表控件MsChart使用指南昨天在网上看到了微软发布了.NET 3.5框架下的图表控件,第一时间抓下来看了一下,发觉功能很强劲,基本上能想到的图表都可以使用它绘制出来,给图形统计和报表图形显示提供了很好的解决办法,同时支持Web和WinForm两种方式,不过缺点也比较明显,只能在最新的开发环境中使用,需要.Net 3.5 Sp1以及VS 2008的开发环境。
下面是下载地址:mework 3.5)–1.包含英文版,中文版。
上面提供的链接是中文版的,可以更改为英文版。
2.语言包:Microsoft Chart Controls for Microsoft .NETFramework 3.5 Language Pack3.Microsoft .NET Framework 3.5 的Microsoft 图表控件的语言包,包含23中语言。
4.Microsoft Chart Controls Add-on for Microsoft Visual Studio 2008–这个只有英文的,没找到中文的。
5.文档(Microsoft Chart Controls for .NET Framework Documentation)–这个只有英文的,没找到中文的。
6.WinForm 和的例子(Samples Environmentfor Microsoft Chart Controls)–这个只有英文的,没找到英文的。
7.Demo 下载:/mschart下了它的示例程序后,运行了一下,非常的强大,可以支持各种各样的图形显示,常见的:点状图、饼图、柱状图、曲线图、面积图、排列图等等,同时也支持3D样式的图表显示,不过我觉得最有用的功能还是支持图形上各个点的属性操作,它可以定义图形上各个点、标签、图形的提示信息(Tooltip)以及超级链接、Jav ascript动作等,而不是像其它图形类库仅生成一幅图片而已,通过这些,加上微软自己的Ajax框架,可以建立一个可以互动的图形统计报表了。
MS Graph图形开发技术
A u r c 对象 : u  ̄or t e 包含 Mi ootG p c sf r h自动更正 属性 ( r a 自动 将 日期 名改为大写 、 自动更 正连 续 两个大 写字母 、 自动更 正词条 列表等等 ) 。使用 A t orc 属性可返 回 A t ret u ̄ r t e u ̄or 对象 。 c
c sf的 Vi a 系列 开发工 具如 V r ot o sl u B中可使用 O E容器控 件嵌 A pi t n L p l i 属性 来 使用 。Ap l t n包 括三 大 子对 象 : aa he a c o pi i a c o D tS et 入 MSG ah的 C at rp hr 对象 , 用 O E绑定 型控件 在表单 上以可 对 象( 使 L 操作 数据 表 )C at 象 ( 作 图表 )Au ̄or t 、 hr 对 操 、 t re 对象 ( c 自 视方式查看数据 ; 自动服 务功 能( uo t n 以编程方式 控制 动 更 正 ) 用 A tM i ) a o 。 应用程序 , 可 视但 自动地 操 作 数据 。在应 用 程 序 中合 并 MS 不 C at h r对象 : 代表指定的 Mi oot rp c sf G a h图表。使用 C at r hr属 Gr h应用程序的功能 , a p 通过 编程 和交互方 式结合 运用实 现图表 性可返 回 C at 象。它是对 图表操作 的主要 对象 , hr对 包含 多个 子 处理 。由于 V P具有强大 的数据 库功 能 , F 目前许多 用 MSGr h 对象 、 a p 方法 和属性 。可 以任 意对 图表进行 编辑 , 如图表显示 格式 、 做 图形 开发 的仅 限于 V P 而在 V 中如 何应 用却 没有涉及 。文 标题 、 F, B 坐标轴 等等。 中主要研究 如何 在 V B中使用 OL E容器控件嵌入 MSG a h 图 rp 做
MS软件介绍精
模型所需要的所有工具,可以操作、观察及 分析结构模型,处理图表、表格或文本等形 式的数据(shùjù),并提供软件的基本环境和 分析工具以支持Materials Studio的其他产品。 是Materials Studio 产品系列的核心模块。
▪ MC(Monte Carlo) MD(Molecular
Dynamics)
▪ 统计力学
分子动力学
▪ 系综平均
时间(shíjiān)平均
▪ 静态的
动态的
▪ 状态
过程
第七页,共31页。
分子(fēnzǐ)模拟的相关软件
▪ Materials Studio是Accelrys专为材料科学领域开发 的新一代材料计算软件。采用Client/Server结构。
第二十五页,共31页。
MS.DPD
▪ DPD (Dissipative Particle Dynamics)是先进 的介观模拟方法,用于研究复杂的流体现象, 包括颜料、药物、化妆品以及(yǐjí)药物控释 等。DPD可以提供流体在平衡态、剪切受力 以及(yǐjí)受限在狭窄空腔等条件下的结构和 动力学性质,而且研究的时间和空间尺度超 越了传统的基于原子水平的分子动力学方法。
第八页,共31页。
分子模拟(mónǐ)的相关软件
▪ 化计算方法、分子力学、 分子动力学以及介观模拟方法等。
第九页,共31页。
分子(fēnzǐ)模拟的相关软件
▪ 多种先进算法的综合运用使Material Studio成 为一个强有力的模拟工具。无论是性质预测、 聚合物建模还是X射线衍射模拟,我们(wǒ men)都可以通过一些简单易学的操作来得到 切实可靠的数据。灵活方便的Client-Server 结构还是的计算机可以在网络中任何一台装 有NT、Linux或Unix操作系统的计算机上进行, 从而最大限度的运用了网络资源。
VBS的RUN函数本身带三个参数
VBS的RUN函数本身带三个参数-隐藏后台运行模式VBS的RUN函数本身带三个参数-隐藏后台运行模式1.代码事例:DIM objShellset objShell=wscript.createObject("wscript.shell")iReturn=objShell.Run("cmd.exe /C C:\addolcli\AddolC.exe", 0, TRUE)VBS的RUN函数本身带三个参数,第一个参数就是你要运行的程序第二个参数就是用来控制运行窗口模式有0-9模式其中0是隐藏后台运行,6是最小化运行具体可以参数MSDN帮助文档SW_HIDE 0 Hides the window and activates another window.SW_MINIMIZE 6 Minimizes the specified window and activates the next top-level window in the Z order.SW_RESTORE 9 Activates and displays the window. If the window is minimized or maximized, Windows restores it to its original size and position. An application should specify this flag when restoring a minimized window.Run的第三个参数将允许我们防止相关程序以并发方式运行。
您可将第三个参数赋值为True,以便指示脚本停留在使用Run方法的代码行并保持等待状态,直到已被激活的程序运行完毕。
我们已经知道了因未设定该参数所产生的后果,该参数在缺省状态下被设定为False,而这种设置必将导致两个程序同时运行。
也就是说TRUE值时必须等待这个脚本完成才运行其他程序,而false时可能还未运行完又执行另外一个脚本还有一种方式的隐藏运行set ws=wscript.createobject("wscript.shell")ws.run "bat.bat /start",0将上面代码写在记事本里保存扩展名为**.vbs 。
graph介绍
Basic Algorithms
Graph representations
adjacency matrix adjacency lists Find all components? Does a graph contain cycles? Find all cut-vertices and bridges? Find all strong components? Find all blocks? How to “orient” an undirected graph, so that the resulting directed graph contains only 1 strong component?
Eulerian and Hamiltonian Graphs
Eulerian: all vertices have even degree Semi-eulerian: 2 vertices with odd degree Algorithms to find Eulerian circuit/trail
Eulerian and Hamiltonian Graphs
Hamiltonian: exists a cycle that contains all vertices Semi-hamiltonian: exists a path that contains all vertices NPC in general
Prim’s algorithm – O(E lg V)
Improve running times? O(E)?
Minimum Spanning Tree
In fact, Kruskal’s algorithm solves the more general “matroid base optimization” problem. Definition
SIMATIC S7-GRAPH V 5.7 运行时控制软件安全信息说明书
SIMATICS7-GRAPH V 5.7 Programming Software for Runtime Control with SIMATIC S7Security Information:Siemens provides products and solutions with industrial security functions that support the secure operation of plants, systems, machines and networks.In order to protect plants, systems, machines and networks against cyber threats, it is necessary to implement - and continuously maintain - a holistic, state-of-the-art industrial security concept. Siemens' products and solutions only form one element of such a concept.Customer is responsible to prevent unauthorized access to its plants, systems, machines and networks. Systems, machines and components should only be connected to the enterprise network or the internet if and to the extent necessary and with appropriate security measures (e.g. use of firewalls and network segmentation) in place.Additionally, Siemens' guidance on appropriate security measures should be taken into account. For more information about industrial security, please visit/industrialsecuritySiemens' products and solutions undergo continuous development to make them more secure. Siemens strongly recommends to apply product updates as soon as available and to always use the latest product versions. Use of product versions that are no longer supported, and failure to apply latest updates may increase customer's exposure to cyber threats.To stay informed about product updates, subscribe to the Siemens Industrial Security RSS Feed under /industrialsecurityInstallation and Usage NotesThe information presented in these notes should be considered more up-to-date than information provided in other documents.Please read these notes carefully because they contain important information about the installation and use of S7-GRAPH V5.7.The version S7-GRAPH V5.7 is referred to simply as "S7-GRAPH" in the following.When printing the file, ensure that the left and right margins are set to approximately 25 mm on DIN A4 portrait page format.Contents1Corrections and Modifications to S7-GRAPH1.1Changes from S7-GRAPH V5.7Installation Notes2Contents of the Consignment3Hardware Requirements4Software Requirements4.1Runtime Environment4.2Required Disk Space4.3Compatibility to STEP 74.4Upgrading an Older Version of S7-GRAPH5Installation5.1Installation of S7-GRAPH5.2License Key for S7-GRAPH5.3Removing S7-GRAPHRelease Notes6Notes about Configuration and Operation6.1S7-GRAPH Compliance with Standards6.2General6.3Switching to Different S7-GRAPH Versions6.4Library and Example Projects6.5Version of Created Function Blocks6.6Handling Message Numbers when Copying Sequencer Blocks and their AssociatedInstance DBs6.7Status of Temporary Variables6.8CPUs with Block Buffers <= 8 KB6.9Using UDTs6.10Control Sequencer Dialog6.11Jumping to a S7-GRAPH Block from a WinCC Picture6.12Update Calls6.13Termination Address / Exclusion Address6.14Symbol Priority Setting6.15Event-dependent Actions for Activating and Deactivating Steps1 Corrections and Modifications toS7-GRAPH1.1 Changes from S7-GRAPH V5.7The operating system MS Windows Server 2019 is supported.Installation NotesThe installation notes contain important information needed for the installation of theS7-GRAPH software. Please read these notes before beginning the installation.2 Contents of the ConsignmentThis DVD contains the complete software for S7-GRAPH Version V5.7.The STEP 7 version is available in 5 languages and can be run using the operating systemslisted in section 4.1.S7-GRAPH Version V5.7 is supplied as the "S7-GRAPH V5.7" DVD in the delivery packagedescribed in the following together with a floating or upgrade license:S7-GRAPH V5.7 (Floating License),Order number: 6ES7811-0CC07-0YA5The delivery package includes:• 1 DVD S7-GRAPH V5.7• 1 License key stick• 1 Certificate of licenseS7-GRAPH V5.7 Upgrade (Floating License) (V5.3/V5.6-> V5.7)Order number: 6ES7811-0CC07-0YE5The delivery package includes:• 1 DVD S7-GRAPH V5.7• 1 License key stick (upgrade license)• 1 Certificate of licenseContent of the DVD S7-GRAPH V5.7• S7-GRAPH V5.7• Notes about the Product, "What's New?"• Electronic manual, "Getting Started with S7-GRAPH"• Electronic manual, "S7-GRAPH for S7-300/400"• Converter for converting GRAPH 5 programs to S7-GRAPH• Automation License ManagerThe manuals are available on your computer following installation.Important noteThe manuals are no longer updated. Please refer to the corresponding online helpfor up-to-date information.3 Hardware RequirementsIn order to be able to work with the S7-GRAPH software, the requirements for operatingSTEP 7 must be fulfilled (see STEP 7 readme file).4 Software Requirements4.1 Runtime EnvironmentOperating SystemsS7-GRAPH V5.7 is released for the following operating systems :• MS Windows 10 Pro and Enterprise (64-bit)• MS Windows Server 2016 (64-bit) (Standard Edition as work station computer)• MS Windows Server 2019 (64-bit) (Standard Edition as work station computer)The capability of running S7-GRAPH on any other operating systems is not guaranteed. Useon other operating systems is at the user’s own responsibility.Note that S7-GRAPH is only released with the MUI versions of the approved Windowsoperating systems.Compatibility toolWith the compatibility tool, you can put together a compatible selection of software productsor check existing configurations for compatibility. You can find the compatibility tool at:https:///cs/ww/en/view/648477814.2 Required Disk SpaceS7-GRAPH uses approximately 40 MB of space on your hard disk.Ensure that you abide by the STEP 7 rules that apply to disk space also here (see readmefile for STEP 7).4.3 Compatibility to STEP 7S7-GRAPH V5.7 requires at least one of the following versions of STEP 7:• STEP 7 V5.74.4 Upgrading an Older Version of S7-GRAPHA valid license for S7-GRAPH V5.3 or V5.6 is required to install the upgrade package.Note:Please note that an upgrade may call for a change of operating systems, becauseolder operating systems (for example, MS Windows 7) are no longer supported asof S7-GRAPH V5.7 (cf. chapter 4.1). Additional notes on installation are included inthe product information.Before changing operating systems, the existing authorization/license key with the program AuthorsW/Automation License Manager must be backed up on a floppy disk or USB stick.5 Installation5.1 Installation of S7-GRAPHYou can install S7-GRAPH V5.7 over an existing installation of S7-GRAPH. Older versionsdo not need to be uninstalled.Before starting Setup, close all other applications (MS Word, etc.) and close the "ControlPanel" window.Insert the S7-GRAPH DVD in the drive. The installation of S7-GRAPH is performed with auser-guided setup. The installation program starts automatically when the S7-GRAPH DVD isinserted in the drive. If you have disabled the auto-play function on your computer, start thesetup program manually by opening MS Windows Explorer and double-clicking onSETUP.EXE in the root directory of the DVD.NoteSTEP 7 and S7-GRAPH register themselves in the MS Windows registry files. Youshould never use MS Windows tools such as the Explorer to move or renameSTEP 7 and S7-GRAPH files and folders or to modify STEP 7 and S7-GRAPHinformation in the MS Windows registry. The program may not operate correctly ifyou fail to heed this warning.The security settings of your system are modified during installation so that youcan use STEP 7: Port 4410 for TCP is entered as an exception in the WindowsFirewall.5.2 License Key for S7-GRAPHBefore you can work with S7-GRAPH, you need to transfer the license key (usageauthorization) from the license key stick to the computer. You have two options in this regard:• During the installation phase of the S7-GRAPH "Setup" program, you will receive a prompt when no suitable license key is installed on your computer. You can select tohave the license key installed by the "Setup" program or to install it later using theAutomation License Manager program.• If you select not to install the license key at this time, the setup continues with the installation of the license key. When the setup is completed, you can restart yourcomputer and install the license key with the menu command, Siemens Automation\Automation License Manage.NoteThe license key can be installed on any local drive.The Automation License Manager prevents license keys from being installed oninadmissible drives or media such as RAM drives, floppies or compressed drives(e.g. DBLSPACE). If a drive of a computer is registered as "Removable disk drive"and not as a normal "Disk drive", it is treated as a DVD drive and is inadmissible asa storage location for license keys.On compress drives you can install the license key on the corresponding hostdrive.In any case, read the notes in the almreadme.rtf file for the Automation LicenseManager on the STEP 7 installations DVD in the folder, "InstData\AutomationLicense Manager\ALM32\".The "<Drive where the license key is installed>:\AX NF ZZ" contains hidden files.These files and its folder should never be deleted, moved or copied. They containdata required for the licensing of your software!The license key may be permanently lost if this warning is not heeded.Note about using license keys correctly• The License key stick cannot be write-protected. Since the License key stick is not write-protected, it is susceptible to virus attack from the hard disk. You should thereforecarry out a virus check on your programming device or PC before installing or removing alicense key.• If you use an optimization program that is capable of moving fixed blocks, you should first transfer the license keys from the hard disk to the License key stick before using thisoption.• A specially marked cluster is created on the target drive when you install a license key.Some disk utilities show this cluster as "bad". Do not attempt to recover this cluster.• Do not forget to transfer the license key to a License key stick before formatting, compressing or restoring your hard disk or installing a new operating system.• If a backup of your hard disk contains copies of license keys, there is the danger that restoring the disk from a backup will overwrite the currently valid license keys and destroythem. To avoid the risk of overwriting a licensed system and thereby losing the licensekey, it is strongly recommended to either remove all license keys before making thebackup or to exclude them from the backup at the start.Using the trial licenseWhen no valid license key for S7-GRAPH is installed, a trial license key is used. This licensekey is always supplied and installed with S7-GRAPH. However, this license key only allowsyou to use S7-GRAPH for 21 days. The trial license is activated with a user prompt the firsttime S7-GRAPH starts and no valid license key is found.5.3 Removing S7-GRAPHNoteSoftware products must be removed according to Microsoft Windows conventions,otherwise they cannot be uninstalled.Use the removal function of the Windows operating system (in the taskbar underStart > Settings > Control Panel > Add/Remove Programs) to remove yoursoftware package or under Vista Start > Settings > Control Panel > Programs and Features.You can also run the setup program to remove the program.Release NotesThe information presented here should be considered more up-to-date than informationprovided in the manuals and online help.6 Notes about Configuration and Operation6.1 S7-GRAPH Compliance with StandardsThe exact definition of compliance with the standard can be found in the NORM_TLB.RTF filein the subfolder which you selected during setup.This document is also stored in WordPadformat.6.2 GeneralThe general notes about configuration and operation of STEP 7 also applies to S7-GRAPH(see readme file for STEP 7). The following points deserve special attention:Umlauts or special characters should not be used in the names of files, folders or projects.Screen saver: If you use a screen saver, be aware that it takes CPU time and therefore mayresult in an overload on the system. It is known that some screen savers do not release theirmemory area when they close. This continually reduces the usable memory.Virus scanner: The use of a virus scanner during runtime can lead to conflicts with hardwareadd-ons. It may result in blockage of the process interface to the modules when working withWinCC. This is exactly why a gatekeeper mechanism cannot be used for dynamic virusprotection. It is recommended to run virus tests offline and activate the process interface onlyafter a hardware reset. Furthermore, no unchecked data should be copied to a station.User data (such as MS Word documents) should not be saved in STEP 7 project directoriessince it will be deleted when a STEP 7 project is deleted in the SIMATIC Manager. The datacannot be retrieved from the Windows Recycle Bin with the "Restore" command!6.3 Switching to Different S7-GRAPH Versions• Projects set up and edited as V3 projects with S7-GRAPHV3.0/4.0/V5.0/V5.1/V5.2/V5.3/V5.6 can still be used as (current) projects unchanged withS7-GRAPH V5.7.• The project data from S7-GRAPH V2.0 can be used in a V2 project in S7-GRAPH V5.7 without modifications being necessary.• Different software versions of S7-GRAPH cannot be operated at the same time on a programming device/PC.6.4 Library and Example ProjectsS7-GRAPH V5.7 includes a variety of libraries and example projects. These libraries andprojects can be deleted in the SIMATIC Manager. Use the S7-GRAPH V5.7 setup program toinstall them again.NoteThe S7-GRAPH V5.7 libraries and example projects are always included in theS7-GRAPH installation. Any modified examples or libraries are overwritten by theiroriginal versions when S7-GRAPH V5.7 is reinstalled. For this reason, it is best tocopy the examples and libraries and to only work with the copies.6.5 Version of Created Function BlocksCreated function blocks are automatically kept to the lowest possible version. In the simplestof cases, a version 3 block will be created. If you have chosen the synchronization options orthe use of a standard block for the run time system, at least version 4 will be generated.Setting a user-defined interface or editing operations (insert or delete) in the interface, theuse of timers, counters, arithmetic or assignment of operations, or the activation of modeselection locks unavoidably leads to version 5. You can see the version of the compiled blockunder Properties in the Block Comments boxPlease note the effect of this setting when using one of the supplied standard blocks. If youhave created a program with S7-GRAPH V4 that uses FC70 or FC71 you can keep theseblocks even if you make changes unless the changes include functions that are only availableas of V5.0 / V5.1. You would then have to replace FC70 or FC71 with FC72 and set thecorresponding compiler options. Alternatively, you could, of course, also replace FC70 withFC72 (rename) in your block folder.As of S7-GRAPH V5.1, the functionality of FC70/71 has been expanded. It is now possible touse these new function blocks when using timers, counters, arithmetic or assignments inactions.When the block is saved, you will receive a message about the incorrect use of FCs.6.6 Handling Message Numbers when Copying Sequencer Blocksand their Associated Instance DBsWhen copying the FB/I-DB pairs to a new block folder, the messages will be createdautomatically with new numbers in the copy of the instance data. The S7-GRAPH FB mustthen be opened in the new folder and saved again and the "Create Instance DB" commandexecuted.6.7 Status of Temporary VariablesIn actions, the value for scan cycle checkpoint will be shown as the status. This leadsunavoidably to the result that no status for temporary variables can be displayed.6.8 CPUs with Block Buffers <= 8 KBYou cannot use FC72 if you use a CPU that works only with blocks of 8 KB or less. Whenusing V5 features select the compilation option "Full code".6.9 Using UDTsAs of S7-GRAPH V5.1, it is possible to use user-defined data types (UDTs) for variables inconditions or actions. You create UDTs with the basic STEP 7 package. Please read therelevant section in the online help of the STEP 7 program editor ("LAD/STL/FBD:Programming Blocks").If you change a UDT definition that is used in an S7-GRAPH block, S7-GRAPH displays atime stamp conflict when you open such a block. This time stamp conflict is resolvedautomatically for a UDT with a simple structure and the accesses that have become invaliddue to the changes are shown as being incorrect.If changes are made to a nested UDT, this can lead to a time stamp conflict in the parentUDT. Automatic resolution of the conflict is then no longer possible. Therefore, update thenested UDT using the STEP 7 program editor or the "Check Block Consistency" function ofthe SIMATIC Manager.6.10 Control Sequencer DialogIf the mode of the sequencer is changed using the "Control Sequencer" dialog (for examplefrom AUTOMATIC to MANUAL), a step should also be selected in the dialog.Selecting a step using the block parameters S_NEXT/S_PREV/S_SEL is not alwayspossible. In the MANUAL mode, a step can, for example, only be selected from the set ofactive steps.6.11 Jumping to a S7-GRAPH Block from a WinCC Picture• The STEP 7 cross-reference list for an address can be launched in a WinCC operator control picture (depending on the configuration). The STEP 7 point of use of the addresscan be displayed in the cross-reference list. After selecting a point of use via adouble-click, the block editor for the programming language (e.g. S7-GRAPH,LAD/FBD/STL) will be launched with the corresponding block. The cursor will bepositioned on the respective location within the block.WinCC transfers the mode (write-protected or not write-protected) to S7-GRAPH, inwhich the block is to be opened. If the write-protected mode has been configured inWinCC, the block cannot be changed offline. All other blocks will only be opened in thismode set.S7-GRAPH is launched with an activated status and positioning on the active step whenopened in the write-protected mode.• You can also open the S7-GRAPH block directly from a WinCC operator control picture.The procedure for opening the block depends on the configuration (e.g. within a WinCCscript via a suitable function).This way, it possible to open S7-GRAPH blocks in thewrite-protected mode/status.6.12 Update CallsThe "Update Calls" menu command allows you to update an invalid block call.However, it can only be used if the STEP7 block consistency check (SIMATIC Manager) waslaunched previously. If possible, the inconsistencies are corrected here automatically and theblocks are compiled. If an automatic correction is not possible, an error message is output inthe output window. You can now open the block with the "Display Errors" command anddisplay the area in the program you want to change.If block calls that have become invalid are not yet corrected, you can do this via the Edit >Update Calls menu command.6.13 Termination Address / Exclusion AddressWhen a termination address is reached, the use of auxiliary networks for criteria analysis willbe terminated (S7-PDIAG).The variables of a S7-GRAPH block can also be defined as termination addresses on itsinterface. This has no effect within a S7-GRAPH block, since no address replacement isperformed for S7-GRAPH blocks.The Termination Address/Exclusion Address columns are hidden in S7-GRAPH sources andcannot be used for editing.If a source is created from a S7-GRAPH block, available termination/exclusion addresses willnot be saved. This means, you have to reenter these attributes in the generated blocks whenthe blocks are created again.6.14 Symbol Priority SettingThe following settings were made for the address priority: “Behavior as in STEP 7 < V5.2". 6.15 Event-dependent Actions for Activating and DeactivatingStepsThe number of event-dependent actions for activating and deactivating Steps (e.g. S1 OFF)is limited. The limit is calculated from the number of simultaneous branches in the block.Example:Your block is structured as follows:• The complete block contains two sequencers.• Each sequencer contains a simultaneous branch with 3 branches. This means that the block has a total of 6 simultaneous branches.You can use six event-dependent actions in this block for activating and deactivating steps.Remedy: Divide the actions among multiple steps.。
VS2013 使用MsChart图表控件
VS2013 使用MsChart图表控件显示曲线波形图和数据波峰波谷标记MSChart.exe安装MSCHART注册.exeMSCHRT20.OCX也可以手动注册32位系统下:1. 将mschrt20.ocx放在windows/system32目录下。
(注意,这个文件名中的没有字母a,即没有写chart中的字母a)2.使用命令regsvr32 MSCHRT20.OCX来注册。
64位系统下:1. 确保win7管理员权限2. 把OCX控件,放到C:\Windows\SysWow64路径下面3. 进入cmd,管理员权限运行4. regsvr32 C:\Windows\SysWow64\MSCHRT20.OCX注册成功会提示的。
在VS2013的对话框中的应用如下:打开VS2013,新建一个MFC工程,点击VS中的“工具->选择工具箱->COM组件”,找到Microsoft Chart Control,version 6.0(OLEDB)并勾选上。
接下来,就可以在工具箱中看到该控件首先建立一个基于对话框的工程文件,在对话框界面单击右键->插入Activex控件->Microsoft Chart Control,version 6.0(OLEDB)即可。
新建MFC工程建立对话框应该程序点击完成,右击插入ActiveX控件列表中找到Microsoft Chart Control 6.0(SP4) (OLEDB)控件点确定按钮插入MsChart图表控件在控件上右击添加变量这时候并不能使用MsChart控件的所有功能,还需要添加控件的所有类,添加步骤如下,先打开类向导点“…”找到MSCHRT20.OCX文件注意OCX控件32位系统在C:\ windows/system32目录下64位系统在C:\Windows\SysWow64路径下面注意左侧会列出控件的所有类,可选择添加点击“>”逐个添加要用到的类,好像只能一个一个添加,最好全部添加添加完成按确定会自动加载.h和.cpp文件到工程中,这时才可以使用控件的所有功能下面是整理出来的一些主要功能void CMyPD3000Dlg::Init_Mschart(CMschart1& m_chartt1){m_chartt1.put_AllowSelections(FALSE); //是否可以选择图表对象m_chartt1.put_AllowSeriesSelection(FALSE);//单击单个的图表数据点时是否可选定整个系列。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Me cr n— 】0 E n o n0.aT— ! ur tl [L U b u d 】 s i [ e ! H
te i=Tr ue
23 S d s olcin对 象 及 其 属 性 . eeC l t e o 在 上 述 的 四 种 标 准 图 表 类 型 中 , 线 折
开 启 图 表 标 题 的 情 况 下 , 可 以 分 别 还 设 定 图 表 标 题 文 字 、 体 、 号 和 标 题 文 字 字 字的位置 。
Ha L g n s e e d属性
图 由 离 散 数 据 点 间 的 连 线 形 成 , 所 有 的 而
离 散 点 数 据 则 记 录 在 S r s o e t n对 ei C l c o e l i 象 中 。S r s ol t n对 象 可 以 记 录若 干 ei C l ci e e o 个 数 据 序 列 ,从 而 构 成 C a 对 象 中 的 若 hr t 干 条 折 线 , 引 用 该 对 象 时 采 用 如 下 格 式 在
以指 定 不 同 的 折 线 :
C a . r s ol t n ( d x h r S i C l ci I e ) t ee e o n S r s ol t n对 象 拥 有 2 ei C l ci e e o 0个 属 性 , 其 中 Mak rtl 性 用 于 设 置 折 线 顶 点 r eSy e属
C a 对 象 的 H s ie属 性 用 于 设 置 hr t a Tt l 是 否 显 示 图 表 标 题 ,其 属 性 取 值 为 逻 辑
型 :re或 者 F l 。如 果 在 当前 窗 体 中嵌 Tu ae s
有 一 个 图 表 子 窗 体 “ u rn_ ” 而 该 子 窗 cr tl, e 体 中 绑 定 了 一 个 O E 对 象 以 “ c sf L Mir o o t G a h 7图 表 ” 其 O E类 , 么 , 下 语 rp 9 为 L 那 以 句 可 以 用 于 设 定 在 该 图 表 中 显 示 图 表 标
题:
型 , 属 性 取 值 为 数 字 型 , 述 四 个 标 准 其 上 图 表 类 型 中 的 各 个 子 图 表 类 型 的 S b ye u T p 属 性 取 值 如 表 l所 示 。C a G op对 象 的 hr ru t S b y e属 性 值 设 置 语 句 格 式 为 : [ 体 uTp “窗 名 】 O E对 象 名】 C a G o p()S b !【L !【h r ru s1 .u — t ]
维普资讯
M r S G ph a
自动化 图表 的 VB A程 序控制
李 禹生 ( 汉 工 业学 院 武 吴煜 煌 武汉 40 2 ) 3 0 3 湖北
摘 要 : 分 析 M S G a h 图表 对 象及 其 属 性 的 基 础 上 , 在 rp 以一 个 实例 介 绍 M S G a h 自动 化 图表 的 VB 控 制 程 序 设 计 方 法 rp A 个 图形 对 象 及 其 属 性 , 必 须 先 创 建 一 个 都 2 2 Ch r o p对 象 及 其 属 性 . a Gru t
提 供 的 方 法 ,合 理 地 设 置 相 关 MS G ah rp 图表对象的各项 属性 , 即可 满 足 应 用 系 统
对 图 表 信 息 的多 数 需 求
C a 对 象 的 HaL g n hr t s e e d属 性 用 于 设 置 是 否 在 图 表 中显 示 图 例 , 属 性 取 值 为 其 逻 辑 型 : r e或 者 F l 。 Tu a e s
MS G a h是 Mirsf 公 司 提 供 的 专 rp c ot o 用 图 表 处 理 软 件 ,其 形 式 为 一 个 O 自 I 动 化 服 务 器 。从 本 质 上 讲 , E 自 动 化 服 OL
C a 对象拥 有 3 hr t 0个 属 性 , 中 三 个 其 属性是 最常用的 。
HaTie属性 s t l
引 用 方 式 为 :【 体 名 】 O E 对 象 名p()' C a Gru s1 ' t 】。
其 中 ,h r ru 对 象 拥 有 2 C a Go p t 2个 属 性 , 中 S b y e属 性 用 于 设 定 子 图 表 类 其 uTp
1 MS Grp a h的 自动 图表功 能
C a 对 象 ,然 后 将 需 要 的 图形 对 象 置 于 hr t 其 中加 以 控 制 ?
C a G o p对 象 是 C a 容 器 对 象 中 h r ru t hr t
的一级子对象 , 建 一个 C a 对象后 , 创 hr t 其 中 自 然 一 个 C a 对 象 在 V A 程 序 中 的 hr t B
务 器 就 是 一 个 定 义 的 类 , 间 包 含 一 些 对 其
象 、 性 和 方 法 , 时 为 客 户 程 序 提 供 驱 属 同 动这些对 象 、 置相关属性 的调用接 口。 设 MS G a h 可 以 提 供 的 图 表 包 括 两 种 类 rp 型 :标 准 类 型 和 自 定 义 类 型 。 其 中 , MS G a h提 供 的 标 准 类 型 图 表 包 括 , 形 图 、 rp 柱 折线 图 、 图 、 环图 、 达 图等共 l 饼 圆 雷 4种 , 且 每 一 种 标 准 类 型 图 表 又 分 别 具 有 若 干 种 不 同 的 子 图 表 类 型 以供 选 择 。 MS G a h提 供 3 rp 5个 对 象 及 其 相 关 属 性 作 为 图 表 控 制 接 口 , 为 这 些 对 象 的 并 行 为 控 制及 其 属性 设 置 提 供 了 2 6种 方 法 。 在 应 用 程 序 中 有 效 地 调 用 MS G a h rp