• 24.07.2025, 17:20
  • Registrieren
  • Anmelden
  • Sie sind nicht angemeldet.

 

edboswell

Full Member

Jalcd and aquasuite work together

Sonntag, 12. Februar 2006, 16:38

hi how can you get these to run together - e.g. showing the ram free and the temp of the water?

thanks a lot in advance, jalcd is quite hard to use with no manual.

Shoggy

Sven - Admin

Re: Jalcd and aquasuite work together

Sonntag, 12. Februar 2006, 21:25

Aquasuite -> XML -> [X] Start automatic data output / 5sec. / C:\ae_data.xml

jaLCDs Config (config.exe) -> screen settings:

1. Free RAM: $ramfree§MB
2. Watertemp: $part:14:4:$linefromfile:C:\ae_data.xml:5§§C

Download this example config

When startng jaLCDs rightclick on the tray-icon and choose the ae_xml config.

I use the first sensor for the water, maybe you use an other one. If so you have to change the last number of the second line (sensor2 = 6, sensor3 = 7, ...)

edboswell

Full Member

Re: Jalcd and aquasuite work together

Montag, 13. Februar 2006, 13:07

ok thanks. could you tell me the commands for the flowsensor, and speed of fans (and what numbers to change e.g. - "If so you have to change the last number of the second line (sensor2 = 6, sensor3 = 7, ...) "

thanks in advance

Ed

Shoggy

Sven - Admin

Re: Jalcd and aquasuite work together

Montag, 13. Februar 2006, 14:33

You can easily figure it out yourself. Open the ae_data.xml file in an editor; would be good when it has line numbering (e.g. jEdit).

You only have to look in which line your value is placed and where to start reading and also how many characters should be read.

$part:14:4:$linefromfile:C:\ae_data.xml:5§§C

Placing cursor to position X
This number declares where to place the cursor within the XML file. The cursor will start on the left side and will jump 14 characters to the right.

Read in the next X characters
This number declares how many characters will be read from the file. The current position of the cursor is the startpoint. Here it means to read the next 4 characters.

Jump to line X
This number declares in which line the cursor will be placed. Here it means line 5 with the first temperature value.