Module Members

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Module Class >

Module Members

BR.AN.PviServices .NET


Module overview

Public Instance Constructors

pubmethod Module

Overloaded. Initializes a new instance of the Module class.

Public Instance Properties

pubpropertyAnalogMemoryAddress

Obsolete. Gets the start address of the analogous variables in memory

pubpropertyCpu

Gets the Cpu object

pubpropertyCreationName

Obsolete. Gets the creation name of the Module

pubpropertyCreationTime

Gets the creation time of the Module

pubpropertyDigitalMemoryAddress

Obsolete. Gets the start address of the digital variables in memory

pubpropertyDomainIndex

{secret}

pubpropertyDomainState

Gets the DomainState of this instance

pubpropertyFileName

Gets the ConnectionType of this instance.

pubpropertyFullName

Gets the FullName of the Module

pubpropertyInstallationPriority

Gets the install priority of the Module

pubpropertyInstallationPriorityValid

Gets if the install priority of the Module is valid or not

pubpropertyInstallNumber

Gets the install number of the Module

pubpropertyLastWriteName

Obsolete. Gets the last write time of the Module

pubpropertyLastWriteTime

Gets the last write time of the Module

pubpropertyLength

Gets the length of the Module in Bytes

pubpropertyMemoryType

Gets the memory type of the Module e.g. UserRom, UserRam

pubpropertyProgramState

Gets the program state information such as Running, Resuming etc.

pubpropertyPviPathName

Gets the PviPathName of this instance.

pubpropertyStartAddress

Obsolete. Gets the start address of the Module

pubpropertyTaskClassType

Gets the task class type of the Module

pubpropertyType

Gets the type of the Module e.g. UserTask, InterruptTask

pubpropertyVariableCount

Obsolete. Gets the count of the variables (global and local) used by the Module

pubpropertyVersion

Gets the Version of the Module as Int16

pubpropertyVersionText

Gets the Version of the Module as String

Public Instance Methods

pubmethodCancel

Call this method to abort actions.

pubmethodConnect

Overloaded. Creates a connection of this instance to the addressed module on the plc

pubmethodDelete

Overloaded. Delete the Module on the plc

pubmethodDisconnect

Overloaded. Disconnects this instance of the Module from the plc

pubmethodDownload

Overloaded. Downloads the module file to the plc. The Address property of the Module and the name of the file (without extension) must be the same. For using a logical name for the Module, it is necessary to set the Address property (Sample2)

pubmethodFromXmlTextReader

Reads device configuration from xml configuration file and updates baseObject.

pubmethodRemove

This method removes the instances references from the PviServices hierarchy.

pubmethodSaveModuleConfiguration

Saves the configuration parameters to the configuration xml file.

pubmethodUpload

Overloaded. Upload the Module from the plc

Public Instance Events

pubeventCancelled

Occurs when a download or upload process is cancelled

pubeventDeleted

Occurs when the Module on the plc is deleted

pubeventDownloaded

Occurs when the Module from the plc is downloaded

pubeventDownloadProgress

Occurs when download is in progress.

pubeventRunCycleCountSet

Occurs when the cycle count for the run cycles for a module on the plc has changed.

pubeventStarted

Occurs when the Module on the plc is started

pubeventStopped

Occurs when the Module on the plc is stopped

pubeventUploaded

Occurs when the Module from the plc is uploaded

pubeventUploadProgress

Occurs when upload is in progress.

See Also

Module Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]