News:

Follow BoincTasks on Twitter Facebook        Visit our website here.
BoincTasks cloud login is working again

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Grubix

#1
Questions / Re: GPU temperature reversed
May 02, 2013, 11:15:16 AM
Thanks for the quick reply, that's an easy solution. :)

Recently, the V7.0.28 was still the recommended version. I will go and apply the solution with the XML file.

Many thanks, Grubix.
#2
Questions / GPU temperature reversed
May 02, 2013, 10:12:48 AM
Hello.  :)

After cleaning a GPU I noticed that the displayed temperature is reversed. It had nothing to do with the cleaning, the displayed temperature was obviously previously been wrong. I have checked it with several programs (BOINC 7.0.28).

GPU 0 is a GTX470 runnig at 65°C, but TThrottle shows 58°C
GPU 1 is a GTX460 runnig at 58°C, but TThrottle shows 65°C

Is this a problem in TThrottle or is something wrong with my pc?

Thanks, Grubix.
#3
Wish List / Re: Improvements for WWW Update
September 17, 2012, 01:10:50 PM


I found a small mistake in the tasks_template.html file.

Original:
Quote
...

__InsertSubHeaderTemplateBegin__
<tr>
<td height="10px"</td>
<td></td>
</tr>

<td BGCOLOR="#C0C0C0">__Project__</td><td BGCOLOR="#C0C0C0">__Application__</td><td BGCOLOR="#C0C0C0">__Name__</td><td BGCOLOR="#C0C0C0">__Percentage__</td><td BGCOLOR="#C0C0C0">__Timeleft__</td><td BGCOLOR="#C0C0C0">__State__</td><td BGCOLOR="#C0C0C0">__Deadline__</td><td BGCOLOR="#C0C0C0">__Computer__</td>
</tr>
__InsertSubHeaderTemplateEnd__ -->


Without error:
Quote
...

__InsertSubHeaderTemplateBegin__
<tr>
<td height="10px"></td>
</tr>
<tr>

<td BGCOLOR="#C0C0C0">__Project__</td><td BGCOLOR="#C0C0C0">__Application__</td><td BGCOLOR="#C0C0C0">__Name__</td><td BGCOLOR="#C0C0C0">__Percentage__</td><td BGCOLOR="#C0C0C0">__Timeleft__</td><td BGCOLOR="#C0C0C0">__State__</td><td BGCOLOR="#C0C0C0">__Deadline__</td><td BGCOLOR="#C0C0C0">__Computer__</td>
</tr>
__InsertSubHeaderTemplateEnd__ -->


Bye, Grubix.
#4
Wish List / Re: Improvements for WWW Update
September 10, 2012, 09:14:35 AM
Quote from: fred on September 05, 2012, 10:25:12 AM
- New: WWW: Allow additional sub headers on the next computer or project.
It works exactly as I had wished. Even with variable spacing, thanks.


Quote from: fred on September 05, 2012, 10:25:12 AM
- Changed: WWW: Character set is now utf-8.
For me everything is properly displayed, thanks again.


Quote from: fred on September 05, 2012, 10:25:12 AM
- New: WWW: allows to create multiple files from different templates.
Of course it works also flawless.
#5
Wish List / Re: Improvements for WWW Update
September 05, 2012, 11:20:07 AM
Thank you, you have really surprised me. I will test it as soon as possible.
#6
Wish List / Re: Improvements for WWW Update
August 27, 2012, 11:01:16 AM
Quote1) The only way to insert a header break is on the computers, so when the computer names change it inserts a header.
If you only test whether the content has changed, we could also use other columns for the separation. Furthermore, the column "computer" does not necessarily have to be the first sorted column. But only in the first sorted column it makes sense to add a new header. When changing in the first sorted column insert a new header would be more universal.

2.) All right, thank you.

3.) You've written "that will cause a lot of overhead". My code was just an example to explain how easy it could to use several templates.

