• 31.07.2025, 07:21
  • Registrieren
  • Anmelden
  • Sie sind nicht angemeldet.

 

Shoggy

Sven - Admin

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)

taloche_aqualite

Junior Member

Re: new: aquasuite 4.42.14 FINAL

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

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

taloche_aqualite

Junior Member

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.

sebastian

Administrator

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

taloche_aqualite

Junior Member

Re: new: aquasuite 4.42.14 FINAL

Dienstag, 3. April 2007, 12:04

thank

Top_Nurse

Senior Member

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