The IEALConnection type exposes the following members.

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 implemented
Public methodDisconnect
Disconnects from the drive.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetClientCoreVersion
Not implemented
Public methodGetServerCoreVersion
Not implemented
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
Public methodTestConnection
Not implemented
Public methodWait
Waits for the given time. It is similar to Thread.Sleep method.
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 propertyParameter
Parameter property, which holds all parameter related methods.
Public propertySystem
Property to access all Motion related methods and propeties

Events

  NameDescription
Public eventExceptionInQueueExecution
This event occurs, if any exception occurs.

See Also