The EALConnection type exposes the following members.

Constructors

  NameDescription
Public methodEALConnection()()()()
Constructs EAL connection
Public methodEALConnection(Boolean)
Constructs EAL connection

Methods

  NameDescription
Public methodConnect(String)
Connects to the drive
Public methodConnect(String, Nullable<(Of <<'(Boolean>)>>))
Connects to the drive
Public methodConnect(String, Nullable<(Of <<'(Boolean>)>>), UInt32)
Connects to the drive
Public methodConnect(String, Nullable<(Of <<'(Boolean>)>>), UInt32, UInt32)
Connects to the drive
Public methodConnect(String, Nullable<(Of <<'(Boolean>)>>), UInt32, UInt32, UInt32)
Connects to the drive
Public methodDelay
Not implemeted
Public methodDisconnect
Disconnects from the drive.
Public methodDispose
Dispose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetClientCoreVersion
Returns the client core version
Public methodGetConnectedPort
Gets connected port
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetServerCoreVersion
Not implemented
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize()()()()
Initializes the axis settings with default setting. Selects ClosedLoop functional package, reboots if required after initialization and with time out 1000000 ms
Public methodInitialize(FunctionPackage)
Initializes the axis settings with given function package and default default reboot after initialize flag and timeout value. So selects reboots if required after initialization and with time out 1000000 ms
Public methodInitialize(Boolean, Int32)
Initializes the axis settings with default functional package(Closed loop) and given reboot-after-initialize and timeout
Public methodInitialize(FunctionPackage, Boolean, Int32)
Initializes the axis with given functional package, reboot after initialize flag and timeout
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodTestConnection
Not implemented
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWait
Waits for the given time
Public methodWaitDone
This drive will wait until, the given drive compleates execution, until this method is called.
Public methodWaitUntilQueueComplete
Waits untill queue completes

Properties

  NameDescription
Public propertyExecuteAsynchronously
Executes task asynchronoulsy
Public propertyIsConnected
True if this object is connected to the real drive.
Public propertyIsQueueCompleated
True, if all task from the queue are compleated.
Public propertyLogic
Property to access all logic related methods and propeties
Public propertyMotion
Property to access all Motion related methods and propeties
Public propertyMultiIp
Multi ip addresses
Public propertyParameter
Parameter property, which holds all parameter related methods.
Public propertySystem
Property to access all Motion related methods and propeties

Events

  NameDescription
Public eventExceptionInQueueExecution
Event, which triggers on any exception on executing any task in from the queue

See Also