Re: today date in template, posted by Stefan Ritt on Mon Apr 8 11:27:09 2024
|
This is a nice idea, but currently no text substations in templates are implemented. It only works in attributes right now.
Stefan
|
Extendable list of numeric items, posted by Nick Sauerwein on Mon Apr 8 15:46:49 2024
|
Hey eloggers,
I am setting up an ELOG to log the cleanroom fabrication in our startup (Luxtelligence SA).
The fabrication is structured in different process steps that are performed by several wafers at the same time (each wafer as an ID). |
Re: Extendable list of numeric items, posted by John Kelly on Mon Apr 8 17:08:11 2024
|
Hi Nick,
If I understand your question correctly maybe this might help:
https://elog.psi.ch/elog/userguide.html
Search for 'attribute' and you will find this:
"some attributes |
Re: Extendable list of numeric items, posted by Nick Sauerwein on Mon Apr 8 17:23:00 2024
|
Hi John,
thanks for the info =). Do you known whether there is an example of how to use the list-boxes attributes?
Best, |
Re: Extendable list of numeric items, posted by Konstantin Olchanski on Tue Apr 9 04:46:36 2024
|
I think what you want already exists, for example, when I reply to this message, there is this "Category" selection box with predefined answers
"Info", "Bug report", etc. For your case, replace "Category" with "Wafer type ID", replace "Info" with "1", "Bug report" with "2", etc. You numeric
values will be strings containing numbers "1", "2", etc. That works for you? K.O. |
Re: today date in template, posted by Konstantin Olchanski on Tue Apr 9 04:50:28 2024
|
> This is a nice idea, but currently no text substations in templates are implemented. It only works in attributes right now.
but can it be done by javascript injection? load a custom .js or .html file, in this file run javascript code to root down the DOM tree until you
|
Re: Extendable list of numeric items, posted by Nick Sauerwein on Tue Apr 9 09:25:01 2024
|
Hey,
thanks for your answer. I completely get your point. However, I think my question as not precise enough.
|
Re: today date in template, posted by David Pilgram on Tue Apr 9 13:40:44 2024
|
This was given to me by Andreas L,
In my elog.cfg file, I have the following:
|