ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
537
|
Tue May 11 10:42:44 2004 |
| Marc Neiger | m.neiger@synergie-inf.com | Bug report | Windows | 2.5.2 | Re: Extendable options |
Hi Stefan,
Many thanks, it works. I'm impressed by your reactivity ! thanks again.
Is it possible to have a conditionnal attribute depend on an extendanble one ?
> > the use of extendable options in the global section seem to "crash" elogd
> > when creating a new entry.
> > My elogd.cfg is included
> > the problem attribute is "Client"
> > Should it be possible to have it extendable only in one specific logbook ?
>
> Actually it was never foreseen to have extendable options in the [global]
> section. I added now this functionality. The new windows version can be obtained
> under
>
> http://midas.psi.ch/elog/download/windows/elogd-snapshot.exe |
538
|
Tue May 11 10:44:55 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.5.2 | Re: Extendable options |
> Is it possible to have a conditionnal attribute depend on an extendanble one ?
In principle yes, but I never tried it... |
539
|
Tue May 11 11:08:33 2004 |
| Marc Neiger | m.neiger@synergie-inf.com | Bug report | Windows | 2.5.2 | Re: Extendable options |
> > Is it possible to have a conditionnal attribute depend on an extendanble one ?
>
> In principle yes, but I never tried it...
The snapshot version you sent me seems to be locked onto port 80 and does not honor
the port directive in elog.cfg.... |
540
|
Tue May 11 11:18:24 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.5.2 | Re: Extendable options |
> The snapshot version you sent me seems to be locked onto port 80 and does not honor
> the port directive in elog.cfg....
Thank you, I fixed that and updated the file. |
541
|
Tue May 11 19:35:11 2004 |
| Marc Neiger | m.neiger@synergie-inf.com | Bug report | Windows | 2.5.2 | Re: Extendable options |
> > The snapshot version you sent me seems to be locked onto port 80 and does not honor
> > the port directive in elog.cfg....
>
> Thank you, I fixed that and updated the file.
Tested and working, thx. |
69775
|
Mon Apr 8 17:08:11 2024 |
| John Kelly | john@secondcomingtechnologies.com | Info | Linux | 3.1.4 | Re: Extendable list of numeric items |
Hi Nick,
If I understand your question correctly maybe this might help:
Search for 'attribute' and you will find this:
"some attributes may be pre-filled from system variables (like your user name). Pre-filled attributes may be still editable or read-only (like the entry creation date.
Attributes may be text fields (limited to 100 characters), list-boxes (max. 100 values), or check-boxes. There is also a special type of attribute where several values are listed on a line with check-boxes, and you can check as many values as needed."
I guess this above is like creating an attribute field, that has attribute names. I *thought* there was a way to leave attributes open where users could create their own 'attribute' names, but the information above is all of what I remember from my past in depth work with Elog.
John
Nick Sauerwein wrote: |
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).
I am looking for an possibility to put a list of several integers as one of the attributes.
Here an example:
Attributes = Batch ID, Wafer IDs
Type Batch ID = numeric
Type Wafer IDs = extendable list of numeric values
Does something like this exsist?
Thanks in advance for your help.
|
|
69776
|
Mon Apr 8 17:23:00 2024 |
| Nick Sauerwein | Hi nick.sauerwein@luxtelligence.ai | Info | Linux | 3.1.4 | Re: Extendable list of numeric items |
Hi John,
thanks for the info =). Do you known whether there is an example of how to use the list-boxes attributes?
Best,
Nick
John Kelly wrote: |
Hi Nick,
If I understand your question correctly maybe this might help:
Search for 'attribute' and you will find this:
"some attributes may be pre-filled from system variables (like your user name). Pre-filled attributes may be still editable or read-only (like the entry creation date.
Attributes may be text fields (limited to 100 characters), list-boxes (max. 100 values), or check-boxes. There is also a special type of attribute where several values are listed on a line with check-boxes, and you can check as many values as needed."
I guess this above is like creating an attribute field, that has attribute names. I *thought* there was a way to leave attributes open where users could create their own 'attribute' names, but the information above is all of what I remember from my past in depth work with Elog.
John
Nick Sauerwein wrote: |
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).
I am looking for an possibility to put a list of several integers as one of the attributes.
Here an example:
Attributes = Batch ID, Wafer IDs
Type Batch ID = numeric
Type Wafer IDs = extendable list of numeric values
Does something like this exsist?
Thanks in advance for your help.
|
|
|
69777
|
Tue Apr 9 04:46:36 2024 |
| Konstantin Olchanski | olchansk@triumf.ca | Info | Linux | 3.1.4 | Re: Extendable list of numeric items |
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. |