• 博客(0)
  • 资源 (3)

空空如也

RSLinx软件图文教程

1. RSLinx的主要作用:简单的说RSLinx软件就是解决计算机访问罗克韦尔产品途径,为其软件提供全套的通讯服务。同时,还提供了数种开放接口用于与第三方人机界面系统、数据采集/分析系统、客户应用程序软件进行通讯。 2. RSLinx软件安装不同的授权就变成了不同的版本.,常见有4中版本分别是:RsLinx lite,RSLinx single node,RSLinx Professional,RSLinx Gateway  RSLinx lite是免费的,它的主要功能就是PLC的编程和硬件的组态;  RSLinx Professional是最为广泛使用的,它包含了OPC和DDE的功能以及PLC和其它设备数据查看的功能;  RSLinx Gateway是最功能最完全的版本,它支持Remote OPC和网关功能,就是说你可以把一台安装有RSLINX的计算机当作一个网关从而访问到你的PLC,远程访问的必备软件; 3. RSLinx软件安装:RSLinx的安装使用非常的简单,按提示要求一步一步进行直到完成,安装完成以后最好重启计算机。 4. 授权:移动授权(最好不要放在系统盘,以免重装系统时丢失)

2013-03-07

用VB编写OPC客户端访问WINCC

先在“引用”将近 Siemens OPC DAAutomation 2.0加入,然后开始定义全局变量。在本程序中,我使用了两个OPC组进行OPC访问,所以定义了全局变量。我们要首先定义OPC服务类型与计算机结点名。定义OPC组与OPC标签组。并定义OPC的标签数组与值数,注意,值数组一定要设为Variant。 'OPC处理:只对WINCC Const ServerName = "OPCServer.WinCC" 'OPC的类型 Const NodeName = "GUK" '结点名,即计算机名 'Dim NodeName As String Dim WithEvents MyOPCServer As OPCServer 'OPC服务 Dim MyOPCGroupColl As OPCGroups ' Dim WithEvents MyOPCGroupOut As OPCGroup 'OPC组,本程序用两个组进行OPC连接 Dim WithEvents MyOPCGroupIn As OPCGroup Dim MyOPCItemCollIn As OPCItems 'OPC标签组 Dim MyOPCItemCollOut As OPCItems Dim ServerHandlesIn() As Long '句柄 Dim ServerHandlesOut() As Long Dim ErrorsIn() As Long '错误句柄 Dim ErrorsOut() As Long Dim WatchDataReadItem(100) As String '记录OPC的标签 Dim WatchDataReadValue(100) As Variant '存放OPC的值 Dim WatchDataWriteItem(100) As String '记录OPC的标签 Dim WatchDataWriteValue(100) As Variant '存放OPC的值

2013-03-07

OPC Data Access 2.0

The FactorySoft OPC Data Access Components package installs the Server Browser, the Data Access 2.0 proxy dlls, and the Automation dll in the System directory. This installation can be freely redistributed with your products. It can be used to install the OPC components needed for your server. It can also be used on client computers that will run custom or automation clients.

2013-03-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除