• 18.07.2025, 21:40
  • S’inscrire
  • Connexion
  • Vous n’êtes pas connecté.

 

novax1

Full Member

jeudi 4 avril 2013, 17:47

ya consigo mostrar información actualizada .
falta definir External sensor , Fan . Flow.
como debo poner .

and get show updates.
missing for External Sensor, Fan. Flow.
as I put

{logdata.LogDataSets.CpuName} {logdata.LogDataSets.CpuTemp}°C.
gracias.

Ce message a été modifié 1 fois. Dernière modification effectuée par "novax1" (4 avril 2013, 17:48)

novax1

Full Member

jeudi 4 avril 2013, 18:34

and to show temperatura.agua information.
sampling and temperature information. external sensor
but the fan out many numbers?.
didnot like show flow.
regards
novax1 a envoyé l’image suivante :
  • fan.png

Phatboy69

Full Member

jeudi 4 avril 2013, 23:32

and to show temperatura.agua information.
sampling and temperature information. external sensor
but the fan out many numbers?.
didnot like show flow.
regards


If you put this :%.2f at the end of the fanrpm data template inside the brackets it will set it to 2 decimal places. (change 2 to zero to have no decimal places)

{logdata.LogDataSets.Fanrpm:%.2f}

If you want to show flow as GPM instead of the default Liters per hour use this formula to convert it.

{={logdata.LogDataSets.GPUFlowGPM}/227.124708:%.2f}

Nice job in getting it to work. I look forward to seeing what screen layout you come up with.

Ce message a été modifié 2 fois. Dernière modification effectuée par "Phatboy69" (4 avril 2013, 23:41)

I am Intel of Borg. Resistance is futile. You will be assimilated.

i7 3930K @5Ghz - X79 ASUS Rampage IV Extreme - 4x SLI GTX580 - 16GB DDR3-2000 - 4x GTX 360 rads 24x CM fans - Aquaero 5 XT +6 PA2 Ultras - 2 x Enermax 1500W PSU - MM Extended Ascension Case - 2 x 452x2 Res and 4 x D5 - 3 x 24" Acer H243H LCD

novax1

Full Member

vendredi 5 avril 2013, 00:36

Thanks - Phatboy69
and this is what I got so far.
morning. will put. one. design. of time with this.
Greetings friend
novax1 a envoyé l’image suivante :
  • screenshot-01.png

Ce message a été modifié 1 fois. Dernière modification effectuée par "novax1" (5 avril 2013, 00:37)

novax1

Full Member

vendredi 5 avril 2013, 11:37

hello
for now I am. creating more.
this is in two phases. :thumbup:
1 - presentation.
2 - visualization. data. Aquastream. xt.
novax1 a envoyé les images :
  • screenshot-00.png
  • screenshot-02.png

Ce message a été modifié 1 fois. Dernière modification effectuée par "novax1" (5 avril 2013, 11:45)

Phatboy69

Full Member

vendredi 5 avril 2013, 11:39

Looking good! Maybe change the scale for temperatures to read maximum at 50c
I am Intel of Borg. Resistance is futile. You will be assimilated.

i7 3930K @5Ghz - X79 ASUS Rampage IV Extreme - 4x SLI GTX580 - 16GB DDR3-2000 - 4x GTX 360 rads 24x CM fans - Aquaero 5 XT +6 PA2 Ultras - 2 x Enermax 1500W PSU - MM Extended Ascension Case - 2 x 452x2 Res and 4 x D5 - 3 x 24" Acer H243H LCD

novax1

Full Member

vendredi 5 avril 2013, 11:48

is right. realized I had not.
Thank you.
This shows you the alert as a fact.
and this modified
regards :thumbsup:

Ce message a été modifié 1 fois. Dernière modification effectuée par "novax1" (5 avril 2013, 11:53)

Phatboy69

Full Member

vendredi 5 avril 2013, 12:04

Are you using a background pic for the gauges or gradient fill? How did you get the tick marks to be white?
I am Intel of Borg. Resistance is futile. You will be assimilated.

i7 3930K @5Ghz - X79 ASUS Rampage IV Extreme - 4x SLI GTX580 - 16GB DDR3-2000 - 4x GTX 360 rads 24x CM fans - Aquaero 5 XT +6 PA2 Ultras - 2 x Enermax 1500W PSU - MM Extended Ascension Case - 2 x 452x2 Res and 4 x D5 - 3 x 24" Acer H243H LCD

novax1

Full Member

vendredi 5 avril 2013, 12:16

used for background images. changed with photoshop.
Here they are for you
http://www.mediafire.com/?6dcr4r3rlql7j1r

novax1

Full Member

samedi 6 avril 2013, 11:26

Hello
Phatboy69, as I can put an alert,
with 1 pump turned off to simulate a failure
regards

Phatboy69

Full Member

dimanche 7 avril 2013, 11:58

You need to setup alarms in Aquasuite and export the alarm status to an xml file. Clean with the batch script and then setup LCDHost as follows.

Connector just like the others



Setup the indicator


Setup any text warning with conditional formulas so it doesnt appear unless the alarm is triggered.



