• 25.04.2024, 10:32
  • Registrieren
  • Anmelden
  • Sie sind nicht angemeldet.

 

Lieber Besucher, herzlich willkommen bei: Aqua Computer Forum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

new: aquasuite 4.42.14 FINAL

Montag, 26. März 2007, 21:06

After long beta phase the aquasuite in the version 4.42.14 is available as of now.
The aquasuite is completely compatible to Windows Vista and is embedded in the new .NET framework 2.0/3.0. It supports:

- aquaero
- aquaduct
- poweradjust
- tubemeter
- multiswitch

Of course the current version is also completely networkable. Revised features:

- compatible to Windows XP and Vista 32/64
- representation of all components
- all icons and pictures are interchangeable
- direct access to many sub-windows from overviews
- extensive graphical data evaluation for all devices
- improved database
- direct Shared-Memory-Interface with native Samurize Plugin
- Samurize Demo
- new SDKs for all devices (libraries to control our devices with own programs), can be used with Microsoft's free C# development environment
- minimization of the system load and RAM utilization
- new installer

The tool for automatically synchronizing the time (SetClock) was also revised, it is working much faster now. Moreover, it is enclosed as an open source demo in the SDK.

Moreover, many small further improvements were integrated.

And the good one: as a customer service this version can be downloaded free of charge again :)

The downloads:
All aquaero menus of the aquasuite:
(last screenshot with graphs was taken from the german file)

Re: new: aquasuite 4.42.14 FINAL

Mittwoch, 28. März 2007, 00:13

Yessssssssssssss, thank you. I am very interrest by the SDK.

Re: new: aquasuite 4.42.14 FINAL

Montag, 2. April 2007, 17:46

Hi,

Some questions about new SDK :

- Are you planned a short explaination of class and methode of AquaComputer compoment ?
- Can you tel me when the event DeviceDataReceivedEventHandler are fire ? and what is the benefice of this wait to get info from aquaero ?
- In the exemple of aquaero_demo, the code is create for a multi-thread in the receive of async event, but not thread are create. Do the asynchrone may create a threate and when if yes ?

thank.

Re: new: aquasuite 4.42.14 FINAL

Montag, 2. April 2007, 18:07

Zitat von »taloche_aqualite«

Hi,

Some questions about new SDK :

- Are you planned a short explaination of class and methode of AquaComputer compoment ?
- Can you tel me when the event DeviceDataReceivedEventHandler are fire ? and what is the benefice of this wait to get info from aquaero ?
- In the exemple of aquaero_demo, the code is create for a multi-thread in the receive of async event, but not thread are create. Do the asynchrone may create a threate and when if yes ?

thank.


The USB-Control create a thread (if you call "UsbHid.HidReadFromDevice(UsbIndex);", from this thread you recive a event when the data reading are finished.
If you not use events, your application is locked until usb reading is finished.
If we have a more time we explain some classes, but the demo code is self-describing ;D ;D.

Sebastian

Re: new: aquasuite 4.42.14 FINAL

Dienstag, 3. April 2007, 12:04

thank

Re: new: aquasuite 4.42.14 FINAL

Mittwoch, 4. April 2007, 11:08

Totally Cool! Just in time to finish working on my FF project. ;D