Cpu.ApplicationModuleFilter Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Cpu.ApplicationModuleFilter Property

BR.AN.PviServices .NET


Gets or sets the /AM (ApplicationModule) parameter for the communication to the PLC. If null the parameter will not be set at all. The communication instance will use the setting from "PviConfig.xml". null ... The application module name will not be used by PviServices. "::" ... The application module name can also be an empty string which is also called the "Default" application module. "*::" ... access to all application modules is allowed. "ApplicationModuleName::" ... the access is limited to application module "ApplicationModuleName" and to the empty application module name.

[Visual Basic]

Public Property ApplicationModuleFilter() As String

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

public string ApplicationModuleFilter { public get; public set; }

See Also

Cpu Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]