• 18.05.2025, 05:19
  • Register
  • Login
  • You are not logged in.

 

Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Shoggy

Sven - Admin

new: aquasuite 4.42.14 FINAL

Monday, March 26th 2007, 9:06pm

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

Wednesday, March 28th 2007, 12:13am

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

Re: new: aquasuite 4.42.14 FINAL

Monday, April 2nd 2007, 5:46pm

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

Monday, April 2nd 2007, 6:07pm

Quoted from "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

Tuesday, April 3rd 2007, 12:04pm

thank

Re: new: aquasuite 4.42.14 FINAL

Wednesday, April 4th 2007, 11:08am

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