You use the ViewEngine object to host InTouchViewApp objects. The ViewEngine object supports common engine features such as deployment, undeployment, startup, and shutdown. The ViewEngine does not support redundancy.
One ViewEngine object can handle several InTouchViewApp objects.
Click one of the following Help topics to navigate to information about that topic.
A ViewEngine object is a simplified version of an AppEngine object. A ViewEngine object hosts only InTouchViewApp objects, and does not support redundancy.
The ViewEngine object does not need to be running in order for WindowViewer to execute its scripts or access process data.
The ViewEngine object can host Appserver scripts and attributes. The ViewEngine scripts continue to run when WindowViewer is shutdown.
The ViewEngine object provides a set of configuration and run-time attributes for the ViewEngine.
Some key aspects of the ViewEngine object include:
Because
You may
For general information on objects, including relationships, deployment, and alarm distribution, see the Integrated Development Environment (IDE) documentation.
For information on configuration options of object scripts, attributes, or features, click Object Help in the Help file header.
Run-time behavior pertains to the running state of a deployed ViewEngine object. The most important function of the running ViewEngine is its scheduler. The ViewEngine has a scan-based scheduler that triggers at the configured scan period, specified in milliseconds. Each scan period interval, the ViewEngine executes every object on the engine, including itself.
Since the ViewEngine object will generally host only a few InTouchViewApp objects, you may want to reduce the ScanPeriod to minimize the latency of tag value updates when referencing tags as InTouchViewApp attributes.
Once deployed and operating, the ViewEngine object can assume one of the following states:
For general information on objects, including relationships, deployment, and alarm distribution, see the Integrated Development Environment (IDE) documentation.
For information on configuration options of object scripts, attributes, or features, click Object Help in the Help file header.
Use the General tab to configure general aspects of the ViewEngine object, such as startup options, historian options, and scripting options.
Use the Alarms tab to enable alarming for various engine-related conditions.
|
Editor Option
|
Associated Attribute
|
Description
|
Run-Time Access (Supervisory, User, Read-Only, None)
|
|---|---|---|---|
|
Report checkpoint failure alarm
|
Engine.CheckPointFailed.Alarmed
|
If enabled, an alarm will be triggered when the checkpoint operation fails to checkpoint the last object condition.
|
None
|
|
Priority
|
Engine.CheckPointFailed.Priority
|
See Alarm Attributes.
|
Supervisory, User
|
|
Report object quarantined condition
|
Engine.ObjectQuarantined.Alarmed
|
If enabled, an alarm will be triggered when at least one hosted object is in a quarantined state, indicating a software exception has occurred on the object. If all quarantined objects are later undeployed, the alarm will be disabled.
|
None
|
|
Priority
|
Engine.ObjectQuarantined.Priority
|
See Alarm Attributes.
|
Supervisory, User
|
|
Report subscription folding condition
|
Engine.Folding.Alarmed
|
If enabled, an alarm will be triggered when Message Exchange folding is currently active, which means that this object is overloaded with regards to publishing throughput. Folding occurs when the object detects that a target object is receiving more data than it can process in a timely manner.
|
None
|
|
Priority
|
Engine.Folding.Priority
|
See Alarm Attributes.
|
Supervisory, User
|
|
Report scan overrun condition
|
Scheduler.ScanOverrun.Alarmed
|
If enabled, an alarm will be raised if a scan overrun condition occurs.
|
None
|
|
Consecutive scan overrun limit
|
Scheduler.ScanOverrun.HiLimit
|
The maximum number of consecutive scan overruns that are allowed before an alarm is raised. A value of -1 will prevent overruns from being checked against a limit.
|
Supervisory, User
|
|
Priority
|
Scheduler.ScanOverrun.Priority
|
See Alarm Attributes.
|
Supervisory, User
|
Use the Scheduler History tab to enable historization for various status averages and counts that are generated by the internal scheduler of the ViewEngine object.
|
Editor Option
|
Associated Attribute
|
Description
|
Run-Time Access (Supervisory, User, Read-Only, None)
|
|---|---|---|---|
|
Historize check point period average
|
Scheduler.CheckpointPeriodAvg.Historized
|
If enabled, the system will historize the average number of milliseconds between checkpoints for the averaging period.
|
None
|
|
Historize execution time average
|
Scheduler.ExecutionTimeAvg.Historized
|
If enabled, the system will historize the average number of milliseconds required to execute all objects per cycle.
|
None
|
|
Historize housekeeping time average
|
Scheduler.HousekeepingTimeAvg.Historized
|
If enabled, the system will historize the average number of milliseconds required for this object to do housekeeping tasks per cycle.
|
None
|
|
Historize time idle average
|
Scheduler.TimeIdleAvg.Historized
|
If enabled, the system will historize the average number of milliseconds per scan period that the object is idle (for example, receiving data, or sending data).
|
None
|
|
Historize input message size average
|
Scheduler.InputMsgSizeAvg.Historized
|
If enabled, the system will historize the average size of an input message, in bytes, for this averaging period.
|
None
|
|
Historize input messages processed average
|
Scheduler.InputMsgsProcessedAvg.Historized
|
If enabled, the system will historize the average number of input messages, in total bytes, in the input queue per scan period (including deferred and processed messages).
|
None
|
|
Historize input messages queued average
|
Scheduler.InputMsgsQueuedAvg.Historized
|
If enabled, the system will historize the average number of messages queued, including processed and deferred messages, per scan period. The value is calculated for the averaging period.
|
None
|
|
Historize input queue size average
|
Scheduler.InputQueueSizeAvg.Historized
|
If enabled, the system will historize the average size, in MB, of the input queue during the averaging period.
|
None
|
|
Historize time input average
|
Scheduler.TimeInputAvg.Historized
|
If enabled, the system will historize the average number of milliseconds required to process input messages per scan period.
|
None
|
|
Historize time output average
|
Scheduler.TimeOutputAvg.Historized
|
If enabled, the system will historize the average number of milliseconds required to process output messages per scan period.
|
None
|
|
Historize scan overrun count
|
Scheduler.ScanOverrunsCnt.Historized
|
If enabled, the system will historize the number of scan overruns since the last time statistics were reset.
|
None
|
|
Historize R/W Interrupts time average
|
Scheduler.ExecInterruptsTimeAvg.Historized
|
If enabled, the system will historize the average number of milliseconds required to perform execution interrupts per engine scan cycle.
|
None
|
|
Force storage period
|
<AttributeName>.ForceStoragePeriod
|
See History Attributes.
|
Supervisory, User
|
|
Value deadband
|
<AttributeName>.Deadband
|
See History Attributes.
|
Supervisory, User
|
|
Trend high
|
<AttributeName>.TrendHi
|
See History Attributes.
|
Supervisory, User
|
|
Trend low
|
<AttributeName>.TrendLo
|
See History Attributes.
|
Supervisory, User
|
|
Interpolation Type
|
<AttributeName>.InterpolationType
|
See History Attributes.
|
Supervisory, User
|
|
Sample Count
|
<AttributeName>.SampleCount
|
See History Attributes.
|
Supervisory, User
|
|
Rollover Value
|
<AttributeName>.RolloverValue
|
See History Attributes.
|
Supervisory, User
|
|
Enable Swinging Door
|
<AttributeName>.EnableSwingingDoor
|
See History Attributes.
|
Supervisory, User
|
|
Rate DeadBand
|
<AttributeName>.RateDeadBand
|
See History Attributes.
|
Supervisory, User
|
Use the Engine History tab to enable historization for various status counts that are generated by the ViewEngine object.
|
Editor Option
|
Associated Attribute
|
Description
|
Run-Time Access (Supervisory, User, Read-Only, None)
|
|---|---|---|---|
|
Historize external reference count
|
Engine.ExternalReferenceCnt.Historized
|
If enabled, the system will historize the number of registered external references.
|
None
|
|
Historize external reference count unbound
|
Engine.ExternalReferenceCntUnbound.Historized
|
If enabled, the system will historize the number of registered external references that are unbound.
|
None
|
|
Historize issued external gets count
|
Engine.IssuedExternalGetsCnt.Historized
|
If enabled, the system will historize the number of off-engine gets (initiated from AutomationObjects on this object).
|
None
|
|
Historize issued external sets count
|
Engine.IssuedExternalSetsCnt.Historized
|
If enabled, the system will historize the number of off-engine sets (initiated from AutomationObjects on this object).
|
None
|
|
Historize issued internal gets count
|
Engine.IssuedInternalGetsCnt.Historized
|
If enabled, the system will historize the number of on-engine gets (initiated from AutomationObjects on this object).
|
None
|
|
Historize issued internal sets count
|
Engine.IssuedInternalSetsCnt.Historized
|
If enabled, the system will historize the number of on-engine sets (initiated from AutomationObjects on this object).
|
None
|
|
Historize received external gets count
|
Engine.RcvdExternalGetsCnt.Historized
|
If enabled, the system will historize the number of incoming external gets (received from other engine objects that do not exist on this object).
|
None
|
|
Historize received external sets count
|
Engine.RcvdExternalSetsCnt.Historized
|
If enabled, the system will historize the number of incoming external sets (received from other engine objects that do not exist on this object).
|
None
|
|
Historize alarms throttled flag
|
Engine.AlarmsThrottled.Historized
|
If enabled, the system will historize the number of alarms that have been throttled in the prior scan. The limit for the number of alarms per second that can be raised by this object before throttling occurs is set using the alarm throttle limit.
|
None
|
|
Historize publish packets received count
|
Engine.PublishPacketsRcvdCnt.Historized
|
If enabled, the system will historize the number of publish packets received on this engine from other engines.
|
None
|
|
Historize publish packets sent count
|
Engine.PublishPacketsSentCnt.Historized
|
If enabled, the system will historize the number of publish packets sent from this engine to other engines.
|
None
|
|
Force storage period
|
<AttributeName>.ForceStoragePeriod
|
See History Attributes.
|
Supervisory, User
|
|
Value deadband
|
<AttributeName>.Deadband
|
See History Attributes.
|
Supervisory, User
|
|
Trend high
|
<AttributeName>.TrendHi
|
See History Attributes.
|
Supervisory, User
|
|
Trend low
|
<AttributeName>.TrendLo
|
See History Attributes.
|
Supervisory, User
|
|
Interpolation Type
|
<AttributeName>.InterpolationType
|
See History Attributes.
|
Supervisory, User
|
|
Sample Count
|
<AttributeName>.SampleCount
|
See History Attributes.
|
Supervisory, User
|
|
Rollover Value
|
<AttributeName>.RolloverValue
|
See History Attributes.
|
Supervisory, User
|
|
Enable Swinging Door
|
<AttributeName>.EnableSwingingDoor
|
See History Attributes.
|
Supervisory, User
|
|
Rate DeadBand
|
<AttributeName>.RateDeadBand
|
See History Attributes.
|
Supervisory, User
|
The following table describes the run-time only attributes for the object.
Note Configurable run-time attributes are described in the configuration sections. For more information, see Configuration.
For a list of common object attributes, click Object Help in the Help file header.
|
Attribute
|
Description
|
Run-Time Access
(Supervisory, User, Read-Only, None)
|
|---|---|---|
|
AlarmDSCnt
|
The total number of disabled and silenced alarms in the object. Sub-areas or sub-notification-distributors are not included.
|
Read-Only
|
|
AlarmOnCnt
|
The number of active alarms in the distributor. Does not include sub-areas or sub-notification-distributors.
|
Read-Only
|
|
AlarmUnAckCnt
|
The number of unacknowledged alarms in the distributor (including unacknowledged return-to-normals). Does not include sub-areas or sub-notification-distributors.
|
Read-Only
|
|
Engine.AlarmsThrottled
|
The number of alarms that have been throttled in the prior scan. The limit for the number of alarms per second that can be raised by this object before throttling occurs is set using the alarm throttle limit.
|
Read-Only
|
|
Engine.AsyncScriptsRunningCnt
|
The total number of asynchronous scripts that are currently executing on the object.
|
Read-Only
|
|
Engine.AsyncScriptsWaitingCnt
|
The total number of asynchronous scripts that are currently queued to execute on the object, but are not yet executing because they are waiting for a free thread.
|
Read-Only
|
|
Engine.CheckPointFailed.Condition
|
Used to indicate whether the checkpointer failed to checkpoint the last attempt.
|
Read-Only
|
|
Engine.EngineAlarmRate
|
The number of alarms raised on this object during the prior scan by all objects running on this object, calculated as alarms per second. When alarm throttling occurs, the maximum value is the alarm throttle limit. This value is updated by the Notification Distributor.
|
None
|
|
Engine.ExternalReferenceCnt
|
The number of registered external references.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Engine.ExternalReferenceCntUnbound
|
The number of registered external references that are unbound.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Engine.Folding.Condition
|
Set to TRUE when Message Exchange folding is currently active, which means that this object is overloaded with regards to publishing throughput. Folding occurs when the object detects that a target object is receiving more data than it can process in a timely manner.
|
Read-Only
|
|
Engine.GlobalAdviseOnlyActiveEnabled
|
If set to TRUE, Galaxy-wide advising of only active items is enabled.
|
Read-Only
|
|
Engine.Historian.BufferCount
|
Obsolete. Do not use. Use the BufferSize attribute instead.
|
Read-Only
|
|
Engine.Historian.ConnectionPartner
|
The name of the partner Historian Server, if one is configured for the Historian. If no partner Historian is detected, the value of this attribute is an empty string.
|
Read-Only
|
|
Engine.Historian.ConnectState
|
The physical state of the connection between HCAL and the historian. This value should remain TRUE as long as HCAL is able to communicate with the historian, regardless of whether it is historizing data or not. A network failure, for example, will cause the ConnectState attribute to be set to FALSE. Even if the ConnectState attribute is FALSE, the AppEngine may still be connected to the historian and appear listed as a client in the historian System Management Console. In a redundant historian setup, the connect state is TRUE if the connection is good for at least one of the historians. To determine state of an individual historian in a redundant setup, use the ConnectStateMask attribute.
|
Read-Only
|
|
Engine.Historian.ConnectStateCmd
|
The ConnectStateCmd attribute is used to control the state of historization between the engine and the historian. If this value is set to FALSE, the engine will stop sending updates to HCAL, and HCAL will disconnect from the historian to ensure that a gap is displayed on a history trend. HCAL will disconnect from the historian even though it is able to communicate with it, as reflected by the ConnectState attribute.
|
Supervisory, User
|
|
Engine.Historian.ConnectStateMask
|
A bitmask where the lowest order bit represents the connection state of the primary Historian and the second bit represents the connection state of the partner. If no partner is configured, the second bit will always be 0.
|
Read-Only
|
|
Engine.Historian.ForwardingChunkSize
|
Obsolete. Do not use.
|
Read-Only
|
|
Engine.Historian.ForwardingDelay
|
Obsolete. Do not use.
|
Read-Only
|
|
Engine.Historian.InStoreForward
|
If set to TRUE, HCAL is in store-and-forward mode. In a redundant historian setup, the InStoreForward attribute is TRUE if either one of the historians is in store-and-forward mode. To determine state of an individual historian in a redundant setup, use the InStoreForwardMask attribute.
|
Read-Only
|
|
Engine.Historian.InStoreForwardMask
|
A bitmask where the lowest order bit represents the store-and-forward state of the primary Historian and the second bit represents the store-and-forward of the partner. If no partner is configured, the second bit will always be 0.
|
Read-Only
|
|
Engine.Historian.ProcessInterval
|
Obsolete. Do not use.
|
Read-Only
|
|
Engine.Historian.StoreForwardProblem
|
If set to TRUE, the HCAL on the active engine is unable to store data while in store-and-forward mode. In a redundant historian setup, the StoreForwardProblem attribute is TRUE if either one of the historians has a store-and-forward issue.
|
Read-Only
|
|
Engine.Historian.StoreForwardSpaceAvailable
|
The available storage space, in MB, for the HCAL of the active engine.
|
Read-Only
|
|
Engine.Historian.StoreFwdDataLost
|
Set to TRUE when HCAL is in store-and-forward mode, the store-and-forward deletion threshold has been exceeded, and history data has been lost. This value remains TRUE until the connection to the historian has been re-established and store-and-forward is no longer in effect.
|
Read-Only
|
|
Engine.IssuedExternalGetsCnt
|
The number of off-engine gets (initiated from AutomationObjects on this object).
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Engine.IssuedExternalSetsCnt
|
The number of off-engine sets (initiated from AutomationObjects on this object).
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Engine.IssuedInternalGetsCnt
|
The number of on-engine gets (initiated from AutomationObjects on this object).
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Engine.IssuedInternalSetsCnt
|
The number of on-engine sets (initiated from AutomationObjects on this object).
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Engine.ObjectQuarantined.Condition
|
Used to trigger an alarm when at least one hosted object is in a quarantined state, indicating a software exception has occurred on the object. If all quarantined objects are later undeployed, the alarm will be disabled.
|
Read-Only
|
|
Engine.Objects
|
An array containing the names of all objects hosted by this object.
|
Read-Only
|
|
Engine.ProcessCPULoad
|
The current processor load that the engine is consuming.
|
Read-Only
|
|
Engine.ProcessIODataBytes
|
The current rate, in bytes per second, that the engine is reading and writing I/O bytes. I/O bytes include network bytes, file bytes, and all device I/O bytes.
|
Read-Only
|
|
Engine.ProcessPageFaults
|
The current page fault rate, per second, for the engine.
|
Read-Only
|
|
Engine.ProcessPrivateBytes
|
The current private bytes of memory that the engine has allocated.
|
Read-Only
|
|
Engine.ProcessWorkingSet
|
The current number of bytes in the working set of the engine. The working set is the amount of memory that the operating system has dedicated for the engine process.
|
Read-Only
|
|
Engine.PublisherDataNotifyFailureCnt
|
The total number of times that the engine, acting as a publisher, failed to send data change notifications to a subscriber.
|
Read-Only
|
|
Engine.PublishPacketsRcvdCnt
|
The number of publish packets received on this engine from other engines.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Engine.PublishPacketsSentCnt
|
The number of publish packets sent from this engine to other engines.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Engine.RcvdExternalGetsCnt
|
The number of incoming external gets (received from other engine objects that do not exist on this object).
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Engine.RcvdExternalSetsCnt
|
The number of incoming external sets (received from other engine objects that do not exist on this object).
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Engine.StartingFromCheckpoint
|
If set to TRUE, an engine is starting and restoring a checkpoint file.
|
Read-Only
|
|
Engine.StartupReason
|
Indicates whether an engine is starting after deployment, from a checkpoint, or from standby (failover). Valid values are: Starting_AfterDeploy, Starting_FromCheckpoint, Starting_FromStandby.
|
Read-Only
|
|
Engine.StatsReset
|
Used to reset all statistics during run time.
|
Supervisory, User
|
|
Engine.SubscribedAttrCnt
|
The number of attributes on this engine, including the attributes of all objects hosted on this engine, that are being subscribed to (read) by other engines and their hosted objects and anonymous engines, such as the Object Viewer and InTouch.
|
Read-Only
|
|
Engine.SubscribedObjectCnt
|
The number of objects on this engine that have one or more attributes that are subscribed to by other engines.
|
Read-Only
|
|
Engine.SubscriberEngineCnt
|
The number of other engines that are subscribing to attributes on this engine. For example, if InTouch View is displaying 10 attributes from this engine, and objects hosted on another AppEngine are reading data from five objects on this engine, then the value is 2.
|
Read-Only
|
|
Engine.SubscriptionAttemptCnt
|
The total number of subscriptions initiated by this engine.
|
Read-Only
|
|
Engine.SubscriptionCancelledCnt
|
The total number of subscriptions initiated by this engine that were cancelled by the publisher.
|
Read-Only
|
|
Engine.SubscriptionFailureCnt
|
The total number of subscription failures detected by this engine.
|
Read-Only
|
|
Engine.SubscriptionFailureCommsCnt
|
The number of subscription failures detected by this engine that resulted from platform or engine communications errors.
|
Read-Only
|
|
Engine.SubscriptionFailureConfigCnt
|
The total number of times that the engine, acting as a publisher, failed to send data change notifications to a subscriber.
|
Read-Only
|
|
Engine.SubscriptionLocalCnt
|
The current number of active subscriptions to an engine on the local platform.
|
Read-Only
|
|
Engine.SubscriptionRemoteCnt
|
The current number of active subscriptions to an engine on a remote platform.
|
Read-Only
|
|
Engine.SuspendedAttributeCnt
|
The number of attributes on this engine that are currently in a suspended (or inactive) state.
|
Read-Only
|
|
Scheduler.CheckpointPeriodAvg
|
The average number of milliseconds between checkpoints for the averaging period.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.ExecInterruptsTimeAvg
|
The average number of milliseconds required to perform execution interrupts per engine scan cycle.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.ExecutionTimeAvg
|
The average number of milliseconds required to execute all objects per cycle.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.HousekeepingTimeAvg
|
The average number of milliseconds required for this object to do housekeeping tasks per cycle.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.InputMsgSizeAvg
|
The average size of an input message, in bytes, for this averaging period.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.InputMsgsProcessedAvg
|
The average number of input messages, in total bytes, in the input queue per scan period (including deferred and processed messages).
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.InputMsgsQueuedAvg
|
The average number of messages queued, including processed and deferred messages, per scan period. The value is calculated for the averaging period.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.InputMsgsQueuedMax
|
The maximum value of the average number of queued input messages since the last statistics reset.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.InputQueueSizeAvg
|
The average size, in MB, of the input queue during the averaging period.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.InputQueueSizeMax
|
The maximum value of the average input queue size since the statistics were last reset.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.ObjectCnt
|
The number of objects, excluding the AppEngine object.
|
Read-Only
|
|
Scheduler.ObjectsOffScanCnt
|
The number of offscan objects, excluding the AppEngine object.
|
Read-Only
|
|
Scheduler.ScanCyclesCnt
|
The number of execution cycles since the statistics were last reset.
|
Read-Only
|
|
Scheduler.ScanOverrun.Condition
|
A Boolean condition alarm flag indicating a scan overrun condition. This value is set to FALSE when the object goes offscan.
|
Read-Only
|
|
Scheduler.ScanOverrunsCnt
|
The number of scan overruns since the last time statistics were reset.
|
Read-Only
|
|
Scheduler.ScanOverrunsConsecCnt
|
The number of consecutive scan overruns. This value increments by 1 when a scan overrun occurs. This value is set to 0 when the object goes offscan.
|
Read-Only
|
|
Scheduler.ScanTime
|
The current, local, system time for a given scan of the AppEngine that contains this scheduler. The date format reflects the current locale setting for the operating system.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.StatsReset
|
Used to reset all statistics during run time.
|
Supervisory, User
|
|
Scheduler.TimeIdleAvg
|
The average number of milliseconds per scan period that the object is idle (for example, receiving data, or sending data).
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.TimeIdleMax
|
The maximum value for the TimeIdleAvg attribute since statistics were reset or since the engine went onscan.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.TimeIdleMin
|
The minimum value for the TimeIdleAvg attribute since statistics were reset or since the engine went onscan.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.TimeInputAvg
|
The average number of milliseconds required to process input messages per scan period.
For extra quality information, see Quality Handling.
|
Read-Only
|
|
Scheduler.TimeOutputAvg
|
The average number of milliseconds required to process output messages per scan period.
For extra quality information, see Quality Handling.
|
Read-Only
|
The following attributes are available for all Objects. If alarm aggregation is enabled on the Area, the following attributes aggregate their respective alarm status values for the Area, for all sub-Areas, contained objects, and their descendants assigned to the Area. If alarm aggregation is disabled, these attributes remain at their default values. Alarm aggregation attributes behave similarly to alarm aggregation of individual attributes.
If a historization Feature is enabled, then the following additional history-related attributes become available. None of these attributes can be alarmed.
If an alarm attribute is enabled, then the following additional alarm attributes become available. None of these attributes can be alarmed.
For the following attributes, data quality is set to BAD when the object goes offscan, set to INITIALIZING when the object goes onscan, and set to GOOD when the object is updated during execution.
© 2014 Invensys Systems, Inc. All Rights Reserved.
Invensys is a Schneider Electric company
10/17/14