Otherwise, you've probably understood me completely wrong. Of course, in an HTML file no code can run. You now uses settings in the GUI to create the HTML file. If I see all computers, in the HTML file are also all computers. If I show me just one computer in the HTML file is just one computer. And so on.

This information is what i mean. The information should be optional outsourced in the HTML file. Perhaps I can explain better with a quick example. Please do not take too well, it's just a quick scheme:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <LINK REL="SHORTCUT ICON"   HREF="http://efmer.eu/boinc/boinc_tasks/favicon.ico" type="image/x-icon" >
  <meta http-equiv="refresh" content="600">
  <title>BOINC-Tasks - powered by eFMer BoincTasks</title>
</head>

<!-- Local Configuration Settings
<use_GUI_setting>0</use_GUI_setting>
<first_sorted_column>name</first_sorted_column>
<first_sort_art>1</first_sort_art>
<second_sorted_column>name</second_sorted_column>
<second_sort_art>1</second_sort_art>
<show_all_computer>1</show_all_computer>
<show_only_computer>
  <computer>name</computer>
  <computer>name</computer>
  <computer>name</computer>
  <computer>name</computer>
</show_only_computer>
<compact_display>1</compact_display>
<insert_multiple_header>1</insert_multiple_header>
<deadline_type>1</deadline_type>
<i_do_not_know_yet_1>1</i_do_not_know_yet_1>
<i_do_not_know_yet_2>1</i_do_not_know_yet_2>
<i_do_not_know_yet_3>1</i_do_not_know_yet_3>
-->


<!--
__InsertHeaderTemplateBegin__
<tr>
<td BGCOLOR="#C0C0C0">__Project__</td><td BGCOLOR="#C0C0C0">__Name__</td><td BGCOLOR="#C0C0C0">__Elapsed__</td><td BGCOLOR="#C0C0C0">__Percentage__<br>(__CpuPercentage__)</td><td BGCOLOR="#C0C0C0">__Timeleft__</td><td BGCOLOR="#C0C0C0">__State__</td><td BGCOLOR="#C0C0C0">__Deadline__</td><td BGCOLOR="#C0C0C0">__Computer__</td>
</tr>
__InsertHeaderTemplateEnd__ -->

...


This information can be read by your program and used it to create the HTML file.
#7
Wish List / Re: Improvements for WWW Update
August 26, 2012, 04:43:35 PM
Hi Fred,

thanks for your answer.

1) If the text in the first sorted column changes, this line would be inserted. So if you test string [n] <> String [n +1], add a new blank line with a header.

2) Would you do the same for special characters from other languages? If so, have you someone looking out of the characters? If there is the relevant texts as a file, I would try to find all the special characters out.

3) I imagine it as follows: With the specified file name as in the example. Here's some pseudo code:

$n = 0;
while ($n<=10)
{
  $filename = "tasks_template_" . $n . ".html";
  if (-e $filename) { create_html_code($filename); }
  $n++;
}


What I at first did not noticed was that the HTML representation depends on the GUI display. So sorting, computer, combined WUs etc.

Could you Imagine that the formatting of the HTML rendering is made in tasks_template.html? So sorted by which column, which computers are displayed, etc.? If so, I would do the following:

Create a list of all options and their meanings. Sample files that can be used by users. When we developed this, I still write a more detailed manual where everything is explained in detail. In German and hopefully with the help of the SETI.Germany forum in English. Of course, I also help in beta testing, if you want.

What do you think? Would it be too much work for you?

I hope I could make myself understood. My English is not very good.
#8
BoincTasks 1.39 with TThrottle 5.80 works without problems.  :)

Bye, Grubix.
#9
Wish List / Improvements for WWW Update
August 23, 2012, 11:16:24 AM
 

Hello.  :)

The "WWW Update" is a great funktion. I would like to wish a few (small) improvements.

Empty line / header between computers: I have several computers and they are written directly to each other. This is a bit confusing. At best, I make an example for now and later.

Now:

