Wp2Comm.dll Version 1.22 vom 13.12.2006
===========================================


nderungen:
-----------

Die Funktion

DWORD SetSleepWhileWaitingWithoutTimeout(DWORD Millisekunden)

bewirkt, dass whrend der Ausfhrung von Funktionen ohne Timeout (z.B. MoveAbsoluteAutoReply())
innerhalb der Routine, die auf Rckmeldung von der Steuerung wartet
neben den PeekMessage()-TranslateMessage()-DispatchMessage()-Funktionen ein Sleep()
ausgefhrt wird. Dies reduziert die Prozessorauslastung deutlich.
SetSleepWhileWaitingWithoutTimeout(0) bewirkt, dass Sleep() nicht ausgefhrt wird.

Der Wert in Millisekunden kann auch ber Wp2Comm.ini vorgegeben werden.
Der Eintrag lautet z.B.:

[Startup]
SleepWhileWaitingWithoutTimeout=10

Defaultwert ist 0.


Wp2Comm.dll V. 1.0.18.x
=======================
Pollux synchronous move is supported

wp2comm.dll v. 1.0.14.x
=======================

Folder "Special attached". Documentation revised (see Vers. 1.0)



Changes since version 1.0.13.x
------------------------------

Support for Pollux controller



Changes since version 1.0.12.x
------------------------------

- Bug in functions CalibrateA() and RangeMeasureA() fixed
- Supports more than 5 decimal places
- New functions PreprocessReply() and SetDecimalSeparator()



Changes since version 1.0.10.x
------------------------------

Full support for Corvus controller



Changes since version 1.0.9.x
-----------------------------

Additional support for Taurus, Pegasus, Orion and Corvus controller.
(Corvus support is Beta)



Important changes since version 1.0.8.0
---------------------------------------


function InitController()

To support DeltaPC an additional parameter was added to the 
InitController() function to set the
type of controller (DeltaPC=2, Alpha=4 or Default=1).

The Item AlphaMode=1|0 in Section [Startup] of Wp2comm.ini
is no longer supported by Wp2comm.dll.

Instead the item CMode is invoked and can hold the values
'Delta', 'Alpha' or 'Default', example: CMode=Delta
This CMode item in Wp2comm.ini is only used when the parameter
of InitController() is set to 0.