Heres the sample cleaned xml file.

Code source

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<LogDataExport>
<name>
Alarm
</name>
<exportTime>
2013-04-07T19:57:59.5025728+10:00
</exportTime>
<logdata>
<LogDataSet>
<t>
2013-04-07T19:57:59.260
</t>
<value>
0
</value>
<name>
Actual alarm level
</name>
<unit/>
<valueType>
number
</valueType>
<device>
aquaero 5
</device>
</LogDataSet>
</logdata>
</LogDataExport>
I am Intel of Borg. Resistance is futile. You will be assimilated.

i7 3930K @5Ghz - X79 ASUS Rampage IV Extreme - 4x SLI GTX580 - 16GB DDR3-2000 - 4x GTX 360 rads 24x CM fans - Aquaero 5 XT +6 PA2 Ultras - 2 x Enermax 1500W PSU - MM Extended Ascension Case - 2 x 452x2 Res and 4 x D5 - 3 x 24" Acer H243H LCD

Phatboy69

Full Member

dimanche 7 avril 2013, 16:17

New Work in progress.. Im making a new Overview / Status page and I finally worked out how to make imagemap files for images! So I can set icons for status of water/fan/pump status!




I am Intel of Borg. Resistance is futile. You will be assimilated.

i7 3930K @5Ghz - X79 ASUS Rampage IV Extreme - 4x SLI GTX580 - 16GB DDR3-2000 - 4x GTX 360 rads 24x CM fans - Aquaero 5 XT +6 PA2 Ultras - 2 x Enermax 1500W PSU - MM Extended Ascension Case - 2 x 452x2 Res and 4 x D5 - 3 x 24" Acer H243H LCD

novax1

Full Member

dimanche 7 avril 2013, 16:47

no. how to set the alarm on AquaSuite :?:

Phatboy69

Full Member

lundi 8 avril 2013, 11:26

Set alarms with temperature, flow or pump rpm alerts. Set a warning and alarm.


I have mine set to give warning if maximum temp is reached and if temp keeps rising it shuts down.
I also set warning and apply full power for low flow rate.

Then set actions for the alarm level.
I am Intel of Borg. Resistance is futile. You will be assimilated.

i7 3930K @5Ghz - X79 ASUS Rampage IV Extreme - 4x SLI GTX580 - 16GB DDR3-2000 - 4x GTX 360 rads 24x CM fans - Aquaero 5 XT +6 PA2 Ultras - 2 x Enermax 1500W PSU - MM Extended Ascension Case - 2 x 452x2 Res and 4 x D5 - 3 x 24" Acer H243H LCD

novax1

Full Member

lundi 8 avril 2013, 13:17