Computer  Projekt       Fortschritt  Vergangene Zeit      Verbleibende Zeit Status
Crunchi   LHC@home 1.0  79,06%       09:12:14 (09:11:13)  02:26:26          Aktiv
Crunchi   yoyo@home     14,29%       05:58:48 (05:58:30)  18:26:25          Aktiv
Crunchi   yoyo@home     21,92%       06:43:75 (06:42:21)  17:35:18          Aktiv
Crunchi   yoyo@home     17,65%       06:07:21 (06:07:01)  17:19:73          Aktiv
Bulli01   LHC@home 1.0  79,06%       09:12:14 (09:11:13)  02:26:26          Aktiv
Bulli01   yoyo@home     14,29%       05:58:48 (05:58:30)  18:26:25          Aktiv
Bulli01   yoyo@home     21,92%       06:43:75 (06:42:21)  17:35:18          Aktiv
Bulli01   yoyo@home     17,65%       06:07:21 (06:07:01)  17:19:73          Aktiv
Bulli02   LHC@home 1.0  79,06%       09:12:14 (09:11:13)  02:26:26          Aktiv
Bulli02   yoyo@home     17,65%       06:07:21 (06:07:01)  17:19:73          Aktiv


Later (new, my wish):

Computer  Projekt       Fortschritt  Vergangene Zeit      Verbleibende Zeit Status
Crunchi   LHC@home 1.0  79,06%       09:12:14 (09:11:13)  02:26:26          Aktiv
Crunchi   yoyo@home     14,29%       05:58:48 (05:58:30)  18:26:25          Aktiv
Crunchi   yoyo@home     21,92%       06:43:75 (06:42:21)  17:35:18          Aktiv
Crunchi   yoyo@home     17,65%       06:07:21 (06:07:01)  17:19:73          Aktiv

Computer  Projekt       Fortschritt  Vergangene Zeit      Verbleibende Zeit Status
Bulli01   LHC@home 1.0  79,06%       09:12:14 (09:11:13)  02:26:26          Aktiv
Bulli01   yoyo@home     14,29%       05:58:48 (05:58:30)  18:26:25          Aktiv
Bulli01   yoyo@home     21,92%       06:43:75 (06:42:21)  17:35:18          Aktiv
Bulli01   yoyo@home     17,65%       06:07:21 (06:07:01)  17:19:73          Aktiv

Computer  Projekt       Fortschritt  Vergangene Zeit      Verbleibende Zeit Status
Bulli02   LHC@home 1.0  79,06%       09:12:14 (09:11:13)  02:26:26          Aktiv
Bulli02   yoyo@home     17,65%       06:07:21 (06:07:01)  17:19:73          Aktiv


When this function is placed in the HTML file (tasks_template.html), we can even choose how the table is displayed.

------------------------------------------------------------------------------------------------------------------

German umlauts: With some browsers, the German umlauts are not displayed correctly. Would it be possible to use the HTML code for it?


ä=&auml;e.g.: Aktiv - Hohe Priorität
ö=&ouml;
ü=&uuml;e.g.: Zur Ausführung bereit
ß=&szlig;
Ä=&Auml;
Ö=&Ouml;
Ü=&Uuml;
°=&deg;e.g.: 55,3 °C

Other special characters I have not seen now.

------------------------------------------------------------------------------------------------------------------

Different output files: It would be nice if we can create different HTML files, eg with different sorts, or other representation.


tasks_template.html --> tasks.html  (standard, now)
tasks_template_1.html --> tasks_1.html
tasks_template_2.html --> tasks_2.html
tasks_template_3.html --> tasks_3.html
..
..
tasks_template_9.html --> tasks_9.html

I think that 10 different templates should be enough.  ;D

Thanks, Grubix.
#10
Ok, I downloaded the 1.39 Beta and will report.

Bye, Grubix.
#11
Hello Fred,

first I want to thank you for the wonderful programs. I try to write my best english.  :D

With BoincTasks, i can show the temperature graph from remote PCs with TThrottle. With TThrottle 5.60 it works fine, but not with TThrottle 5.80. I have checked all the settings.

Thanks, Grubix.