ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1436
|
Sun Oct 9 20:49:41 2005 |
| Exaos Lee | Exaos.Lee@gmail.com | Request | All | 2.6.0beta5 | Some spell mistakes |
I find some new strings from the warnings like this:
Quote: | Language error: string "HelpELCode" not found for language "chinese" |
I have added these new string to the languages files in Chinese. I think:
"Enter name of hypelink" should be "Enter name of hyperlink". |
69536
|
Tue Jun 28 18:53:50 2022 |
| Alan Grant | agrant@winnipeg.ca | Question | Windows | 3.1.2 | Slow performance |
We're up to 30 logbooks, 3.2GB data total and Elog damen has now become slow. Performance stats show 100%CPU on startup then reduces. Searches and general UI activity is slow. It runs on a VM with 4GB memory allocated. Up to 15 concurrent users.
Trimming and archiving some data files may help but I gather overall this is underpowered hardware in this instance so what is recommended system requirements for a config like this? |
68224
|
Wed Jan 13 08:25:50 2016 |
| Tamas Gal | tgal@km3net.de | Info | Linux | ELOG V2.9.2-245 | Slackbot for ELOG |
Dear all,
I just wanted to share a small script which I wrote to integrate our ELOG in Slack. This allows us to be notified immediately if there is a new logbook entry directly within the appropriate Slack channels. We're using ELOG V2.9.2-245 but if the log-file format has "Subject, Author, Type" in the header, it should work with any other version. I'm using Pyinotify for the file watch which relies on a Linux Kernel feature (merged in kernel 2.6.13) called inotify, so the script only works on Linux.
Here is the code: https://github.com/tamasgal/elog-slack
Cheers and thanks for ELOG!
Tom |
Attachment 1: elog-slack.png
|
|
66710
|
Tue Feb 16 04:17:24 2010 |
| Geoff Ellis | Ellis_Geoff@solarturbines.com | Question | All | 2280 | Single Button Entry |
For our application we have a lot of very common events we would like to log. It would be preferable that for certain events/entries we could setup a single button / quick entry method. Is there away to accomplish this? |
314
|
Fri May 2 18:50:48 2003 |
| Tomas Rudolf | tomas@mba.be | Question | | | Simulation of a submit |
I have another tricky question.
Is there a way to simulate an ELOG SUBMIT?
We developed a module which automatically inserts new submits from ELOG
into an SQL database. The module is in testing phase but we can already
tell it does the job as it should.
This allows us to copy ELOG entries into SQL database. But in some cases,
we would like to transmit data in the other direction too - from SQL into
ELOG (synchronization).
Now, one way to do that is to create .txt files with entries directly, but
we find it too risky (file-locking mentioned in a question earlier today
can be one of the issues). So we're contemplating a possibility that ELOG
does these inserts for us by processing some simulated SUBMITS.
We're assuming that ON SUBMIT, you generate a POST (or a GET ?) over http
which is then processed by the ELOGD server. This should be possible to
simulate in our synchronization application. Are we correct in our
assumptions?
Tomas |
2145
|
Wed Feb 28 21:04:59 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | All | 2.6.4-1801 | Simple table implemented in ELCode |
Starting from SVN revision 1801, simple tables are supported in ELCode tags. One can now embed tables in elog entries like this:
[table border=3 cellpadding=10]
One | Two
|-
Three | Four
[/table]
which produces following table:
The syntax is explained in the ELCode help page. |
1789
|
Tue Apr 4 06:18:18 2006 |
| Steve Jones | steve.jones@freescale.com | Request | | 2.6.1 | Simple math within an elog form |
This may sound a little strange but I am trying to determine if it is possible to create a series of attributes that may be assigned an integer value via OPTIONS, and then take the selected values and perform some simple math and display the result. For example:
What we are trying to do is create a simple form that helps a person assign a risk value to a series of identified risks
Attributes = risk1, risk2, risk3, totalrisk
Type risk1 = numeric
Type risk2 = numeric
Type risk3 = numeric
OPtions risk1 = 10, 20, 30
Options risk2 = 10, 20 , 30
OPtions risk3 = 10, 20 , 30
Subst totalrisk = $risk1+$risk2+$risk3
I suppose I could use $shell to do this but I was trying to stay away from $shell for security reasons.
Thanks |
66301
|
Mon Apr 13 07:26:39 2009 |
| mike cianci | mike2.cianci@comcast.net | Question | Windows | 2.7.5-2187 | Simple Math |
Sorry to bother you. I could see in past Forum entries that the question of "Simple Math" has come up before, although the answers were not all that simple.
Can you do simple math (i.e. attribute A + attribute B = attribute C) in ELOG ?
Thank you for putting up with my questions.
Mike |