- 博客(1)
- 资源 (20)
- 收藏
- 关注
Melsec OPC Server
Melsec OPC Server
OPC是OLE for process control的缩写,即把OLE应用于工业过程控制。
OPC采用client/server体系结构,是目前工业控制软件中广泛应用的一项技术。OPC接口凭借其开放性、可靠性,已经成为一项国际标准,广泛应用于各个自动化厂家。各个自动化厂家的产品可通过OPC接口实现无缝对接。OPC server由1.server 2.group 3.item 三类对象组成。应用程序作为OPC中的client,硬件驱动程序作为OPC接口的server。每个OPC中的client应用程序都可以接若干个OPC server,即每个硬件驱动程序可为若干应用程序提供数据。
Melsec opc server (目前最新版本为v3.12)是由日本竹菱公司专门针对三菱PLC开发的OPC,凡支持OPC的组态软件都可通过它来与三菱的PLC进行连接。Melsec opc server支持三菱所有的PLC(FX全系列、A全系列及Q全系列),支持的接口有串口、编程口、以太网口、及MELSEC NET(H网、10网等)、CC-LINK等。而iFIX是目前世界上最有影响力、应用最为广泛的组态软件之一,但其目前专门针对三菱的PLC而开发的驱动相对难找。鉴于两者的代表性,本文特简单介绍两者的组态过程,希望此文对你有所裨益。
2011-10-28
Melsec opc server
Melsec opc server
OPC是OLE for process control的缩写,即把OLE应用于工业过程控制。
OPC采用client/server体系结构,是目前工业控制软件中广泛应用的一项技术。OPC接口凭借其开放性、可靠性,已经成为一项国际标准,广泛应用于各个自动化厂家。各个自动化厂家的产品可通过OPC接口实现无缝对接。OPC server由1.server 2.group 3.item 三类对象组成。应用程序作为OPC中的client,硬件驱动程序作为OPC接口的server。每个OPC中的client应用程序都可以接若干个OPC server,即每个硬件驱动程序可为若干应用程序提供数据。
Melsec opc server (目前最新版本为v3.12)是由日本竹菱公司专门针对三菱PLC开发的OPC,凡支持OPC的组态软件都可通过它来与三菱的PLC进行连接。Melsec opc server支持三菱所有的PLC(FX全系列、A全系列及Q全系列),支持的接口有串口、编程口、以太网口、及MELSEC NET(H网、10网等)、CC-LINK等。而iFIX是目前世界上最有影响力、应用最为广泛的组态软件之一,但其目前专门针对三菱的PLC而开发的驱动相对难找。鉴于两者的代表性,本文特简单介绍两者的组态过程,希望此文对你有所裨益。
2011-10-27
sigar.jar 获取PC硬件信息
加密要用到相关硬件信息
如果读取所有MAC地址,在下面代码打印MAC地址处for循环既可
需要引用的包sigar.jar
及相关动态库 测试时我加载了sigar自带所有动态库
2011-09-16
commons-dbcp-1.3-bin.tar.gz
commons-dbcp-1.3.jar commons-dbcp-1.3-javadoc.jar commons-dbcp-1.3-sources.jar
2011-09-14
非常漂亮的js日历控件
js日历控件, " <table width='98%' id=tableHead border=0 cellspacing=1 cellpadding=0 align='center'><tr align=center>"+
" <td title='向前翻 1 年' onclick='parent.prevY()' style='cursor: hand' class=bg><<</td>"+
" <td width=15 height=19 class=bg title='向前翻 1 月' style='cursor: hand' onclick='parent.prevM()'><</td>"+
" <td width=60 id=meizzYearHead title='点击此处选择年份' onclick='parent.funYearSelect(parseInt(this.innerText, 10))'"+
" onmouseover='this.bgColor=parent.WebCalendar.darkColor; this.style.color=parent.WebCalendar.lightColor'"+
" onmouseout='this.bgColor=parent.WebCalendar.lightColor; this.style.color=parent.WebCalendar.wordColor'></td>"+
" <td width=50 id=meizzYearMonth title='点击此处选择月份' onclick='parent.funMonthSelect(parseInt(this.innerText, 10))'"+
" onmouseover='this.bgColor=parent.WebCalendar.darkColor; this.style.color=parent.WebCalendar.lightColor'"+
" onmouseout='this.bgColor=parent.WebCalendar.lightColor; this.style.color=parent.WebCalendar.wordColor'></td>"+
" <td width=15 class=bg title='向后翻 1 月' onclick='parent.nextM()' style='cursor: hand'>></td>"+
" <td title='向后翻 1 年' onclick='parent.nextY()' style='cursor: hand' class=bg>>></td>"+
2011-08-16
曲线,柱状图,饼图,动态曲线
Line and scatter charts
Basic line
Ajax loaded data, clickable points
With data labels
Time series, zoomable
Spline with inverted axes
Spline with symbols
Spline with plot bands
Time data with irregular intervals
Scatter plot
Area charts
Basic area
Area with negative values
Stacked area
Percentage area
Area with missing points
Inverted axes
Area-spline
Column and bar charts
Basic bar
Stacked bar
Bar with negative stack
Basic column
Column with negative values
Stacked column
Stacked and grouped column
Stacked percentage column
Column with rotated labels
Column with drilldown
Data defined in a HTML table
Pie charts
Pie chart
Donut chart
Pie with legend
Dynamic charts
Spline updating each second
Click to add a point
Master-detail chart
Combinations
Column, line and pie
Dual axes, line and column
Multiple axes
Scatter with regression line
2011-08-11
html5 chm帮助文档
定义和用法
注释标签用于在源文档中插入注释。注释会被浏览器忽略。您可使用注释对您的代码进行解释,这样做有助于您在以后的时间对代码的编辑。
您也可以在注释内容存储针对程序所定制的信息。在这种情况下,这些信息对用户是不可见的,但是对程序来说是可用的。一个好的习惯是把注释或样式元素放入注释文本中,这样就可避免不支持脚本或样式的老浏览器把它们显示为纯文本。
除了在源文档中有非常明显的作用外,许多 Web 服务器也利用注释来实现文档服务端软件特有的特性。这些服务器可以扫描文档,从传统的 HTML/XHTML 注释中找到特定的字符序列,然后再根据嵌在注释中的命令采取相应的动作。这些动作可能是简单的包括其他文件中的文本(即所谓的服务器端包含,server-inside include),也可能是复杂地执行其他命令去动态生成文档的内容。
2011-07-28
一个工业控制管道流动控件的实现
首先是管道,管道简单考虑就是横和竖两种(至于您有时间可以考虑那些七七八八转弯的情况),那么我们这里可以把管道定义成两种模式 ,水流的流动方向,横向的可以为由左向右和由右向左,竖向的可以分为由上向下和右下向上,这样我们就可以抽象里面的流动方向:
2011-07-28
最新Flex 调试Flash安装插件
flashplayer_10_ax_debug.exe
flashplayer_10_ax_debug.exe
flashplayer_10_ax_debug.exe
2011-07-26
集成 Flex, Spring, Hibernate 构建应用程序.pdf
集成 Flex, Spring, Hibernate 构建应用程序.pdf
集成 Flex, Spring, Hibernate 构建应用程序.pdf
2011-07-25
commons-logging.jar
commons-logging.jarcommons-logging.jar
commons-logging.jarcommons-logging.jar
2011-07-25
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人