Thank you very much for your help.
but Aquastream xt. no way to configure. :( :(
a great job.
this is the picture
novax1 a envoyé l’image suivante :
  • temperaturas.png

novax1

Full Member

mardi 9 avril 2013, 21:18

hello
you changed. Status Icons / Silk 14x14/imagemap.txt? :?:
can set an example. please ?(
thanks

Phatboy69

Full Member

mercredi 10 avril 2013, 07:00

hello
you changed. Status Icons / Silk 14x14/imagemap.txt? :?:
can set an example. please ?(
thanks


The imagemap uses the short codes here to choose which image to render.
In the datamap file I have added a 3 column lookup table (list) which tells the imagemap which sensor value to lookup the shortcode for.

[List:TempStatuses] is the lookup table where each tab delimited entry is;

column 0, numeric value of the sensor which determines which short code (column 1) and caption (column 2) to apply.
If temp is lower than 15 then NA is given, if temp is higher than 15 but below 20 then LO or LOW are given.

list:TempStatuses,2 is another tab delimited sensor lookup which uses the list lookup value for column 2 (Caption) which in this case above would be LOW
list:TempStatuses,1 is the same but uses column 1 (Short Code). This is the code that the image map is using to determine which image to render in the imagemap.

In the example above if my CPU water temp is at 18c then the datamap presents the shortcode LO to the imagemap, which then says to render image 2_good_low.png from the 14x14 silk icon set.

Once you have the layout loaded with your icon set in the sub directory (using G19-eos as an example) you put a dataviewerimage on the layout and tell it which image map to use.
(in my case im using the default one from the eos layout in the silk icon folder)
And you also use the datamap sensor lookup to tell it what value to use in the lookup.

In my case the dataviewerimage lookup {logdata.LogDataSets.CpuTemp.Level.Code} returns the shortcode for the CPU water temp from the datamap file which then tells the imagemap to render the image 2_good_low.png

The lookup tables (lists) in the datamap can be used to render dynamic images for dataviewerimage in your layout, or dynamic text from the Caption column in the list in the dataviewertext widget.

This is the default imagemap file for the eos layout which im using.

Code source

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; The image map file instructs the SpeedFan Status Image on what image
; file should be displayed for what circumstance. The images listed 
; need to be in the same folder.
;
; The format is as follows:
; <Code>	<Image File>
; Note that each item is seperated by a tab.
;
; You can miss out any of the codes below and the Status Image will
; try to adapt sensibly. Usually this results in removing a threshold,
; apart from in the case ok leaving out the OK code, in which case no 
; icon will be displayed whilst within the desired range.
;
NA	0_NA.png	; Icon for when data is unavailable
VLO	1_low.png	; Icon for when Value < Very Low
LO	2_good_low.png	; Icon for when Value < Low
OK	3_good.png	; Icon for when Low <= Value < High
HI	4_warning.png	; Icon for when Value >= High
VHI	5_danger.png	; Icon for when Value >= Very Low


This is my Aquasuite CPU water temp datamap.

Code source

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[Format]
type=xml		; xml / txt / ini
dataExpiry=0		; # of seconds to consider the data invalid
language=EN		; The language used by the lists in this file. Other languages can be added by copying the lists to a new text file,
			; translating them and then saving the file as "lists.<language>.txt", e.g. lists.RU.txt



[List:TempStatuses]
; lower bound	Short Code	Caption
	NA	Not Avail
15	VLO	Very Low
20	LO	Low
32	OK	Normal
40	HI	High
45	VHI	Very High




[Parsing]
logdata.LogDataSets
logdata.LogDataSets.CpuTime		
logdata.LogDataSets.CpuTime.*Value	logdata.LogDataSet.t
logdata.LogDataSets.CpuTime.Level	logdata.LogDataSet.t
logdata.LogDataSets.CpuTime.Level.Code	logdata.LogDataSet.t

logdata.LogDataSets
logdata.LogDataSets.CpuTemp
logdata.LogDataSets.CpuTemp.*Value	logdata.LogDataSet.value
logdata.LogDataSets.CpuTemp.Level	logdata.LogDataSet.value	list:TempStatuses,2
logdata.LogDataSets.CpuTemp.Level.Code	logdata.LogDataSet.value	list:TempStatuses,1

logdata.LogDataSets
logdata.LogDataSets.CpuName		
logdata.LogDataSets.CpuName.*Value	logdata.LogDataSet.name
logdata.LogDataSets.CpuName.Level	logdata.LogDataSet.name
logdata.LogDataSets.CpuName.Level.Code	logdata.LogDataSet.name

logdata.LogDataSets
logdata.LogDataSets.CpuUnit		
logdata.LogDataSets.CpuUnit.*Value	logdata.LogDataSet.unit
logdata.LogDataSets.CpuUnit.Level	logdata.LogDataSet.unit
logdata.LogDataSets.CpuUnit.Level.Code	logdata.LogDataSet.unit

logdata.LogDataSets
logdata.LogDataSets.CpuvalueType		
logdata.LogDataSets.CpuvalueType.*Value	logdata.LogDataSet.valueType
logdata.LogDataSets.CpuvalueType.Level	logdata.LogDataSet.valueType
logdata.LogDataSets.CpuValueType.Level.Code	logdata.LogDataSet.valueType

logdata.LogDataSets
logdata.LogDataSets.CpuDevice		
logdata.LogDataSets.CpuDevice.*Value	logdata.LogDataSet.device
logdata.LogDataSets.CpuDevice.Level	logdata.LogDataSet.device
logdata.LogDataSets.CpuDevice.Level.Code	logdata.LogDataSet.device

Ce message a été modifié 2 fois. Dernière modification effectuée par "Phatboy69" (10 avril 2013, 07:15)

I am Intel of Borg. Resistance is futile. You will be assimilated.

i7 3930K @5Ghz - X79 ASUS Rampage IV Extreme - 4x SLI GTX580 - 16GB DDR3-2000 - 4x GTX 360 rads 24x CM fans - Aquaero 5 XT +6 PA2 Ultras - 2 x Enermax 1500W PSU - MM Extended Ascension Case - 2 x 452x2 Res and 4 x D5 - 3 x 24" Acer H243H LCD

Phatboy69

Full Member

mercredi 10 avril 2013, 07:39

Almost finished my new status page.
I am Intel of Borg. Resistance is futile. You will be assimilated.

i7 3930K @5Ghz - X79 ASUS Rampage IV Extreme - 4x SLI GTX580 - 16GB DDR3-2000 - 4x GTX 360 rads 24x CM fans - Aquaero 5 XT +6 PA2 Ultras - 2 x Enermax 1500W PSU - MM Extended Ascension Case - 2 x 452x2 Res and 4 x D5 - 3 x 24" Acer H243H LCD

novax1

Full Member

mercredi 10 avril 2013, 07:46

this is what I get.
novax1 a envoyé l’image suivante :
  • image.png

Phatboy69

Full Member

mercredi 10 avril 2013, 08:07

Maybe restart LCDHost or check your image map file. Make sure the short codes in your imagemap match the shortcodes in the datamap list.
I am Intel of Borg. Resistance is futile. You will be assimilated.

i7 3930K @5Ghz - X79 ASUS Rampage IV Extreme - 4x SLI GTX580 - 16GB DDR3-2000 - 4x GTX 360 rads 24x CM fans - Aquaero 5 XT +6 PA2 Ultras - 2 x Enermax 1500W PSU - MM Extended Ascension Case - 2 x 452x2 Res and 4 x D5 - 3 x 24" Acer H243H LCD