Communication with B&R controllers within the .NET developer's environment using BR.AN.PviServices

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 >

Communication with B&R controllers within the .NET developer's environment using BR.AN.PviServices

PviServices组件针对的是希望在微软.NET开发平台中使用B&R控制器的通信和诊断服务的用户。由于它是基于PVICOM组件,它作为控制器的接口,其面向对象的处理方式为过程数据和控制器特定数据提供了一个可理解的逻辑图像。它允许用户尽可能容易和快速地交换和重做过程数据。这个组件可以在X86和X64(从组件5.0版本开始)的应用程序中使用。CompactFramwork也支持Windows CE应用程序。

组件BR.AN.PviServices.dll是开发者构建应用程序时唯一需要参考的对象。

从4.2.5版本开始,除了PviServices DLL之外,PVI设置将不包括B&R Textsystem的所有系统DLLs。

这些DLLs仅在将记录仪条目保存到*.logpkg文件时与B&R TextSystem一起使用。

目前没有必要这样做,因为您仍然可以保存 Logger.BR 文件或将 LoggerEntries 保存为 ARL 文件。

对于现有的应用程序,不需要安装这些DLLs。

下面提供了类的描述,以及使用PviServices的例子。

Topics in this section:

Class overview

Communication classes

Event handling

Basis services of all list types

BR.AN Namespace

Samples

Appendix