Logger Members

<< 点击显示目录 >>

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

Logger Members

BR.AN.PviServices .NET


Logger overview

Public Static (Shared) Fields

pubfieldstaticKW_SYSLOGBOOK_NAME

The name of the system log book for SG4 targets.

pubfieldstaticKW_USRLOGBOOK_NAME

The name of the user log book for SG4 targets.

Public Instance Constructors

pubmethod Logger Constructor

Initializes a new instance of the Logger class.

Public Instance Properties

pubpropertyContentVersion

Gets the content version for the logger data on the PLC. You have to call ReadLoggerInfo first, to get this info!!!

pubpropertyContinuousActive

Gets if the update for logger events is on.

pubpropertyDaylightSaving

Returns a string containing XML data. You have to call ReadLoggerInfo first to get this information

pubpropertyGlobalMerge

Gets if global merge is activated or not.

pubpropertyIsArchive

Gets wheter this loggger is an archive or not.

pubpropertyLoggerEntries

The collection of logger entries

pubpropertyOffsetUtc

Returns difference in minutes from the UTC on the PLC. You have to call ReadLoggerInfo first to get this information

pubpropertyParentCollection

Gets the collection of parent objects.

pubpropertyReadBlockSize

Gets the size of the block to read.

pubpropertyReadRequestActive

Gets if there is any read reuqest active. Do not request data as long as a read request is active!!!

Public Instance Methods

pubmethodClear

Do the cleanup.

pubmethodConnect

Overloaded. Creates a connection of this instance to its processvariable.

pubmethodDisconnect

Overloaded. Disconnects this instance of the Module from the plc

pubmethodRead

Overloaded. Read the whole logger module.

pubmethodReadLoggerInfo

Reads the Logger info XML data. The response data will be received in .

Public Instance Events

pubeventCleared

Basic logger event.

pubeventContinuousActivated

Occurs when the logger instance continuous mode is activated.

pubeventContinuousDeactivated

Occurs when the logger instances continuous mode is deactivated.

pubeventEntriesRead

Occurs when the logger instances continuous mode is deactivated.

pubeventEntriesRemoved

Basic logger event called when ever entries have been removed.

pubeventEntryAdded

Basic logger event.

pubeventEntryBlockRead

Basic logger event.

pubeventGlobalAdded

Basic logger event.

pubeventGlobalRemoved

Basic logger event.

pubeventLoggerInfoRead

Event handler for receiving Logger Info data

See Also

Logger Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]