uaPLUS Reference
OpcServerState Enumeration
See Also  Send Feedback
NSPlugin Namespace : OpcServerState Enumeration

Glossary Item Box

Possible OPC server states

Syntax

Visual Basic (Declaration) 
Public Enum OpcServerState 
   Inherits System.Enum
C# 
public enum OpcServerState : System.Enum 

Members

MemberDescription
OPC_STATUS_COMM_FAULT State set by the customization plug-in to indicate that the communication to the device is currently not working.
OPC_STATUS_FAILED State set by the customization plug-in to indicate a general error situation.
OPC_STATUS_NOCONFIG At startup the server start is in this state until CreateServerItems is executed.
OPC_STATUS_RUNNING Normal running mode state. This state is set after the CreateServerItems method is executed.
OPC_STATUS_SUSPENDED State set by the customization plug-in to indicate that the normal server function is currently suspended.
OPC_STATUS_TEST State set by the customization plug-in to indicate that the serve is currently in test mode.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NSPlugin.OpcServerState

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.